| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- export default {
- error: {
- ['404']: {
- title: '404',
- subtitle: 'Sorry, the page you visited does not exist',
- backHome: 'Back to Home',
- },
- ['403']: {
- title: '403',
- subtitle: 'Sorry, you are not authorized to access this page',
- backHome: 'Back to Home',
- },
- ['500']: {
- title: '500',
- subtitle: 'Sorry, the server is reporting an error',
- backHome: 'Back to Home',
- },
- },
- pricing: {
- title: 'Purchase NOMO VPN Plan',
- selecPlan: 'Select a plan that suits you',
- selectPayMethod: 'Select your payment method',
- pleaseSelectPlan: 'Please select a plan',
- pleaseSelectPayMethod: 'Please select a payment method',
- userInfo: {
- account: 'Your Account',
- planExpireTime: 'Plan Expire Time',
- },
- planTag: {
- mostPopular: 'Most Popular',
- limitedTime: 'Limited Time',
- },
- payMethod: {
- wechat: 'WeChat',
- alipay: 'Alipay',
- paypal: 'PayPal',
- applePay: 'Apple Pay',
- googlePay: 'Google Pay',
- },
- orderSummary: {
- orderTotal: 'Order Total',
- terms: 'Continue to pay, you agree to our service terms',
- goPayNow: 'Pay Now',
- },
- payFlow: {
- loginTitle: 'Please log in',
- loginPrompt:
- 'Log in to continue payment. No account? <linkText>Go to app</linkText> to register, or <downloadLink>download app</downloadLink>',
- username: 'Username',
- password: 'Password',
- loginSubmit: 'Log in',
- loginRequired: 'Please enter username and password',
- loginError: 'Login failed',
- goToPayTitle: 'Go to payment',
- goToPayDesc:
- 'Payment order has been generated for you, click the button below to go to the payment page',
- goToPayQrDesc:
- 'Your payment order has been created. Please scan the QR code below to complete payment',
- goToPayButton: 'Go to pay',
- waitingTitle: 'Waiting for payment',
- waitingDesc:
- 'Please complete payment on the payment page. This dialog will close automatically when done.',
- closeWaiting: 'Close',
- paySuccess: 'Payment successful',
- payFailed: 'Payment failed',
- },
- },
- privacyPolicy: {
- title: 'Privacy Policy',
- },
- termsOfService: {
- title: 'Terms of Service',
- },
- // 以下是 框架功能演示 页面的翻译
- featureDemo: {
- title: 'Feature Demo',
- description: 'This is an example page using Ant Design and Tailwind CSS',
- features: {
- title: 'Key Features',
- antd: 'Using Ant Design Component Library',
- tailwind: 'Using Tailwind CSS Framework',
- i18n: 'Support for Internationalization',
- },
- getStarted: 'Get Started',
- },
- };
|