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

20 lines
613 B
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
"error": {
2021-10-06 00:12:58 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"login_error": "Anmeldefehler ({code}): {msg}"
2021-10-02 12:59:05 +00:00
},
"step": {
"user": {
"data": {
2021-10-06 00:12:58 +00:00
"access_id": "Tuya IoT-Zugriffs-ID",
"access_secret": "Tuya IoT-Zugriffsgeheimnis",
2021-10-07 00:10:57 +00:00
"country_code": "Land",
2021-10-02 12:59:05 +00:00
"password": "Passwort",
2021-10-06 00:12:58 +00:00
"username": "Konto"
2021-10-02 12:59:05 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Gib deine Tuya-Anmeldeinformationen ein."
2021-10-02 12:59:05 +00:00
}
}
}
}