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', 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', }, }, 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', }, };