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

25 lines
708 B
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
"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-06-07 00:03:28 +00:00
"host": "Smile IP-Adresse",
"password": "Smile ID"
},
"description": "Details",
"title": "Stellen Sie eine Verbindung zu Smile her"
2020-10-18 00:03:28 +00:00
},
"user_gateway": {
"data": {
"port": "Port"
}
2020-06-07 00:03:28 +00:00
}
}
}
}