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