1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/islamic_prayer_times/strings.json

24 lines
487 B
JSON

{
"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"
}
}
}
}
}