core/homeassistant/components/tractive/strings.json

34 lines
993 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reauth_failed_existing": "Could not update the config entry, please remove the integration and set it up again."
}
2022-12-05 15:45:57 +00:00
},
"entity": {
"sensor": {
"tracker_state": {
"state": {
"not_reporting": "Not reporting",
"operational": "Operational",
"system_shutdown_user": "System shutdown user",
"system_startup": "System startup"
}
}
}
}
2022-03-30 08:35:30 +00:00
}