[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2019-12-24 00:32:12 +00:00
parent 85d2ba047b
commit 8add6c5f2e

View file

@ -1,30 +1,30 @@
{
"config": {
"error": {
"connection_error": "Error connecting; check network and retry",
"identifier_exists": "Email already registered",
"invalid_credentials": "Invalid credentials",
"unknown_error": "Unknown error, please report log info"
},
"step": {
"user": {
"data": {
"username": "Email Address",
"password": "Password"
"config": {
"error": {
"connection_error": "Error connecting; check network and retry",
"identifier_exists": "Email already registered",
"invalid_credentials": "Invalid credentials",
"unknown_error": "Unknown error, please report log info"
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"
}
"step": {
"user": {
"data": {
"password": "Password",
"username": "Email Address"
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"
}
},
"title": "Tesla"
},
"title": "Tesla"
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconds between scans"
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconds between scans"
}
}
}
}
}
}
}
}