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

25 lines
599 B
JSON

{
"config": {
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsintervall in Sekunden, mindestens 30"
}
}
}
}
}