Skip to content

Commit

Permalink
Fetch translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 23, 2025
1 parent aa49c05 commit 14a28b8
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 4 deletions.
42 changes: 41 additions & 1 deletion intl/msg_hash_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -4888,7 +4888,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY_DEBUG,
"0 (debug)"
"0 (diagnostic)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY_INFO,
Expand Down Expand Up @@ -15765,13 +15765,53 @@ MSG_HASH(
"arrêté."
)
#ifdef HAVE_GAME_AI
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_MENU_OPTION,
"Remplacement du joueur IA"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_MENU_OPTION,
"Sous-label remplacement du joueur IA"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_GAME_AI_OPTIONS,
"IA du jeu"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P1,
"Remplacer j1"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P1,
"Remplace le joueur 01"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P2,
"Remplacer j2"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P2,
"Remplace le joueur 02"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_SHOW_DEBUG,
"Afficher le diagnostic"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_SHOW_DEBUG,
"Afficher le diagnostic"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_GAME_AI,
"Afficher 'IA du jeu'"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_GAME_AI,
"Afficher l'option 'IA du jeu'."
)
#endif
44 changes: 44 additions & 0 deletions intl/msg_hash_uk.h
Original file line number Diff line number Diff line change
Expand Up @@ -15909,9 +15909,53 @@ MSG_HASH(
"зупинено."
)
#ifdef HAVE_GAME_AI
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_MENU_OPTION,
"Перевизначити гравця по ШІ"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_MENU_OPTION,
"Перевизначити підмітку оператора AI"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_GAME_AI_OPTIONS,
"ШІ гри"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P1,
"Перевизначити p1"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P1,
"Перевизначити гравця 01"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P2,
"Перевизначити p2"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P2,
"Перевизначити гравця 02"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_AI_SHOW_DEBUG,
"Показати налагодження"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_AI_SHOW_DEBUG,
"Показати налагодження"
)

MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_GAME_AI,
"Показати 'Кінець гри'"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_GAME_AI,
"Показувати опцію \"Кінець гри\"."
)
#endif
6 changes: 3 additions & 3 deletions intl/progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 46

/* French */
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 99
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 100

/* Galician */
#define LANGUAGE_PROGRESS_GALICIAN_TRANSLATED 99
Expand Down Expand Up @@ -143,7 +143,7 @@
#define LANGUAGE_PROGRESS_TATAR_APPROVED 0

/* Ukrainian */
#define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 99
#define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 100
#define LANGUAGE_PROGRESS_UKRAINIAN_APPROVED 7

/* Valencian */
Expand Down

0 comments on commit 14a28b8

Please sign in to comment.