education.ts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. const translation = {
  2. toVerified: 'Get Education Verified',
  3. toVerifiedTip: {
  4. front: 'You are now eligible for Education Verified status. Please enter your education information below to complete the process and receive an',
  5. coupon: 'exclusive 50% coupon',
  6. end: 'for the Dify Professional Plan.',
  7. },
  8. currentSigned: 'CURRENTLY SIGNED IN AS',
  9. form: {
  10. schoolName: {
  11. title: 'Your School Name',
  12. placeholder: 'Enter the official, unabbreviated name of your school',
  13. },
  14. schoolRole: {
  15. title: 'Your School Role',
  16. option: {
  17. student: 'Student',
  18. teacher: 'Teacher',
  19. administrator: 'School Administrator',
  20. },
  21. },
  22. terms: {
  23. title: 'Terms & Agreements',
  24. desc: {
  25. front: 'Your information and use of Education Verified status are subject to our',
  26. and: 'and',
  27. end: '. By submitting:',
  28. termsOfService: 'Terms of Service',
  29. privacyPolicy: 'Privacy Policy',
  30. },
  31. option: {
  32. age: 'I confirm I am at least 18 years old',
  33. inSchool: 'I confirm I am enrolled or employed at the institution provided. Dify may request proof of enrollment/employment. If I misrepresent my eligibility, I agree to pay any fees initially waived based on my education status.',
  34. },
  35. },
  36. },
  37. submit: 'Submit',
  38. submitError: 'Form submission failed. Please try again later.',
  39. learn: 'Learn how to get education verified',
  40. successTitle: 'You Have Got Dify Education Verified',
  41. successContent: 'We have issued a 50% discount coupon for the Dify Professional plan to your account. The coupon is valid for one year, please use it within the validity period.',
  42. rejectTitle: 'Your Dify Educational Verification Has Been Rejected',
  43. rejectContent: 'Unfortunately, you are not eligible for Education Verified status and therefore cannot receive the exclusive 50% coupon for the Dify Professional Plan if you use this email address.',
  44. emailLabel: 'Your current email',
  45. }
  46. export default translation