diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index fa09f04c6f..73f4476013 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -5623,6 +5623,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "أقرب" ) +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_chs.h b/intl/msg_hash_chs.h index 2fead4285e..78f98baacc 100644 --- a/intl/msg_hash_chs.h +++ b/intl/msg_hash_chs.h @@ -7827,6 +7827,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "最邻" ) +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_cht.h b/intl/msg_hash_cht.h index 58630730dc..5ba3a81ba4 100644 --- a/intl/msg_hash_cht.h +++ b/intl/msg_hash_cht.h @@ -3739,6 +3739,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "最近" ) +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_cs.h b/intl/msg_hash_cs.h index 64541f2ea4..1341e95bde 100644 --- a/intl/msg_hash_cs.h +++ b/intl/msg_hash_cs.h @@ -1193,6 +1193,10 @@ MSG_HASH( /* Settings > Audio > Mixer Settings > Mixer Stream */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MIXER_ACTION_VOLUME, + "Hlasitost" + ) /* Settings > Audio > Menu Sounds */ @@ -1218,6 +1222,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY, "Ukončit program" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_META_SCREENSHOT, + "Pořídit snímek obrazovky" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_AI_SERVICE, "Služba AI" @@ -1754,6 +1762,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY, "Historie" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_RUN_MUSIC, + "Spustit" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_USER, "Uživatel" @@ -1761,6 +1773,10 @@ MSG_HASH( /* Unused (Only Exist in Translation Files) */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_RESUME, + "Pokračovat" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE, "Online hraní" diff --git a/intl/msg_hash_el.h b/intl/msg_hash_el.h index 4eaa1d27a1..d32cff11d5 100644 --- a/intl/msg_hash_el.h +++ b/intl/msg_hash_el.h @@ -3795,6 +3795,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "Κοντινότερο" ) +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_hu.h b/intl/msg_hash_hu.h index 96059af010..8b4331ba0d 100644 --- a/intl/msg_hash_hu.h +++ b/intl/msg_hash_hu.h @@ -2187,6 +2187,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_OFF, "KI" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "Tartalom" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_NORMAL, "Normál" diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 6c049a93b7..84c6a869ce 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -7399,6 +7399,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "ニアレスト" ) +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_nl.h b/intl/msg_hash_nl.h index ecbf6fc830..b465dd7f15 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -3595,6 +3595,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "Naaste" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "Inhoud" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_LEFT_ANALOG, "Linkse Analoge Stick" diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index 698de1ac24..c58d9818b3 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -3383,6 +3383,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "O mais próximo" ) +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/msg_hash_sv.h b/intl/msg_hash_sv.h index dabf55162c..599f3a7464 100644 --- a/intl/msg_hash_sv.h +++ b/intl/msg_hash_sv.h @@ -3362,6 +3362,10 @@ MSG_HASH( /* Unsorted */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SETTINGS, + "Uppdaterare" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_DISK, "Ingen skiva vald" diff --git a/intl/msg_hash_uk.h b/intl/msg_hash_uk.h index d871d2aba3..92850135e8 100644 --- a/intl/msg_hash_uk.h +++ b/intl/msg_hash_uk.h @@ -4503,6 +4503,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NEAREST, "Найближчі" ) +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_vn.h b/intl/msg_hash_vn.h index a372cf01f4..4ef5ead33b 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -1242,6 +1242,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_META_VOLUME_UP, "Tăng âm" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_META_AI_SERVICE, + "Dịch vụ AI" + ) /* Settings > Input > Port # Controls */ @@ -1843,6 +1847,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_UNLOCKED_ENTRY, "Đã mở" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT, + "Mục nội dung" + ) 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 17821abd7b..385e4e04ce 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 62 +#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 61 #define LANGUAGE_PROGRESS_GERMAN_APPROVED 14 /* Greek */ @@ -128,7 +128,7 @@ /* Turkish */ #define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 86 -#define LANGUAGE_PROGRESS_TURKISH_APPROVED 86 +#define LANGUAGE_PROGRESS_TURKISH_APPROVED 85 /* Ukrainian */ #define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 28