Skip to content

Commit 0900cd7

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 906c0be commit 0900cd7

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

intl/msg_hash_ca.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,10 +3688,18 @@ MSG_HASH(
36883688
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_INFO_BUTTON,
36893689
"Inhabilita el botó d’informació"
36903690
)
3691+
MSG_HASH(
3692+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_INFO_BUTTON,
3693+
"Si aquesta opció està activada, la funció d'informació estarà desactivada."
3694+
)
36913695
MSG_HASH(
36923696
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_SEARCH_BUTTON,
36933697
"Inhabilita el botó de cerca"
36943698
)
3699+
MSG_HASH(
3700+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
3701+
"Si aquesta opció està activada, la funció de cerca estarà desactivada."
3702+
)
36953703
MSG_HASH(
36963704
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_LEFT_ANALOG_IN_MENU,
36973705
"Deshabilita analògic esquerre en el menú"

intl/msg_hash_de.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,10 +3600,18 @@ MSG_HASH(
36003600
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_INFO_BUTTON,
36013601
"Info-Taste deaktivieren"
36023602
)
3603+
MSG_HASH(
3604+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_INFO_BUTTON,
3605+
"Wenn aktiviert, wird die Info-Funktion ausgeschaltet."
3606+
)
36033607
MSG_HASH(
36043608
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_SEARCH_BUTTON,
36053609
"Suchen-Taste deaktivieren"
36063610
)
3611+
MSG_HASH(
3612+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
3613+
"Wenn aktiviert, wird die Suchfunktion ausgeschaltet."
3614+
)
36073615
MSG_HASH(
36083616
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_LEFT_ANALOG_IN_MENU,
36093617
"Linken Analogstick für Menü deaktivieren"

intl/msg_hash_it.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3624,10 +3624,18 @@ MSG_HASH(
36243624
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_INFO_BUTTON,
36253625
"Disabilita Pulsante Info"
36263626
)
3627+
MSG_HASH(
3628+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_INFO_BUTTON,
3629+
"Se abilitata, la funzione Info sarà disabilitata."
3630+
)
36273631
MSG_HASH(
36283632
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_SEARCH_BUTTON,
36293633
"Disabilita Pulsante Ricerca"
36303634
)
3635+
MSG_HASH(
3636+
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
3637+
"Se abilitata, la funzione di ricerca sarà disabilitata."
3638+
)
36313639
MSG_HASH(
36323640
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_LEFT_ANALOG_IN_MENU,
36333641
"Disabilita l'analogico sinistro nel menu"

intl/progress.h

Lines changed: 2 additions & 2 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 */
@@ -31,7 +31,7 @@
3131
#define LANGUAGE_PROGRESS_DANISH_APPROVED 0
3232

3333
/* German */
34-
#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 99
34+
#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100
3535
#define LANGUAGE_PROGRESS_GERMAN_APPROVED 13
3636

3737
/* Greek */

0 commit comments

Comments
 (0)