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

21 lines
631 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_failed_existing": "Could not update the config entry, please remove the integration and set it up again.",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"email": "Email",
"password": "Password"
}
}
}
}
}