Browse Source

解决冲突

main
yyd 1 month ago
parent
commit
19ad89f07d
  1. 227
      src/languages/zh.js

227
src/languages/zh.js

@ -170,6 +170,233 @@ export default {
},
},
business: {
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: "平板设备"
}
},
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: '用户名称',

Loading…
Cancel
Save