Skip to content

Commit 83db90b

Browse files
ViPeR5000vooon
authored andcommitted
Create pt.json
1 parent 4fb350d commit 83db90b

File tree

1 file changed

+30
-0
lines changed
  • custom_components/myheat/translations

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"config": {
3+
"step": {
4+
"user": {
5+
"title": "MyHeat Account",
6+
"description": "Please obtain API key from https://my.myheat.net on user preferences page",
7+
"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"
18+
}
19+
}
20+
},
21+
"error": {
22+
"cannot_connect": "Connection error",
23+
"invalid_auth": "Auth error",
24+
"unknown": "Unknown error"
25+
},
26+
"abort": {
27+
"already_configured": "Already configured"
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)