删减文件

This commit is contained in:
linxd
2025-06-24 10:32:29 +08:00
parent ca3d1b251b
commit f24a87a15c
51 changed files with 156 additions and 7926 deletions

View File

@ -1,52 +0,0 @@
export default {
// 关于我们管理页面
'aboutManage.title': '关于我们管理',
'aboutManage.save': '保存',
'aboutManage.saveSuccess': '保存成功',
'aboutManage.saveFailed': '保存失败',
'aboutManage.fetchFailed': '获取数据失败',
// 表单标签
'aboutManage.form.chineseTab': '中文版',
'aboutManage.form.englishTab': '英文版',
// 中文表单项
'aboutManage.form.title': '标题',
'aboutManage.form.titleRequired': '请输入标题',
'aboutManage.form.titlePlaceholder': '请输入标题',
'aboutManage.form.content': '正文内容',
'aboutManage.form.contentRequired': '请输入正文内容',
'aboutManage.form.contentPlaceholder': '请输入正文内容...',
'aboutManage.form.address': '地址',
'aboutManage.form.addressRequired': '请输入地址',
'aboutManage.form.addressPlaceholder': '请输入地址',
'aboutManage.form.contactsPhone': '联系电话',
'aboutManage.form.contactsPhoneRequired': '请输入联系电话',
'aboutManage.form.contactsPhonePlaceholder': '请输入联系电话',
'aboutManage.form.contactsEmail': '联系邮箱',
'aboutManage.form.contactsEmailRequired': '请输入联系邮箱',
'aboutManage.form.contactsEmailPlaceholder': '请输入联系邮箱',
'aboutManage.form.contactsConsult': '咨询方式',
'aboutManage.form.contactsConsultRequired': '请输入咨询方式',
'aboutManage.form.contactsConsultPlaceholder': '请输入咨询方式',
// 英文表单项
'aboutManage.form.titleEn': '标题(英文)',
'aboutManage.form.titleEnRequired': '请输入英文标题',
'aboutManage.form.titleEnPlaceholder': '请输入英文标题',
'aboutManage.form.contentEn': '正文内容(英文)',
'aboutManage.form.contentEnRequired': '请输入英文正文内容',
'aboutManage.form.contentEnPlaceholder': '请输入英文正文内容...',
'aboutManage.form.addressEn': '地址(英文)',
'aboutManage.form.addressEnRequired': '请输入英文地址',
'aboutManage.form.addressEnPlaceholder': '请输入英文地址',
'aboutManage.form.contactsPhoneEn': '联系电话(英文)',
'aboutManage.form.contactsPhoneEnRequired': '请输入英文联系电话',
'aboutManage.form.contactsPhoneEnPlaceholder': '请输入英文联系电话',
'aboutManage.form.contactsEmailEn': '联系邮箱(英文)',
'aboutManage.form.contactsEmailEnRequired': '请输入英文联系邮箱',
'aboutManage.form.contactsEmailEnPlaceholder': '请输入英文联系邮箱',
'aboutManage.form.contactsConsultEn': '咨询方式(英文)',
'aboutManage.form.contactsConsultEnRequired': '请输入英文咨询方式',
'aboutManage.form.contactsConsultEnPlaceholder': '请输入英文咨询方式',
};

View File

