195 lines
6.6 KiB
JSON
195 lines
6.6 KiB
JSON
{
|
|
"common": {
|
|
"diaspora": "Outside of Israel?",
|
|
"time_zone": "Time zone",
|
|
"descr_diaspora": "Is the location outside of Israel?",
|
|
"descr_location": "Location to use for the Jewish calendar calculations. By default, the location is set to the Home Assistant location.",
|
|
"descr_time_zone": "If you specify a location, make sure to specify the time zone for correct calendar times calculations",
|
|
"descr_elevation": "Elevation in meters above sea level. This is used to calculate the times correctly.",
|
|
"descr_language": "Language to use when displaying values in the UI. This does not affect the Hebrew date."
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"issur_melacha_in_effect": {
|
|
"name": "Issur Melacha in effect"
|
|
},
|
|
"erev_shabbat_hag": {
|
|
"name": "Erev Shabbat/Hag"
|
|
},
|
|
"motzei_shabbat_hag": {
|
|
"name": "Motzei Shabbat/Hag"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"hebrew_date": {
|
|
"name": "Date",
|
|
"state_attributes": {
|
|
"hebrew_year": { "name": "Hebrew year" },
|
|
"hebrew_month_name": { "name": "Hebrew month name" },
|
|
"hebrew_day": { "name": "Hebrew day" }
|
|
}
|
|
},
|
|
"weekly_portion": {
|
|
"name": "Weekly Torah portion"
|
|
},
|
|
"holiday": {
|
|
"name": "Holiday"
|
|
},
|
|
"omer_count": {
|
|
"name": "Day of the Omer"
|
|
},
|
|
"daf_yomi": {
|
|
"name": "Daf Yomi"
|
|
},
|
|
"alot_hashachar": {
|
|
"name": "Halachic dawn (Alot Hashachar)"
|
|
},
|
|
"talit_and_tefillin": {
|
|
"name": "Earliest time for Talit and Tefillin"
|
|
},
|
|
"netz_hachama": {
|
|
"name": "Halachic sunrise (Netz Hachama)"
|
|
},
|
|
"sof_zman_shema_gra": {
|
|
"name": "Latest time for Shma Gr\"a"
|
|
},
|
|
"sof_zman_shema_mga": {
|
|
"name": "Latest time for Shma MG\"A"
|
|
},
|
|
"sof_zman_tfilla_gra": {
|
|
"name": "Latest time for Tefilla Gr\"a"
|
|
},
|
|
"sof_zman_tfilla_mga": {
|
|
"name": "Latest time for Tefilla MG\"A"
|
|
},
|
|
"chatzot_hayom": {
|
|
"name": "Halachic midday (Chatzot Hayom)"
|
|
},
|
|
"mincha_gedola": {
|
|
"name": "Mincha Gedola"
|
|
},
|
|
"mincha_ketana": {
|
|
"name": "Mincha Ketana"
|
|
},
|
|
"plag_hamincha": {
|
|
"name": "Plag Hamincha"
|
|
},
|
|
"shkia": {
|
|
"name": "Sunset (Shkia)"
|
|
},
|
|
"tset_hakohavim_tsom": {
|
|
"name": "Nightfall (T'set Hakochavim)"
|
|
},
|
|
"tset_hakohavim_shabbat": {
|
|
"name": "Nightfall (T'set Hakochavim, 3 stars)"
|
|
},
|
|
"upcoming_shabbat_candle_lighting": {
|
|
"name": "Upcoming Shabbat candle lighting"
|
|
},
|
|
"upcoming_shabbat_havdalah": {
|
|
"name": "Upcoming Shabbat Havdalah"
|
|
},
|
|
"upcoming_candle_lighting": {
|
|
"name": "Upcoming candle lighting"
|
|
},
|
|
"upcoming_havdalah": {
|
|
"name": "Upcoming Havdalah"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]",
|
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
|
"time_zone": "[%key:component::jewish_calendar::common::time_zone%]",
|
|
"diaspora": "[%key:component::jewish_calendar::common::diaspora%]",
|
|
"language": "[%key:common::config_flow::data::language%]"
|
|
},
|
|
"data_description": {
|
|
"location": "[%key:component::jewish_calendar::common::descr_location%]",
|
|
"elevation": "[%key:component::jewish_calendar::common::descr_elevation%]",
|
|
"time_zone": "[%key:component::jewish_calendar::common::descr_time_zone%]",
|
|
"diaspora": "[%key:component::jewish_calendar::common::descr_diaspora%]",
|
|
"language": "[%key:component::jewish_calendar::common::descr_language%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]",
|
|
"elevation": "[%key:common::config_flow::data::elevation%]",
|
|
"time_zone": "[%key:component::jewish_calendar::common::time_zone%]",
|
|
"diaspora": "[%key:component::jewish_calendar::common::diaspora%]",
|
|
"language": "[%key:common::config_flow::data::language%]"
|
|
},
|
|
"data_description": {
|
|
"location": "[%key:component::jewish_calendar::common::descr_location%]",
|
|
"elevation": "[%key:component::jewish_calendar::common::descr_elevation%]",
|
|
"time_zone": "[%key:component::jewish_calendar::common::descr_time_zone%]",
|
|
"diaspora": "[%key:component::jewish_calendar::common::descr_diaspora%]",
|
|
"language": "[%key:component::jewish_calendar::common::descr_language%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure options for Jewish Calendar",
|
|
"data": {
|
|
"candle_lighting_minutes_before_sunset": "Minutes before sunset for candle lighting",
|
|
"havdalah_minutes_after_sunset": "Minutes after sunset for Havdalah"
|
|
},
|
|
"data_description": {
|
|
"candle_lighting_minutes_before_sunset": "Defaults to 18 minutes. In Israel you probably want to use 20/30/40 depending on your location. Outside of Israel you probably want to use 18/24.",
|
|
"havdalah_minutes_after_sunset": "Setting this to 0 means 36 minutes as fixed degrees (8.5°) will be used instead"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"nusach": {
|
|
"options": {
|
|
"sfarad": "Sfarad",
|
|
"ashkenaz": "Ashkenaz",
|
|
"adot_mizrah": "Adot Mizrah",
|
|
"italian": "Italian"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"count_omer": {
|
|
"name": "Count the Omer",
|
|
"description": "Returns the phrase for counting the Omer on a given date.",
|
|
"fields": {
|
|
"date": {
|
|
"name": "Date",
|
|
"description": "Date to count the Omer for."
|
|
},
|
|
"after_sunset": {
|
|
"name": "After sunset",
|
|
"description": "Uses the next Hebrew day (starting at sunset) for a given date. This indicator is ignored if the Date field is empty."
|
|
},
|
|
"nusach": {
|
|
"name": "Nusach",
|
|
"description": "Nusach to count the Omer in."
|
|
},
|
|
"language": {
|
|
"name": "[%key:common::config_flow::data::language%]",
|
|
"description": "Language to count the Omer in."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"sunset_event": {
|
|
"message": "Sunset event cannot be calculated for the provided date and location"
|
|
}
|
|
}
|
|
}
|