mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
54 lines
3.6 KiB
JSON
54 lines
3.6 KiB
JSON
{
|
|
"consent.buttons.accept": "Authorize",
|
|
"consent.buttons.deny": "Deny",
|
|
"consent.description": "The application {{clientName}} is requesting authorization for your account",
|
|
"consent.error.sessionInvalid.message": "The authorization session has expired or is invalid. Please restart the authorization process.",
|
|
"consent.error.sessionInvalid.title": "Invalid Authorization Session",
|
|
"consent.error.title": "An Error Occurred",
|
|
"consent.error.unknown.message": "An unknown error occurred while loading authorization details.",
|
|
"consent.error.unsupportedInteraction.message": "Unsupported interaction type: {{promptName}}",
|
|
"consent.error.unsupportedInteraction.title": "Unsupported Interaction Type",
|
|
"consent.permissionsTitle": "Requesting the following permissions:",
|
|
"consent.redirectUri": "You will be redirected to after successful authorization",
|
|
"consent.redirecting": "Authorization successful, redirecting...",
|
|
"consent.scope.email": "Access your email address",
|
|
"consent.scope.offline_access": "Allow the client to access your data",
|
|
"consent.scope.openid": "Authenticate using your LobeHub account",
|
|
"consent.scope.profile": "Access your basic profile information (name, avatar, etc.)",
|
|
"consent.scope.sync-read": "Read your synchronized data",
|
|
"consent.scope.sync-write": "Write and update your synchronized data",
|
|
"consent.title": "Authorize {{clientName}}",
|
|
"device.confirm.authorize": "Authorize",
|
|
"device.confirm.codeHint": "Confirm that this code matches the one shown in your terminal.",
|
|
"device.confirm.deny": "Deny",
|
|
"device.confirm.description": "{{clientName}} is requesting access",
|
|
"device.confirm.title": "Authorize Device",
|
|
"device.error.aborted": "Authorization was denied.",
|
|
"device.error.alreadyUsed": "This code has already been used. Please request a new code.",
|
|
"device.error.expired": "This code has expired. Please request a new code.",
|
|
"device.error.noCode": "No device code was provided. Please enter a valid code.",
|
|
"device.error.notFound": "Invalid code. Please check and try again.",
|
|
"device.error.unknown": "An error occurred. Please try again.",
|
|
"device.input.description": "Enter the code displayed on your device to authorize access.",
|
|
"device.input.placeholder": "XXXX-XXXX",
|
|
"device.input.submit": "Submit",
|
|
"device.input.title": "Enter Device Code",
|
|
"device.success.description": "You have successfully authorized the device. You can close this browser tab and return to your terminal.",
|
|
"device.success.title": "Authorization Successful",
|
|
"error.backToHome": "Back to Home",
|
|
"error.desc": "OAuth authorization failed, reason: {{reason}}",
|
|
"error.reason.internal_error": "Internal Server Error",
|
|
"error.reason.invalid_request": "Invalid Request Parameters",
|
|
"error.title": "Authorization Failed",
|
|
"handoff.desc.processing": "The application is processing the authorization and will redirect to the next page soon...",
|
|
"handoff.desc.success": "An attempt has been made to open the desktop application. If it does not open automatically, please switch manually. You can close this browser window later.",
|
|
"handoff.title.processing": "Authorization in progress...",
|
|
"handoff.title.success": "Authorization completed",
|
|
"login.button": "Confirm Login",
|
|
"login.description": "The application {{clientName}} is requesting to use your account for login",
|
|
"login.title": "Login to {{clientName}}",
|
|
"login.userWelcome": "Welcome back, ",
|
|
"success.subTitle": "You have successfully authorized the application to access your account. You may now close this page.",
|
|
"success.title": "Authorization Successful"
|
|
}
|