@ -1,56 +0,0 @@
export default {
// 菜单
'menu.首页': '首页',
'menu.管理员管理': '管理员管理',
'menu.下载中心管理': '下载中心管理',
'menu.通知中心管理': '通知中心管理',
'menu.政策法规管理': '政策法规管理',
'menu.关于我们管理': '关于我们管理',
'menu.帮助中心管理': '帮助中心管理',
'menu.用户提问管理': '用户提问管理',
'menu.已阅问题': '已阅问题',
'menu.未阅问题': '未阅问题',
'menu.友情链接管理': '友情链接管理',
'menu.友情链接分类': '友情链接分类',
'menu.友情链接列表': '友情链接列表',
// 供应商评价管理
'menu.供应商评价': '供应商评价',
'menu.模板管理': '模板管理',
'menu.任务管理': '任务管理',
'menu.评价打分': '评价打分',
'menu.评价结果': '评价结果',
'menu.评价结果审批': '评价结果审批',
// 供应商年审管理
'menu.供应商年审': '供应商年审',
'menu.年审模板管理': '年审模板管理',
'menu.年审任务管理': '年审任务管理',
'menu.年度查询': '年度查询',
'menu.年审结果': '年审结果',
// 通用文本
"查看": "查看",
"采购需求公示": "采购需求公示",
"招标采购公告": "招标采购公告",
"非招标采购公告": "非招标采购公告",
"资格预审公告": "资格预审公告",
"招募公告": "招募公告",
"变更公告": "变更公告",
"中标(中选)候选人公示": "中标(中选)候选人公示",
"中标(中选)结果公示": "中标(中选)结果公示",
"采购失败(流标)公告": "采购失败(流标)公告",
"加载更多": "加载更多",
"登录/注册": "登录/注册",
// 按钮
"common.confirm": "确定",
"common.cancel": "取消",
// FileUpload组件
'component.fileUpload.buttonText': '上传文件',
'component.fileUpload.dragText': '点击或拖拽文件到此区域上传',
'component.fileUpload.fileTypeTip': '支持的文件类型:{types}',
'component.fileUpload.fileSizeTip': '文件大小不超过{size}MB',
'component.fileUpload.uploadFailed': '上传失败',
'component.fileUpload.parseError': '解析响应失败',
'component.fileUpload.networkError': '网络错误',
};

View File

@ -1,96 +0,0 @@
export default {
// 友情链接管理页面
'friendLink.title': '友情链接管理',
'friendLink.name': '名称',
'friendLink.nameEn': '英文名称',
'friendLink.url': '链接地址',
'friendLink.logo': '图标',
'friendLink.thumbnail': '缩略图',
'friendLink.sort': '排序',
'friendLink.status': '状态',
'friendLink.category': '所属分类',
'friendLink.operation': '操作',
'friendLink.add': '新增链接',
'friendLink.edit': '编辑链接',
'friendLink.delete': '删除链接',
'friendLink.batchDelete': '批量删除',
'friendLink.enable': '启用',
'friendLink.disable': '禁用',
'friendLink.enabled': '已启用',
'friendLink.disabled': '已禁用',
'friendLink.selectedCount': '已选择 {count} 项',
// 表单相关
'friendLink.form.name.required': '请输入链接名称',
'friendLink.form.name.placeholder': '请输入链接名称',
'friendLink.form.nameEn.required': '请输入英文名称',
'friendLink.form.nameEn.placeholder': '请输入英文名称',
'friendLink.form.category.required': '请选择所属分类',
'friendLink.form.category.placeholder': '请选择所属分类',
'friendLink.form.url.required': '请输入链接地址',
'friendLink.form.url.invalid': '请输入有效的URL地址',
'friendLink.form.url.placeholder': '请输入链接地址以http://或https://开头',
'friendLink.form.thumbnail.required': '请上传缩略图',
'friendLink.form.thumbnail.upload': '上传缩略图',
'friendLink.form.sort.required': '请输入排序值',
'friendLink.form.sort.placeholder': '请输入排序值,数字越小越靠前',
// 操作提示
'friendLink.delete.confirm.title': '删除确认',
'friendLink.delete.confirm.content': '确定要删除该友情链接吗?',
'friendLink.delete.success': '删除成功',
'friendLink.batchDelete.empty': '请选择要删除的项',
'friendLink.batchDelete.confirm.title': '批量删除确认',
'friendLink.batchDelete.confirm.content': '确定要删除选中的 {count} 项吗?',
'friendLink.batchDelete.success': '批量删除成功',
'friendLink.add.success': '添加成功',
'friendLink.update.success': '更新成功',
'friendLink.enable.success': '启用成功',
'friendLink.disable.success': '禁用成功',
'friendLink.enable.confirm.title': '启用确认',
'friendLink.enable.confirm.content': '确定要启用该友情链接吗?',
'friendLink.disable.confirm.title': '禁用确认',
'friendLink.disable.confirm.content': '确定要禁用该友情链接吗?',
'friendLink.detail.failed': '获取友情链接详情失败',
// 友情链接分类管理
'friendLink.category.title': '友情链接分类管理',
'friendLink.category.name': '分类名称',
'friendLink.category.level': '层级',
'friendLink.category.sort': '排序',
'friendLink.category.parentCategory': '父级分类',
'friendLink.category.operation': '操作',
'friendLink.category.add': '新增分类',
'friendLink.category.addChild': '新增子类',
'friendLink.category.edit': '编辑',
'friendLink.category.delete': '删除',
'friendLink.category.form.title.add': '新增分类',
'friendLink.category.form.title.addChild': '新增子分类',
'friendLink.category.form.title.edit': '编辑分类',
'friendLink.category.form.name': '分类名称',
'friendLink.category.form.name.placeholder': '请输入分类名称',
'friendLink.category.form.name.required': '请输入分类名称',
'friendLink.category.form.parentCategory': '父级分类',
'friendLink.category.form.parentCategory.placeholder': '请选择父级分类',
'friendLink.category.form.parentCategory.required': '请选择父级分类',
'friendLink.category.form.sort': '排序',
'friendLink.category.form.sort.placeholder': '请输入排序值,数字越小越靠前',
'friendLink.category.form.sort.required': '请输入排序值',
'friendLink.category.delete.confirm.title': '删除分类',
'friendLink.category.delete.confirm.content': '确定要删除分类"{name}"吗?',
'friendLink.category.delete.hasChildren': '该分类下有子分类,不能直接删除',
'friendLink.category.delete.success': '删除成功',
'friendLink.category.add.success': '添加成功',
'friendLink.category.update.success': '更新成功',
// 分类类型
'friendLink.category.type': '类型',
'friendLink.category.type.normal': '普通展示',
'friendLink.category.type.featured': '重点展示',
'friendLink.category.form.type': '分类类型',
'friendLink.category.form.type.placeholder': '请选择分类类型',
'friendLink.category.form.type.required': '请选择分类类型',
'friendLink.category.form.remark': '备注',
'friendLink.category.form.remark.placeholder': '请输入备注信息',
'friendLink.category.form.remark.required': '请输入备注信息',
};

