Skip to content

Commit

Permalink
Merge pull request #1305 from fnasciment0/master
Browse files Browse the repository at this point in the history
Add Portuguese translation
  • Loading branch information
AlexxIT authored Jan 5, 2024
2 parents 98ae182 + b788421 commit 247874e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions custom_components/sonoff/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"config": {
"abort": {
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"exists": "Esta conta já está configurada",
"template": "{error}"
},
"step": {
"user": {
"description": "Insirir credenciais da [conta eWeLink](https://www.ewelink.cc/en/)",
"data": {
"username": "Email ou telefone (usar qualquer um para o modo DIY)",
"password": "Senha (deixar em branco para o modo DIY)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Modo (o modo automático é recomendado para a maioria dos utilizadores)",
"homes": "Casas (manter desselecionado para a Casa \"atual\")",
"debug": "Página de depuração (Integração > Menu > Problemas conhecidos)"
}
}
}
},
"system_health": {
"info": {
"version": "Versão",
"cloud_online": "Dispositivos na nuvem online",
"local_online": "Dispositivos locais online",
"debug": "Página de depuração"
}
}
}

0 comments on commit 247874e

Please sign in to comment.