Skip to content

Commit 8129537

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 28386c7 commit 8129537

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

intl/msg_hash_ca.h

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9370,6 +9370,10 @@ MSG_HASH(
93709370
MENU_ENUM_LABEL_VALUE_CHEAT_START_OR_CONT,
93719371
"Comença o continua la cerca de trucs"
93729372
)
9373+
MSG_HASH(
9374+
MENU_ENUM_SUBLABEL_CHEAT_START_OR_CONT,
9375+
"Escaneja la memòria cercant nous trucs."
9376+
)
93739377
MSG_HASH(
93749378
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD,
93759379
"Carrega el fitxer de trucs (Reemplaça)"
@@ -9390,6 +9394,10 @@ MSG_HASH(
93909394
MENU_ENUM_LABEL_VALUE_CHEAT_RELOAD_CHEATS,
93919395
"Torna a carregar els trucs específics del joc"
93929396
)
9397+
MSG_HASH(
9398+
MENU_ENUM_SUBLABEL_CHEAT_RELOAD_CHEATS,
9399+
"Recarrega tots els trucs existents."
9400+
)
93939401
MSG_HASH(
93949402
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS,
93959403
"Anomena i desa el fitxer de trucs"
@@ -9402,14 +9410,26 @@ MSG_HASH(
94029410
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_TOP,
94039411
"Afegeix un nou truc a la part superior"
94049412
)
9413+
MSG_HASH(
9414+
MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_TOP,
9415+
"Sobreposa un truca a la llista."
9416+
)
94059417
MSG_HASH(
94069418
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_BOTTOM,
94079419
"Afegeix un nou truc al final"
94089420
)
9421+
MSG_HASH(
9422+
MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_BOTTOM,
9423+
"Afegeix un truc a la llista."
9424+
)
94099425
MSG_HASH(
94109426
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_ALL,
94119427
"Elimina tots els trucs"
94129428
)
9429+
MSG_HASH(
9430+
MENU_ENUM_SUBLABEL_CHEAT_DELETE_ALL,
9431+
"Buida la llista de trucs."
9432+
)
94139433
MSG_HASH(
94149434
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_AFTER_LOAD,
94159435
"Aplica els trucs automàticament durant en carregar un joc"
@@ -9533,6 +9553,10 @@ MSG_HASH(
95339553
MENU_ENUM_LABEL_CHEAT_SEARCH_EQMINUS_VAL,
95349554
"Iguals a l'anterior -%u (%X)"
95359555
)
9556+
MSG_HASH(
9557+
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_MATCHES,
9558+
"Afegeix %u coincidències a la llista"
9559+
)
95369560
MSG_HASH(
95379561
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_MATCH,
95389562
"Suprimeix la coincidència #"
@@ -14483,6 +14507,10 @@ MSG_HASH(
1448314507
MSG_CHEAT_DELETE_ALL_SUCCESS,
1448414508
"S’han suprimit tots els trucs."
1448514509
)
14510+
MSG_HASH(
14511+
MSG_CHEAT_RELOAD_ALL_SUCCESS,
14512+
"S'han recarregat tots els trucs."
14513+
)
1448614514
MSG_HASH(
1448714515
MSG_CHEAT_ADD_BEFORE_SUCCESS,
1448814516
"S’ha afegit un nou truc abans d’aquest."

intl/msg_hash_de.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9367,7 +9367,7 @@ MSG_HASH(
93679367
)
93689368
MSG_HASH(
93699369
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_MATCHES,
9370-
"Füge %u Übereinstimmungen zu der Liste hinzu"
9370+
"%u Übereinstimmungen zu der Liste hinzufügen"
93719371
)
93729372
MSG_HASH(
93739373
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_MATCH,

intl/progress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define LANGUAGE_PROGRESS_BULGARIAN_APPROVED 0
1616

1717
/* Catalan */
18-
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 99
18+
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 100
1919
#define LANGUAGE_PROGRESS_CATALAN_APPROVED 0
2020

2121
/* Czech */

0 commit comments

Comments
 (0)