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

25 lines
599 B
JSON
Raw Normal View History

2020-10-18 00:03:28 +00:00
{
"config": {
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2020-12-20 00:04:36 +00:00
},
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
}
}