From 780eac62e6a40fa6bf3f90a5e791d324e944b59d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Aug 2025 00:25:08 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_ca.h | 4 ++++ intl/msg_hash_de.h | 4 ++++ intl/msg_hash_es.h | 4 ++++ intl/msg_hash_fr.h | 4 ++++ intl/msg_hash_pt_br.h | 8 ++++++-- intl/msg_hash_tr.h | 4 ++++ intl/progress.h | 14 +++++++------- 7 files changed, 33 insertions(+), 9 deletions(-) diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index babf897a60..e590feb5e3 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -7803,6 +7803,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Darrera partida:" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Comptador de reproduccions:" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "segon" diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 775c26e213..567181b17e 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -7691,6 +7691,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Zuletzt gespielt:" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Gespielt:" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "Sekunde" diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index bb64fc48d0..e9ca310060 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -7819,6 +7819,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Última partida:" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Partidas:" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "segundo" diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index fc5eaa7e2d..a0c1987995 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -7775,6 +7775,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Joué pour la dernière fois :" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Nombre de fois joué :" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "seconde" diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 8f608fc2f0..a598bd5229 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -7779,6 +7779,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Último acesso:" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Vezes Jogadas:" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "segundo" @@ -8681,7 +8685,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_PLAYER_COUNT, - "Número de jogadores" + "Número de Jogadores" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_REGION, @@ -9641,7 +9645,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEAT_REPEAT_COUNT, - "Número de iterações" + "Número de Iterações" ) MSG_HASH( MENU_ENUM_SUBLABEL_CHEAT_REPEAT_COUNT, diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index d1a83ed5ca..41187e57bf 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -7823,6 +7823,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, "Son Oynama:" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT, + "Oynama Sayısı:" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, "saniye" diff --git a/intl/progress.h b/intl/progress.h index 6bdc973ad3..3f5499c522 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -15,7 +15,7 @@ #define LANGUAGE_PROGRESS_BULGARIAN_APPROVED 0 /* Catalan */ -#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 99 +#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_CATALAN_APPROVED 0 /* Czech */ @@ -31,7 +31,7 @@ #define LANGUAGE_PROGRESS_DANISH_APPROVED 0 /* German */ -#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 99 +#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_GERMAN_APPROVED 13 /* Greek */ @@ -47,7 +47,7 @@ #define LANGUAGE_PROGRESS_ESPERANTO_APPROVED 0 /* Spanish */ -#define LANGUAGE_PROGRESS_SPANISH_TRANSLATED 99 +#define LANGUAGE_PROGRESS_SPANISH_TRANSLATED 100 #define LANGUAGE_PROGRESS_SPANISH_APPROVED 95 /* Persian */ @@ -59,8 +59,8 @@ #define LANGUAGE_PROGRESS_FINNISH_APPROVED 44 /* 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 /* Irish */ #define LANGUAGE_PROGRESS_IRISH_TRANSLATED 99 @@ -139,8 +139,8 @@ #define LANGUAGE_PROGRESS_SWEDISH_APPROVED 61 /* Turkish */ -#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 99 -#define LANGUAGE_PROGRESS_TURKISH_APPROVED 99 +#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 100 +#define LANGUAGE_PROGRESS_TURKISH_APPROVED 100 /* Tatar */ #define LANGUAGE_PROGRESS_TATAR_TRANSLATED 0