Xboard/public/assets/admin/locales/zh/subscribe.json

133 lines
4.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"plan": {
"title": "订阅套餐",
"add": "添加套餐",
"search": "搜索套餐...",
"sort": {
"edit": "编辑排序",
"save": "保存排序"
},
"columns": {
"id": "ID",
"show": "显示",
"sell": "新购",
"renew": "续费",
"renew_tooltip": "在订阅停止销售时,已购用户是否可以续费",
"name": "名称",
"stats": "统计",
"group": "权限组",
"price": "价格",
"actions": "操作",
"edit": "编辑",
"delete": "删除",
"delete_confirm": {
"title": "确认删除",
"description": "此操作将永久删除该订阅,删除后无法恢复。确定要继续吗?",
"success": "删除成功"
},
"price_period": {
"monthly": "月付",
"quarterly": "季付",
"half_yearly": "半年付",
"yearly": "年付",
"two_yearly": "两年付",
"three_yearly": "三年付",
"onetime": "流量包",
"reset_traffic": "重置包",
"unit": {
"month": "元/月",
"quarter": "元/季",
"half_year": "元/半年",
"year": "元/年",
"two_year": "元/两年",
"three_year": "元/三年",
"times": "元/次"
}
}
},
"form": {
"add_title": "添加套餐",
"edit_title": "编辑套餐",
"name": {
"label": "套餐名称",
"placeholder": "请输入套餐名称"
},
"group": {
"label": "权限组",
"placeholder": "选择权限组",
"add": "添加权限组"
},
"transfer": {
"label": "流量",
"placeholder": "请输入流量大小",
"unit": "GB"
},
"speed": {
"label": "限速",
"placeholder": "请输入限速",
"unit": "Mbps"
},
"price": {
"title": "售价设置",
"base_price": "基础月付价格",
"clear": {
"button": "清空价格",
"tooltip": "清空所有周期的价格设置"
}
},
"device": {
"label": "设备限制",
"placeholder": "留空则不限制",
"unit": "台"
},
"capacity": {
"label": "容量限制",
"placeholder": "留空则不限制",
"unit": "人"
},
"reset_method": {
"label": "流量重置方式",
"placeholder": "选择流量重置方式",
"description": "设置订阅流量的重置方式,不同的重置方式会影响用户的流量计算方式",
"options": {
"follow_system": "跟随系统设置",
"monthly_first": "每月1号",
"monthly_reset": "按月重置",
"no_reset": "不重置",
"yearly_first": "每年1月1日",
"yearly_reset": "按年重置"
}
},
"content": {
"label": "套餐描述",
"placeholder": "在这里编写套餐描述...",
"description": "支持 Markdown 格式,可以使用标题、列表、粗体、斜体等样式来美化描述内容",
"preview": "预览",
"preview_button": {
"show": "显示预览",
"hide": "隐藏预览"
},
"template": {
"button": "使用模板",
"tooltip": "点击使用预设的套餐描述模板",
"content": "## 套餐特点\n• 高速稳定的全球网络接入\n• 支持多设备同时在线\n• 无限制的流量重置\n\n## 使用说明\n1. 支持设备iOS、Android、Windows、macOS\n2. 24/7 技术支持\n3. 自动定期流量重置\n\n## 注意事项\n- 禁止滥用\n- 遵守当地法律法规\n- 支持随时更换套餐"
}
},
"force_update": {
"label": "强制更新到用户"
},
"submit": {
"submitting": "提交中...",
"submit": "提交",
"cancel": "取消",
"success": {
"add": "套餐添加成功",
"update": "套餐更新成功"
}
}
},
"page": {
"description": "在这里可以配置订阅计划,包括添加、删除、编辑等操作。"
}
}
}