1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 16:30:03 +01:00
Files
core/homeassistant/components/islamic_prayer_times/strings.json
2025-10-28 10:33:10 +01:00

101 lines
2.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"step": {
"user": {
"description": "Do you want to set up Islamic Prayer Times?",
"title": "Set up Islamic Prayer Times"
}
}
},
"entity": {
"sensor": {
"asr": {
"name": "Asr prayer"
},
"dhuhr": {
"name": "Dhuhr prayer"
},
"fajr": {
"name": "Fajr prayer"
},
"isha": {
"name": "Isha prayer"
},
"maghrib": {
"name": "Maghrib prayer"
},
"midnight": {
"name": "Midnight time"
},
"sunrise": {
"name": "Sunrise time"
}
}
},
"options": {
"step": {
"init": {
"data": {
"calculation_method": "Prayer calculation method",
"latitude_adjustment_method": "Latitude adjustment method",
"midnight_mode": "Midnight mode",
"school": "School"
}
}
}
},
"selector": {
"calculation_method": {
"options": {
"algeria": "Algeria",
"custom": "Custom",
"dubai": "Dubai",
"egypt": "Egyptian General Authority of Survey",
"france": "Union Organization islamic de France",
"gulf": "Gulf Region",
"isna": "Islamic Society of North America",
"jafari": "Shia Ithna-Ansari",
"jakim": "Jabatan Kemajuan Islam Malaysia (JAKIM)",
"jordan": "Ministry of Awqaf, Islamic Affairs and Holy Places, Jordan",
"karachi": "University of Islamic Sciences, Karachi",
"kemenag": "Kementerian Agama Republik Indonesia",
"kuwait": "Kuwait",
"makkah": "Umm Al-Qura University, Makkah",
"moonsighting": "Moonsighting Committee Worldwide",
"morocco": "Morocco",
"mwl": "Muslim World League",
"portugal": "Comunidade Islamica de Lisboa",
"qatar": "Qatar",
"russia": "Spiritual Administration of Muslims of Russia",
"singapore": "Majlis Ugama Islam Singapura, Singapore",
"tehran": "Institute of Geophysics, University of Tehran",
"tunisia": "Tunisia",
"turkey": "Diyanet İşleri Başkanlığı, Turkey"
}
},
"latitude_adjustment_method": {
"options": {
"angle_based": "Angle based",
"middle_of_the_night": "Middle of the night",
"one_seventh": "One seventh"
}
},
"midnight_mode": {
"options": {
"jafari": "Jafari (mid sunset to fajr)",
"standard": "Standard (mid sunset to sunrise)"
}
},
"school": {
"options": {
"hanafi": "Hanafi",
"shafi": "Shafi"
}
}
},
"title": "Islamic Prayer Times"
}