@@ -1,16 +1,13 @@
|
||||
{
|
||||
"ADS Config": "广告配置",
|
||||
"Announcement Management": "公告管理",
|
||||
|
||||
"Auth Control": "认证控制",
|
||||
"Balance": "余额变动",
|
||||
"Commerce": "商务",
|
||||
"Commission": "佣金记录",
|
||||
"Coupon Management": "优惠券管理",
|
||||
"Dashboard": "仪表盘",
|
||||
|
||||
"Document Management": "文档管理",
|
||||
|
||||
"Email": "邮件日志",
|
||||
"Gift": "赠送记录",
|
||||
"Login": "登录日志",
|
||||
@@ -23,7 +20,6 @@
|
||||
"Order Management": "订单管理",
|
||||
"Payment Config": "支付配置",
|
||||
"Product Management": "商品管理",
|
||||
|
||||
"Register": "注册日志",
|
||||
"Reset Subscribe": "重置订阅",
|
||||
"Server Management": "服务器管理",
|
||||
@@ -34,10 +30,10 @@
|
||||
"System": "系统",
|
||||
"System Config": "系统配置",
|
||||
"System Tool": "系统工具",
|
||||
|
||||
"Ticket Management": "工单管理",
|
||||
"Traffic Details": "流量明细",
|
||||
"User Detail": "用户详情",
|
||||
"User Management": "用户管理",
|
||||
"Users & Support": "用户与支持"
|
||||
"Users & Support": "用户与支持",
|
||||
"Version Management": "版本管理"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,10 @@
|
||||
"currencySymbolPlaceholder": "$",
|
||||
"currencyUnit": "货币单位",
|
||||
"currencyUnitDescription": "仅用于展示使用,更改后系统中所有的货币单位都将发生变更",
|
||||
"currencyUnitPlaceholder": "USD"
|
||||
"currencyUnitPlaceholder": "USD",
|
||||
"fixedRate": "固定汇率",
|
||||
"fixedRatePlaceholder": "0",
|
||||
"fixedRateDescription": "如果设置了固定汇率,将使用此值而非API获取的汇率"
|
||||
},
|
||||
"invite": {
|
||||
"title": "邀请设置",
|
||||
@@ -137,5 +140,35 @@
|
||||
"inputPlaceholder": "请输入",
|
||||
"saveSuccess": "保存成功",
|
||||
"saveFailed": "保存失败"
|
||||
},
|
||||
"version": {
|
||||
"title": "版本管理",
|
||||
"description": "管理各平台应用版本信息",
|
||||
"create": "创建",
|
||||
"edit": "编辑版本",
|
||||
"createVersion": "创建版本",
|
||||
"platform": "平台",
|
||||
"platformPlaceholder": "选择平台",
|
||||
"versionNumber": "版本号",
|
||||
"versionPlaceholder": "1.0.0",
|
||||
"minVersion": "最低版本",
|
||||
"downloadUrl": "下载链接",
|
||||
"descriptionField": "描述",
|
||||
"descriptionPlaceholder": "更新说明...",
|
||||
"forceUpdate": "强制更新",
|
||||
"default": "默认版本",
|
||||
"inReview": "审核中",
|
||||
"actions": "操作",
|
||||
"url": "下载地址",
|
||||
"force": "强制",
|
||||
"total": "共 {count} 条",
|
||||
"previous": "上一页",
|
||||
"next": "下一页",
|
||||
"page": "第 {page} 页",
|
||||
"noResults": "暂无数据",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"update": "更新",
|
||||
"confirmDelete": "确定要删除吗?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user