From 0e7d7e30b975620202ded299ef3a21e57529602f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 23 Dec 2023 00:11:02 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_be.h | 12 ++++-------- intl/msg_hash_hr.h | 8 ++++++++ intl/msg_hash_ru.h | 2 +- intl/msg_hash_sv.h | 12 ++++++++++-- intl/msg_hash_tr.h | 2 +- intl/progress.h | 2 +- 6 files changed, 25 insertions(+), 13 deletions(-) diff --git a/intl/msg_hash_be.h b/intl/msg_hash_be.h index 3c418f3011a..fbb67a395ce 100644 --- a/intl/msg_hash_be.h +++ b/intl/msg_hash_be.h @@ -3246,14 +3246,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_MENU_VIEWS_SETTINGS, "Змяніць адлюстраванне элементаў меню RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS, - "Значок праграмы" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_APPICON_SETTINGS, - "Змяніць значок праграмы." - ) #ifdef _3DS #endif MSG_HASH( @@ -7237,6 +7229,10 @@ MSG_HASH( MSG_ERROR_REMOVING_SHADER_PRESET, "Памылка пры зняцці набору налад шэйдара." ) +MSG_HASH( + MSG_CORE_UNLOCK_FAILED, + "Не атрымалася разблакаваць ядро: " + ) /* Lakka */ diff --git a/intl/msg_hash_hr.h b/intl/msg_hash_hr.h index e3c3fc7213c..630c21b7a07 100644 --- a/intl/msg_hash_hr.h +++ b/intl/msg_hash_hr.h @@ -930,6 +930,14 @@ MSG_HASH( /* Settings > User Interface */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS, + "Ikona aplikacije" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_APPICON_SETTINGS, + "Promijenite ikonu aplikacije." + ) #ifdef _3DS #endif diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 1a3b6078518..be564107ba2 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -5540,7 +5540,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_APPICON_SETTINGS, - "Изменить иконку приложения." + "Выбор иконки приложения." ) #ifdef _3DS MSG_HASH( diff --git a/intl/msg_hash_sv.h b/intl/msg_hash_sv.h index e1b0841cc34..5b8289fff29 100644 --- a/intl/msg_hash_sv.h +++ b/intl/msg_hash_sv.h @@ -4050,6 +4050,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE, "Räkna körningar" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PERFCNT_ENABLE, + "Körräknare för RetroArch och kärnor. Räknardata kan hjälpa till att fastställa systemets flaskhalsar och finjustera prestanda." + ) /* Settings > File Browser */ @@ -4090,7 +4094,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO, - "Hastighet Snabbspola framåt" + "Snabbspola framåt-hastighet" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_FASTFORWARD_FRAMESKIP, + "Snabbspola framåt-bildrutshopp" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO, @@ -4105,7 +4113,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_REWIND_BUFFER_SIZE, - "Spola tillbaka buffertstorleken (MB)" + "Spola tillbaka Buffertstorlek (MB)" ) /* Settings > Frame Throttle > Frame Time Counter */ diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index c515b55f922..b208eea3a3f 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -5512,7 +5512,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_APPICON_SETTINGS, - "Uygulama Simgesini Değiştir." + "Uygulama Simgesini Değiştir" ) #ifdef _3DS MSG_HASH( diff --git a/intl/progress.h b/intl/progress.h index e8bd8308a80..cb7495434d0 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -132,7 +132,7 @@ /* Turkish */ #define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 100 -#define LANGUAGE_PROGRESS_TURKISH_APPROVED 99 +#define LANGUAGE_PROGRESS_TURKISH_APPROVED 100 /* Ukrainian */ #define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 35