You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

education.ts 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 100% 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 100% 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 100% coupon for the Dify Professional Plan if you use this email address.',
  44. emailLabel: 'Your current email',
  45. notice: {
  46. dateFormat: 'MM/DD/YYYY',
  47. expired: {
  48. title: 'Your education status has expired',
  49. summary: {
  50. line1: 'You can still access and use Dify. ',
  51. line2: 'However, you\'re no longer eligible for new education discount coupons.',
  52. },
  53. },
  54. isAboutToExpire: {
  55. title: 'Your education status will expire on {{date}}',
  56. summary: 'Don\'t worry — this won\'t affect your current subscription, but you won\'t get the education discount when it renews unless you verify your status again.',
  57. },
  58. stillInEducation: {
  59. title: 'Still in education?',
  60. expired: 'Re-verify now to get a new coupon for the upcoming academic year. We\'ll add it to your account and you can use it for the next upgrade.',
  61. isAboutToExpire: 'Re-verify now to get a new coupon for the upcoming academic year. It\'ll be saved to your account and ready to use at your next renewal.',
  62. },
  63. alreadyGraduated: {
  64. title: 'Already graduated?',
  65. expired: 'Feel free to upgrade anytime to get full access to paid features.',
  66. isAboutToExpire: 'Your current subscription will still remain active. When it ends, you\'ll be moved to the Sandbox plan, or you can upgrade anytime to restore full access to paid features.',
  67. },
  68. action: {
  69. dismiss: 'Dismiss',
  70. upgrade: 'Upgrade',
  71. reVerify: 'Re-verify',
  72. },
  73. },
  74. }
  75. export default translation