View File

@ -1,108 +0,0 @@
export default {
// 帮助中心管理列表页
'helpManage.title': '帮助中心管理',
'helpManage.serialNumber': '序号',
'helpManage.title.label': '标题',
'helpManage.category': '问题类型',
'helpManage.date': '日期',
'helpManage.status': '状态',
'helpManage.publisher': '发布人',
'helpManage.operation': '操作',
'helpManage.view': '查看',
'helpManage.edit': '编辑',
'helpManage.publish': '发布',
'helpManage.unpublish': '下架',
'helpManage.delete': '删除',
'helpManage.top': '置顶',
'helpManage.untop': '取消置顶',
'helpManage.add': '新增',
'helpManage.search': '搜索',
'helpManage.reset': '重置',
'helpManage.submit': '提交',
'helpManage.cancel': '取消',
'helpManage.confirmDelete': '确定要删除该帮助吗?',
'helpManage.batchDelete': '确定要批量删除选中的帮助吗?',
'helpManage.confirmPublish': '确定要发布该帮助吗?',
'helpManage.confirmUnpublish': '确定要下架该帮助吗?',
'helpManage.confirmTop': '确定要置顶该帮助吗?',
'helpManage.confirmUntop': '确定要取消置顶该帮助吗?',
'helpManage.publishSuccess': '发布成功',
'helpManage.unpublishSuccess': '下架成功',
'helpManage.publishFailed': '发布失败',
'helpManage.unpublishFailed': '下架失败',
'helpManage.topSuccess': '置顶成功',
'helpManage.untopSuccess': '取消置顶成功',
'helpManage.topFailed': '置顶失败',
'helpManage.untopFailed': '取消置顶失败',
'helpManage.deleteSuccess': '删除成功',
'helpManage.deleteFailed': '删除失败',
'helpManage.batchDeleteSuccess': '批量删除成功',
'helpManage.batchDeleteFailed': '批量删除失败',
'helpManage.addSuccess': '添加成功',
'helpManage.addFailed': '添加失败',
'helpManage.updateSuccess': '更新成功',
'helpManage.updateFailed': '更新失败',
'helpManage.fetchFailed': '获取帮助中心列表失败',
'helpManage.fetchDetailFailed': '获取详情失败',
'helpManage.noDeleteItems': '没有可删除的帮助',
'helpManage.selectedCount': '已选择 {count} 项',
'helpManage.publishedNoEdit': '已发布的帮助不能编辑',
'helpManage.publishedNoDelete': '已发布的帮助不能删除',
'helpManage.deleteConfirmTitle': '标题',
'helpManage.deleteConfirmContent': '删除后无法恢复',
'helpManage.searchTitlePlaceholder': '请输入标题关键词',
'helpManage.searchCategoryPlaceholder': '请选择问题类型',
'helpManage.searchStatusPlaceholder': '请选择状态',
// 帮助中心表单
'helpManage.form.isTop': '是否置顶',
'helpManage.form.category': '问题类型',
'helpManage.form.categoryRequired': '请选择问题类型',
'helpManage.form.categoryPlaceholder': '请选择问题类型',
'helpManage.form.chineseTab': '中文版',
'helpManage.form.englishTab': '英文版',
'helpManage.form.titleZh': '标题(中文)',
'helpManage.form.titleZhRequired': '请输入中文标题',
'helpManage.form.titleZhPlaceholder': '请输入中文标题',
'helpManage.form.contentZh': '内容(中文)',
'helpManage.form.contentZhRequired': '请输入中文内容',
'helpManage.form.contentZhPlaceholder': '请输入帮助内容...',
'helpManage.form.answerContentZh': '回答内容(中文)',
'helpManage.form.answerContentZhPlaceholder': '请输入回答内容...',
'helpManage.form.titleEn': '标题(英文)',
'helpManage.form.titleEnRequired': '请输入英文标题',
'helpManage.form.titleEnPlaceholder': '请输入英文标题',
'helpManage.form.contentEn': '内容(英文)',
'helpManage.form.contentEnRequired': '请输入英文内容',
'helpManage.form.contentEnPlaceholder': '请输入英文帮助内容...',
'helpManage.form.answerContentEn': '回答内容(英文)',
'helpManage.form.answerContentEnPlaceholder': '请输入英文回答内容...',
// 帮助中心详情
'helpManage.detail.title': '标题',
'helpManage.detail.titleEn': '英文标题',
'helpManage.detail.category': '问题类型',
'helpManage.detail.isTop': '是否置顶',
'helpManage.detail.status': '状态',
'helpManage.detail.creator': '创建人',
'helpManage.detail.createTime': '创建时间',
'helpManage.detail.updateTime': '更新时间',
'helpManage.detail.contentZh': '问题内容(中文)',
'helpManage.detail.contentEn': '问题内容(英文)',
'helpManage.detail.answerContentZh': '回答内容(中文)',
'helpManage.detail.answerContentEn': '回答内容(英文)',
'helpManage.detail.yes': '是',
'helpManage.detail.no': '否',
// 帮助状态
'helpManage.status.draft': '草稿',
'helpManage.status.published': '已发布',
'helpManage.status.unpublished': '已下架',
'helpManage.status.unknown': '未知',
// 帮助分类
'helpManage.category.registerGuide': '注册指南',
'helpManage.category.biddingGuide': '投标指南',
'helpManage.category.faq': '常见问题',
'helpManage.category.contactUs': '联系我们',
};

