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

33 lines
1.0 KiB
JSON
Raw Normal View History

{
2021-12-23 00:14:21 +00:00
"config": {
"abort": {
2022-03-02 22:22:14 +00:00
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
2021-12-23 00:14:21 +00:00
},
"error": {
"cannot_connect": "Failed to connect",
2022-03-03 00:20:45 +00:00
"incorrect_api_key": "Invalid API key for selected account",
"invalid_auth": "Invalid authentication",
"no_devices": "No devices discovered",
2022-03-03 00:20:45 +00:00
"no_username": "Could not get username"
2021-12-23 00:14:21 +00:00
},
"step": {
2022-03-03 00:20:45 +00:00
"reauth_confirm": {
2021-12-23 00:14:21 +00:00
"data": {
2022-03-02 22:22:14 +00:00
"api_key": "API Key"
2022-09-04 19:42:08 +00:00
},
"data_description": {
2022-10-23 18:58:10 +00:00
"api_key": "Follow the documentation to get your api key"
2022-03-02 22:22:14 +00:00
}
},
2022-03-03 00:20:45 +00:00
"user": {
2022-03-02 22:22:14 +00:00
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API Key"
2022-09-04 19:42:08 +00:00
},
"data_description": {
2022-10-23 18:58:10 +00:00
"api_key": "Follow the documentation to get your api key"
2021-12-23 00:14:21 +00:00
}
}
}
}
}