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

22 lines
708 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-12 00:03:31 +00:00
"already_configured": "Location is already configured"
},
"error": {
2020-10-12 00:03:31 +00:00
"cannot_connect": "Failed to connect",
"invalid_address": "Address not found in Twente Milieu service area."
},
"step": {
"user": {
"data": {
"house_letter": "House letter/additional",
"house_number": "House number",
"post_code": "Postal code"
},
"description": "Set up Twente Milieu providing waste collection information on your address.",
"title": "Twente Milieu"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}