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? Go to app to register, or download app',
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',
},
};