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(); }