Skip to content

Commit

Permalink
Merge pull request #42 from ViPeR5000/main
Browse files Browse the repository at this point in the history
Create pt.json
  • Loading branch information
ankohanse authored Oct 2, 2024
2 parents 1e14a37 + 6ae2a20 commit 306df3c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions custom_components/dabpumps/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"config": {
"step": {
"user": {
"description": "Por favor, introduza os detalhes da sua conta DAB Pumps DConnect:",
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
},
"install": {
"description": "Escolha a sua instalação DAB Pumps",
"data": {
"install_name": "instalação"
}
}
},
"error": {
"cannot_connect": "Falha na ligação",
"invalid_auth": "Autenticação inválida",
"unknown": "Erro inesperado"
},
"abort": {
"already_configured": "O dispositivo já está configurado"
}
},
"options": {
"step": {
"init": {
"title": "Opções Gerais",
"data": {
"polling_interval": "Intervalo de pesquisa para atualizar os sensores (segundos)",
"language": "Idioma"
}
}
},
"error": {}
}
}

0 comments on commit 306df3c

Please sign in to comment.