From 76fd60b15e8c0d9f48e51be19570d24d7ea77b80 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Jan 2022 00:07:53 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_fr.h | 16 ++++++++++++++++ intl/msg_hash_ko.h | 18 +++++++++++++++++- intl/msg_hash_pt_br.h | 20 ++++++++++++++++++++ intl/progress.h | 4 ++-- 4 files changed, 55 insertions(+), 3 deletions(-) diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index c96a968cd3..1f0193a5d7 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -5529,6 +5529,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_SUBLABELS, "Afficher des informations additionnelles pour chaque entrée dans les listes de lecture, telles que l'association au cœur actuelle et le temps de jeu (si disponible). A un impact variable sur les performances." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_HISTORY_ICONS, + "Afficher les icônes spécifiques au contenu dans l'historique et les favoris" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_HISTORY_ICONS, + "Afficher des icônes spécifiques pour chaque élément de la liste de lecture d'historique et de favoris. A un impact variable sur les performances." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE, "Cœur :" @@ -7835,6 +7843,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "Au plus proche" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAIN, + "Principal" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "Contenu" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_USE_CONTENT_DIR, "" diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 76d77e7ad2..22611c1d34 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -5577,6 +5577,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_SUBLABELS, "각각의 실행목록 항목에 연결된 코어나 실행시간 등 부가적인 정보를 표시합니다. 성능에 영향을 줄 수 있습니다." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_HISTORY_ICONS, + "최근 실행 및 즐겨찾기에 개별 컨텐츠 전용 아이콘 표시" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_HISTORY_ICONS, + "최근 실행 및 즐겨찾기 실행목록의 개별 항목에 대해 전용 아이콘을 표시합니다. 어느 정도 성능 저하가 생깁니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE, "코어:" @@ -6777,7 +6785,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEAT_RELOAD_CHEATS, - "게임-전용 치트 다시 불러오기" + "게임 전용 치트 다시 불러오기" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS, @@ -7931,6 +7939,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "최근접" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAIN, + "메인" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "컨텐츠" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_USE_CONTENT_DIR, "<컨텐츠 디렉토리>" diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 09ac4fb70a..c0729c81cc 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -5513,6 +5513,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_SUBLABELS, "Mostra informações adicionais para cada entrada da lista de reprodução, como associação principal atual e tempo de jogo (se disponível). Tem um impacto de desempenho variável." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_HISTORY_ICONS, + "Mostrar ícones específicos do conteúdo no histórico e nos favoritos" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_HISTORY_ICONS, + "Mostra ícones específicos para cada entrada do histórico e da lista de reprodução favorita. Tem um impacto variável no desempenho." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE, "Núcleo:" @@ -6052,6 +6060,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY_DISCONNECT, "Desconecta de uma conexão de jogo em rede ativa." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_NETPLAY_SHOW_ONLY_CONNECTABLE, + "Apenas salas que possam ser conectadas" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_REFRESH_ROOMS, "Atualizar lista de anfitriões de jogo em rede" @@ -7811,6 +7823,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "Mais próximo" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAIN, + "Principal" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "Conteúdo" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_USE_CONTENT_DIR, "" diff --git a/intl/progress.h b/intl/progress.h index 5e9cbaf60b..4f737e13e8 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -4,7 +4,7 @@ /* Asturian */ #define LANGUAGE_PROGRESS_ASTURIAN_TRANSLATED 14 -#define LANGUAGE_PROGRESS_ASTURIAN_APPROVED 13 +#define LANGUAGE_PROGRESS_ASTURIAN_APPROVED 14 /* Catalan */ #define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 2 @@ -47,7 +47,7 @@ #define LANGUAGE_PROGRESS_FINNISH_APPROVED 41 /* French */ -#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 99 +#define LANGUAGE_PROGRESS_FRENCH_TRANSLATED 100 #define LANGUAGE_PROGRESS_FRENCH_APPROVED 99 /* Galician */