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

30 lines
991 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2021-07-22 00:10:31 +00:00
"no_flipr_id_found": "No flipr id associated to your account for now. You should verify it is working with the Flipr's mobile app first.",
"unknown": "Unexpected error"
},
"step": {
2021-07-22 00:10:31 +00:00
"flipr_id": {
"data": {
2021-07-22 00:10:31 +00:00
"flipr_id": "Flipr ID"
},
2021-07-22 00:10:31 +00:00
"description": "Choose your Flipr ID in the list",
"title": "Choose your Flipr"
},
2021-07-22 00:10:31 +00:00
"user": {
"data": {
2021-07-22 00:10:31 +00:00
"email": "Email",
"password": "Password"
},
2021-07-22 00:10:31 +00:00
"description": "Connect using your Flipr account.",
"title": "Connect to Flipr"
}
}
}
2021-07-22 00:10:31 +00:00
}