dify/web/i18n/en-US/oauth.json
2025-12-24 19:02:42 +08:00

26 lines
851 B
JSON

{
"tips": {
"loggedIn": "This app wants to access the following information from your Dify Cloud account.",
"notLoggedIn": "This app wants to access your Dify Cloud account",
"needLogin": "Please log in to authorize",
"common": "We respect your privacy and will only use this information to enhance your experience with our developer tools."
},
"connect": "Connect to",
"continue": "Continue",
"switchAccount": "Switch Account",
"login": "Login",
"scopes": {
"name": "Name",
"email": "Email",
"avatar": "Avatar",
"languagePreference": "Language Preference",
"timezone": "Timezone"
},
"error": {
"invalidParams": "Invalid parameters",
"authorizeFailed": "Authorization failed",
"authAppInfoFetchFailed": "Failed to fetch app info for authorization"
},
"unknownApp": "Unknown App"
}