core/homeassistant/components/islamic_prayer_times/strings.json

49 lines
928 B
JSON
Raw Normal View History

{
"title": "Islamic Prayer Times",
"config": {
"step": {
"user": {
"title": "Set up Islamic Prayer Times",
"description": "Do you want to set up Islamic Prayer Times?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"options": {
"step": {
"init": {
"data": {
"calculation_method": "Prayer calculation method"
}
}
}
},
"entity": {
"sensor": {
"fajr": {
"name": "Fajr prayer"
},
"sunrise": {
"name": "Sunrise time"
},
"dhuhr": {
"name": "Dhuhr prayer"
},
"asr": {
"name": "Asr prayer"
},
"maghrib": {
"name": "Maghrib prayer"
},
"isha": {
"name": "Isha prayer"
},
"midnight": {
"name": "Midnight time"
}
}
}
}