login.en.ts 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "password": "Password",
  6. "name": "Name",
  7. "forget": "Forgot your password?",
  8. "signBtn": "Sign in",
  9. "installBtn": "Setting",
  10. "setAdminAccount": "Setting up an admin account",
  11. "setAdminAccountDesc": "Maximum privileges for admin account, which can be used to create applications and manage LLM providers, etc.",
  12. "createAndSignIn": "Create and sign in",
  13. "oneMoreStep": "One more step",
  14. "createSample": "Based on this information, we’ll create sample application for you",
  15. "invitationCode": "Invitation Code",
  16. "interfaceLanguage": "Interface Dify",
  17. "timezone": "Time zone",
  18. "go": "Go to Dify",
  19. "sendUsMail": "Email us your introduction, and we'll handle the invitation request.",
  20. "acceptPP": "I have read and accept the privacy policy",
  21. "reset": "Please run following command to reset your password",
  22. "withGitHub": "Continue with GitHub",
  23. "withGoogle": "Continue with Google",
  24. "rightTitle": "Unlock the full potential of LLM",
  25. "rightDesc": "Effortlessly build visually captivating, operable, and improvable AI applications.",
  26. "tos": "Terms of Service",
  27. "pp": "Privacy Policy",
  28. "tosDesc": "By signing up, you agree to our",
  29. "donthave": "Don't have?",
  30. "invalidInvitationCode": "Invalid invitation code",
  31. "accountAlreadyInited": "Account already inited",
  32. "error": {
  33. "emailEmpty": "Email address is required",
  34. "emailInValid": "Please enter a valid email address",
  35. "nameEmpty": "Name is required",
  36. "passwordEmpty": "Password is required",
  37. "passwordInvalid": "Password must contain letters and numbers, and the length must be greater than 8",
  38. }
  39. }
  40. export default translation