Skip to content

Commit d9da2bc

Browse files
ViPeR5000vooon
authored andcommitted
Update pt.json
1 parent 83db90b commit d9da2bc

File tree

1 file changed

+21
-16
lines changed
  • custom_components/myheat/translations

1 file changed

+21
-16
lines changed

custom_components/myheat/translations/pt.json

+21-16
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,34 @@
22
"config": {
33
"step": {
44
"user": {
5-
"title": "MyHeat Account",
6-
"description": "Please obtain API key from https://my.myheat.net on user preferences page",
5+
"title": "Configuração de Ligação do Elios4You",
6+
"description": "Se precisar de ajuda com a configuração, visite: https://github.com/alexdelprete/ha-4noks-elios4you",
77
"data": {
8-
"username": "User",
9-
"api_key": "API Key"
10-
}
11-
},
12-
"device": {
13-
"title": "MyHeat Controller",
14-
"description": "Please select the connected device",
15-
"data": {
16-
"name": "Name",
17-
"device_id": "Device"
8+
"name": "Nome personalizado do dispositivo (usado como prefixo dos sensores)",
9+
"host": "IP ou nome do host",
10+
"port": "Porta TCP",
11+
"scan_interval": "Período de consulta (mín: 30s máx: 600s)"
1812
}
1913
}
2014
},
2115
"error": {
22-
"cannot_connect": "Connection error",
23-
"invalid_auth": "Auth error",
24-
"unknown": "Unknown error"
16+
"already_configured": "O dispositivo já está configurado"
2517
},
2618
"abort": {
27-
"already_configured": "Already configured"
19+
"already_configured": "O dispositivo já está configurado"
20+
}
21+
},
22+
"options": {
23+
"step": {
24+
"init": {
25+
"title": "Opções de Ligação do Elios4You",
26+
"description": "Definir opções de ligação",
27+
"data": {
28+
"host": "IP ou nome do host",
29+
"port": "Porta TCP",
30+
"scan_interval": "Período de consulta (mín: 30s máx: 600s)"
31+
}
32+
}
2833
}
2934
}
3035
}

0 commit comments

Comments
 (0)