From 83a7c0d798f51ca4a62d2f6f0a503f919599a8f2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Jul 2022 00:14:07 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_ca.h | 88 ++++++++++++++++++++++++++++++++++++++++++++++ intl/progress.h | 2 +- 2 files changed, 89 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index 5000af0e46..6c48be5b19 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -5746,6 +5746,18 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_HELP, "Ajuda" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_HELP_LOADING_CONTENT, + "S’està carregant el contingut" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT, + "S’està cercant contingut" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_HELP_WHAT_IS_A_CORE, + "Què és un nucli?" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_HELP_SEND_DEBUG_INFO, "Envia informació de depuració" @@ -5774,14 +5786,46 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE, "Limita la velocitat màxima d’execució" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CHEAT_START_SEARCH, + "Cerca un truc nou" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CHEAT_START_SEARCH, + "Cerca un truc nou. Es pot canviar el nombre de bits." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEAT_CONTINUE_SEARCH, "Continua la cerca" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CHEAT_CONTINUE_SEARCH, + "Continua cercant un truc nou." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST_HARDCORE, + "Assoliments (Hardcore)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_DETAILS, + "Detalls del truc" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_DETAILS, + "Gestiona la configuració dels detalls dels trucs." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_SEARCH, "Comença o continua la cerca de trucs" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_SEARCH, + "Comença o continua la cerca de trucs." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CHEAT_NUM_PASSES, + "Passades de trucs" + ) MSG_HASH( MENU_ENUM_SUBLABEL_CHEAT_NUM_PASSES, "Augmenta o redueix la quantitat de trucs." @@ -5853,6 +5897,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_MAX_USERS, "Base de dades - Filtre: màxim d’usuaris" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_MONTH, + "Base de dades - Filtre: mes de publicació" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_YEAR, + "Base de dades - Filtre: any de publicació" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_ISSUE, "Base de dades - Filtre: número de la revista Edge" @@ -5955,6 +6007,14 @@ MSG_HASH( /* Notifications */ +MSG_HASH( /* FIXME Should be MSG_ */ + MENU_ENUM_LABEL_VALUE_NETPLAY_START_WHEN_LOADED, + "El joc en línia començarà quan s’hagi carregat el contingut." + ) +MSG_HASH( /* FIXME Should be MSG_ */ + MENU_ENUM_LABEL_VALUE_NETPLAY_LOAD_CONTENT_MANUALLY, + "No s’ha pogut trobar cap nucli o fitxer de contingut adequats, carregueu-los manualment." + ) MSG_HASH( /* FIXME Should be MSG_ */ MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER_FALLBACK, "El vostre controlador de gràfics no és compatible amb el controlador de vídeo actual del RetroArch, s’usarà el controlador %s com a alternativa. Reinicieu el RetroArch per aplicar els canvis." @@ -5995,6 +6055,34 @@ MSG_HASH( MSG_PRESS_ONE_MORE_TIME_TO_SEND_DEBUG_INFO, "Premeu una vegada més per enviar informació de diagnòstic a l’equip del RetroArch." ) +MSG_HASH( + MSG_AUDIO_MIXER_VOLUME, + "Volum del mesclador d’àudio global" + ) +MSG_HASH( + MSG_NETPLAY_LAN_SCAN_COMPLETE, + "S’ha completat la cerca de partides en línia." + ) +MSG_HASH( + MSG_NATIVE, + "Nativa" + ) +MSG_HASH( + MSG_DEVICE_DISCONNECTED_FROM_PORT, + "S’ha desconnectat el dispositiu del port" + ) +MSG_HASH( + MSG_UNKNOWN_NETPLAY_COMMAND_RECEIVED, + "S’ha rebut una ordre de joc en línia desconeguda" + ) +MSG_HASH( + MSG_GOT_CONNECTION_FROM, + "S’ha rebut una connexió de: «%s»" + ) +MSG_HASH( + MSG_GOT_CONNECTION_FROM_NAME, + "S’ha rebut una connexió de: «%s (%s)»" + ) MSG_HASH( MSG_NETPLAY_STATUS_PLAYING, "Jugant" diff --git a/intl/progress.h b/intl/progress.h index 0397109902..f1c413152f 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -23,7 +23,7 @@ #define LANGUAGE_PROGRESS_DANISH_APPROVED 0 /* German */ -#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 92 +#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_GERMAN_APPROVED 18 /* Greek */