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

33 lines
1001 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"
}
}
}
},
"entity": {
"sensor": {
"tracker_state": {
"state": {
"not_reporting": "Not reporting",
"operational": "Operational",
"system_shutdown_user": "System shutdown user",
"system_startup": "System startup"
}
}
}
}
}