Skip to content

Commit

Permalink
Create pt.json (Pho3niX90#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Oct 26, 2024
1 parent bd691a2 commit 5aa25c9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/solis_modbus/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"step": {
"user": {
"title": "Solis",
"description": "Configuração da integração para Inversores Solis",
"data": {
"host": "Endereço IP do Inversor Solis",
"port": "Porta TCP do Inversor"
}
}
}
},
"services": {
"solis_write_holding_register": {
"name": "Escrever no registo de manutenção",
"description": "Escreve um valor num registo de manutenção",
"fields": {
"address": {
"name": "Endereço",
"description": "Endereço para onde escrever"
},
"value": {
"name": "Valor",
"description": "Valor a escrever"
}
}
}
}
}

0 comments on commit 5aa25c9

Please sign in to comment.