python
This commit is contained in:
35
custom_components/ttlock/translations/en.json
Normal file
35
custom_components/ttlock/translations/en.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user