core/homeassistant/components/stookwijzer/strings.json

60 lines
1.7 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "Select the location you want to receive the Stookwijzer information for.",
"data": {
"location": "[%key:common::config_flow::data::location%]"
},
"data_description": {
"location": "Use the map to set the location for Stookwijzer."
}
}
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"sensor": {
"advice": {
"name": "Advice code",
"state": {
"code_yellow": "Yellow",
"code_orange": "Orange",
"code_red": "Red"
}
}
}
},
"services": {
"get_forecast": {
"name": "Get forecast",
"description": "Retrieves the advice forecast from Stookwijzer.",
"fields": {
"config_entry_id": {
"name": "Stookwijzer instance",
"description": "The Stookwijzer instance to get the forecast from."
}
}
}
},
"issues": {
"location_migration_failed": {
"description": "The Stookwijzer integration was unable to automatically migrate your location to a new format the updated integration 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"
}
},
"exceptions": {
"no_data_received": {
"message": "No data received from Stookwijzer."
},
"not_loaded": {
"message": "{target} is not loaded."
},
"integration_not_found": {
"message": "Integration \"{target}\" not found in registry."
}
}
}