110 lines
3.0 KiB
JSON
110 lines
3.0 KiB
JSON
{
|
|
"locales": [
|
|
"en",
|
|
"da"
|
|
],
|
|
"frontend_error_keys": [
|
|
"join_failed",
|
|
"nickname_invalid",
|
|
"nickname_taken",
|
|
"session_code_required",
|
|
"session_fetch_failed",
|
|
"session_not_found",
|
|
"start_round_failed",
|
|
"unknown"
|
|
],
|
|
"backend_error_codes": [
|
|
"calculate_scores_invalid_phase",
|
|
"category_has_no_questions",
|
|
"category_not_found",
|
|
"category_slug_required",
|
|
"finish_game_invalid_phase",
|
|
"guess_already_submitted",
|
|
"guess_submission_closed",
|
|
"guess_submission_invalid_phase",
|
|
"host_only_calculate_scores",
|
|
"host_only_finish_game",
|
|
"host_only_mix_answers",
|
|
"host_only_show_question",
|
|
"host_only_start_next_round",
|
|
"host_only_start_round",
|
|
"host_only_view_scoreboard",
|
|
"invalid_player_session_token",
|
|
"lie_already_submitted",
|
|
"lie_submission_closed",
|
|
"lie_submission_invalid_phase",
|
|
"lie_text_invalid",
|
|
"mix_answers_invalid_phase",
|
|
"next_round_invalid_phase",
|
|
"nickname_invalid",
|
|
"nickname_taken",
|
|
"no_available_questions",
|
|
"no_guesses_submitted",
|
|
"not_enough_answers_to_mix",
|
|
"player_id_required",
|
|
"player_not_found_in_session",
|
|
"question_already_shown",
|
|
"round_already_configured",
|
|
"round_config_missing",
|
|
"round_question_not_found",
|
|
"round_start_invalid_phase",
|
|
"scoreboard_invalid_phase",
|
|
"scores_already_calculated",
|
|
"selected_answer_invalid",
|
|
"selected_text_invalid",
|
|
"session_code_required",
|
|
"session_not_found",
|
|
"session_not_joinable",
|
|
"session_token_required",
|
|
"show_question_invalid_phase"
|
|
],
|
|
"allowed_contract_only_backend_codes": [
|
|
"host_only_action"
|
|
],
|
|
"backend_error_keys": [
|
|
"calculate_scores_invalid_phase",
|
|
"category_has_no_questions",
|
|
"category_not_found",
|
|
"category_slug_required",
|
|
"finish_game_invalid_phase",
|
|
"guess_already_submitted",
|
|
"guess_submission_closed",
|
|
"guess_submission_invalid_phase",
|
|
"host_only_calculate_scores",
|
|
"host_only_finish_game",
|
|
"host_only_mix_answers",
|
|
"host_only_show_question",
|
|
"host_only_start_next_round",
|
|
"host_only_start_round",
|
|
"host_only_view_scoreboard",
|
|
"invalid_player_session_token",
|
|
"lie_already_submitted",
|
|
"lie_submission_closed",
|
|
"lie_submission_invalid_phase",
|
|
"lie_text_invalid",
|
|
"mix_answers_invalid_phase",
|
|
"next_round_invalid_phase",
|
|
"nickname_invalid",
|
|
"nickname_taken",
|
|
"no_available_questions",
|
|
"no_guesses_submitted",
|
|
"not_enough_answers_to_mix",
|
|
"player_id_required",
|
|
"player_not_found_in_session",
|
|
"question_already_shown",
|
|
"round_already_configured",
|
|
"round_config_missing",
|
|
"round_question_not_found",
|
|
"round_start_invalid_phase",
|
|
"scoreboard_invalid_phase",
|
|
"scores_already_calculated",
|
|
"selected_answer_invalid",
|
|
"selected_text_invalid",
|
|
"session_code_required",
|
|
"session_not_found",
|
|
"session_not_joinable",
|
|
"session_token_required",
|
|
"show_question_invalid_phase"
|
|
]
|
|
}
|