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

25 lines
840 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"auth_failed": "Invalid authentication",
"conn_error": "Failed to connect",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
2020-05-13 18:27:21 +00:00
"auth_failed": "Invalid authentication"
},
"flow_title": "Tuya configuration",
"step": {
"user": {
"data": {
"country_code": "Your account country code (e.g., 1 for USA or 86 for China)",
2020-05-13 18:27:21 +00:00
"password": "Password",
"platform": "The app where your account register",
2020-05-13 18:27:21 +00:00
"username": "Username"
},
"description": "Enter your Tuya credential.",
"title": "Tuya"
}
}
}
2020-05-13 18:27:21 +00:00
}