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