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

36 lines
1.1 KiB
JSON
Raw Normal View History

{
2020-02-26 00:31:47 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
2020-02-26 00:31:47 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-02-26 00:31:47 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_validate": {
"data": {
"password": "Password"
},
"description": "The Sense integration needs to re-authenticate your account {email}.",
"title": "Reauthenticate Integration"
},
2020-02-26 00:31:47 +00:00
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"email": "Email",
"password": "Password",
"timeout": "Timeout"
2020-02-26 00:31:47 +00:00
},
"title": "Connect to your Sense Energy Monitor"
},
"validation": {
"data": {
"code": "Verification code"
},
"title": "Sense Multi-factor authentication"
2020-02-26 00:31:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-26 00:31:47 +00:00
}