Files
Victor Alexandrovich Tsyrenschikov 373ed28445 python
2026-03-30 20:25:42 +05:00

36 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"already_in_progress": "Configuration flow is already in progress",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"oauth_error": "Received invalid token data.",
"user_rejected_authorize": "Account linking rejected: {error}"
},
"create_entry": {
"default": "Successfully authenticated"
},
"step": {
"auth": {
"title": "Login to TTLock",
"description": "Please provide the login details that you used to log into the TTLock app when setting up your locks",
"data": {
"password": "Password",
"username": "Username"
}
},
"pick_implementation": {
"title": "Pick Authentication Method"
}
}
},
"issues": {
"no_webhook_url": {
"description": "An error ocurred while trying to generate a webhook url. Please make sure that you have a URL configured in Settings > System > Network.",
"title": "Unable to generate webhook URL."
}
}
}