Skip to content

Commit 8bb0665

Browse files
authored
Update en.json
1 parent b4a7e3c commit 8bb0665

File tree

1 file changed

+46
-1
lines changed
  • custom_components/apsystems_ecu_proxy/translations

1 file changed

+46
-1
lines changed
Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
1+
{
2+
"options": {
3+
"step": {
4+
"init": {
5+
"data": {
6+
"ema_host": "EMA Host (default: '3.67.1.32')",
7+
"message_ignore_age": "Message Ignore Age (seconds)%",
8+
"max_stub_interval": "Max Stub Interval (seconds)%",
9+
"no_update_timeout": "No Update Timeout (seconds)%",
10+
"send_to_ema": "Send to EMA%"
11+
},
12+
"title": "APsystems ECU Config%"
13+
}
14+
},
15+
"error": {
16+
"cannot_connect": "Can't find ECU at this IP-Address or life-time energy is zero",
17+
"no_ecuid": "No ECU ID returned from ECU",
18+
"unknown": "Unknown error, see log for details"
19+
},
20+
"abort": {
21+
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
22+
}
23+
},
24+
"config": {
25+
"step": {
26+
"user": {
27+
"data": {
28+
"ema_host": "EMA Host#",
29+
"message_ignore_age": "Message Ignore Age (seconds)#",
30+
"max_stub_interval": "Max Stub Interval (seconds)#",
31+
"no_update_timeout": "No Update Timeout (seconds)#",
32+
"send_to_ema": "Send to EMA#"
33+
},
34+
"title": "APsystems ECU Options#"
35+
}
36+
},
37+
"error": {
38+
"cannot_connect": "Can't find ECU at this IP-Address or life-time energy is zero",
39+
"no_ecuid": "No ECU ID returned from ECU",
40+
"unknown": "Unknown error, see log for details"
41+
},
42+
"abort": {
43+
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
44+
}
45+
}
46+
}

0 commit comments

Comments
 (0)