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

40 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"api_error": "API error occurred",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"not_admin": "User needs to be admin, user ''{username}'' has authorisation level ''{userlevel}''",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"description": "The Reolink integration needs to re-authenticate your connection details",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"use_https": "Enable HTTPS",
"username": "Username"
},
"description": "{error}"
}
}
},
"options": {
"step": {
"init": {
"data": {
"protocol": "Protocol"
}
}
}
}
}