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

21 lines
597 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Account is already configured"
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-10-04 00:05:05 +00:00
"api_token": "API Token"
},
"description": "You will need the API Token from https://home.juice.net/Manage.",
"title": "Connect to JuiceNet"
}
}
}
2020-05-13 18:27:21 +00:00
}