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

44 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"flow_title": "Somfy MyLink {mac} ({ip})",
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port",
"system_id": "System-ID"
}
}
}
},
"options": {
"abort": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"step": {
"entity_config": {
2021-03-18 00:07:07 +00:00
"description": "Optionen f\u00fcr `{entity_id}` konfigurieren",
2021-02-03 10:46:49 +00:00
"title": "Entit\u00e4t konfigurieren"
},
"init": {
2021-03-18 00:07:07 +00:00
"data": {
"entity_id": "Konfiguriere eine bestimmte Entit\u00e4t."
},
2021-02-03 10:46:49 +00:00
"title": "MyLink-Optionen konfigurieren"
},
"target_config": {
"description": "Konfiguriere die Optionen f\u00fcr `{target_name}`",
"title": "MyLink-Cover konfigurieren"
}
}
2021-03-18 00:07:07 +00:00
},
"title": ""
2021-02-03 10:46:49 +00:00
}