View File

@ -1,30 +1,25 @@
export default {
'menu.首页': '首页',
// 供应商评价模块
'menu.供应商评价': '供应商评价',
'menu.模板管理': '模板管理',
'menu.模板管理新增': '模板管理新增',
'menu.模板管理详情': '模板管理详情',
'menu.任务管理': '任务管理',
'menu.任务管理新增': '任务管理新增',
'menu.评价打分': '评价打分',
'menu.评价结果': '评价结果',
'menu.评价结果审批': '评价结果审批',
'menu.评价结果详情': '评价结果详情',
'menu.评价结果得分明细': '评价结果得分明细',
'menu.评价结果打分情况': '评价结果打分情况',
'menu.评价结果审批': '评价结果审批',
'menu.评价审批详情': '评价审批详情',
'menu.供应商年度': '供应商年度',
'menu.年度模板管理': '年度模板管理',
'menu.年度任务管理': '年度任务管理',
// 供应商年审模块
'menu.供应商年审': '供应商年审',
'menu.年审模板管理': '年审模板管理',
'menu.年审任务管理': '年审任务管理',
'menu.年度查询': '年度查询',
'menu.年结果': '年结果',
'menu.用户管理': '用户管理',
'menu.下载管理': '下载管理',
'menu.公告管理': '公告管理',
'menu.政策法规管理': '政策法规管理',
'menu.关于我们': '关于我们',
'menu.帮助中心': '帮助中心',
'menu.已读问题': '已读问题',
'menu.未读问题': '未读问题',
'menu.友情链接分类': '友情链接分类',
'menu.友情链接管理': '友情链接管理',
'menu.年结果': '年结果',
};

