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

33 lines
966 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"already_configured": "Account is already configured",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Email"
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"enable_wake_on_start": "Force cars awake on startup",
"scan_interval": "Seconds between scans"
}
}
}
}
}