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

23 lines
667 B
JSON
Raw Normal View History

{
2020-05-13 18:27:21 +00:00
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Account is already configured"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2021-09-09 00:11:32 +00:00
"client_id": "Client ID (optional)",
"client_secret": "Client Secret (optional)",
2020-05-13 18:27:21 +00:00
"password": "Password",
"username": "Username"
},
"title": "Flick Login Credentials"
}
}
2020-11-11 12:25:22 +00:00
}
}