From fc67ac0808feb67e4330bab62a728ba04eee0195 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Mar 2024 00:12:03 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_pt_pt.h | 14 +++++++++++++- intl/progress.h | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index 5a1f063b77..5b30bb867a 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -2097,12 +2097,16 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA, - "Controlo dinâmico de taxa de som" + "Controlo dinâmico da taxa de áudio" ) MSG_HASH( MENU_ENUM_SUBLABEL_AUDIO_RATE_CONTROL_DELTA, "Ajuda a suavizar as imperfeições no sincronismo entre som e vídeo. Caso se encontre desativada, esta opção fará com que a sincronização adequada se torne quase impossível de se concretizar." ) +MSG_HASH( + MENU_ENUM_LABEL_HELP_AUDIO_RATE_CONTROL_DELTA, + "Definir este valor como 0 desativa o controlo da taxa de áudio. Qualquer outro valor controla o delta de controlo da taxa de áudio.\nDefine a quantidade de taxa de entrada que pode ser ajustada dinamicamente. A taxa de entrada é definida como:\ntaxa de entrada * (1,0 +/- (delta de controlo da taxa))" + ) /* Settings > Audio > MIDI */ @@ -2887,6 +2891,10 @@ MSG_HASH( /* Settings > User Interface > Appearance */ +MSG_HASH( + MENU_ENUM_SUBLABEL_MENU_WALLPAPER, + "Selecione uma imagem para definir como fundo do menu. As imagens manuais e dinâmicas substituem a opção \"Tema de cor\"." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER_OPACITY, "Opacidade da imagem de fundo" @@ -4052,6 +4060,10 @@ MSG_HASH( /* Ozone: Settings > User Interface > Appearance */ +MSG_HASH( + MENU_ENUM_SUBLABEL_OZONE_SCROLL_CONTENT_METADATA, + "Quando ativado, cada item de metadados de conteúdo apresentado na barra lateral direita das listas de reprodução (núcleo associado, tempo de reprodução) ocupará uma única linha, e as cadeias que excedam a largura disponível serão automaticamente deslocadas. Quando desativado, cada item de metadados será exibido estaticamente, ocupando tantas linhas quantas forem necessárias." + ) /* MaterialUI: Settings > User Interface > Appearance */ diff --git a/intl/progress.h b/intl/progress.h index 4fb62ef0a7..cc83f4ddb2 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -111,7 +111,7 @@ #define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_APPROVED 7 /* Portuguese */ -#define LANGUAGE_PROGRESS_PORTUGUESE_TRANSLATED 25 +#define LANGUAGE_PROGRESS_PORTUGUESE_TRANSLATED 26 #define LANGUAGE_PROGRESS_PORTUGUESE_APPROVED 0 /* Russian */