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

24 lines
527 B
JSON
Raw Normal View History

2020-10-18 00:03:28 +00:00
{
"config": {
2020-12-20 00:04:36 +00:00
"error": {
"cannot_connect": "Verbindungsfehler"
},
2020-10-18 00:03:28 +00:00
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
2020-10-22 00:09:52 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsintervall in Sekunden, mindestens 30"
}
}
}
2020-10-18 00:03:28 +00:00
}
}