|
1 | 1 | {
|
| 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 | + }, |
2 | 11 | "entity": {
|
3 | 12 | "sensor": {
|
4 | 13 | "hebrew_date": {
|
|
12 | 21 | },
|
13 | 22 | "config": {
|
14 | 23 | "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 | + }, |
15 | 40 | "user": {
|
16 | 41 | "data": {
|
17 |
| - "name": "[%key:common::config_flow::data::name%]", |
18 |
| - "diaspora": "Outside of Israel?", |
19 |
| - "language": "Language for holidays and dates", |
20 | 42 | "location": "[%key:common::config_flow::data::location%]",
|
21 | 43 | "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%]" |
23 | 47 | },
|
24 | 48 | "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%]" |
26 | 54 | }
|
27 | 55 | }
|
28 | 56 | },
|
|
0 commit comments