|
|
@ -180,6 +180,402 @@ export default { |
|
|
|
systemMonitor: {} |
|
|
|
}, |
|
|
|
business: { |
|
|
|
financial: { |
|
|
|
financialRecord: { |
|
|
|
orderIdLabel : '订单ID', |
|
|
|
amountLabel: '金额', |
|
|
|
currencyLabel: '货币单位', |
|
|
|
descriptionLabel: '描述信息', |
|
|
|
inputAmount: '请输入金额', |
|
|
|
inputContent : '请输入描述信息', |
|
|
|
inputUserId: '请输入用户ID', |
|
|
|
inputOrderId: '请输入相关订单ID', |
|
|
|
inputCurrency: '请输入货币单位', |
|
|
|
selectTransactionDate: '请选择交易日期', |
|
|
|
selectTransactionDateRange: '请选择交易日期范围', |
|
|
|
inputDescription: '请输入描述信息', |
|
|
|
userIdLabel: '用户ID', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置', |
|
|
|
add: '新增', |
|
|
|
edit: '编辑', |
|
|
|
delete: '删除', |
|
|
|
export: '导出', |
|
|
|
id: '主键', |
|
|
|
userId: '用户ID', |
|
|
|
orderId: '相关订单ID', |
|
|
|
transactionType: '交易类型', |
|
|
|
amount: '金额', |
|
|
|
currency: '货币单位', |
|
|
|
description: '描述信息', |
|
|
|
transactionDate: '交易日期', |
|
|
|
status: '状态', |
|
|
|
operation: '操作', |
|
|
|
detail: '详情', |
|
|
|
addTitle: '添加财务记录', |
|
|
|
detailTitle: '财务记录详情', |
|
|
|
editTitle: '修改财务记录', |
|
|
|
confirm: '确定', |
|
|
|
cancel: '取消', |
|
|
|
idRequired: '主键不能为空', |
|
|
|
userIdRequired: '用户ID不能为空', |
|
|
|
orderIdRequired: '相关订单ID不能为空', |
|
|
|
transactionTypeRequired: '交易类型不能为空', |
|
|
|
amountRequired: '金额不能为空', |
|
|
|
currencyRequired: '货币单位不能为空', |
|
|
|
descriptionRequired: '描述信息不能为空', |
|
|
|
transactionDateRequired: '交易日期不能为空', |
|
|
|
statusRequired: '状态不能为空', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
addSuccess: '新增成功' |
|
|
|
}, |
|
|
|
transactionFlow: { |
|
|
|
recordPayCallback: { |
|
|
|
userId: '用户编号', |
|
|
|
inputUserId: '请输入用户编号', |
|
|
|
orderNumber: '订单编号', |
|
|
|
inputOrderId: '请输入订单编号', |
|
|
|
platformName: '支付平台', |
|
|
|
inputPlatformName: '请输入支付平台', |
|
|
|
processingStatus: '处理状态', |
|
|
|
selectProcessingStatus: '请选择处理状态', |
|
|
|
transactionStatus: '交易状态', |
|
|
|
selectTransactionStatus: '请选择交易状态', |
|
|
|
channelNumber: '渠道编号', |
|
|
|
inputPaymentChannelNo: '请输入渠道编号', |
|
|
|
receiptTime: '回执时间', |
|
|
|
selectReceiptTime: '请选择回执时间', |
|
|
|
receiptNumber: '回执编号', |
|
|
|
ipAddress: 'IP地址', |
|
|
|
transactionAmount: '交易金额', |
|
|
|
receiptContent: '回执内容', |
|
|
|
verificationStatus: '校验状态', |
|
|
|
verificationFailureReason: '校验失败原因', |
|
|
|
detailDialogTitle: '支付回执详情对话框', |
|
|
|
inputIpAddress: '请输入IP地址', |
|
|
|
inputTransactionAmount: '请输入交易金额', |
|
|
|
inputContent: '请输入内容', |
|
|
|
processingStatus1: '成功处理的回调', |
|
|
|
processingStatus0: '处理中的回调', |
|
|
|
processingStatus2: '处理失败的回调', |
|
|
|
transactionStatus1: '支付成功', |
|
|
|
transactionStatus2: '支付处理中', |
|
|
|
transactionStatus3: '支付失败', |
|
|
|
transactionStatus4: '退款成功', |
|
|
|
userIdRequired: '用户编号不能为空', |
|
|
|
userIdNumeric: '用户编号必须为数字', |
|
|
|
orderIdRequired: '订单编号不能为空', |
|
|
|
orderIdNumeric: '订单编号必须为数字', |
|
|
|
amountRequired: '交易金额不能为空', |
|
|
|
amountNumeric: '交易金额必须为数字', |
|
|
|
channelNoRequired: '渠道编号不能为空', |
|
|
|
channelNoNumeric: '渠道编号必须为数字', |
|
|
|
successCallback: '成功回调', |
|
|
|
processingCallback: '处理中回调', |
|
|
|
failedCallback: '失败回调', |
|
|
|
addTitle: '添加支付回执', |
|
|
|
}, |
|
|
|
recordTransaction: { |
|
|
|
senderId: '用户ID', |
|
|
|
inputSenderId: '请输入用户ID', |
|
|
|
senderAccount: '账户编号', |
|
|
|
inputSenderAccount: '请输入账户编号', |
|
|
|
billCode: '账单编码', |
|
|
|
inputBillCode: '请输入账单编码', |
|
|
|
receiverId: '目标用户ID', |
|
|
|
inputReceiverId: '请输入目标用户ID', |
|
|
|
receiverAccount: '目标用户账户编号', |
|
|
|
inputReceiverAccount: '请输入目标用户账户编号', |
|
|
|
previousBalance: '交易前金额', |
|
|
|
inputPreviousBalance: '请输入交易前金额', |
|
|
|
changeBalance: '动账金额', |
|
|
|
inputChangeBalance: '请输入动账金额', |
|
|
|
currentBalance: '当前金额', |
|
|
|
inputCurrentBalance: '请输入当前金额', |
|
|
|
remark: '备注', |
|
|
|
inputRemark: '请输入备注', |
|
|
|
id: 'ID', |
|
|
|
type: '类型', |
|
|
|
status: '状态', |
|
|
|
addTitle: '添加交易动账记录', |
|
|
|
editTitle: '修改交易动账记录', |
|
|
|
detailTitle: '交易动账记录详情', |
|
|
|
senderIdRequired: '用户ID不能为空', |
|
|
|
senderIdNumber: '请输入数字', |
|
|
|
senderAccountRequired: '账户编号不能为空', |
|
|
|
billCodeRequired: '账单编码不能为空', |
|
|
|
receiverIdRequired: '目标用户ID不能为空', |
|
|
|
receiverAccountRequired: '目标用户账户编号不能为空' |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
behavior: { |
|
|
|
behaviorModelInfo: { |
|
|
|
name: '模型名称', |
|
|
|
placeholder: { |
|
|
|
name: '请输入模型名称', |
|
|
|
description: '请输入模型描述' |
|
|
|
}, |
|
|
|
description: '模型描述', |
|
|
|
type: '模型类型', |
|
|
|
status: '当前状态', |
|
|
|
operation: '操作', |
|
|
|
addDialogTitle: '新增模型管理信息', |
|
|
|
editDialogTitle: '修改模型管理信息', |
|
|
|
nameLabel: '模型名称:', |
|
|
|
descriptionLabel: '模型描述:', |
|
|
|
title: '模型管理信息', |
|
|
|
idRequired: 'ID不能为空', |
|
|
|
nameRequired: '模型名称不能为空', |
|
|
|
descriptionRequired: '模型描述不能为空', |
|
|
|
typeRequired: '模型类型不能为空', |
|
|
|
statusRequired: '状态不能为空' |
|
|
|
}, |
|
|
|
rule: { |
|
|
|
userBehaviorRuleAction: { |
|
|
|
riskRuleId: '风险识别ID', |
|
|
|
riskRuleIdPlaceholder: '请输入风险识别ID', |
|
|
|
actionType: '行动类型', |
|
|
|
actionTypePlaceholder: '请选择行动类型', |
|
|
|
description: '行动描述', |
|
|
|
descriptionPlaceholder: '请输入行动描述', |
|
|
|
addTitle: '新增处置规则', |
|
|
|
updateTitle: '修改处置规则', |
|
|
|
detailTitle: '处置规则详情', |
|
|
|
riskRuleIdRequired: '风险识别ID不能为空', |
|
|
|
actionTypeRequired: '行动类型不能为空', |
|
|
|
riskIdMustNumber: '风险ID必须为数字', |
|
|
|
fromId: '来源ID', |
|
|
|
notifyUser:'通知用户', |
|
|
|
pauseAndContact:'暂停并联系', |
|
|
|
enhanceAuth:'增强认证', |
|
|
|
}, |
|
|
|
userBehaviorRuleRisk: { |
|
|
|
ruleName: '规则名称', |
|
|
|
priority: '规则优先级', |
|
|
|
description: '规则描述', |
|
|
|
isEnabled: '是否启用', |
|
|
|
enabledYes: '是', |
|
|
|
enabledNo: '否', |
|
|
|
operation: '操作', |
|
|
|
ruleNamePlaceholder: '请输入规则名称', |
|
|
|
priorityPlaceholder: '请输入规则优先级', |
|
|
|
descriptionPlaceholder: '请输入规则描述', |
|
|
|
isEnabledPlaceholder: '请选择是否启用', |
|
|
|
idRequired: '不能为空', |
|
|
|
ruleNameRequired: '规则名称不能为空', |
|
|
|
triggerConditionRequired: '触发条件不能为空', |
|
|
|
priorityRequired: '规则优先级不能为空', |
|
|
|
descriptionRequired: '规则描述不能为空', |
|
|
|
isEnabledRequired: '是否启用不能为空', |
|
|
|
statusRequired: '规则状态不能为空', |
|
|
|
addTitle: '添加风险识别规则', |
|
|
|
updateTitle: '修改风险识别规则', |
|
|
|
detailTitle: '风险识别规则详情', |
|
|
|
triggerCondition: '触发条件', |
|
|
|
ruleNameLabel: '规则名称', |
|
|
|
priorityLabel: '规则优先级', |
|
|
|
descriptionLabel : '规则描述', |
|
|
|
isEnabledLabel: '是否启用', |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
userBehaviorStats: { |
|
|
|
statDateLabel: '统计日期', |
|
|
|
dimensionValueLabel: '维度值', |
|
|
|
totalLabel: '总数', |
|
|
|
avgDurationLabel: '平均持续时间', |
|
|
|
behaviorTypeLabel: '行为类型', |
|
|
|
extraDataLabel: '额外数据', |
|
|
|
statDatePlaceholder: '请选择统计日期', |
|
|
|
dimensionValuePlaceholder: '请输入维度值', |
|
|
|
totalPlaceholder: '请输入总数', |
|
|
|
avgDurationPlaceholder: '请输入平均持续时间', |
|
|
|
behaviorTypePlaceholder: '请选择行为类型', |
|
|
|
idLabel: 'ID', |
|
|
|
operationLabel: '操作', |
|
|
|
addTitle: '新增用户行为统计聚合', |
|
|
|
editTitle: '修改用户行为统计聚合', |
|
|
|
detailTitle: '用户行为统计聚合详情', |
|
|
|
dimensionTypeLabel : "维度类型", |
|
|
|
realNameAuth : "实名认证", |
|
|
|
visitPage : "访问页面", |
|
|
|
clickOperation : "点击操作", |
|
|
|
logout : "退出登录", |
|
|
|
payment : "支付", |
|
|
|
login : "登录" |
|
|
|
}, |
|
|
|
userBehaviorLog: { |
|
|
|
idLabel: "ID", |
|
|
|
userNameLabel: "用户名称", |
|
|
|
uaLabel: "用户代理", |
|
|
|
behaviorLog: "用户行为日志", |
|
|
|
userIdLabel: "用户ID", |
|
|
|
userIdPlaceholder: "请输入用户ID", |
|
|
|
ipLabel: "IP地址", |
|
|
|
ipPlaceholder: "请输入IP地址", |
|
|
|
behaviorTypeLabel: "行为类型", |
|
|
|
behaviorTypePlaceholder: "请选择行为类型", |
|
|
|
deviceTypeLabel: "设备类型", |
|
|
|
deviceTypePlaceholder: "请选择设备类型", |
|
|
|
platformLabel: "平台类型", |
|
|
|
platformPlaceholder: "请选择平台类型", |
|
|
|
operationLabel: "操作", |
|
|
|
addTitle: "新增用户行为日志", |
|
|
|
editTitle: "编辑用户行为日志", |
|
|
|
detailUserIdLabel: "用户ID", |
|
|
|
detailUserNameLabel: "用户名称", |
|
|
|
detailIpLabel: "IP地址", |
|
|
|
detailUaLabel: "用户代理", |
|
|
|
detailBehaviorTypeLabel: "行为类型", |
|
|
|
detailDeviceTypeLabel: "设备类型", |
|
|
|
detailPlatformLabel: "平台类型", |
|
|
|
userIdRequired: "用户ID不能为空", |
|
|
|
userIdMustNumber: "用户ID必须为数字", |
|
|
|
loginLabel: "登录", |
|
|
|
paymentLabel: "支付", |
|
|
|
realNameAuthLabel: "实名认证", |
|
|
|
clickOperationLabel: "点击操作", |
|
|
|
visitPageLabel: "访问页面", |
|
|
|
logoutLabel: "退出登录", |
|
|
|
mobileDeviceLabel: "移动设备", |
|
|
|
tabletDeviceLabel: "平板设备" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
customerSupport: { |
|
|
|
faq: { |
|
|
|
questionDesc: "问题描述", |
|
|
|
enterQuestionDesc: "请输入问题描述", |
|
|
|
answerContent: "回答内容", |
|
|
|
enterAnswerContent: "请输入回答内容", |
|
|
|
category: "分类", |
|
|
|
selectCategory: "请选择分类", |
|
|
|
status: "状态", |
|
|
|
selectStatus: "请选择状态", |
|
|
|
search: "搜索", |
|
|
|
reset: "重置", |
|
|
|
add: "新增", |
|
|
|
edit: "编辑", |
|
|
|
delete: "删除", |
|
|
|
export: "导出", |
|
|
|
id: "ID", |
|
|
|
detail: "详情", |
|
|
|
addTitle: "新增常见问题及答案", |
|
|
|
editTitle: "修改常见问题及答案", |
|
|
|
detailTitle: "常见问题及答案详情", |
|
|
|
confirm: "确认", |
|
|
|
cancel: "取消", |
|
|
|
close: "关闭", |
|
|
|
categoryPayment: "支付问题", |
|
|
|
categoryAccount: "账户问题", |
|
|
|
categoryTrade: "交易问题", |
|
|
|
categoryTechOrPoints: "技术或积分问题", |
|
|
|
invalid: "无效", |
|
|
|
valid: "有效", |
|
|
|
questionRequired: "问题描述不能为空", |
|
|
|
answerRequired: "回答内容不能为空", |
|
|
|
categoryRequired: "分类不能为空", |
|
|
|
statusRequired: "状态不能为空", |
|
|
|
updateSuccess: "修改成功", |
|
|
|
addSuccess: "新增成功", |
|
|
|
deleteConfirm: "确认删除吗?", |
|
|
|
deleteSuccess: "删除成功" |
|
|
|
}, |
|
|
|
customerServiceChat: { |
|
|
|
id: "ID", |
|
|
|
senderType: "发送方类型", |
|
|
|
operation: "操作", |
|
|
|
sessionId: "会话ID", |
|
|
|
sessionIdPlaceholder: "请输入会话ID", |
|
|
|
userId: "用户ID", |
|
|
|
userIdPlaceholder: "请输入用户ID", |
|
|
|
message: "消息内容", |
|
|
|
messagePlaceholder: "请输入消息内容", |
|
|
|
timestamp: "时间戳", |
|
|
|
timestampPlaceholder: "请选择时间", |
|
|
|
isRead: "是否已读", |
|
|
|
isReadPlaceholder: "请选择是否已读", |
|
|
|
isReadYes: "已读", |
|
|
|
isReadNo: "未读", |
|
|
|
search: "搜索", |
|
|
|
reset: "重置", |
|
|
|
addTitle: "新增客服与用户的聊天记录", |
|
|
|
detailTitle: "查看客服与用户的聊天记录详情", |
|
|
|
updateTitle: "修改客服与用户的聊天记录", |
|
|
|
sessionIdLabel: "会话ID", |
|
|
|
userIdLabel: "用户ID", |
|
|
|
messageLabel: "消息内容", |
|
|
|
timestampLabel: "时间戳", |
|
|
|
isReadLabel: "是否已读", |
|
|
|
required: "必填项", |
|
|
|
sessionIdRequired: "会话ID不能为空", |
|
|
|
userIdRequired: "用户ID不能为空", |
|
|
|
messageRequired: "消息内容不能为空", |
|
|
|
senderTypeRequired: "发送方类型不能为空", |
|
|
|
timestampRequired: "时间戳不能为空", |
|
|
|
isReadRequired: "是否已读不能为空", |
|
|
|
updateSuccess: "修改成功", |
|
|
|
addSuccess: "新增成功", |
|
|
|
deleteConfirmPrefix: "确认删除ID为", |
|
|
|
deleteConfirmSuffix: "的记录吗?", |
|
|
|
deleteSuccess: "删除成功" |
|
|
|
}, |
|
|
|
|
|
|
|
commonFeedback: { |
|
|
|
confirmButton: '确定', |
|
|
|
cancelButton: '取消', |
|
|
|
successTitle: '操作成功', |
|
|
|
errorTitle: '操作失败', |
|
|
|
|
|
|
|
userIdLabel: '反馈人', |
|
|
|
contentLabel: '反馈内容', |
|
|
|
starLabel: '星级', |
|
|
|
isGoodLabel: '是否正向', |
|
|
|
startDate: '开始日期', |
|
|
|
endDate: '结束日期', |
|
|
|
rangeSeparator: '至', |
|
|
|
userIdPlaceholder: '请输入反馈人', |
|
|
|
starPlaceholder: '请输入星级', |
|
|
|
// 其他占位符
|
|
|
|
isGoodPlaceholder: '请选择是否正向', |
|
|
|
|
|
|
|
status: '状态', |
|
|
|
// 表单标签
|
|
|
|
userId: '反馈人', |
|
|
|
content: '反馈内容', |
|
|
|
star: '星级', |
|
|
|
isGood: '是否正向', |
|
|
|
|
|
|
|
// 弹窗标题
|
|
|
|
addTitle: '添加反馈信息', |
|
|
|
editTitle: '修改反馈信息', |
|
|
|
detailTitle: '反馈信息', |
|
|
|
|
|
|
|
// 表格列
|
|
|
|
operationColumn: '操作', |
|
|
|
uniqueId: '唯一ID', |
|
|
|
createTime: '创建时间', |
|
|
|
statusNormal: '正常', |
|
|
|
statusBanned: '封禁', |
|
|
|
|
|
|
|
// 验证提示
|
|
|
|
userIdRequired: '反馈人不能为空', |
|
|
|
contentRequired: '反馈内容不能为空', |
|
|
|
|
|
|
|
// 操作提示
|
|
|
|
deleteConfirm: '确认删除选中的{ids}项吗?', |
|
|
|
deleteSuccess: '删除成功', |
|
|
|
addSuccess: '新增成功', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
|
|
|
|
// 按钮操作
|
|
|
|
addOperation: '新增按钮操作', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置' |
|
|
|
} |
|
|
|
}, |
|
|
|
common: { |
|
|
|
AccountID: '账号ID', |
|
|
|
UserName: '用户名称', |
|
|
@ -678,99 +1074,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
behavior: { |
|
|
|
rule: { |
|
|
|
userBehaviorRuleRisk: { |
|
|
|
ruleName: '规则名称', |
|
|
|
priority: '规则优先级', |
|
|
|
description: '规则描述', |
|
|
|
isEnabled: '是否启用', |
|
|
|
enabledYes: '是', |
|
|
|
enabledNo: '否', |
|
|
|
operation: '操作', |
|
|
|
ruleNamePlaceholder: '请输入规则名称', |
|
|
|
priorityPlaceholder: '请输入规则优先级', |
|
|
|
descriptionPlaceholder: '请输入规则描述', |
|
|
|
isEnabledPlaceholder: '请选择是否启用', |
|
|
|
idRequired: '不能为空', |
|
|
|
ruleNameRequired: '规则名称不能为空', |
|
|
|
triggerConditionRequired: '触发条件不能为空', |
|
|
|
priorityRequired: '规则优先级不能为空', |
|
|
|
descriptionRequired: '规则描述不能为空', |
|
|
|
isEnabledRequired: '是否启用不能为空', |
|
|
|
statusRequired: '规则状态不能为空', |
|
|
|
addTitle: '添加风险识别规则', |
|
|
|
updateTitle: '修改风险识别规则', |
|
|
|
detailTitle: '风险识别规则详情', |
|
|
|
triggerCondition: '触发条件', |
|
|
|
ruleNameLabel: '规则名称', |
|
|
|
priorityLabel: '规则优先级', |
|
|
|
descriptionLabel: '规则描述', |
|
|
|
isEnabledLabel: '是否启用' |
|
|
|
} |
|
|
|
}, |
|
|
|
userBehaviorStats: { |
|
|
|
statDateLabel: '统计日期', |
|
|
|
dimensionValueLabel: '维度值', |
|
|
|
totalLabel: '总数', |
|
|
|
avgDurationLabel: '平均持续时间', |
|
|
|
behaviorTypeLabel: '行为类型', |
|
|
|
extraDataLabel: '额外数据', |
|
|
|
statDatePlaceholder: '请选择统计日期', |
|
|
|
dimensionValuePlaceholder: '请输入维度值', |
|
|
|
totalPlaceholder: '请输入总数', |
|
|
|
avgDurationPlaceholder: '请输入平均持续时间', |
|
|
|
behaviorTypePlaceholder: '请选择行为类型', |
|
|
|
idLabel: 'ID', |
|
|
|
operationLabel: '操作', |
|
|
|
addTitle: '新增用户行为统计聚合', |
|
|
|
editTitle: '修改用户行为统计聚合', |
|
|
|
detailTitle: '用户行为统计聚合详情', |
|
|
|
dimensionTypeLabel: '维度类型', |
|
|
|
realNameAuth: '实名认证', |
|
|
|
visitPage: '访问页面', |
|
|
|
clickOperation: '点击操作', |
|
|
|
logout: '退出登录', |
|
|
|
payment: '支付', |
|
|
|
login: '登录' |
|
|
|
}, |
|
|
|
userBehaviorLog: { |
|
|
|
idLabel: 'ID', |
|
|
|
userNameLabel: '用户名称', |
|
|
|
uaLabel: '用户代理', |
|
|
|
behaviorLog: '用户行为日志', |
|
|
|
userIdLabel: '用户ID', |
|
|
|
userIdPlaceholder: '请输入用户ID', |
|
|
|
ipLabel: 'IP地址', |
|
|
|
ipPlaceholder: '请输入IP地址', |
|
|
|
behaviorTypeLabel: '行为类型', |
|
|
|
behaviorTypePlaceholder: '请选择行为类型', |
|
|
|
deviceTypeLabel: '设备类型', |
|
|
|
deviceTypePlaceholder: '请选择设备类型', |
|
|
|
platformLabel: '平台类型', |
|
|
|
platformPlaceholder: '请选择平台类型', |
|
|
|
operationLabel: '操作', |
|
|
|
addTitle: '新增用户行为日志', |
|
|
|
editTitle: '编辑用户行为日志', |
|
|
|
detailUserIdLabel: '用户ID', |
|
|
|
detailUserNameLabel: '用户名称', |
|
|
|
detailIpLabel: 'IP地址', |
|
|
|
detailUaLabel: '用户代理', |
|
|
|
detailBehaviorTypeLabel: '行为类型', |
|
|
|
detailDeviceTypeLabel: '设备类型', |
|
|
|
detailPlatformLabel: '平台类型', |
|
|
|
userIdRequired: '用户ID不能为空', |
|
|
|
userIdMustNumber: '用户ID必须为数字', |
|
|
|
loginLabel: '登录', |
|
|
|
paymentLabel: '支付', |
|
|
|
realNameAuthLabel: '实名认证', |
|
|
|
clickOperationLabel: '点击操作', |
|
|
|
visitPageLabel: '访问页面', |
|
|
|
logoutLabel: '退出登录', |
|
|
|
mobileDeviceLabel: '移动设备', |
|
|
|
tabletDeviceLabel: '平板设备' |
|
|
|
} |
|
|
|
}, |
|
|
|
order: { |
|
|
|
dealPayment: { |
|
|
|
id: '付款订单ID', |
|
|
@ -980,61 +1283,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
financial: { |
|
|
|
financialRecord: { |
|
|
|
orderIdLabel : '订单ID', |
|
|
|
amountLabel: '金额', |
|
|
|
currencyLabel: '货币单位', |
|
|
|
descriptionLabel: '描述信息', |
|
|
|
inputAmount: '请输入金额', |
|
|
|
inputContent : '请输入描述信息', |
|
|
|
inputUserId: '请输入用户ID', |
|
|
|
inputOrderId: '请输入相关订单ID', |
|
|
|
inputCurrency: '请输入货币单位', |
|
|
|
selectTransactionDate: '请选择交易日期', |
|
|
|
selectTransactionDateRange: '请选择交易日期范围', |
|
|
|
inputDescription: '请输入描述信息', |
|
|
|
userIdLabel: '用户ID', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置', |
|
|
|
add: '新增', |
|
|
|
edit: '编辑', |
|
|
|
delete: '删除', |
|
|
|
export: '导出', |
|
|
|
id: '主键', |
|
|
|
userId: '用户ID', |
|
|
|
orderId: '相关订单ID', |
|
|
|
transactionType: '交易类型', |
|
|
|
amount: '金额', |
|
|
|
currency: '货币单位', |
|
|
|
description: '描述信息', |
|
|
|
transactionDate: '交易日期', |
|
|
|
status: '状态', |
|
|
|
operation: '操作', |
|
|
|
detail: '详情', |
|
|
|
addTitle: '添加财务记录', |
|
|
|
detailTitle: '财务记录详情', |
|
|
|
editTitle: '修改财务记录', |
|
|
|
confirm: '确定', |
|
|
|
cancel: '取消', |
|
|
|
idRequired: '主键不能为空', |
|
|
|
userIdRequired: '用户ID不能为空', |
|
|
|
orderIdRequired: '相关订单ID不能为空', |
|
|
|
transactionTypeRequired: '交易类型不能为空', |
|
|
|
amountRequired: '金额不能为空', |
|
|
|
currencyRequired: '货币单位不能为空', |
|
|
|
descriptionRequired: '描述信息不能为空', |
|
|
|
transactionDateRequired: '交易日期不能为空', |
|
|
|
statusRequired: '状态不能为空', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
addSuccess: '新增成功' |
|
|
|
}, |
|
|
|
transactionFlow: { |
|
|
|
recordTransaction: {}, |
|
|
|
recordPayCallback: {}, |
|
|
|
}, |
|
|
|
financialRecord: {} |
|
|
|
}, |
|
|
|
deal: { |
|
|
|
channelConfig: { |
|
|
|
tradingChannel: { |
|
|
@ -1310,123 +1558,6 @@ export default { |
|
|
|
receipt: '收款', |
|
|
|
withdrawal: '提现', |
|
|
|
}, |
|
|
|
}, |
|
|
|
customerSupport: { |
|
|
|
faq: { |
|
|
|
questionDesc: '问题描述', |
|
|
|
enterQuestionDesc: '请输入问题描述', |
|
|
|
answerContent: '回答内容', |
|
|
|
enterAnswerContent: '请输入回答内容', |
|
|
|
category: '分类', |
|
|
|
selectCategory: '请选择分类', |
|
|
|
status: '状态', |
|
|
|
selectStatus: '请选择状态', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置', |
|
|
|
add: '新增', |
|
|
|
edit: '编辑', |
|
|
|
delete: '删除', |
|
|
|
export: '导出', |
|
|
|
id: 'ID', |
|
|
|
detail: '详情', |
|
|
|
addTitle: '新增常见问题及答案', |
|
|
|
editTitle: '修改常见问题及答案', |
|
|
|
detailTitle: '常见问题及答案详情', |
|
|
|
confirm: '确认', |
|
|
|
cancel: '取消', |
|
|
|
close: '关闭', |
|
|
|
categoryPayment: '支付问题', |
|
|
|
categoryAccount: '账户问题', |
|
|
|
categoryTrade: '交易问题', |
|
|
|
categoryTechOrPoints: '技术或积分问题', |
|
|
|
invalid: '无效', |
|
|
|
valid: '有效', |
|
|
|
questionRequired: '问题描述不能为空', |
|
|
|
answerRequired: '回答内容不能为空', |
|
|
|
categoryRequired: '分类不能为空', |
|
|
|
statusRequired: '状态不能为空', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
addSuccess: '新增成功', |
|
|
|
deleteConfirm: '确认删除吗?', |
|
|
|
deleteSuccess: '删除成功' |
|
|
|
}, |
|
|
|
customerServiceChat: { |
|
|
|
id: 'ID', |
|
|
|
senderType: '发送方类型', |
|
|
|
operation: '操作', |
|
|
|
sessionId: '会话ID', |
|
|
|
sessionIdPlaceholder: '请输入会话ID', |
|
|
|
userId: '用户ID', |
|
|
|
userIdPlaceholder: '请输入用户ID', |
|
|
|
message: '消息内容', |
|
|
|
messagePlaceholder: '请输入消息内容', |
|
|
|
timestamp: '时间戳', |
|
|
|
timestampPlaceholder: '请选择时间', |
|
|
|
isRead: '是否已读', |
|
|
|
isReadPlaceholder: '请选择是否已读', |
|
|
|
isReadYes: '已读', |
|
|
|
isReadNo: '未读', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置', |
|
|
|
addTitle: '新增客服与用户的聊天记录', |
|
|
|
detailTitle: '查看客服与用户的聊天记录详情', |
|
|
|
updateTitle: '修改客服与用户的聊天记录', |
|
|
|
sessionIdLabel: '会话ID', |
|
|
|
userIdLabel: '用户ID', |
|
|
|
messageLabel: '消息内容', |
|
|
|
timestampLabel: '时间戳', |
|
|
|
isReadLabel: '是否已读', |
|
|
|
required: '必填项', |
|
|
|
sessionIdRequired: '会话ID不能为空', |
|
|
|
userIdRequired: '用户ID不能为空', |
|
|
|
messageRequired: '消息内容不能为空', |
|
|
|
senderTypeRequired: '发送方类型不能为空', |
|
|
|
timestampRequired: '时间戳不能为空', |
|
|
|
isReadRequired: '是否已读不能为空', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
addSuccess: '新增成功', |
|
|
|
deleteConfirmPrefix: '确认删除ID为', |
|
|
|
deleteConfirmSuffix: '的记录吗?', |
|
|
|
deleteSuccess: '删除成功' |
|
|
|
}, |
|
|
|
commonFeedback: { |
|
|
|
confirmButton: '确定', |
|
|
|
cancelButton: '取消', |
|
|
|
successTitle: '操作成功', |
|
|
|
errorTitle: '操作失败', |
|
|
|
userIdLabel: '反馈人', |
|
|
|
contentLabel: '反馈内容', |
|
|
|
starLabel: '星级', |
|
|
|
isGoodLabel: '是否正向', |
|
|
|
startDate: '开始日期', |
|
|
|
endDate: '结束日期', |
|
|
|
rangeSeparator: '至', |
|
|
|
userIdPlaceholder: '请输入反馈人', |
|
|
|
starPlaceholder: '请输入星级', |
|
|
|
isGoodPlaceholder: '请选择是否正向', |
|
|
|
status: '状态', |
|
|
|
userId: '反馈人', |
|
|
|
content: '反馈内容', |
|
|
|
star: '星级', |
|
|
|
isGood: '是否正向', |
|
|
|
addTitle: '添加反馈信息', |
|
|
|
editTitle: '修改反馈信息', |
|
|
|
detailTitle: '反馈信息', |
|
|
|
operationColumn: '操作', |
|
|
|
uniqueId: '唯一ID', |
|
|
|
createTime: '创建时间', |
|
|
|
statusNormal: '正常', |
|
|
|
statusBanned: '封禁', |
|
|
|
userIdRequired: '反馈人不能为空', |
|
|
|
contentRequired: '反馈内容不能为空', |
|
|
|
deleteConfirm: '确认删除选中的项吗?', |
|
|
|
deleteSuccess: '删除成功', |
|
|
|
addSuccess: '新增成功', |
|
|
|
updateSuccess: '修改成功', |
|
|
|
addOperation: '新增按钮操作', |
|
|
|
search: '搜索', |
|
|
|
reset: '重置' |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|