From f3b60939410b4e8d44526f3d0b85489bfad429e4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 May 2024 00:12:34 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_be.h | 12 ++++++++++-- intl/msg_hash_hu.h | 8 ++++++++ intl/progress.h | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/intl/msg_hash_be.h b/intl/msg_hash_be.h index 7387ba1770..00ce5ecb56 100644 --- a/intl/msg_hash_be.h +++ b/intl/msg_hash_be.h @@ -3972,6 +3972,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_MENU_VIEWS_SETTINGS, "Змяніць адлюстраванне элементаў меню RetroArch." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_MENU_SETTINGS, + "Выгляд" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_SETTINGS, + "Змяніць налады выгляду экраннага меню." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS, "Значок праграмы" @@ -4841,7 +4849,7 @@ MSG_HASH( MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_APPEARANCE_SETTINGS, - "Вонкавы выгляд" + "Выгляд" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_APPEARANCE_ANCHOR_TOPLEFT, @@ -7945,7 +7953,7 @@ MSG_HASH( ) MSG_HASH( MSG_CAPABILITIES, - "Здольнасці" + "Магчымасці" ) MSG_HASH( MSG_FETCHING_CORE_LIST, diff --git a/intl/msg_hash_hu.h b/intl/msg_hash_hu.h index e4f7288b22..8a5c23a700 100644 --- a/intl/msg_hash_hu.h +++ b/intl/msg_hash_hu.h @@ -6550,6 +6550,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_ADD_TO_FAVORITES, "A \"Kedvencekhez ad\" lehetőség jelenjen meg." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_ADD_TO_PLAYLIST, + "\"Hozzáadás játéklistához\" látható" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_ADD_TO_PLAYLIST, + "A \"Hozzáadás játéklistához\" lehetőség jelenjen meg." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SET_CORE_ASSOCIATION, "\"Társítás maghoz\" látható" diff --git a/intl/progress.h b/intl/progress.h index 5f2fe50246..e434b80b94 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -75,7 +75,7 @@ #define LANGUAGE_PROGRESS_CROATIAN_APPROVED 0 /* Hungarian */ -#define LANGUAGE_PROGRESS_HUNGARIAN_TRANSLATED 99 +#define LANGUAGE_PROGRESS_HUNGARIAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_HUNGARIAN_APPROVED 0 /* Indonesian */