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

21 lines
560 B
JSON

{
"config": {
"flow_title": "Tuya Konfiguration",
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"description": "Geben Sie Ihre Tuya-Anmeldeinformationen ein.",
"title": "Tuya"
}
}
},
"options": {
"error": {
"dev_not_config": "Ger\u00e4tetyp nicht konfigurierbar",
"dev_not_found": "Ger\u00e4t nicht gefunden"
}
}
}