Skip to content

Commit

Permalink
Create pt.json (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Feb 9, 2025
1 parent 3a2ab98 commit f3e668d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions custom_components/sinapsi_alfa/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"config": {
"step": {
"user": {
"title": "Configuração da Ligação Alfa",
"description": "Se precisar de ajuda com a configuração, aceda a: https://github.com/alexdelprete/ha-sinapsi-alfa",
"data": {
"name": "Nome personalizado do dispositivo (usado como prefixo dos sensores)",
"host": "IP ou nome do anfitrião",
"port": "Porta TCP",
"scan_interval": "Período de sondagem (mín: 30s máx: 600s)"
}
}
},
"abort": {
"already_configured": "O dispositivo já está configurado."
}
},
"options": {
"step": {
"init": {
"title": "Opções da Ligação Alfa",
"description": "Definir opções de ligação",
"data": {
"host": "IP ou nome do anfitrião",
"port": "Porta TCP",
"scan_interval": "Período de sondagem (mín: 30s máx: 600s)"
}
}
}
}
}

0 comments on commit f3e668d

Please sign in to comment.