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

33 lines
966 B
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
2021-02-10 19:55:06 +00:00
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
2020-03-24 13:18:47 +00:00
"error": {
2020-10-06 00:08:09 +00:00
"already_configured": "Account is already configured",
"cannot_connect": "Failed to connect",
2020-11-11 11:10:09 +00:00
"invalid_auth": "Invalid authentication"
2020-03-24 13:18:47 +00:00
},
"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
}