Skip to content

Commit 788e832

Browse files
authored
fix: Not translated (#222)
1 parent e824992 commit 788e832

File tree

2 files changed

+198
-199
lines changed

2 files changed

+198
-199
lines changed
Lines changed: 99 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,105 @@
11
{
2-
"entity": {
3-
"binary_sensor": {
4-
"last_iec_invoice_paid": {
5-
"name": "Is last invoice {multi_contract} paid"
6-
}
7-
},
8-
"sensor": {
9-
"elec_forecasted_usage": {
10-
"name": "Next electric bill forecasted usage {multi_contract}"
11-
},
12-
"elec_forecasted_cost": {
13-
"name": "Next electric bill forecasted cost {multi_contract}",
14-
"state_attributes": {
15-
"total_bill_days": { "name": "Total Bill Days" },
16-
"consumption_price": { "name": "Consumption Price" },
17-
"delivery_price": { "name": "Delivery Price" },
18-
"distribution_price": { "name": "Distribution Price" },
19-
"total_kva_price": { "name": "Total KVA Price" }
20-
}
21-
},
22-
"elec_today_consumption": {
23-
"name": "Today electric consumption {multi_contract}"
24-
},
25-
"elec_yesterday_consumption": {
26-
"name": "Yesterday electric consumption {multi_contract}"
27-
},
28-
"elec_this_month_consumption": {
29-
"name": "This month electric consumption {multi_contract}"
30-
},
31-
"elec_latest_meter_reading": {
32-
"name": "Latest meter reading {multi_contract}"
33-
},
34-
"iec_last_elec_usage": {
35-
"name": "Last bill electric usage to date {multi_contract}"
36-
},
37-
"iec_last_cost": {
38-
"name": "Last bill electric cost {multi_contract}"
39-
},
40-
"iec_last_bill_remain_to_pay": {
41-
"name": "Last bill amount to pay {multi_contract}"
42-
},
43-
"iec_last_number_of_days": {
44-
"name": "Last bill length in days {multi_contract}"
45-
},
46-
"iec_bill_date": {
47-
"name": "Last bill date {multi_contract}"
48-
},
49-
"iec_bill_last_payment_date": {
50-
"name": "Last bill payment date {multi_contract}"
51-
},
52-
"iec_last_meter_reading": {
53-
"name": "Last bill meter reading {multi_contract}"
54-
},
55-
"iec_kwh_tariff": {
56-
"name": "kWh tariff"
57-
}
58-
}
59-
},
60-
"services": {
61-
"debug_get_coordinator_data": {
62-
"name": "Get IEC Coordinator Data",
63-
"description": "Fetch and return the coordinator data for debugging purposes."
64-
}
65-
},
66-
"config": {
67-
"step": {
68-
"user": {
69-
"title": "Account ID",
70-
"description": "Enter your User ID (תעודת זהות)",
71-
"data": {
72-
"user_id": "User ID"
2+
"entity": {
3+
"binary_sensor": {
4+
"last_iec_invoice_paid": {
5+
"name": "Is last invoice {multi_contract} paid"
6+
}
7+
},
8+
"sensor": {
9+
"elec_forecasted_usage": {
10+
"name": "Next electric bill forecasted usage {multi_contract}"
11+
},
12+
"elec_forecasted_cost": {
13+
"name": "Next electric bill forecasted cost {multi_contract}",
14+
"state_attributes": {
15+
"total_bill_days": { "name": "Total Bill Days" },
16+
"consumption_price": { "name": "Consumption Price" },
17+
"delivery_price": { "name": "Delivery Price" },
18+
"distribution_price": { "name": "Distribution Price" },
19+
"total_kva_price": { "name": "Total KVA Price" }
20+
}
21+
},
22+
"elec_today_consumption": {
23+
"name": "Today electric consumption {multi_contract}"
24+
},
25+
"elec_yesterday_consumption": {
26+
"name": "Yesterday electric consumption {multi_contract}"
27+
},
28+
"elec_this_month_consumption": {
29+
"name": "This month electric consumption {multi_contract}"
30+
},
31+
"elec_latest_meter_reading": {
32+
"name": "Latest meter reading {multi_contract}"
33+
},
34+
"iec_last_elec_usage": {
35+
"name": "Last bill electric usage to date {multi_contract}"
36+
},
37+
"iec_last_cost": {
38+
"name": "Last bill electric cost {multi_contract}"
39+
},
40+
"iec_last_bill_remain_to_pay": {
41+
"name": "Last bill amount to pay {multi_contract}"
42+
},
43+
"iec_last_number_of_days": {
44+
"name": "Last bill length in days {multi_contract}"
45+
},
46+
"iec_bill_date": {
47+
"name": "Last bill date {multi_contract}"
48+
},
49+
"iec_bill_last_payment_date": {
50+
"name": "Last bill payment date {multi_contract}"
51+
},
52+
"iec_last_meter_reading": {
53+
"name": "Last bill meter reading {multi_contract}"
54+
},
55+
"iec_kwh_tariff": {
56+
"name": "kWh tariff"
57+
}
7358
}
74-
},
75-
"mfa": {
76-
"title": "OTP",
77-
"description": "Enter your One Time Password (OTP)",
78-
"data": {
79-
"totp_secret": "e.g. 123456"
80-
}
81-
},
82-
"select_contracts": {
83-
"title": "Select Contract",
84-
"description": "Select which contract to use"
85-
},
86-
"reauth_confirm": {
87-
"title": "[%key:common::config_flow::title::reauth%]",
88-
"data": {
89-
"user_id": "User ID",
90-
"totp_secret": "e.g. 123456"
91-
}
92-
}
9359
},
94-
"error": {
95-
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
96-
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
97-
"invalid_id": "Invalid Israeli ID",
98-
"no_contract": "You should select at least one contract"
99-
60+
"services": {
61+
"debug_get_coordinator_data": {
62+
"name": "Get IEC Coordinator Data",
63+
"description": "Fetch and return the coordinator data for debugging purposes."
64+
}
10065
},
101-
"abort": {
102-
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
103-
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
66+
"config": {
67+
"step": {
68+
"user": {
69+
"title": "Account ID",
70+
"description": "Enter your User ID (תעודת זהות)",
71+
"data": {
72+
"user_id": "User ID"
73+
}
74+
},
75+
"mfa": {
76+
"title": "OTP",
77+
"description": "Enter your One Time Password (OTP)",
78+
"data": {
79+
"totp_secret": "e.g. 123456"
80+
}
81+
},
82+
"select_contracts": {
83+
"title": "Select Contract",
84+
"description": "Select which contract to use"
85+
},
86+
"reauth_confirm": {
87+
"title": "[%key:common::config_flow::title::reauth%]",
88+
"data": {
89+
"user_id": "User ID",
90+
"totp_secret": "e.g. 123456"
91+
}
92+
}
93+
},
94+
"error": {
95+
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
96+
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
97+
"invalid_id": "Invalid Israeli ID",
98+
"no_contracts": "You should select at least one contract"
99+
},
100+
"abort": {
101+
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
102+
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
103+
}
104104
}
105-
}
106105
}

0 commit comments

Comments
 (0)