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 a peer", "Selecione um parceiro"),
("Select peers", "Selecione parceiros"), ("Select peers", "Selecione parceiros"),
("Plugins", "Plugins"), ("Plugins", "Plugins"),
("Uninstall", ""), ("Uninstall", "Desinstalar"),
("Update", ""), ("Update", "Atualizar"),
("Enable", ""), ("Enable", "Habilitar"),
("Disable", ""), ("Disable", "Desabilitar"),
("Options", ""), ("Options", "Opções"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }