-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1305 from fnasciment0/master
Add Portuguese translation
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |