hass-core/homeassistant/components/twentemilieu/strings.json
Quentame ec2ce31204 Fix script/translations_develop launch + clean some unused error i18n (#25459)
* Fix : script/translations_develop launch + clean some unused error i18n

* Respecting strings.json order property

title
step
error
abort

* Review from @fredrike : remove Telldus Live all_configured
2019-08-11 20:40:18 -07:00

23 lines
No EOL
734 B
JSON

{
"config": {
"title": "Twente Milieu",
"step": {
"user": {
"title": "Twente Milieu",
"description": "Set up Twente Milieu providing waste collection information on your address.",
"data": {
"post_code": "Postal code",
"house_number": "House number",
"house_letter": "House letter/additional"
}
}
},
"error": {
"connection_error": "Failed to connect.",
"invalid_address": "Address not found in Twente Milieu service area."
},
"abort": {
"address_exists": "Address already set up."
}
}
}