core/homeassistant/components/islamic_prayer_times/strings.json

24 lines
454 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": {
"one_instance_allowed": "Only a single instance is necessary."
}
},
"options": {
"step": {
"init": {
"data": {
"calc_method": "Prayer calculation method"
}
}
}
}
}