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

30 lines
1.1 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"username": "Username",
"password": "Password",
"region": "Region",
"mutable": "Allow Remote Start / Lock / etc.",
"unit_system": "Unit System"
}
}
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
}
},
"issues": {
"deprecated_yaml": {
"title": "The Volvo On Call YAML configuration is being removed",
"description": "Configuring the Volvo On Call platform using YAML is being removed in a future release of Home Assistant.\n\nYour existing configuration has been imported into the UI automatically. Remove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
}
}
}