update: Brazilian portuguese translations

This commit updates the translations for Brazilian portuguese.
This commit is contained in:
ThePedroo
2024-07-14 22:19:11 -03:00
parent 32579a2ebc
commit 3ef48b1dc4

View File

@@ -12,8 +12,8 @@
}, },
"modal": { "modal": {
"logs": { "logs": {
"header": "Error History", "header": "Histórico de erros",
"placeholder": "No error log recorded here!" "placeholder": "Nenhum erro foi salvo aqui!"
}, },
"language": { "language": {
"header": "Escolha sua nova língua" "header": "Escolha sua nova língua"
@@ -21,12 +21,12 @@
}, },
"page": { "page": {
"home": { "home": {
"header": "Home", "header": "Início",
"status": { "status": {
"unknown": "Unknown", "unknown": "Desconhecido",
"notWorking": "Not Working", "notWorking": "Não funcionando",
"ok": "Working", "ok": "Funcionando",
"partially": "Partially Working" "partially": "Funcionando parcialmente"
}, },
"info": { "info": {
"version": "Versão", "version": "Versão",
@@ -53,20 +53,20 @@
"settings": { "settings": {
"header": "Configurações", "header": "Configurações",
"font": { "font": {
"header": "Enable system font", "header": "Usar a fonte do sistema",
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont" "description": "Esta opção irá usar a fonte do sistema na atual WebUI. Observação: Talvez não seja compatível com o FlipFont"
}, },
"theme": { "theme": {
"header": "Enable light theme", "header": "Usar o tema claro",
"description": "This option will enable light theme for WebUI" "description": "Esta opção ira abilitar o tema claro para a WebUI"
}, },
"language": { "language": {
"header": "Change language", "header": "Alterar a língua",
"description": "Change to your new language" "description": "Mude para sua nova língua"
}, },
"logs": { "logs": {
"header": "Error History", "header": "Histórico de erros",
"description": "View all of your error log" "description": "Veja o histórico de erros inteiro"
} }
} }
} }