mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
01a7f2010d
commit
16930150f8
@ -3253,6 +3253,34 @@ MSG_HASH(
|
||||
|
||||
/* Settings > Saving */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SAVESTATE_MAX_KEEP,
|
||||
"Màxim de desats ràpids autoincrementats a mantenir"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_SAVESTATE_MAX_KEEP,
|
||||
"Limita el nombre de desats ràpids que es crearan quan s’habiliti l’opció «Incrementa l’índex de desat ràpid automàticament». Si se sobrepassa el límit quan es crea un nou desat ràpid s’esborrarà el desat ràpid amb l'índex més baix. Un valor de «0» significa que es crearan desats ràpids sense límit."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE,
|
||||
"Desat ràpid automàtic"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_SAVESTATE_AUTO_SAVE,
|
||||
"Crea un desat ràpid automàticament quan es tanca el contingut. El RetroArch carregarà automàticament aquest desat ràpid si l’opció «Carrega el desat ràpid automàticament» està activada."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD,
|
||||
"Carrega el desat ràpid automàticament"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_SAVESTATE_AUTO_LOAD,
|
||||
"Carrega automàticament el desat ràpid automàtic a l’inici."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SAVESTATE_THUMBNAIL_ENABLE,
|
||||
"Miniatures de desats ràpids"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_SAVESTATE_THUMBNAIL_ENABLE,
|
||||
"Mostra miniatures dels estats desats al menú."
|
||||
@ -3297,9 +3325,73 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SCREENSHOTS_IN_CONTENT_DIR_ENABLE,
|
||||
"Desa les captures al directori del contingut"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_RUNTIME_LOG,
|
||||
"Desa un registre de temps d’execució (per nucli)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CONTENT_RUNTIME_LOG,
|
||||
"Manté un seguiment de quanta estona s’ha executat cada contingut, amb registres separats per nucli."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_RUNTIME_LOG_AGGREGATE,
|
||||
"Desa un registre de temps d’execució (agregat)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CONTENT_RUNTIME_LOG_AGGREGATE,
|
||||
"Manté un seguiment de quanta estona s’ha executat cada contingut, enregistrat com l’agregat total entre tots els nuclis."
|
||||
)
|
||||
|
||||
/* Settings > Logging */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY,
|
||||
"Nivell de detall dels registres"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
|
||||
"Enregistra els esdeveniments a un terminal o fitxer."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_FRONTEND_LOG_LEVEL,
|
||||
"Nivell de registre del front"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_FRONTEND_LOG_LEVEL,
|
||||
"Estableix el nivell de registre pel front. Si un nivell de registre emès pel front es troba per sota d’aquest valor, s’ignorarà."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_LIBRETRO_LOG_LEVEL,
|
||||
"Nivell de registre del nucli"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_LIBRETRO_LOG_LEVEL,
|
||||
"Estableix el nivell de registre pels nuclis. Si un nivell de registre emès per un nucli es troba per sota d’aquest valor, s’ignorarà."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE,
|
||||
"Desa el registre en un fitxer"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_LOG_TO_FILE,
|
||||
"Redirigeix els missatges de registre d’esdeveniments del sistema a un fitxer. Requereix que l’opció «Nivell de detall dels registres» estigui activada."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE_TIMESTAMP,
|
||||
"Afegeix marques de temps als fitxers de registre"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_LOG_TO_FILE_TIMESTAMP,
|
||||
"Quan es desi el registre en un fitxer, redirigeix la sortida de cada sessió de RetroArch a un fitxer nou amb marca de temps. Si es desactiva, se sobreescriu el registre cada cop que es reinicia el RetroArch."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE,
|
||||
"Comptadors de rendiment"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_PERFCNT_ENABLE,
|
||||
"Comptadors de rendiment pel RetroArch i els nuclis. Les dades dels comptadors poden ajudar a determinar colls d’ampolla del sistema i afinar el rendiment."
|
||||
)
|
||||
|
||||
/* Settings > File Browser */
|
||||
|
||||
|
@ -10823,6 +10823,10 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHAT_SUPPORTED,
|
||||
"Podporován Chat"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_SLOWDOWNS_CAUSED,
|
||||
"Příčiny Zpomalení"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
|
@ -11007,6 +11007,10 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHAT_SUPPORTED,
|
||||
"Soporte de chat"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_SLOWDOWNS_CAUSED,
|
||||
"Ralentizaciones provocadas"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
|
@ -10979,6 +10979,10 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHAT_SUPPORTED,
|
||||
"Chat pris en charge"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_SLOWDOWNS_CAUSED,
|
||||
"Ralentissements causés"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
|
@ -10879,6 +10879,10 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHAT_SUPPORTED,
|
||||
"Chat Supportata"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_SLOWDOWNS_CAUSED,
|
||||
"Rallentamenti Causati"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
|
@ -6561,6 +6561,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_BAN,
|
||||
"Забанить клиента"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_BAN,
|
||||
"Отключить клиента от текущей комнаты."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
|
@ -11103,6 +11103,10 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHAT_SUPPORTED,
|
||||
"Sohbet Desteği"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_SLOWDOWNS_CAUSED,
|
||||
"Yavaşlama Nedenleri"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
|
@ -23,7 +23,7 @@
|
||||
#define LANGUAGE_PROGRESS_DANISH_APPROVED 0
|
||||
|
||||
/* German */
|
||||
#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 99
|
||||
#define LANGUAGE_PROGRESS_GERMAN_APPROVED 18
|
||||
|
||||
/* Greek */
|
||||
|
Loading…
Reference in New Issue
Block a user