73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"title": "Holiday",
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Already configured. Only a single configuration for country/province/categories combination is possible.",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"country": "Country"
|
|
}
|
|
},
|
|
"options": {
|
|
"data": {
|
|
"province": "Province",
|
|
"categories": "Categories"
|
|
},
|
|
"data_description": {
|
|
"province": "Optionally choose a province / subdivision of {country}",
|
|
"categories": "Optionally choose additional holiday categories, public holidays are already included"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"province": "[%key:component::holiday::config::step::options::data::province%]",
|
|
"categories": "[%key:component::holiday::config::step::options::data::categories%]"
|
|
},
|
|
"data_description": {
|
|
"province": "[%key:component::holiday::config::step::options::data_description::province%]",
|
|
"categories": "[%key:component::holiday::config::step::options::data_description::categories%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"abort": {
|
|
"already_configured": "[%key:component::holiday::config::abort::already_configured%]",
|
|
"no_categories": "The country has no additional categories to configure."
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"categories": "[%key:component::holiday::config::step::options::data::categories%]"
|
|
},
|
|
"data_description": {
|
|
"categories": "[%key:component::holiday::config::step::options::data_description::categories%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"device_class": {
|
|
"options": {
|
|
"armed_forces": "Armed forces",
|
|
"bank": "Bank",
|
|
"catholic": "Catholic",
|
|
"chinese": "Chinese",
|
|
"christian": "Christian",
|
|
"government": "Government",
|
|
"half_day": "Half day",
|
|
"hebrew": "Hebrew",
|
|
"hindu": "Hindu",
|
|
"islamic": "Islamic",
|
|
"optional": "Optional",
|
|
"school": "School",
|
|
"unofficial": "Unofficial",
|
|
"workday": "Workday"
|
|
}
|
|
}
|
|
}
|
|
}
|