mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
c1309a34c2
commit
e8f4425eed
@ -514,6 +514,14 @@ MSG_HASH(
|
||||
|
||||
/* Settings > Input > Menu Controls */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_DISABLE_INFO_BUTTON,
|
||||
"If enabled, Info button presses will be ignored."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
|
||||
"If enabled, Search button presses will be ignored."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL,
|
||||
"Menu Swap Okay and Cancel Buttons"
|
||||
@ -943,6 +951,10 @@ MSG_HASH(
|
||||
|
||||
/* Settings > Achievements */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
||||
"Disable cheats, rewind, pause, slow-motion, and loading save states. Achievements earned in hardcore mode are uniquely marked so that you can show others what you've achieved without emulator assistance features. Toggling this setting at runtime will restart the game."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CHEEVOS_LEADERBOARDS_ENABLE,
|
||||
"Leader-boards"
|
||||
@ -951,6 +963,10 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
|
||||
"Game specific leader-boards. Has no effect if 'Hardcore Mode' is disabled."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_RICHPRESENCE_ENABLE,
|
||||
"Periodically send contextual game information to the RetroAchievements website. Has no effect if 'Hardcore Mode' is enabled."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_BADGES_ENABLE,
|
||||
"Display badges in the Achievements List."
|
||||
|
@ -333,6 +333,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT,
|
||||
"Téléchargement de contenu"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE_CONTENT,
|
||||
"Télécharger du contenu gratuit pour le cœur sélectionné."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_SYSTEM_FILES,
|
||||
"Téléchargement des fichiers système de cœurs"
|
||||
@ -5459,6 +5463,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CHEEVOS_HARDCORE_MODE_ENABLE,
|
||||
"Mode Hardcore"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
||||
"Désactive les cheats, le rembobinage, la mise en pause, le ralenti et le chargement des sauvegardes instantanées. Les succès gagnés en mode hardcore sont marquées de façon unique pour que vous puissiez montrer aux autres ce que vous avez accompli sans fonctionnalités d'assistance d'émulateur. La désactivation de ce paramètre lors de l'exécution redémarrera le jeu."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CHEEVOS_LEADERBOARDS_ENABLE,
|
||||
"Classements "
|
||||
@ -5471,6 +5479,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CHEEVOS_RICHPRESENCE_ENABLE,
|
||||
"Présence enrichie"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CHEEVOS_RICHPRESENCE_ENABLE,
|
||||
"Envoie périodiquement des informations de jeu contextuelles sur le site web RetroAchievements. N'a aucun effet si le 'Mode Hardcore' est activé."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CHEEVOS_BADGES_ENABLE,
|
||||
"Badges de succès"
|
||||
|
@ -31,7 +31,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 */
|
||||
@ -51,8 +51,8 @@
|
||||
#define LANGUAGE_PROGRESS_FINNISH_APPROVED 36
|
||||
|
||||
/* French */
|
||||
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99
|
||||
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 99
|
||||
#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_FRENCH_APPROVED 100
|
||||
|
||||
/* Galician */
|
||||
#define LANGUAGE_PROGRESS_GALICIAN_TRANSLATED 12
|
||||
|
Loading…
x
Reference in New Issue
Block a user