core/homeassistant/components/ukraine_alarm/translations/en.json

32 lines
1.0 KiB
JSON
Raw Normal View History

{
"config": {
2022-05-09 00:21:41 +00:00
"abort": {
2022-05-12 23:45:39 +00:00
"already_configured": "Location is already configured",
2022-05-09 00:21:41 +00:00
"cannot_connect": "Failed to connect",
2022-05-12 23:45:39 +00:00
"max_regions": "Max 5 regions can be configured",
"rate_limit": "Too much requests",
2022-05-09 00:21:41 +00:00
"timeout": "Timeout establishing connection",
"unknown": "Unexpected error"
},
"step": {
2022-05-09 00:21:41 +00:00
"community": {
"data": {
"region": "Region"
},
2022-05-09 00:21:41 +00:00
"description": "If you want to monitor not only state and district, choose its specific community"
},
"district": {
"data": {
"region": "Region"
},
"description": "If you want to monitor not only state, choose its specific district"
},
2022-05-12 23:45:39 +00:00
"user": {
"data": {
"region": "Region"
},
2022-05-09 00:21:41 +00:00
"description": "Choose state to monitor"
}
}
}
2022-05-09 00:21:41 +00:00
}