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

37 lines
964 B
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
"already_configured": "Service ist bereits konfiguriert"
},
2020-06-07 00:03:28 +00:00
"error": {
"cannot_connect": "Verbindung fehlgeschlagen, versuchen Sie es erneut",
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"flow_title": "Smile: {name}",
2020-06-07 00:03:28 +00:00
"step": {
"user": {
"data": {
2020-10-18 00:03:28 +00:00
"flow_type": "Verbindungstyp",
2020-11-08 00:04:05 +00:00
"host": "IP-Adresse",
"password": "Smile ID",
"port": "Port"
2020-06-07 00:03:28 +00:00
},
2020-11-08 00:04:05 +00:00
"description": "Details"
2020-10-18 00:03:28 +00:00
},
"user_gateway": {
"data": {
"port": "Port"
}
2020-06-07 00:03:28 +00:00
}
}
2020-10-22 00:09:52 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Scanintervall (Sekunden)"
}
}
}
2020-06-07 00:03:28 +00:00
}
}