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

20 lines
587 B
JSON
Raw Normal View History

{
"config": {
"error": {
"invalid_auth": "Invalid authentication",
"login_error": "Login error ({code}): {msg}"
},
"step": {
2021-10-02 12:59:05 +00:00
"user": {
"data": {
"access_id": "Tuya IoT Access ID",
"access_secret": "Tuya IoT Access Secret",
"country_code": "Country",
2021-10-02 12:59:05 +00:00
"password": "Password",
"username": "Account"
2021-10-02 12:59:05 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Enter your Tuya credentials"
}
}
}
2021-10-02 12:59:05 +00:00
}