Skip to content

Commit 4553a72

Browse files
authored
Update en.json
1 parent dc4a90d commit 4553a72

File tree

1 file changed

+10
-26
lines changed
  • custom_components/apsystems_ecu_proxy/translations

1 file changed

+10
-26
lines changed

custom_components/apsystems_ecu_proxy/translations/en.json

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,28 @@
33
"step": {
44
"init": {
55
"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%"
6+
"ema_host": "EMA Host (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"
1111
},
1212
"title": "Configuration"
1313
}
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%]"
2214
}
2315
},
2416
"config": {
2517
"step": {
2618
"user": {
2719
"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#"
20+
"ema_host": "EMA Host (3.67.1.32)",
21+
"message_ignore_age": "Message Ignore Age (seconds)",
22+
"max_stub_interval": "Max Stub Interval (seconds)",
23+
"no_update_timeout": "No Update Timeout (seconds)",
24+
"send_to_ema": "Send to EMA"
3325
},
3426
"title": "Configuration"
3527
}
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%]"
4428
}
4529
}
4630
}

0 commit comments

Comments
 (0)