Skip to content

Commit 3dfa5cb

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 21776a2 commit 3dfa5cb

File tree

3 files changed

+75
-3
lines changed

3 files changed

+75
-3
lines changed

intl/msg_hash_ca.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,6 +4013,30 @@ MSG_HASH(
40134013
MENU_ENUM_SUBLABEL_INPUT_META_HALT_REPLAY_KEY,
40144014
"Atura la gravació/reproducció de la repetició actual."
40154015
)
4016+
MSG_HASH(
4017+
MENU_ENUM_LABEL_VALUE_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY,
4018+
"Desa el punt de control de repetició"
4019+
)
4020+
MSG_HASH(
4021+
MENU_ENUM_SUBLABEL_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY,
4022+
"Marca un punt de control a la repetició que s'està reproduint."
4023+
)
4024+
MSG_HASH(
4025+
MENU_ENUM_LABEL_VALUE_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY,
4026+
"Punt de control de repetició anterior"
4027+
)
4028+
MSG_HASH(
4029+
MENU_ENUM_SUBLABEL_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY,
4030+
"Retrocedeix la repetició al punt de control anterior automàtic o desat manualment."
4031+
)
4032+
MSG_HASH(
4033+
MENU_ENUM_LABEL_VALUE_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
4034+
"Punt de control de repetició posterior"
4035+
)
4036+
MSG_HASH(
4037+
MENU_ENUM_SUBLABEL_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
4038+
"Avança la repetició al següent punt de control automàtic o desat manualment."
4039+
)
40164040
MSG_HASH(
40174041
MENU_ENUM_LABEL_VALUE_INPUT_META_REPLAY_SLOT_PLUS,
40184042
"Següent posició de repetició"

intl/msg_hash_fr.h

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3981,6 +3981,30 @@ MSG_HASH(
39813981
MENU_ENUM_SUBLABEL_INPUT_META_HALT_REPLAY_KEY,
39823982
"Arrête l'enregistrement/la lecture du replay en cours."
39833983
)
3984+
MSG_HASH(
3985+
MENU_ENUM_LABEL_VALUE_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY,
3986+
"Enregistrer un point de contrôle de replay"
3987+
)
3988+
MSG_HASH(
3989+
MENU_ENUM_SUBLABEL_INPUT_META_SAVE_REPLAY_CHECKPOINT_KEY,
3990+
"Ajoute un point de contrôle au replay en cours de lecture."
3991+
)
3992+
MSG_HASH(
3993+
MENU_ENUM_LABEL_VALUE_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY,
3994+
"Point de contrôle de replay précédent"
3995+
)
3996+
MSG_HASH(
3997+
MENU_ENUM_SUBLABEL_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY,
3998+
"Rembobine le replay au point de contrôle automatique ou manuel précédent."
3999+
)
4000+
MSG_HASH(
4001+
MENU_ENUM_LABEL_VALUE_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
4002+
"Point de contrôle de replay suivant"
4003+
)
4004+
MSG_HASH(
4005+
MENU_ENUM_SUBLABEL_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
4006+
"Avance rapidement le replay au point de contrôle automatique ou manuel suivant."
4007+
)
39844008
MSG_HASH(
39854009
MENU_ENUM_LABEL_VALUE_INPUT_META_REPLAY_SLOT_PLUS,
39864010
"Emplacement de replay suivant"
@@ -14086,6 +14110,30 @@ MSG_HASH(
1408614110
MSG_REPLAY_LOAD_STATE_OVERWRITING_REPLAY,
1408714111
"Mauvaise timeline ; écrasement de l'enregistrement"
1408814112
)
14113+
MSG_HASH(
14114+
MSG_REPLAY_SEEK_TO_PREV_CHECKPOINT,
14115+
"Rechercher en arrière"
14116+
)
14117+
MSG_HASH(
14118+
MSG_REPLAY_SEEK_TO_PREV_CHECKPOINT_FAILED,
14119+
"Échec de la recherche en arrière"
14120+
)
14121+
MSG_HASH(
14122+
MSG_REPLAY_SEEK_TO_NEXT_CHECKPOINT,
14123+
"Rechercher en avant"
14124+
)
14125+
MSG_HASH(
14126+
MSG_REPLAY_SEEK_TO_NEXT_CHECKPOINT_FAILED,
14127+
"Échec de la recherche en avant"
14128+
)
14129+
MSG_HASH(
14130+
MSG_REPLAY_SEEK_TO_FRAME,
14131+
"Recherche terminée"
14132+
)
14133+
MSG_HASH(
14134+
MSG_REPLAY_SEEK_TO_FRAME_FAILED,
14135+
"Échec de la recherche"
14136+
)
1408914137
MSG_HASH(
1409014138
MSG_FOUND_SHADER,
1409114139
"Shader trouvé"

intl/progress.h

Lines changed: 3 additions & 3 deletions
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 */
@@ -59,8 +59,8 @@
5959
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 44
6060

6161
/* French */
62-
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
63-
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 99
62+
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
63+
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 100
6464

6565
/* Irish */
6666
#define LANGUAGE_PROGRESS_IRISH_TRANSLATED 100

0 commit comments

Comments
 (0)