Update ptbr.rs

translated the last sentences
This commit is contained in:
Hugo Breda 2023-05-18 00:37:53 -03:00 committed by GitHub
parent e3fc7f17b0
commit a6a76c6cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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