From 54884d986a0c72fac7c293aff2fbbf7667bec362 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Jun 2023 00:11:38 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_en.h | 16 ++++++++++++++++ intl/progress.h | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_en.h b/intl/msg_hash_en.h index dc5debdd32..3999de5175 100644 --- a/intl/msg_hash_en.h +++ b/intl/msg_hash_en.h @@ -423,6 +423,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_MICROPHONE_RESAMPLER_QUALITY, "Lower this value to favour performance/lower latency over audio quality, increase for better audio quality at the expense of performance/lower latency." ) +MSG_HASH( + MENU_ENUM_SUBLABEL_MICROPHONE_LATENCY, + "Desired audio input latency in milliseconds. Might not be honoured if the microphone driver can't provide given latency." + ) #endif /* Settings > Audio > Resampler */ @@ -2163,6 +2167,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_VALUE_CPU_PERF_MODE_MIN_POWER, "Use the lowest frequency available to save power. Useful on battery powered devices, but performance will be significantly reduced." ) +MSG_HASH( + MENU_ENUM_LABEL_HELP_GAMEMODE_ENABLE, + "Enabling Linux GameMode can improve latency, fix audio crackling issues and maximise overall performance by automatically configuring your CPU and GPU for best performance.\nThe GameMode software needs to be installed for this to work. See https://github.com/FeralInteractive/gamemode for information on how to install GameMode." + ) #ifdef HAVE_LAKKA_SWITCH MSG_HASH( @@ -2185,6 +2193,10 @@ MSG_HASH( ) #endif #ifdef HAVE_LAKKA +MSG_HASH( + MENU_ENUM_LABEL_HELP_TIMEZONE, + "Displays a list of available time zones. After selecting a time zone, time and date is adjusted to the selected time zone. It assumes, that system/hardware clock is set to UTC." + ) #endif #ifdef GEKKO MSG_HASH( @@ -2193,6 +2205,10 @@ MSG_HASH( ) #endif #ifdef UDEV_TOUCH_SUPPORT +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_TOUCH_VMOUSE_TRACKBALL, + "Enable along with Mouse to utilise the touch screen as a trackball, adding inertia to the pointer." + ) #endif #ifdef HAVE_ODROIDGO2 MSG_HASH( diff --git a/intl/progress.h b/intl/progress.h index acc82f801f..6f4be9aaba 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -35,7 +35,7 @@ #define LANGUAGE_PROGRESS_GREEK_APPROVED 0 /* English, United Kingdom */ -#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 89 +#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 91 #define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0 /* Esperanto */