From a6a76c6ccad07f2b3662414758e4eeb579dd8f91 Mon Sep 17 00:00:00 2001 From: Hugo Breda Date: Thu, 18 May 2023 00:37:53 -0300 Subject: [PATCH] Update ptbr.rs translated the last sentences --- src/lang/ptbr.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 0e9276f90..5627a5f2a 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Select a peer", "Selecione um parceiro"), ("Select peers", "Selecione parceiros"), ("Plugins", "Plugins"), - ("Uninstall", ""), - ("Update", ""), - ("Enable", ""), - ("Disable", ""), - ("Options", ""), + ("Uninstall", "Desinstalar"), + ("Update", "Atualizar"), + ("Enable", "Habilitar"), + ("Disable", "Desabilitar"), + ("Options", "Opções"), ].iter().cloned().collect(); }