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

34 lines
1.1 KiB
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
"error": {
2020-10-06 00:08:09 +00:00
"already_configured": "Account is already configured",
"already_configured_account": "Account is already configured",
"cannot_connect": "Failed to connect",
2020-03-24 13:18:47 +00:00
"connection_error": "Error connecting; check network and retry",
"identifier_exists": "Email already registered",
2020-10-06 00:08:09 +00:00
"invalid_auth": "Invalid authentication",
2020-03-24 13:18:47 +00:00
"invalid_credentials": "Invalid credentials",
"unknown_error": "Unknown error, please report log info"
},
"step": {
"user": {
"data": {
"password": "Password",
2020-05-13 18:27:21 +00:00
"username": "Email"
2020-03-24 13:18:47 +00:00
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"
}
2020-04-15 16:51:07 +00:00
}
},
2020-03-24 13:18:47 +00:00
"options": {
"step": {
"init": {
"data": {
"enable_wake_on_start": "Force cars awake on startup",
"scan_interval": "Seconds between scans"
}
}
}
2020-04-16 20:00:10 +00:00
}
2019-12-24 00:32:12 +00:00
}