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

18 lines
422 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_place_or_service_id": "Invalid Place or Service ID"
},
"step": {
"user": {
"data": {
"place_id": "Place ID",
"service_id": "Service ID"
}
}
}
}
}