Files
ha-core/homeassistant/components/stookwijzer/strings.json
2024-11-25 21:33:47 +01:00

34 lines
992 B
JSON

{
"config": {
"step": {
"user": {
"description": "Select the location you want to recieve the Stookwijzer information for.",
"data": {
"location": "[%key:common::config_flow::data::location%]"
}
}
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"sensor": {
"advice": {
"name": "Advice code",
"state": {
"code_yellow": "Yellow",
"code_orange": "Orange",
"code_red": "Red"
}
}
}
},
"issues": {
"location_migration_failed": {
"description": "The Stookwijzer integration was unable to automatically migrate your location to a new format the updated integrations uses.\n\nMake sure you are connected to the internet and restart Home Assistant to try again.\n\nIf this doesn't resolve the error, remove and re-add the integration.",
"title": "Migration of your location failed"
}
}
}