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

32 lines
997 B
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
2020-12-18 00:03:48 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-12-18 00:03:48 +00:00
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
2021-02-03 10:46:49 +00:00
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2020-06-07 00:03:28 +00:00
"flow_title": "Tuya Konfiguration",
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-02-03 10:46:49 +00:00
"description": "Gib deine Tuya-Anmeldeinformationen ein.",
2020-06-07 00:03:28 +00:00
"title": "Tuya"
}
}
2020-11-08 00:04:05 +00:00
},
"options": {
2020-12-16 00:03:31 +00:00
"abort": {
2020-12-18 00:03:48 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
2020-12-16 00:03:31 +00:00
},
2020-11-08 00:04:05 +00:00
"error": {
"dev_not_config": "Ger\u00e4tetyp nicht konfigurierbar",
"dev_not_found": "Ger\u00e4t nicht gefunden"
}
2020-06-07 00:03:28 +00:00
}
}