Fix typo and sentence-casing in jewish_calendar (#141651)

Also replace "Language" with common string.
This commit is contained in:
Norbert Rittel 2025-03-28 13:55:52 +01:00 committed by GitHub
parent 473a28c5f2
commit e7f8b9ad92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@
"sensor": { "sensor": {
"hebrew_date": { "hebrew_date": {
"state_attributes": { "state_attributes": {
"hebrew_year": { "name": "Hebrew Year" }, "hebrew_year": { "name": "Hebrew year" },
"hebrew_month_name": { "name": "Hebrew Month Name" }, "hebrew_month_name": { "name": "Hebrew month name" },
"hebrew_day": { "name": "Hebrew Day" } "hebrew_day": { "name": "Hebrew day" }
} }
} }
} }
@ -16,10 +16,10 @@
"data": { "data": {
"name": "[%key:common::config_flow::data::name%]", "name": "[%key:common::config_flow::data::name%]",
"diaspora": "Outside of Israel?", "diaspora": "Outside of Israel?",
"language": "Language for Holidays and Dates", "language": "Language for holidays and dates",
"location": "[%key:common::config_flow::data::location%]", "location": "[%key:common::config_flow::data::location%]",
"elevation": "[%key:common::config_flow::data::elevation%]", "elevation": "[%key:common::config_flow::data::elevation%]",
"time_zone": "Time Zone" "time_zone": "Time zone"
}, },
"data_description": { "data_description": {
"time_zone": "If you specify a location, make sure to specify the time zone for correct calendar times calculations" "time_zone": "If you specify a location, make sure to specify the time zone for correct calendar times calculations"
@ -36,7 +36,7 @@
"init": { "init": {
"title": "Configure options for Jewish Calendar", "title": "Configure options for Jewish Calendar",
"data": { "data": {
"candle_lighting_minutes_before_sunset": "Minutes before sunset for candle lighthing", "candle_lighting_minutes_before_sunset": "Minutes before sunset for candle lighting",
"havdalah_minutes_after_sunset": "Minutes after sunset for Havdalah" "havdalah_minutes_after_sunset": "Minutes after sunset for Havdalah"
}, },
"data_description": { "data_description": {
@ -70,7 +70,7 @@
"description": "Nusach to count the Omer in." "description": "Nusach to count the Omer in."
}, },
"language": { "language": {
"name": "Language", "name": "[%key:common::config_flow::data::language%]",
"description": "Language to count the Omer in." "description": "Language to count the Omer in."
} }
} }