From 45b05ea3db7ffe0e9e85422de596e02f13b4e2d2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 27 Aug 2022 00:12:27 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_ar.h | 2 + intl/msg_hash_ast.h | 10 ++++ intl/msg_hash_ca.h | 82 +++++++++++++++++++++++++++++++ intl/msg_hash_chs.h | 14 ++++++ intl/msg_hash_cht.h | 6 +++ intl/msg_hash_cs.h | 14 ++++++ intl/msg_hash_cy.h | 2 + intl/msg_hash_da.h | 2 + intl/msg_hash_de.h | 22 ++++++--- intl/msg_hash_el.h | 10 ++++ intl/msg_hash_en.h | 2 + intl/msg_hash_eo.h | 2 + intl/msg_hash_es.h | 34 +++++++++++++ intl/msg_hash_fa.h | 10 ++++ intl/msg_hash_fi.h | 10 ++++ intl/msg_hash_fr.h | 14 ++++++ intl/msg_hash_gl.h | 2 + intl/msg_hash_he.h | 2 + intl/msg_hash_hr.h | 2 + intl/msg_hash_hu.h | 2 + intl/msg_hash_id.h | 2 + intl/msg_hash_it.h | 30 ++++++++++++ intl/msg_hash_ja.h | 6 +++ intl/msg_hash_ko.h | 14 ++++++ intl/msg_hash_mt.h | 2 + intl/msg_hash_nl.h | 6 +++ intl/msg_hash_no.h | 2 + intl/msg_hash_oc.h | 2 + intl/msg_hash_pl.h | 22 +++++++++ intl/msg_hash_pt_br.h | 110 ++++++++++++++++++++++++++++++++++++++++-- intl/msg_hash_pt_pt.h | 2 + intl/msg_hash_ro.h | 2 + intl/msg_hash_ru.h | 14 ++++++ intl/msg_hash_si.h | 2 + intl/msg_hash_sk.h | 2 + intl/msg_hash_sr.h | 2 + intl/msg_hash_sv.h | 6 +++ intl/msg_hash_tr.h | 34 +++++++++++++ intl/msg_hash_uk.h | 10 ++++ intl/msg_hash_val.h | 10 ++++ intl/msg_hash_vn.h | 6 +++ intl/progress.h | 8 +-- 42 files changed, 524 insertions(+), 14 deletions(-) diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index 42f31fe33c..5b85481cfe 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -1193,6 +1193,8 @@ MSG_HASH( "تغيير الدلائل الافتراضية حيث توجد الملفات." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_LABEL_VALUE_STEAM_SETTINGS, diff --git a/intl/msg_hash_ast.h b/intl/msg_hash_ast.h index fc1bf71e8a..2eecb0ead4 100644 --- a/intl/msg_hash_ast.h +++ b/intl/msg_hash_ast.h @@ -865,6 +865,16 @@ MSG_HASH( "Direutoriu" ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Rindimientu" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistema" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index 459893afd1..d55a14dd40 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -1241,6 +1241,12 @@ MSG_HASH( "Canvia els directoris predeterminats per als arxius." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Mitjà" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, @@ -4954,18 +4960,94 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS, "Trucs" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_DISK_OPTIONS, + "Control de disc" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_DISK_OPTIONS, + "Gestió de la imatge de disc." + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SHADER_OPTIONS, + "Configura shaders per millorar visualment la imatge." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_QUICK_MENU_OVERRIDE_OPTIONS, + "Excepcions" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_QUICK_MENU_OVERRIDE_OPTIONS, + "Opcions per definir excepcions a la configuració global." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST, "Assoliments" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_ACHIEVEMENT_LIST, + "Vegeu els assoliments i les opcions relacionades." + ) /* Quick Menu > Options */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CORE_OPTION_OVERRIDE_LIST, + "Gestiona les opcions del nucli" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CORE_OPTION_OVERRIDE_LIST, + "Desa o elimina excepcions a les opcions pel contingut actual." + ) /* Quick Menu > Options > Manage Core Options */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_CORE_OPTIONS_CREATE, + "Desa les opcions del joc" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_CORE_OPTIONS_REMOVE, + "Esborra les opcions del joc" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_FOLDER_SPECIFIC_CORE_OPTIONS_CREATE, + "Desa les opcions del directori de contingut" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_FOLDER_SPECIFIC_CORE_OPTIONS_REMOVE, + "Esborra les opcions del directori de contingut" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CORE_OPTION_OVERRIDE_INFO, + "Fitxer d’opcions actiu:" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CORE_OPTIONS_RESET, + "Reinicia les opcions" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CORE_OPTIONS_RESET, + "Estableix totes les opcions del nucli als valors predeterminats." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CORE_OPTIONS_FLUSH, + "Escriu les opcions al disc" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CORE_OPTIONS_FLUSH, + "Força que s’escriguin les opcions actuals al fitxer d’opcions actiu. S’assegura que les opcions es conservin en cas que un error del nucli provoqués una aturada incorrecta del front." + ) /* - Legacy (unused) */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_CREATE, + "Crea el fitxer d’opcions del joc" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_IN_USE, + "Desa el fitxer d’opcions del joc" + ) /* Quick Menu > Controls */ diff --git a/intl/msg_hash_chs.h b/intl/msg_hash_chs.h index a4c1afe378..aea4e90df4 100644 --- a/intl/msg_hash_chs.h +++ b/intl/msg_hash_chs.h @@ -1265,6 +1265,20 @@ MSG_HASH( "更改文件所在的默认文件夹。" ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "介质" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "性能" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "系统" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_cht.h b/intl/msg_hash_cht.h index 3b1c73a22e..351b1bd9f4 100644 --- a/intl/msg_hash_cht.h +++ b/intl/msg_hash_cht.h @@ -1157,6 +1157,12 @@ MSG_HASH( "變更預設目錄" ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "系統" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_cs.h b/intl/msg_hash_cs.h index 01e106228a..63058c1e19 100644 --- a/intl/msg_hash_cs.h +++ b/intl/msg_hash_cs.h @@ -1249,6 +1249,20 @@ MSG_HASH( "Změnit výchozí adresáře, kde jsou soubory umístěny." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Média" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Výkon" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Systém" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_cy.h b/intl/msg_hash_cy.h index a865eb5477..886ff9fef5 100644 --- a/intl/msg_hash_cy.h +++ b/intl/msg_hash_cy.h @@ -989,6 +989,8 @@ MSG_HASH( "Newid cyfeirlyfrau diofyn lle mae ffeiliau wedi'u lleoli." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_da.h b/intl/msg_hash_da.h index 6f75147622..cfb01c72e9 100644 --- a/intl/msg_hash_da.h +++ b/intl/msg_hash_da.h @@ -885,6 +885,8 @@ MSG_HASH( "Skift standardmapper hvor filer er placeret." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index e0149b0755..2dbaa9c3bc 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -1205,6 +1205,16 @@ MSG_HASH( "Die Standard-Verzeichnisse für diverse Daten ändern." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Medium" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Leistung" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, @@ -12791,7 +12801,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_ENABLE, - "Text am unteren Rand anzeigen. Aktivieren, um Tastenbeschreibungen auf dem unteren Bildschirm anzuzeigen. Dies schließt das Speicherdatum aus." + "Text am unteren Bildschirm einblenden. Aktivieren, um Tastenbeschreibungen auf dem unteren Bildschirm anzuzeigen. Dies schließt das Speicherdatum aus." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_RED, @@ -12799,7 +12809,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_RED, - "Rote Schriftfarbe am unteren Bildschirmrand anpassen." + "Rote Schriftfarbe auf unteren Bildschirm anpassen." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_GREEN, @@ -12807,7 +12817,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_GREEN, - "Grüne Schriftfarbe am unteren Bildschirmrand anpassen." + "Grüne Schriftfarbe auf unteren Bildschirm anpassen." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_BLUE, @@ -12815,7 +12825,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_BLUE, - "Blaue Schriftfarbe am unteren Bildschirmrand anpassen." + "Blaue Schriftfarbe auf unteren Bildschirm anpassen." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_OPACITY, @@ -12823,7 +12833,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_OPACITY, - "Schriftdeckkraft am unteren Bildschirmrand anpassen." + "Schriftdeckkraft auf unteren Bildschirm anpassen." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_SCALE, @@ -12831,7 +12841,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_BOTTOM_FONT_SCALE, - "Schriftgröße am unteren Bildschirmrand anpassen." + "Schriftgröße auf unteren Bildschirm anpassen." ) #endif #ifdef HAVE_QT diff --git a/intl/msg_hash_el.h b/intl/msg_hash_el.h index 9e719dec81..b0c0704e2a 100644 --- a/intl/msg_hash_el.h +++ b/intl/msg_hash_el.h @@ -1145,6 +1145,16 @@ MSG_HASH( "Αλλαγή προκαθορισμένων ευρετηρίων όπου βρίσκονται τα αρχεία." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Επίδοση" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Σύστημα" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_en.h b/intl/msg_hash_en.h index 94fa3c445f..3c23617c92 100644 --- a/intl/msg_hash_en.h +++ b/intl/msg_hash_en.h @@ -145,6 +145,8 @@ MSG_HASH( /* Settings */ +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index e552f2b9e6..ae79b51a77 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -225,6 +225,8 @@ MSG_HASH( "Change default directories for this system." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index e59da84f45..849ee6441f 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -1265,6 +1265,40 @@ MSG_HASH( "Cambia los directorios predeterminados para los archivos." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAPPING_SETTINGS, + "Mapeo" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Soporte" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Rendimiento" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SOUND_SETTINGS, + "Sonido" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SPECS_SETTINGS, + "Características" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STORAGE_SETTINGS, + "Almacenamiento" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistema" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_TIMING_SETTINGS, + "Ritmo" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_fa.h b/intl/msg_hash_fa.h index a50df2b8bb..af932d34b7 100644 --- a/intl/msg_hash_fa.h +++ b/intl/msg_hash_fa.h @@ -1037,6 +1037,16 @@ MSG_HASH( "مسیرهای پیش‌فرضی که فایل‌ها آنجا هستند را تغییر دهید." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "رسانه" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "سیستم" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_fi.h b/intl/msg_hash_fi.h index 62ddc97d3f..2d9bdfbf27 100644 --- a/intl/msg_hash_fi.h +++ b/intl/msg_hash_fi.h @@ -1197,6 +1197,16 @@ MSG_HASH( "Muuta tiedostojen sijainnin oletuskansiot." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Suorituskyky" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Järjestelmä" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index a355420b65..22c6dfd82a 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -1241,6 +1241,20 @@ MSG_HASH( "Modifier les dossiers où les fichiers sont stockés par défaut." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Média" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Performances" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Système" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_gl.h b/intl/msg_hash_gl.h index b4ed351554..b8659e0b4e 100644 --- a/intl/msg_hash_gl.h +++ b/intl/msg_hash_gl.h @@ -1137,6 +1137,8 @@ MSG_HASH( "Cambia os directorios predeterminados onde se atopan os ficheiros." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_he.h b/intl/msg_hash_he.h index 59ff938817..183ff47f6b 100644 --- a/intl/msg_hash_he.h +++ b/intl/msg_hash_he.h @@ -273,6 +273,8 @@ MSG_HASH( "משתמש" ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_hr.h b/intl/msg_hash_hr.h index c9b128d584..dece71626f 100644 --- a/intl/msg_hash_hr.h +++ b/intl/msg_hash_hr.h @@ -513,6 +513,8 @@ MSG_HASH( "Mape" ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_hu.h b/intl/msg_hash_hu.h index 975387bc8d..c79f1ca8b6 100644 --- a/intl/msg_hash_hu.h +++ b/intl/msg_hash_hu.h @@ -1117,6 +1117,8 @@ MSG_HASH( "Módosítsa az alapértelmezett könyvtárakat, ahol a fájlok találhatók." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_id.h b/intl/msg_hash_id.h index 5c33a755da..9b34e9af0a 100644 --- a/intl/msg_hash_id.h +++ b/intl/msg_hash_id.h @@ -1173,6 +1173,8 @@ MSG_HASH( "Ubah lokasi direktori berada." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index de3630b6c0..e0aa7cbe35 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -1233,6 +1233,36 @@ MSG_HASH( "Modifica le cartelle predefinite per questo sistema." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAPPING_SETTINGS, + "Mappatura" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Prestazioni" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SOUND_SETTINGS, + "Suono" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SPECS_SETTINGS, + "Specifiche" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STORAGE_SETTINGS, + "Archiviazione" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistema" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_TIMING_SETTINGS, + "Tempistica" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index c91f49e395..61cede2ba8 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -1157,6 +1157,12 @@ MSG_HASH( "システムの動作に関係するファイルが格納される初期ディレクトリを変更します." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "システム" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 39e02a2824..08e4b76416 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -1277,6 +1277,20 @@ MSG_HASH( "파일이 위치할 기본 디렉토리를 변경합니다." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "미디어" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "성능" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "시스템" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_mt.h b/intl/msg_hash_mt.h index bb7878ac69..6fb41330b4 100644 --- a/intl/msg_hash_mt.h +++ b/intl/msg_hash_mt.h @@ -53,6 +53,8 @@ /* Settings */ +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index f3bef2ef06..ae68240af9 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -1193,6 +1193,12 @@ MSG_HASH( "Wijzig de standaardmappen waar bestanden zich bevinden." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Systeem" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_no.h b/intl/msg_hash_no.h index 4f142ae87c..6cf36d4866 100644 --- a/intl/msg_hash_no.h +++ b/intl/msg_hash_no.h @@ -1149,6 +1149,8 @@ MSG_HASH( "Endre standardmapper hvor filer er plassert." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_oc.h b/intl/msg_hash_oc.h index 4909e815dc..f218064560 100644 --- a/intl/msg_hash_oc.h +++ b/intl/msg_hash_oc.h @@ -213,6 +213,8 @@ MSG_HASH( "Utilizaire" ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index 9d5a5629cf..66f740f3d6 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -1257,6 +1257,28 @@ MSG_HASH( "Zmień domyślne katalogi, w których znajdują się pliki." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAPPING_SETTINGS, + "Mapowanie" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Wydajność" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SOUND_SETTINGS, + "Dźwięk" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SPECS_SETTINGS, + "Dane techniczne" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STORAGE_SETTINGS, + "Pamięć" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 4c5cd25a15..851214ee19 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -1261,6 +1261,32 @@ MSG_HASH( "Altera os diretórios padrões onde os arquivos estão localizados." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAPPING_SETTINGS, + "Mapeamento" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Mídia" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Desempenho" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SOUND_SETTINGS, + "Áudio" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STORAGE_SETTINGS, + "Armazenamento" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistema" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, @@ -4366,6 +4392,14 @@ MSG_HASH( "Altera as configurações da aparência da tela do menu." ) #ifdef _3DS +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MENU_BOTTOM_SETTINGS, + "Aparência da tela inferior do 3DS" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_BOTTOM_SETTINGS, + "Altera as configurações da aparência da tela inferior." + ) #endif MSG_HASH( MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS, @@ -5596,10 +5630,18 @@ MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY_FADE_CHAT, "Desaparece as mensagens de bate-papo com um efeito de desvanecimento depois de um tempo." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_NETPLAY_CHAT_COLOR_NAME, + "Cor do bate-papo (apelido)" + ) MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY_CHAT_COLOR_NAME, "Formato: #RRGGBB ou RRGGBB" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_NETPLAY_CHAT_COLOR_MSG, + "Cor do bate-papo (mensagem)" + ) MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY_CHAT_COLOR_MSG, "Formato: #RRGGBB ou RRGGBB" @@ -5864,7 +5906,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED, - "Última partida:" + "Último acesso:" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE, + "segundo" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_PLURAL, @@ -5936,11 +5982,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED_STYLE, - "Estilo da data e hora da \"Última partida\"" + "Estilo da data e hora do \"Último acesso\"" ) MSG_HASH( MENU_ENUM_SUBLABEL_PLAYLIST_SUBLABEL_LAST_PLAYED_STYLE, - "Define o estilo da data e hora exibidas nas informações da \"Última partida\". As opções \"(AM/PM)\" terão um pequeno impacto de desempenho em algumas plataformas." + "Define o estilo da data e hora exibidas nas informações do \"Último acesso\". As opções \"(AM/PM)\" terão um pequeno impacto de desempenho em algumas plataformas." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_FUZZY_ARCHIVE_MATCH, @@ -6949,7 +6995,7 @@ MSG_HASH( /* FIXME Unused? */ ) MSG_HASH( /* FIXME Unused? */ MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LAST_PLAYED, - "Última partida" + "Último acesso" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_INFO_DATABASE, @@ -12937,6 +12983,62 @@ MSG_HASH( MSG_3DS_BOTTOM_MENU_LOAD_STATE, "Carregar\num ponto de\nrestauração" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_ASSETS_DIRECTORY, + "Diretório dos recursos da tela inferior" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_ASSETS_DIRECTORY, + "Diretório dos recursos da tela inferior. O diretório precisa ter um \"bottom_menu.png\"." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_ENABLE, + "Ativar fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_ENABLE, + "Mostra a fonte do menu inferior. Ative para exibir as descrições dos botões na tela inferior. Não tem compatibilidade com a data do jogo salvo." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_RED, + "Vermelho da fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_RED, + "Ajusta a cor vermelha da fonte da tela inferior." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_GREEN, + "Verde da fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_GREEN, + "Ajusta a cor verde da fonte da tela inferior." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_BLUE, + "Azul da fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_BLUE, + "Ajusta a cor azul da fonte da tela inferior." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_OPACITY, + "Opacidade da fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_OPACITY, + "Ajusta a opacidade da fonte da tela inferior." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_SCALE, + "Tamanho da fonte" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_BOTTOM_FONT_SCALE, + "Ajusta o tamanho da fonte da tela inferior." + ) #endif #ifdef HAVE_QT MSG_HASH( diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index c98474a32f..bd0e044fca 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -1137,6 +1137,8 @@ MSG_HASH( "Modificar as pastas padrão onde os ficheiros estão localizados." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_ro.h b/intl/msg_hash_ro.h index bb7878ac69..6fb41330b4 100644 --- a/intl/msg_hash_ro.h +++ b/intl/msg_hash_ro.h @@ -53,6 +53,8 @@ /* Settings */ +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 1989f73484..2b16c2b251 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -1273,6 +1273,20 @@ MSG_HASH( "Изменить стандартные каталоги расположения файлов." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Носитель" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Производительность" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Системные" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_si.h b/intl/msg_hash_si.h index c3f2b780f9..05de77522a 100644 --- a/intl/msg_hash_si.h +++ b/intl/msg_hash_si.h @@ -117,6 +117,8 @@ MSG_HASH( /* Settings */ +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_sk.h b/intl/msg_hash_sk.h index ae88cb3d2e..f0774f77a5 100644 --- a/intl/msg_hash_sk.h +++ b/intl/msg_hash_sk.h @@ -1161,6 +1161,8 @@ MSG_HASH( "Zmeniť východzie zložky umiestnenia súborov." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_sr.h b/intl/msg_hash_sr.h index d4fcf718d4..698e94dbbe 100644 --- a/intl/msg_hash_sr.h +++ b/intl/msg_hash_sr.h @@ -1129,6 +1129,8 @@ MSG_HASH( "Izmeni podrazumevane direktorijume i lokacije datoteka." ) +/* Core option category placeholders for icons */ + #ifdef HAVE_MIST #endif diff --git a/intl/msg_hash_sv.h b/intl/msg_hash_sv.h index 037d6d41ec..6ce4d436fc 100644 --- a/intl/msg_hash_sv.h +++ b/intl/msg_hash_sv.h @@ -1217,6 +1217,12 @@ MSG_HASH( "Ändra standardmappar." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Prestanda" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index b6241cb392..2c49f130f8 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -1261,6 +1261,40 @@ MSG_HASH( "Dosyaların bulunduğu varsayılan dizinleri değiştir." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MAPPING_SETTINGS, + "Eşleme" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Medya" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PERFORMANCE_SETTINGS, + "Performans" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SOUND_SETTINGS, + "Ses" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SPECS_SETTINGS, + "Özellikler" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STORAGE_SETTINGS, + "Depolama" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistem" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_TIMING_SETTINGS, + "Zamanlama" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_uk.h b/intl/msg_hash_uk.h index 1638bfdb51..f411c1d0ad 100644 --- a/intl/msg_hash_uk.h +++ b/intl/msg_hash_uk.h @@ -1273,6 +1273,16 @@ MSG_HASH( "Змінити стандартні каталоги для файлів." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Медіа" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Система" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_val.h b/intl/msg_hash_val.h index 23d22a7aef..348c00110d 100644 --- a/intl/msg_hash_val.h +++ b/intl/msg_hash_val.h @@ -1253,6 +1253,16 @@ MSG_HASH( "Canvia els directoris predeterminats a on es troben localitzats els arxius." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MEDIA_SETTINGS, + "Suport" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Sistema" + ) + #ifdef HAVE_MIST MSG_HASH( MENU_ENUM_SUBLABEL_STEAM_SETTINGS, diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index 47e95fa29f..24599ebc01 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -929,6 +929,12 @@ MSG_HASH( "Thay đổi thư mục mặc định đặt file." ) +/* Core option category placeholders for icons */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SYSTEM_SETTINGS, + "Hệ thống" + ) + #ifdef HAVE_MIST #endif diff --git a/intl/progress.h b/intl/progress.h index 01d6c18047..73d5dffb30 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -7,11 +7,11 @@ #define LANGUAGE_PROGRESS_ASTURIAN_APPROVED 14 /* Catalan */ -#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 26 +#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 27 #define LANGUAGE_PROGRESS_CATALAN_APPROVED 0 /* Czech */ -#define LANGUAGE_PROGRESS_CZECH_TRANSLATED 100 +#define LANGUAGE_PROGRESS_CZECH_TRANSLATED 99 #define LANGUAGE_PROGRESS_CZECH_APPROVED 0 /* Welsh */ @@ -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 17 /* Greek */ @@ -79,7 +79,7 @@ #define LANGUAGE_PROGRESS_ITALIAN_APPROVED 0 /* Japanese */ -#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 50 +#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 49 #define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0 /* Korean */