mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
996eb680b0
commit
eabdc19aee
@ -29,6 +29,10 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY,
|
||||
"Join or host a net-play session."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_QUIT_RETROARCH,
|
||||
"Quit RetroArch. Killing the program in any hard way (SIGKILL, etc.) will terminate RetroArch without saving the configuration in any case. On Unix-likes, SIGINT/SIGTERM allows a clean deinitialisation which includes configuration save if enabled."
|
||||
)
|
||||
|
||||
/* Main Menu > Load Core */
|
||||
|
||||
@ -170,6 +174,18 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_SUSPEND_SCREENSAVER_ENABLE,
|
||||
"Suspends the screensaver. Is a hint that does not necessarily have to be honoured by the video driver."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_BLACK_FRAME_INSERTION,
|
||||
"Insert black frame(s) between frames. Can greatly reduce motion blur by emulating CRT scan out, but at cost of brightness. Do not combine with Swap Interval > 1 (Auto is OK), Frame Delay, or Sync to Exact Content Framerate."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_VIDEO_BLACK_FRAME_INSERTION,
|
||||
"Inserts black frame(s) in between frames for enhanced motion clarity. Only use option designated for your current display refresh rate. Not for use at refresh rates that are non-multiples of 60Hz such as 144Hz, 165Hz, etc. Do not combine with Swap Interval > 1 (Auto is OK), Frame Delay, or Sync to Exact Content Framerate. Leaving system VRR on is OK, just not that setting. If you notice -any- temporary image retention, you should disable at 120hz, and for higher hz adjust the dark frames setting[...]"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_VIDEO_BFI_DARK_FRAMES,
|
||||
"Adjusts the number of frames displayed in the BFI sequence that are black. More black frames increases motion clarity but reduces brightness. Not applicable at 120hz as there is only one total extra 60hz frame, so it must be black otherwise BFI would not be active at all."
|
||||
)
|
||||
#if defined(DINGUX)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_VIDEO_DINGUX_IPU_FILTER_TYPE,
|
||||
@ -519,6 +535,10 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_TURBO_MODE,
|
||||
"Select the general behaviour of turbo mode."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_ALLOW_TURBO_DPAD,
|
||||
"If enabled, digital directional inputs (also known as D-Pad or 'hatswitch') can be turbo."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_INPUT_RETROPAD_BINDS,
|
||||
"Libretro uses a virtual gamepad abstraction known as the 'RetroPad' to communicate from frontends (like RetroArch) to cores and vice versa. This menu determines how the virtual RetroPad is mapped to the physical input devices and which virtual input ports these devices occupy.\nIf a physical input device is recognised and autoconfigured correctly, users probably do not need to use this menu at all, and for core-specific input changes, should use the Quick Menu's 'Controls' submenu instead."
|
||||
@ -1011,6 +1031,10 @@ MSG_HASH(
|
||||
|
||||
/* Settings > User Interface > Appearance */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_MENU_WALLPAPER,
|
||||
"Select an image to set as menu background. Manual and dynamic images will override 'Colour Theme'."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME,
|
||||
"Use Preferred System Colour Theme"
|
||||
|
@ -519,6 +519,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE,
|
||||
"Firmware(s) "
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_IN_CONTENT_DIRECTORY,
|
||||
"- Remarque : 'Fichiers système avec le contenu' est actuellement activé."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_PATH,
|
||||
"- Recherche dans : '%s'"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MISSING_REQUIRED,
|
||||
"Manquant, requis :"
|
||||
|
@ -495,6 +495,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_SAVESTATE_SERIALIZED,
|
||||
"Berserial (Simpan/Muat, Gerak Mundur)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_IN_CONTENT_DIRECTORY,
|
||||
"- Catatan: 'Berkas Sistem ada di Direktori Konten' sedang aktif."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_PATH,
|
||||
"- Mencari di: '%s'"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MISSING_REQUIRED,
|
||||
"Tidak ditemukan, yang diperlukan:"
|
||||
|
@ -527,6 +527,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE,
|
||||
"ファームウェア"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_IN_CONTENT_DIRECTORY,
|
||||
"- 注意: [コンテンツディレクトリからシステムファイルを読み込む] が現在有効化されています。"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_PATH,
|
||||
"- 検索中: '%s'"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MISSING_REQUIRED,
|
||||
"不足, 必須:"
|
||||
|
@ -487,6 +487,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_SAVESTATE_DETERMINISTIC,
|
||||
"Determinístico (salva/carrega, rebobina, execução antecipada, Netplay)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE_PATH,
|
||||
"- Pesquisando em: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MISSING_REQUIRED,
|
||||
"Faltando, necessário:"
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||
|
||||
/* English, United Kingdom */
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 96
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
||||
|
||||
/* Esperanto */
|
||||
@ -55,7 +55,7 @@
|
||||
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 48
|
||||
|
||||
/* French */
|
||||
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
|
||||
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 98
|
||||
|
||||
/* Galician */
|
||||
@ -83,7 +83,7 @@
|
||||
#define LANGUAGE_PROGRESS_ITALIAN_APPROVED 0
|
||||
|
||||
/* Japanese */
|
||||
#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 99
|
||||
#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0
|
||||
|
||||
/* Korean */
|
||||
|
Loading…
x
Reference in New Issue
Block a user