feat: 修改翻译

This commit is contained in:
2025-08-10 09:28:39 -07:00
parent c8bf1d484e
commit 130a2506ac
25 changed files with 218 additions and 141 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"billing": {
"planDuration": "Plan Duration",
"30days": "30 Days",
"365days": "365 Days",
"paymentAmount": "Payment Amount"
},
"home": {
"connect": "Connect",
"anytime": "Anytime",
"anywhere": "Anywhere",
"serviceSlogan": "Providing extremely stable, simple, and fast network services",
"getSubscription": "Get your subscription URL and start your premium private network experience",
"viewSubscriptionPlans": "View Subscription Plans"
},
"language": {
"japanese": "日本語",
"simplifiedChinese": "Simplified Chinese"
},
"offerDialog": {
"loading": "Loading...",
"loadFailed": "Failed to load, please try again",
"reload": "Reload",
"perYear": "/year",
"yearlyDiscount": "Enjoy a 20% discount on annual payment",
"subscribe": "Subscribe",
"availableNodes": "Available Nodes",
"networkStabilityIndex": "Network Stability Index:",
"selectPlan": "Select Plan",
"selectYourPlan": "Select the service plan that suits you best",
"yearlyPlan": "Yearly Plan",
"monthlyPlan": "Monthly Plan",
"noYearlyPlan": "No yearly plans available",
"noMonthlyPlan": "No monthly plans available"
}
}
+1
View File
@@ -24,6 +24,7 @@ export default getRequestConfig(async () => {
ticket: (await import(`./${locale}/ticket.json`)).default,
document: (await import(`./${locale}/document.json`)).default,
affiliate: (await import(`./${locale}/affiliate.json`)).default,
components: (await import(`./${locale}/components.json`)).default,
};
return {
+36
View File
@@ -0,0 +1,36 @@
{
"billing": {
"planDuration": "套餐时长",
"30days": "30天",
"365days": "365天",
"paymentAmount": "支付金额"
},
"home": {
"connect": "连接",
"anytime": "任何时间",
"anywhere": "任何地点",
"serviceSlogan": "提供极稳,极简,极速的网络服务",
"getSubscription": "获取订阅地址,开始顶级的私密网络体验",
"viewSubscriptionPlans": "查看订阅套餐"
},
"language": {
"japanese": "日本語",
"simplifiedChinese": "简体中文"
},
"offerDialog": {
"loading": "加载中...",
"loadFailed": "加载失败,请重试",
"reload": "重新加载",
"perYear": "/年",
"yearlyDiscount": "年付享受8折优惠",
"subscribe": "订阅",
"availableNodes": "可用节点",
"networkStabilityIndex": "网络稳定指数:",
"selectPlan": "选择套餐",
"selectYourPlan": "选择最适合您的服务套餐",
"yearlyPlan": "年付套餐",
"monthlyPlan": "月付套餐",
"noYearlyPlan": "暂无年付套餐",
"noMonthlyPlan": "暂无月付套餐"
}
}