-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
45 lines (45 loc) · 1.41 KB
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"config": {
"step": {
"user": {
"title": "Define your SolaX EVC connection",
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX EVC in LAN",
"scan_interval": "The frequency of Modbus updates in seconds",
"modbus_addr": "The modbus address of the Inverter",
"port": "The TCP port on which to connect to the inverter"
}
}
},
"error": {
"already_configured": "Device is already configured",
"name_already_used": "Name was already used or was invalid",
"invalid_host": "Invalid host IP address"
},
"abort": {
"already_configured": "Device is already configured"
}
},
"options": {
"step": {
"init": {
"title": "Define your SolaX local API connection",
"data": {
"name": "The prefix to be used for sensors",
"host": "The IP-address of your SolaX in LAN",
"serial_number": "EV Charger API password (default is Reg.No.)",
"scan_interval": "The polling frequency of the Http API in seconds"
}
}
},
"error": {
"already_configured": "Device is already configured",
"name_already_used": "Name was already used or was invalid",
"invalid_host": "Invalid host IP address"
},
"abort": {
"already_configured": "Device is already configured"
}
}
}