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

90 lines
2.4 KiB
JSON

{
"title": "订单管理",
"description": "在这里可以查看用户订单,包括分配、查看、删除等操作。",
"table": {
"columns": {
"tradeNo": "订单号",
"type": "类型",
"plan": "订阅计划",
"period": "周期",
"amount": "支付金额",
"status": "订单状态",
"commission": "佣金金额",
"commissionStatus": "佣金状态",
"createdAt": "创建时间"
}
},
"type": {
"NEW": "新购",
"RENEWAL": "续费",
"UPGRADE": "升级",
"RESET_FLOW": "流量重置"
},
"period": {
"month_price": "月付",
"quarter_price": "季付",
"half_year_price": "半年付",
"year_price": "年付",
"two_year_price": "两年付",
"three_year_price": "三年付",
"onetime_price": "一次性",
"reset_price": "流量重置包"
},
"status": {
"PENDING": "待支付",
"PROCESSING": "开通中",
"CANCELLED": "已取消",
"COMPLETED": "已完成",
"DISCOUNTED": "已折抵",
"tooltip": "标记为[已支付]后将会由系统进行开通后并完成"
},
"commission": {
"PENDING": "待确认",
"PROCESSING": "发放中",
"VALID": "有效",
"INVALID": "无效"
},
"actions": {
"markAsPaid": "标记为已支付",
"cancel": "取消订单",
"openMenu": "打开菜单",
"reset": "重置"
},
"search": {
"placeholder": "搜索订单..."
},
"dialog": {
"title": "订单信息",
"basicInfo": "基本信息",
"amountInfo": "金额信息",
"timeInfo": "时间信息",
"addOrder": "添加订单",
"assignOrder": "订单分配",
"fields": {
"userEmail": "用户邮箱",
"orderPeriod": "订单周期",
"subscriptionPlan": "订阅计划",
"callbackNo": "回调单号",
"paymentAmount": "支付金额",
"balancePayment": "余额支付",
"discountAmount": "优惠金额",
"refundAmount": "退回金额",
"deductionAmount": "折抵金额",
"createdAt": "创建时间",
"updatedAt": "更新时间"
},
"placeholders": {
"email": "请输入用户邮箱",
"plan": "请选择订阅计划",
"period": "请选择购买时长",
"amount": "请输入需要支付的金额"
},
"actions": {
"cancel": "取消",
"confirm": "确定"
},
"messages": {
"addSuccess": "添加成功"
}
}
}