login.ts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. sso: 'Continue with SSO',
  13. installBtn: 'Set up',
  14. setAdminAccount: 'Setting up an admin account',
  15. setAdminAccountDesc: 'Maximum privileges for admin account, which can be used to create applications and manage LLM providers, etc.',
  16. createAndSignIn: 'Create and sign in',
  17. oneMoreStep: 'One more step',
  18. createSample: 'Based on this information, we’ll create sample application for you',
  19. invitationCode: 'Invitation Code',
  20. invitationCodePlaceholder: 'Your invitation code',
  21. interfaceLanguage: 'Interface Language',
  22. timezone: 'Time zone',
  23. go: 'Go to Dify',
  24. sendUsMail: 'Email us your introduction, and we\'ll handle the invitation request.',
  25. acceptPP: 'I have read and accept the privacy policy',
  26. reset: 'Please run following command to reset your password',
  27. withGitHub: 'Continue with GitHub',
  28. withGoogle: 'Continue with Google',
  29. rightTitle: 'Unlock the full potential of LLM',
  30. rightDesc: 'Effortlessly build visually captivating, operable, and improvable AI applications.',
  31. tos: 'Terms of Service',
  32. pp: 'Privacy Policy',
  33. tosDesc: 'By signing up, you agree to our',
  34. goToInit: 'If you have not initialized the account, please go to the initialization page',
  35. donthave: 'Don\'t have?',
  36. invalidInvitationCode: 'Invalid invitation code',
  37. accountAlreadyInited: 'Account already initialized',
  38. forgotPassword: 'Forgot your password?',
  39. resetLinkSent: 'Reset link sent',
  40. sendResetLink: 'Send reset link',
  41. backToSignIn: 'Return to sign in',
  42. forgotPasswordDesc: 'Please enter your email address to reset your password. We will send you an email with instructions on how to reset your password.',
  43. checkEmailForResetLink: 'Please check your email for a link to reset your password. If it doesn\'t appear within a few minutes, make sure to check your spam folder.',
  44. passwordChanged: 'Sign in now',
  45. changePassword: 'Change Password',
  46. changePasswordTip: 'Please enter a new password for your account',
  47. invalidToken: 'Invalid or expired token',
  48. confirmPassword: 'Confirm Password',
  49. confirmPasswordPlaceholder: 'Confirm your new password',
  50. passwordChangedTip: 'Your password has been successfully changed',
  51. error: {
  52. emailEmpty: 'Email address is required',
  53. emailInValid: 'Please enter a valid email address',
  54. nameEmpty: 'Name is required',
  55. passwordEmpty: 'Password is required',
  56. passwordLengthInValid: 'Password must be at least 8 characters',
  57. passwordInvalid: 'Password must contain letters and numbers, and the length must be greater than 8',
  58. },
  59. license: {
  60. tip: 'Before starting Dify Community Edition, read the GitHub',
  61. link: 'Open-source License',
  62. },
  63. join: 'Join',
  64. joinTipStart: 'Invite you join',
  65. joinTipEnd: 'team on Dify',
  66. invalid: 'The link has expired',
  67. explore: 'Explore Dify',
  68. activatedTipStart: 'You have joined the',
  69. activatedTipEnd: 'team',
  70. activated: 'Sign in now',
  71. adminInitPassword: 'Admin initialization password',
  72. validate: 'Validate',
  73. }
  74. export default translation