View File

@ -1,86 +0,0 @@
export default {
// 政策法规管理列表页
'policyManage.title': '政策法规管理',
'policyManage.serialNumber': '序号',
'policyManage.title.label': '标题',
'policyManage.date': '日期',
'policyManage.status': '状态',
'policyManage.publisher': '发布人',
'policyManage.operation': '操作',
'policyManage.view': '查看',
'policyManage.edit': '编辑',
'policyManage.publish': '发布',
'policyManage.unpublish': '下架',
'policyManage.delete': '删除',
'policyManage.top': '置顶',
'policyManage.add': '新增',
'policyManage.search': '搜索',
'policyManage.reset': '重置',
'policyManage.submit': '提交',
'policyManage.cancel': '取消',
'policyManage.close': '关闭',
'policyManage.confirmDelete': '确定要删除该政策吗?',
'policyManage.confirmDeleteBatch': '确定要删除选中的政策吗?',
'policyManage.confirmPublish': '确定要发布该政策吗?',
'policyManage.confirmUnpublish': '确定要下架该政策吗?',
'policyManage.deleteSuccess': '删除成功',
'policyManage.deleteFailed': '删除失败',
'policyManage.batchDeleteSuccess': '删除成功',
'policyManage.batchDeletePartialFailed': '部分删除失败,请刷新后重试',
'policyManage.batchDeleteFailed': '批量删除失败',
'policyManage.publishSuccess': '发布成功',
'policyManage.unpublishSuccess': '下架成功',
'policyManage.publishFailed': '发布失败',
'policyManage.unpublishFailed': '下架失败',
'policyManage.fetchFailed': '获取数据失败',
'policyManage.fetchDetailFailed': '获取详情失败',
'policyManage.deleteConfirmTitle': '标题',
'policyManage.deleteConfirmContent': '删除后无法恢复',
'policyManage.selectedCount': '已选择 {count} 项',
'policyManage.searchTitlePlaceholder': '请输入标题关键词',
'policyManage.searchStatusPlaceholder': '请选择状态',
// 政策法规表单页
'policyManage.form.title': '政策法规',
'policyManage.form.add': '新增政策法规',
'policyManage.form.edit': '编辑政策法规',
'policyManage.form.view': '查看政策法规',
'policyManage.form.isTop': '是否置顶',
'policyManage.form.chineseTab': '中文版',
'policyManage.form.englishTab': '英文版',
'policyManage.form.titleZh': '标题(中文)',
'policyManage.form.titleZhRequired': '请输入中文标题',
'policyManage.form.titleZhPlaceholder': '请输入中文标题',
'policyManage.form.contentZh': '正文内容(中文)',
'policyManage.form.contentZhRequired': '请输入中文正文',
'policyManage.form.contentZhPlaceholder': '请输入中文正文内容...',
'policyManage.form.titleEn': '标题(英文)',
'policyManage.form.titleEnRequired': '请输入英文标题',
'policyManage.form.titleEnPlaceholder': '请输入英文标题',
'policyManage.form.contentEn': '正文内容(英文)',
'policyManage.form.contentEnRequired': '请输入英文正文',
'policyManage.form.contentEnPlaceholder': '请输入英文正文内容...',
'policyManage.form.addSuccess': '添加成功',
'policyManage.form.updateSuccess': '更新成功',
'policyManage.form.addFailed': '添加失败',
'policyManage.form.updateFailed': '更新失败',
// 政策法规详情页
'policyManage.detail.title': '标题',
'policyManage.detail.titleEn': '英文标题',
'policyManage.detail.isTop': '是否置顶',
'policyManage.detail.status': '状态',
'policyManage.detail.creator': '创建人',
'policyManage.detail.createTime': '创建时间',
'policyManage.detail.updateTime': '更新时间',
'policyManage.detail.contentZh': '中文内容',
'policyManage.detail.contentEn': '英文内容',
'policyManage.detail.yes': '是',
'policyManage.detail.no': '否',
// 政策状态
'policyManage.status.draft': '草稿',
'policyManage.status.published': '已发布',
'policyManage.status.unpublished': '已下架',
'policyManage.status.unknown': '未知',
};

