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

19 lines
435 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2021-08-06 00:15:04 +00:00
"email": "Email",
"password": "Password"
}
}
}
}
}