From 1fe70da9464eb574c800e95c8389fa1a9bf38efc Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Feb 2022 00:07:48 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_val.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_val.h b/intl/msg_hash_val.h index 5c08ac0777..ac81a75b16 100644 --- a/intl/msg_hash_val.h +++ b/intl/msg_hash_val.h @@ -1546,17 +1546,25 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE_AUTO, - "Vore l'estimació exacta del grau de refresc d'imatge de la pantalla en hercis (Hz)." + "Vore l'estimació exacta del grau d'actualització de refresc d'imatge de la pantalla en hercis (Hz)." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_POLLED, "Freqüència de refresc d'imatge recollida per la pantalla" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE_POLLED, + "Vore la freqüència del grau d'actualització de refresc d'imatge recollit pel controlador de vídeo." + ) #if defined(DINGUX) && defined(DINGUX_BETA) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_REFRESH_RATE, "Freqüència de refresc vertical de la imatge" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_DINGUX_REFRESH_RATE, + "Establix la freqüència de l'actualització vertical de la imatge. Escollir '50 Hz' donarà una imatge més suau al estar usant continguts en format PAL." + ) #endif /* Settings > Video > Fullscreen Mode */