@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
61 lines (60 loc) • 2.3 kB
JSON
{
"consent": {
"buttons": {
"accept": "Authorize",
"deny": "Deny"
},
"description": "The application {{clientName}} is requesting authorization for your account",
"error": {
"sessionInvalid": {
"message": "The authorization session has expired or is invalid. Please restart the authorization process.",
"title": "Invalid Authorization Session"
},
"title": "An Error Occurred",
"unsupportedInteraction": {
"message": "Unsupported interaction type: {promptName}",
"title": "Unsupported Interaction Type"
}
},
"permissionsTitle": "Requesting the following permissions:",
"redirectUri": "You will be redirected to after successful authorization",
"scope": {
"email": "Access your email address",
"offline_access": "Allow the client to access your data",
"openid": "Authenticate using your LobeChat account",
"profile": "Access your basic profile information (name, avatar, etc.)",
"sync-read": "Read your synchronized data",
"sync-write": "Write and update your synchronized data"
},
"title": "Authorize {{clientName}}"
},
"error": {
"backToHome": "Back to Home",
"desc": "OAuth authorization failed, reason: {{reason}}",
"reason": {
"internal_error": "Internal Server Error",
"invalid_request": "Invalid Request Parameters"
},
"title": "Authorization Failed"
},
"handoff": {
"desc": {
"processing": "The application is processing the authorization and will redirect to the next page soon...",
"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."
},
"title": {
"processing": "Authorization in progress...",
"success": "Authorization completed"
}
},
"login": {
"button": "Confirm Login",
"description": "The application {{clientName}} is requesting to use your account for login",
"title": "Login to {{clientName}}",
"userWelcome": "Welcome back, "
},
"success": {
"subTitle": "You have successfully authorized the application to access your account. You may now close this page.",
"title": "Authorization Successful"
}
}