mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
8814eb3eb6
commit
c11d9bee2e
@ -15485,9 +15485,45 @@ MSG_HASH(
|
||||
"gestoppt."
|
||||
)
|
||||
#ifdef HAVE_GAME_AI
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_GAME_AI_MENU_OPTION,
|
||||
"KI-Player überschreiben"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_GAME_AI_MENU_OPTION,
|
||||
"KI-Spieler überschreiben Unterlabel"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_GAME_AI_OPTIONS,
|
||||
"Spiel-KI"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P1,
|
||||
"P1 überschreiben"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P1,
|
||||
"Spieler 01 überschreiben"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P2,
|
||||
"P2 überschreiben"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P2,
|
||||
"Spieler 02 überschreiben"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_GAME_AI_SHOW_DEBUG,
|
||||
"Fehlerinformation anzeigen"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_GAME_AI_SHOW_DEBUG,
|
||||
"Fehlerinformation anzeigen"
|
||||
)
|
||||
|
||||
#endif
|
@ -838,6 +838,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_MOUSE_CURSOR,
|
||||
"Show the Mouse Cursor With Overlay"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ANALOG_RECENTER_ZONE,
|
||||
"Analogue Recentring Zone"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_ANALOG_RECENTER_ZONE,
|
||||
"Analogue stick input will be relative to first touch if pressed within this zone."
|
||||
)
|
||||
|
||||
/* Settings > On-Screen Display > On-Screen Overlay > Keyboard Overlay */
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||
|
||||
/* English, United Kingdom */
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 99
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
||||
|
||||
/* Esperanto */
|
||||
|
Loading…
x
Reference in New Issue
Block a user