您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627
  1. const translation = {
  2. tips: {
  3. loggedIn: 'This app wants to access the following information from your Dify Cloud account.',
  4. notLoggedIn: 'This app wants to access your Dify Cloud account',
  5. needLogin: 'Please log in to authorize',
  6. common: 'We respect your privacy and will only use this information to enhance your experience with our developer tools.',
  7. },
  8. connect: 'Connect to',
  9. continue: 'Continue',
  10. switchAccount: 'Switch Account',
  11. login: 'Login',
  12. scopes: {
  13. name: 'Name',
  14. email: 'Email',
  15. avatar: 'Avatar',
  16. languagePreference: 'Language Preference',
  17. timezone: 'Timezone',
  18. },
  19. error: {
  20. invalidParams: 'Invalid parameters',
  21. authorizeFailed: 'Authorization failed',
  22. authAppInfoFetchFailed: 'Failed to fetch app info for authorization',
  23. },
  24. unknownApp: 'Unknown App',
  25. }
  26. export default translation