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

23 lines
707 B
JSON
Raw Normal View History

2020-05-25 00:02:49 +00:00
{
"config": {
"abort": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2021-06-06 00:19:43 +00:00
"flow_title": "{device} ({ip_address})",
2020-05-25 00:02:49 +00:00
"step": {
"user": {
"data": {
"ip_address": "IP-Adresse",
"password": "Passwort",
"username": "Benutzername"
2021-04-09 00:03:15 +00:00
},
2021-04-14 00:03:17 +00:00
"description": "Gib die erforderlichen Informationen unten an.",
2021-04-09 00:03:15 +00:00
"title": "GogoGate2 oder iSmartGate einrichten"
2020-05-25 00:02:49 +00:00
}
}
}
}