core/homeassistant/components/holiday/strings.json

20 lines
358 B
JSON

{
"config": {
"abort": {
"already_configured": "Already configured. Only a single configuration for country/province combination possible."
},
"step": {
"user": {
"data": {
"country": "Country"
}
},
"province": {
"data": {
"province": "Province"
}
}
}
}
}