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

20 lines
533 B
JSON
Raw Normal View History

2022-03-10 00:17:10 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
2022-04-29 00:22:21 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_system_id": "Ung\u00fcltige Airzone-System-ID"
2022-03-10 00:17:10 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Richte die Airzone-Integration ein."
}
}
}
}