From fa418cace616828c130068260f7c0311b1319ef1 Mon Sep 17 00:00:00 2001 From: Maison da Silva Date: Mon, 13 Jul 2026 07:56:41 -0300 Subject: [PATCH] Translate 'Continue' to 'Continuar' in ptbr.rs (#15567) Translate 'Continue' to 'Continuar' in ptbr.rs --- src/lang/ptbr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 45fc90821..4f2f8764b 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -332,7 +332,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Relay Connection", "Conexão via Relay"), ("Secure Connection", "Conexão Segura"), ("Insecure Connection", "Conexão Insegura"), - ("Continue", ""), + ("Continue", "Continuar"), ("Scale original", "Escala original"), ("Scale adaptive", "Escala adaptada"), ("General", "Geral"),