Skip to content

Commit

Permalink
Fetch translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 23, 2023
1 parent 146de90 commit 0e7d7e3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
12 changes: 4 additions & 8 deletions intl/msg_hash_be.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -7237,6 +7229,10 @@ MSG_HASH(
MSG_ERROR_REMOVING_SHADER_PRESET,
"Памылка пры зняцці набору налад шэйдара."
)
MSG_HASH(
MSG_CORE_UNLOCK_FAILED,
"Не атрымалася разблакаваць ядро: "
)

/* Lakka */

Expand Down
8 changes: 8 additions & 0 deletions intl/msg_hash_hr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion intl/msg_hash_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -5540,7 +5540,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_APPICON_SETTINGS,
"Изменить иконку приложения."
"Выбор иконки приложения."
)
#ifdef _3DS
MSG_HASH(
Expand Down
12 changes: 10 additions & 2 deletions intl/msg_hash_sv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down Expand Up @@ -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,
Expand All @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion intl/msg_hash_tr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion intl/progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7d7e3

Please sign in to comment.