From 2f3a5df4dbdb2324fe4775acb973edad99be0717 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jul 2024 00:13:28 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_en.h | 32 ++++++++++++++++++++++++++++++++ intl/progress.h | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_en.h b/intl/msg_hash_en.h index 3b59e9ded1..d2c8c779da 100644 --- a/intl/msg_hash_en.h +++ b/intl/msg_hash_en.h @@ -253,6 +253,10 @@ MSG_HASH( /* Settings > Video > Output */ #if defined (WIIU) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_VIDEO_WIIU_PREFER_DRC, + "Optimise for Wii U GamePad (Restart required)" + ) #endif MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_AUTOSWITCH_REFRESH_RATE_EXCLUSIVE_FULLSCREEN, @@ -493,6 +497,10 @@ MSG_HASH( /* Settings > Input */ +MSG_HASH( + MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR, + "Polling Behaviour (Restart required)" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE, "Remap the Controls for This Core" @@ -671,10 +679,18 @@ MSG_HASH( MENU_ENUM_LABEL_HELP_INPUT_ADC_TYPE, "Map specified analogue stick for D-Pad input.\nIf core has native analogue support, D-Pad mapping will be disabled unless a '(Forced)' option is selected.\nIf D-Pad mapping is forced, core will receive no analogue input from specified stick." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_DEVICE_INDEX, + "The physical controller as recognised by RetroArch." + ) MSG_HASH( MENU_ENUM_SUBLABEL_INPUT_REMAP_PORT, "Specifies which core port will receive input from front-end controller port %u." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_MOUSE_INDEX, + "The physical mouse as recognised by RetroArch." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_X_PLUS, "Left Analogue X+ (Right)" @@ -846,6 +862,18 @@ MSG_HASH( /* Settings > On-Screen Display > On-Screen Overlay > Overlay Lightgun */ +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_TWO_TOUCH_INPUT, + "Select input to send when two pointers are on screen. Trigger Delay should be non-zero to distinguish from other input." + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_THREE_TOUCH_INPUT, + "Select input to send when three pointers are on screen. Trigger Delay should be non-zero to distinguish from other input." + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_FOUR_TOUCH_INPUT, + "Select input to send when four pointers are on screen. Trigger Delay should be non-zero to distinguish from other input." + ) /* Settings > On-Screen Display > On-Screen Overlay > Overlay Mouse */ @@ -1001,6 +1029,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES, "Show 'Favourites'" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES, + "Show the 'Favourites' menu. (Restart required on Ozone/XMB)" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_NETPLAY, "Show 'Net-play'" diff --git a/intl/progress.h b/intl/progress.h index 6f4a762b63..314c37ec56 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -39,7 +39,7 @@ #define LANGUAGE_PROGRESS_GREEK_APPROVED 0 /* English, United Kingdom */ -#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 95 +#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100 #define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0 /* Esperanto */