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

28 lines
812 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-04-07 00:04:06 +00:00
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
2021-04-07 00:04:06 +00:00
"reauth_confirm": {
"data": {
2021-02-03 10:46:49 +00:00
"token": "Access Token"
2021-04-07 00:04:06 +00:00
},
"description": "The Nuki integration needs to re-authenticate with your bridge.",
2021-04-07 00:04:06 +00:00
"title": "Reauthenticate Integration"
},
"user": {
"data": {
2021-04-07 00:04:06 +00:00
"host": "Host",
"port": "Port",
"token": "Access Token"
}
}
}
}
}