fix translation of all oauth.ts (#24855)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user