Skip to content

Commit

Permalink
Merge pull request #2 from ViPeR5000/patch-1
Browse files Browse the repository at this point in the history
Create pt.json
  • Loading branch information
alryaz authored Sep 13, 2023
2 parents 91b8add + fe1874a commit 93b7545
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions custom_components/turkov/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"config": {
"abort": {
"invalid_data": "Dados invalidos durante a execusão por favor volte ao inicio da configuração.",
"reauth_successful": "A autenticação foi restabelecida"
},
"error": {
"invalid_auth": "Nome de utilizador ou password errada",
"cannot_connect": "Não consigo ligar ao servidor",
"unknown": "Erro desconhcido",
"bad_host_format": "Formato do endereço invalido"
},
"step": {
"user": {
"description": "Selecione o tiipo de ligação.\n\nPara Nuvem (E-mail) Estão diponivei a duas configurações.",
"menu_options": {
"email": "\u2601\uFE0F Nuvem",
"host": "\uD83D\uDDA7 Local"
}
},
"email": {
"description": "Inserir o username (E-mail address) e senha para o Turkov APP .\n\nPara registar ir a add devices:\n- no Android: [Google Play](https://play.google.com/store/apps/details?id=com.llcturkov.turkov&hl=ru&pli=1), [APKPure](https://apkpure.com/turkov/com.llcturkov.turkov/download)\n- no iOS: [App Store](https://apps.apple.com/ru/app/turkov/id1464927777)",
"data": {
"email": "E-mail",
"password": "Senha",
"verify_ssl": "Verificar o certificado SSL"
}
},
"cloud_host": {
"description": "Inserir o nome do equipamento ou ip para ligar ao Turkov {device__type} {device__name} (S/N: `{device__serial}`) localmente.\n\nPara saltar esta etapa deixe o endereço vazio.",
"data": {
"host": "Endereço"
}
},
"host": {
"description": "Inserir o nome do equipamento ou ip para ligar ao Turkov localmente.",
"data": {
"host": "Endereço"
}
}
}
}
}

0 comments on commit 93b7545

Please sign in to comment.