mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-09 12:27:57 -05:00
24 lines
718 B
JSON
24 lines
718 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"enable_1s": "One Second Sensor",
|
|
"enable_1m": "One Minute Sensor",
|
|
"enable_1d": "One Day Sensor",
|
|
"enable_1mon": "One Month Sensor"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |