pages.ts 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. export default {
  2. error: {
  3. ['404']: {
  4. title: '404',
  5. subtitle: 'Sorry, the page you visited does not exist',
  6. backHome: 'Back to Home',
  7. },
  8. ['403']: {
  9. title: '403',
  10. subtitle: 'Sorry, you are not authorized to access this page',
  11. backHome: 'Back to Home',
  12. },
  13. ['500']: {
  14. title: '500',
  15. subtitle: 'Sorry, the server is reporting an error',
  16. backHome: 'Back to Home',
  17. },
  18. },
  19. pricing: {
  20. title: 'Purchase NOMO VPN Plan',
  21. selecPlan: 'Select a plan that suits you',
  22. selectPayMethod: 'Select your payment method',
  23. pleaseSelectPlan: 'Please select a plan',
  24. pleaseSelectPayMethod: 'Please select a payment method',
  25. userInfo: {
  26. account: 'Your Account',
  27. planExpireTime: 'Plan Expire Time',
  28. },
  29. planTag: {
  30. mostPopular: 'Most Popular',
  31. limitedTime: 'Limited Time',
  32. },
  33. payMethod: {
  34. wechat: 'WeChat',
  35. alipay: 'Alipay',
  36. paypal: 'PayPal',
  37. applePay: 'Apple Pay',
  38. googlePay: 'Google Pay',
  39. },
  40. orderSummary: {
  41. orderTotal: 'Order Total',
  42. terms: 'Continue to pay, you agree to our service terms',
  43. goPayNow: 'Pay Now',
  44. },
  45. payFlow: {
  46. loginTitle: 'Please log in',
  47. loginPrompt:
  48. 'Log in to continue payment. No account? <linkText>Go to app</linkText> to register, or <downloadLink>download app</downloadLink>',
  49. username: 'Username',
  50. password: 'Password',
  51. loginSubmit: 'Log in',
  52. loginRequired: 'Please enter username and password',
  53. loginError: 'Login failed',
  54. goToPayTitle: 'Go to payment',
  55. goToPayDesc:
  56. 'Payment order has been generated for you, click the button below to go to the payment page',
  57. goToPayQrDesc:
  58. 'Your payment order has been created. Please scan the QR code below to complete payment',
  59. goToPayButton: 'Go to pay',
  60. waitingTitle: 'Waiting for payment',
  61. waitingDesc:
  62. 'Please complete payment on the payment page. This dialog will close automatically when done.',
  63. closeWaiting: 'Close',
  64. paySuccess: 'Payment successful',
  65. payFailed: 'Payment failed',
  66. },
  67. },
  68. privacyPolicy: {
  69. title: 'Privacy Policy',
  70. },
  71. termsOfService: {
  72. title: 'Terms of Service',
  73. },
  74. // 以下是 框架功能演示 页面的翻译
  75. featureDemo: {
  76. title: 'Feature Demo',
  77. description: 'This is an example page using Ant Design and Tailwind CSS',
  78. features: {
  79. title: 'Key Features',
  80. antd: 'Using Ant Design Component Library',
  81. tailwind: 'Using Tailwind CSS Framework',
  82. i18n: 'Support for Internationalization',
  83. },
  84. getStarted: 'Get Started',
  85. },
  86. };