From 6870f0114e265a87d93f8adfd684e672033ceef3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 11 Dec 2021 00:06:59 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_pt_br.h | 12 ++++++++++++ intl/progress.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index 10568c37ba..74de3fc127 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -5154,6 +5154,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_MAX_CONNECTIONS, "Quantidade máxima de conexões simultâneas" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_NETPLAY_MAX_CONNECTIONS, + "O número máximo de conexões ativas que o anfitrião aceitará antes de recusar novas." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_PASSWORD, "Senha do servidor" @@ -5178,6 +5182,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY_START_AS_SPECTATOR, "Iniciar jogo em rede no modo espectador." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_NETPLAY_ALLOW_PAUSING, + "Permitir pausar" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_NETPLAY_ALLOW_PAUSING, + "Permite aos jogadores pausarem durante o jogo em rede. O anfitrião pode sempre pausar independentemente da configuração." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NETPLAY_ALLOW_SLAVES, "Permitir clientes em modo escravo" diff --git a/intl/progress.h b/intl/progress.h index a12179595a..f83983f048 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -95,7 +95,7 @@ #define LANGUAGE_PROGRESS_POLISH_APPROVED 21 /* Portuguese, Brazilian */ -#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 96 +#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 100 #define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_APPROVED 3 /* Portuguese */