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

28 lines
735 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2021-05-03 00:05:16 +00:00
"error": {
"invalid_place_or_service_id": "Ung\u00fcltige Orts- oder Service-ID"
},
2021-02-03 10:46:49 +00:00
"step": {
"user": {
"data": {
"place_id": "Platz-ID",
"service_id": "Dienst-ID"
}
}
}
},
"options": {
"step": {
"init": {
2021-05-03 00:05:16 +00:00
"data": {
2021-07-10 00:09:24 +00:00
"friendly_name": "Verwende freundliche Namen f\u00fcr Pickup-Typen (wenn m\u00f6glich)"
2021-05-03 00:05:16 +00:00
},
2021-02-03 10:46:49 +00:00
"title": "Recollect Waste konfigurieren"
}
}
}
}