fix translation of all oauth.ts (#24855)

This commit is contained in:
NeatGuyCoding
2025-09-01 10:04:05 +08:00
committed by GitHub
parent 3d57a9ccdc
commit c45c22b1b2
18 changed files with 44 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
const translation = {
tips: {
loggedIn: 'wants to access the following information from your Dify Cloud account.',
notLoggedIn: 'wants to access your Dify Cloud account',
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.',
},
@@ -18,7 +18,7 @@ const translation = {
},
error: {
invalidParams: 'Invalid parameters',
authorizeFailed: 'Authorize failed',
authorizeFailed: 'Authorization failed',
authAppInfoFetchFailed: 'Failed to fetch app info for authorization',
},
unknownApp: 'Unknown App',