Skip to content

Commit 8e4361d

Browse files
committed
Add missing strings
1 parent ad24ae0 commit 8e4361d

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

homeassistant/components/jewish_calendar/strings.json

+33-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"common": {
3+
"diaspora": "Outside of Israel?",
4+
"time_zone": "Time zone",
5+
"descr_diaspora": "Is the location outside of Israel?",
6+
"descr_location": "Location to use for the Jewish calendar calculations. By default, the location is set to the Home Assistant location.",
7+
"descr_time_zone": "If you specify a location, make sure to specify the time zone for correct calendar times calculations",
8+
"descr_elevation": "Elevation in meters above sea level. This is used to calculate the times correctly.",
9+
"descr_language": "Language to use when displaying values in the UI. This does not affect the Hebrew date."
10+
},
211
"entity": {
312
"sensor": {
413
"hebrew_date": {
@@ -12,17 +21,36 @@
1221
},
1322
"config": {
1423
"step": {
24+
"reconfigure": {
25+
"data": {
26+
"location": "[%key:common::config_flow::data::location%]",
27+
"elevation": "[%key:common::config_flow::data::elevation%]",
28+
"time_zone": "[%key:component::jewish_calendar::common::time_zone%]",
29+
"diaspora": "[%key:component::jewish_calendar::common::diaspora%]",
30+
"language": "[%key:common::config_flow::data::language%]"
31+
},
32+
"data_description": {
33+
"location": "[%key:component::jewish_calendar::common::descr_location%]",
34+
"elevation": "[%key:component::jewish_calendar::common::descr_elevation%]",
35+
"time_zone": "[%key:component::jewish_calendar::common::descr_time_zone%]",
36+
"diaspora": "[%key:component::jewish_calendar::common::descr_diaspora%]",
37+
"language": "[%key:component::jewish_calendar::common::descr_language%]"
38+
}
39+
},
1540
"user": {
1641
"data": {
17-
"name": "[%key:common::config_flow::data::name%]",
18-
"diaspora": "Outside of Israel?",
19-
"language": "Language for holidays and dates",
2042
"location": "[%key:common::config_flow::data::location%]",
2143
"elevation": "[%key:common::config_flow::data::elevation%]",
22-
"time_zone": "Time zone"
44+
"time_zone": "[%key:component::jewish_calendar::common::time_zone%]",
45+
"diaspora": "[%key:component::jewish_calendar::common::diaspora%]",
46+
"language": "[%key:common::config_flow::data::language%]"
2347
},
2448
"data_description": {
25-
"time_zone": "If you specify a location, make sure to specify the time zone for correct calendar times calculations"
49+
"location": "[%key:component::jewish_calendar::common::descr_location%]",
50+
"elevation": "[%key:component::jewish_calendar::common::descr_elevation%]",
51+
"time_zone": "[%key:component::jewish_calendar::common::descr_time_zone%]",
52+
"diaspora": "[%key:component::jewish_calendar::common::descr_diaspora%]",
53+
"language": "[%key:component::jewish_calendar::common::descr_language%]"
2654
}
2755
}
2856
},

0 commit comments

Comments
 (0)