login.en.ts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. const translation = {
  2. pageTitle: 'Hey, let\'s get started!👋',
  3. welcome: 'Welcome to Dify, please log in to continue.',
  4. email: 'Email address',
  5. emailPlaceholder: 'Your email',
  6. password: 'Password',
  7. passwordPlaceholder: 'Your password',
  8. name: 'Username',
  9. namePlaceholder: 'Your username',
  10. forget: 'Forgot your password?',
  11. signBtn: 'Sign in',
  12. installBtn: 'Setting',
  13. setAdminAccount: 'Setting up an admin account',
  14. setAdminAccountDesc: 'Maximum privileges for admin account, which can be used to create applications and manage LLM providers, etc.',
  15. createAndSignIn: 'Create and sign in',
  16. oneMoreStep: 'One more step',
  17. createSample: 'Based on this information, we’ll create sample application for you',
  18. invitationCode: 'Invitation Code',
  19. invitationCodePlaceholder: 'Your invitation code',
  20. interfaceLanguage: 'Interface Language',
  21. timezone: 'Time zone',
  22. go: 'Go to Dify',
  23. sendUsMail: 'Email us your introduction, and we\'ll handle the invitation request.',
  24. acceptPP: 'I have read and accept the privacy policy',
  25. reset: 'Please run following command to reset your password',
  26. withGitHub: 'Continue with GitHub',
  27. withGoogle: 'Continue with Google',
  28. rightTitle: 'Unlock the full potential of LLM',
  29. rightDesc: 'Effortlessly build visually captivating, operable, and improvable AI applications.',
  30. tos: 'Terms of Service',
  31. pp: 'Privacy Policy',
  32. tosDesc: 'By signing up, you agree to our',
  33. donthave: 'Don\'t have?',
  34. invalidInvitationCode: 'Invalid invitation code',
  35. accountAlreadyInited: 'Account already inited',
  36. error: {
  37. emailEmpty: 'Email address is required',
  38. emailInValid: 'Please enter a valid email address',
  39. nameEmpty: 'Name is required',
  40. passwordEmpty: 'Password is required',
  41. passwordInvalid: 'Password must contain letters and numbers, and the length must be greater than 8',
  42. },
  43. license: {
  44. tip: 'Before starting Dify Community Edition, read the GitHub',
  45. link: 'Open-source License',
  46. },
  47. join: 'Join',
  48. joinTipStart: 'Invite you join',
  49. joinTipEnd: 'team on Dify',
  50. invalid: 'The link has expired',
  51. explore: 'Explore Dify',
  52. activatedTipStart: 'You have joined the',
  53. activatedTipEnd: 'team',
  54. activated: 'Sign In Now',
  55. }
  56. export default translation