View File

@ -1,169 +0,0 @@
export default {
// 用户提问管理页面
'userQuestion.title': '用户提问管理',
'userQuestion.user': '用户',
'userQuestion.question': '问题',
'userQuestion.answer': '回答',
'userQuestion.createTime': '提问时间',
'userQuestion.status': '状态',
'userQuestion.operation': '操作',
'userQuestion.unanswered': '未回答',
'userQuestion.answered': '已回答',
'userQuestion.reply': '回复',
'userQuestion.view': '查看',
'userQuestion.viewAll': '查看全部',
'userQuestion.confirmDelete': '确定要删除该问题吗?',
'userQuestion.batchDelete': '确定要批量删除选中的问题吗?',
'userQuestion.description': '用户提问管理说明',
'userQuestion.descriptionText': '用户提问管理模块用于处理用户在平台上提交的问题。已阅问题为已回复的问题,未阅问题为待回复的问题。您可以点击相应的卡片进入对应的管理页面。',
'userQuestion.deleteSuccess': '删除成功',
'userQuestion.deleteFailed': '删除失败',
'userQuestion.replySuccess': '回复成功',
'userQuestion.replyFailed': '回复失败',
'userQuestion.selectRequired': '请至少选择一项',
'userQuestion.batchDeleteConfirm': '删除后无法恢复,确定要继续吗?',
'userQuestion.unread': '未阅',
'userQuestion.read': '已阅',
'userQuestion.delete': '删除',
'userQuestion.edit': '编辑回答',
'userQuestion.editSuccess': '编辑成功',
'userQuestion.editFailed': '编辑失败',
'userQuestion.publishStatus': '发布状态',
'userQuestion.topStatus': '置顶状态',
'userQuestion.published': '已发布',
'userQuestion.unpublished': '未发布',
'userQuestion.top': '已置顶',
'userQuestion.untop': '未置顶',
'userQuestion.submitAnswer': '提交回答',
'userQuestion.saveEdit': '保存修改',
'userQuestion.confirmSubmit': '确认提交回答',
'userQuestion.confirmEdit': '确认保存修改',
'userQuestion.submitConfirmText': '确定要提交这个回答吗?提交后将变为已回答状态。',
'userQuestion.editConfirmText': '确定要保存对此回答的修改吗?',
'userQuestion.all': '全部',
'userQuestion.selectCategory': '请选择分类',
'userQuestion.selectAnswerStatus': '请选择回答状态',
// 问题分类选项
'questionCategory.biddingProcess': '招标流程',
'questionCategory.biddingGuide': '投标指南',
'questionCategory.registrationGuide': '注册指南',
'questionCategory.systemOperation': '系统操作',
'questionCategory.otherIssues': '其他问题',
// 已阅问题页面
'readQuestion.title': '已阅问题管理',
'readQuestion.user': '用户名',
'readQuestion.question': '问题内容',
'readQuestion.answer': '回复内容',
'readQuestion.createTime': '提问时间',
'readQuestion.answerTime': '回复时间',
'readQuestion.status': '状态',
'readQuestion.operation': '操作',
'readQuestion.view': '查看详情',
'readQuestion.delete': '删除',
'readQuestion.search': '搜索',
'readQuestion.reset': '重置',
'readQuestion.confirmDelete': '确定要删除该问题吗?',
'readQuestion.batchDelete': '批量删除',
'readQuestion.viewDetails': '查看问题详情',
'readQuestion.questionDetails': '问题详情',
'readQuestion.answerDetails': '回复详情',
'readQuestion.close': '关闭',
'readQuestion.deleteSuccess': '删除成功',
'readQuestion.deleteFailed': '删除失败',
'readQuestion.selectRequired': '请至少选择一项',
'readQuestion.batchDeleteConfirm': '删除后无法恢复,确定要继续吗?',
'readQuestion.questionPlaceholder': '请输入问题关键词',
'readQuestion.fetchFailed': '获取已回答问题列表失败',
'readQuestion.edit': '编辑回答',
'readQuestion.serialNumber': '序号',
'readQuestion.questionTitle': '问题标题',
'readQuestion.category': '问题分类',
'readQuestion.asker': '提问人',
'readQuestion.company': '公司',
'readQuestion.account': '账号',
'readQuestion.contact': '联系方式',
'readQuestion.email': '邮箱',
'readQuestion.askTime': '提问时间',
'readQuestion.respondent': '回答人',
'readQuestion.answerStatus': '回答状态',
'readQuestion.confirm': '确认',
'readQuestion.cancel': '取消',
'readQuestion.batchDeleteSuccess': '批量删除成功',
'readQuestion.batchDeleteFailed': '批量删除失败',
'readQuestion.selectedCount': '已选择 {count} 项',
'readQuestion.all': '全部',
'readQuestion.selectCategory': '请选择分类',
'readQuestion.selectAnswerStatus': '请选择回答状态',
// 未阅问题页面
'unreadQuestion.title': '未阅问题管理',
'unreadQuestion.user': '用户名',
'unreadQuestion.question': '问题内容',
'unreadQuestion.createTime': '提问时间',
'unreadQuestion.status': '状态',
'unreadQuestion.operation': '操作',
'unreadQuestion.reply': '回答',
'unreadQuestion.delete': '删除',
'unreadQuestion.search': '搜索',
'unreadQuestion.reset': '重置',
'unreadQuestion.confirmDelete': '确定要删除该问题吗?',
'unreadQuestion.batchDelete': '批量删除',
'unreadQuestion.replyModal': '回复问题',
'unreadQuestion.questionContent': '问题内容',
'unreadQuestion.answerContent': '回复内容',
'unreadQuestion.answerPlaceholder': '请输入回复内容...',
'unreadQuestion.submit': '提交',
'unreadQuestion.cancel': '取消',
'unreadQuestion.answerRequired': '请输入回复内容',
'unreadQuestion.selectRequired': '请至少选择一项',
'unreadQuestion.batchDeleteConfirm': '删除后无法恢复,确定要继续吗?',
'unreadQuestion.questionPlaceholder': '请输入问题关键词',
'unreadQuestion.fetchFailed': '获取未回答问题列表失败',
'unreadQuestion.serialNumber': '序号',
'unreadQuestion.questionTitle': '问题标题',
'unreadQuestion.category': '问题分类',
'unreadQuestion.asker': '提问人',
'unreadQuestion.company': '公司',
'unreadQuestion.account': '账号',
'unreadQuestion.contact': '联系方式',
'unreadQuestion.email': '邮箱',
'unreadQuestion.askTime': '提问时间',
'unreadQuestion.batchDeleteSuccess': '批量删除成功',
'unreadQuestion.batchDeleteFailed': '批量删除失败',
'unreadQuestion.selectedCount': '已选择 {count} 项',
'unreadQuestion.all': '全部',
'unreadQuestion.selectCategory': '请选择分类',
// 问题详情组件
'questionDetail.title': '标题',
'questionDetail.category': '问题分类',
'questionDetail.askTime': '提问时间',
'questionDetail.asker': '提问人',
'questionDetail.company': '公司名称',
'questionDetail.account': '账号',
'questionDetail.contact': '联系方式',
'questionDetail.email': '邮箱',
'questionDetail.publishStatus': '是否发布',
'questionDetail.topStatus': '是否置顶',
'questionDetail.answerTime': '回答时间',
'questionDetail.respondent': '回答人',
'questionDetail.questionContent': '问题内容',
'questionDetail.answerContent': '回答内容',
// 问题模态框组件
'questionModal.answer': '回答问题',
'questionModal.edit': '编辑回答',
'questionModal.view': '问题详情',
'questionModal.publishSwitch': '发布',
'questionModal.topSwitch': '置顶',
'questionModal.confirmSubmit': '确认提交',
'questionModal.confirmEdit': '确认修改',
'questionModal.close': '关闭',
'questionModal.answerRequired': '请输入回答内容',
'questionModal.answerSuccess': '回答成功',
'questionModal.answerFailed': '回答失败',
'questionModal.editSuccess': '修改成功',
'questionModal.editFailed': '修改失败',
};