用户提问功能模块的多语言;
国际化文件结构层级整理
This commit is contained in:
14
src/locales/zh-CN/about.ts
Normal file
14
src/locales/zh-CN/about.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export default {
|
||||
// 关于我们页面
|
||||
'about.title': '关于我们',
|
||||
'about.company.title': '公司简介',
|
||||
'about.advantages.title': '平台优势',
|
||||
'about.history.title': '发展历程',
|
||||
'about.contact.title': '联系我们',
|
||||
'about.address': '总部地址',
|
||||
'about.phone': '联系电话',
|
||||
'about.hotline': '服务热线',
|
||||
'about.email': '电子邮箱',
|
||||
'about.worktime': '工作时间',
|
||||
'about.copyright': '© 2024 中远海运电子招投标平台 版权所有',
|
||||
};
|
30
src/locales/zh-CN/common.ts
Normal file
30
src/locales/zh-CN/common.ts
Normal file
@ -0,0 +1,30 @@
|
||||
export default {
|
||||
// 菜单
|
||||
'menu.首页': '首页',
|
||||
'menu.管理员管理': '管理员管理',
|
||||
'menu.下载中心管理': '下载中心管理',
|
||||
'menu.通知中心管理': '通知中心管理',
|
||||
'menu.政策法规管理': '政策法规管理',
|
||||
'menu.关于我们管理': '关于我们管理',
|
||||
'menu.帮助中心管理': '帮助中心管理',
|
||||
'menu.用户提问管理': '用户提问管理',
|
||||
'menu.已阅问题': '已阅问题',
|
||||
'menu.未阅问题': '未阅问题',
|
||||
'menu.友情链接管理': '友情链接管理',
|
||||
'menu.友情链接分类': '友情链接分类',
|
||||
'menu.友情链接列表': '友情链接列表',
|
||||
|
||||
// 通用文本
|
||||
"查看": "查看",
|
||||
"采购需求公示": "采购需求公示",
|
||||
"招标采购公告": "招标采购公告",
|
||||
"非招标采购公告": "非招标采购公告",
|
||||
"资格预审公告": "资格预审公告",
|
||||
"招募公告": "招募公告",
|
||||
"变更公告": "变更公告",
|
||||
"中标(中选)候选人公示": "中标(中选)候选人公示",
|
||||
"中标(中选)结果公示": "中标(中选)结果公示",
|
||||
"采购失败(流标)公告": "采购失败(流标)公告",
|
||||
"加载更多": "加载更多",
|
||||
"登录/注册": "登录/注册",
|
||||
};
|
15
src/locales/zh-CN/friendLink.ts
Normal file
15
src/locales/zh-CN/friendLink.ts
Normal file
@ -0,0 +1,15 @@
|
||||
export default {
|
||||
// 友情链接管理页面
|
||||
'friendLink.title': '友情链接管理',
|
||||
'friendLink.name': '名称',
|
||||
'friendLink.url': '链接地址',
|
||||
'friendLink.logo': '图标',
|
||||
'friendLink.sort': '排序',
|
||||
'friendLink.status': '状态',
|
||||
'friendLink.operation': '操作',
|
||||
'friendLink.add': '新增链接',
|
||||
'friendLink.edit': '编辑链接',
|
||||
'friendLink.delete': '删除链接',
|
||||
'friendLink.enabled': '已启用',
|
||||
'friendLink.disabled': '已禁用',
|
||||
};
|
22
src/locales/zh-CN/helpCenter.ts
Normal file
22
src/locales/zh-CN/helpCenter.ts
Normal file
@ -0,0 +1,22 @@
|
||||
export default {
|
||||
// 帮助中心页面
|
||||
'helpCenter.title': '帮助中心管理',
|
||||
'helpCenter.question': '问题',
|
||||
'helpCenter.category': '问题类型',
|
||||
'helpCenter.createTime': '创建时间',
|
||||
'helpCenter.updateTime': '更新时间',
|
||||
'helpCenter.status': '状态',
|
||||
'helpCenter.operation': '操作',
|
||||
'helpCenter.edit': '编辑',
|
||||
'helpCenter.delete': '删除',
|
||||
'helpCenter.add': '新增',
|
||||
'helpCenter.search': '搜索',
|
||||
'helpCenter.all': '全部',
|
||||
'helpCenter.published': '已发布',
|
||||
'helpCenter.unpublished': '未发布',
|
||||
'helpCenter.draft': '草稿',
|
||||
'helpCenter.publish': '发布',
|
||||
'helpCenter.unpublish': '下架',
|
||||
'helpCenter.confirmDelete': '确定要删除该帮助吗?',
|
||||
'helpCenter.batchDelete': '确定要批量删除选中的帮助吗?',
|
||||
};
|
15
src/locales/zh-CN/login.ts
Normal file
15
src/locales/zh-CN/login.ts
Normal file
@ -0,0 +1,15 @@
|
||||
export default {
|
||||
// 登录页文案
|
||||
"login.title": "电子招投标平台",
|
||||
"login.tab.supplier": "供应商",
|
||||
"login.tab.expert": "专家",
|
||||
"login.tab.agent": "招标代理",
|
||||
"login.username.placeholder": "请输入用户名",
|
||||
"login.password.placeholder": "请输入密码",
|
||||
"login.remember": "记住密码",
|
||||
"login.forgot": "忘记密码?",
|
||||
"login.button": "登录",
|
||||
"login.register.tip": "还没有账号?",
|
||||
"login.register.action": "立即注册",
|
||||
"login.back.home": "返回首页",
|
||||
};
|
51
src/locales/zh-CN/register.ts
Normal file
51
src/locales/zh-CN/register.ts
Normal file
@ -0,0 +1,51 @@
|
||||
export default {
|
||||
// 注册页通用文案
|
||||
"register.submit": "注册完成",
|
||||
"register.hasAccount": "已有账号?",
|
||||
"register.login": "立即登录",
|
||||
|
||||
// 用户名密码通用文案
|
||||
"register.username.label": "用户名",
|
||||
"register.username.placeholder": "请输入用户名",
|
||||
"register.username.required": "请输入用户名",
|
||||
"register.username.min": "用户名至少4个字符",
|
||||
"register.password.label": "输入密码",
|
||||
"register.password.placeholder": "请输入密码,应为6-16位的英文加数字组合",
|
||||
"register.password.required": "请输入密码",
|
||||
"register.password.min": "密码至少6个字符",
|
||||
"register.password.pattern": "密码应为6-16位的英文加数字组合",
|
||||
"register.confirmPassword.label": "确认密码",
|
||||
"register.confirmPassword.placeholder": "请再次输入密码,两次输入保持一致",
|
||||
"register.confirmPassword.required": "请确认密码",
|
||||
"register.confirmPassword.notMatch": "两次输入的密码不一致",
|
||||
"register.phone.label": "手机号",
|
||||
"register.phone.placeholder": "请输入手机号",
|
||||
"register.phone.required": "请输入手机号",
|
||||
"register.phone.invalid": "请输入有效的手机号",
|
||||
"register.email.label": "电子邮箱",
|
||||
"register.email.placeholder": "请输入电子邮箱",
|
||||
"register.email.required": "请输入电子邮箱",
|
||||
"register.email.invalid": "请输入有效的电子邮箱",
|
||||
"register.captcha.label": "短信验证码",
|
||||
"register.captcha.placeholder": "请输入短信验证码",
|
||||
"register.captcha.required": "请输入短信验证码",
|
||||
"register.captcha.get": "获取验证码",
|
||||
|
||||
// 供应商注册文案
|
||||
"register.supplier.title": "供应商注册",
|
||||
"register.supplier.companyName.label": "公司名称",
|
||||
"register.supplier.companyName.placeholder": "请输入公司名称",
|
||||
"register.supplier.companyName.required": "请输入公司名称",
|
||||
"register.supplier.contactPerson.label": "联系人",
|
||||
"register.supplier.contactPerson.placeholder": "请输入联系人姓名",
|
||||
"register.supplier.contactPerson.required": "请输入联系人姓名",
|
||||
|
||||
// 专家注册文案
|
||||
"register.expert.title": "专家注册",
|
||||
"register.expert.idType.label": "证件类型",
|
||||
"register.expert.idType.placeholder": "请选择证件类型",
|
||||
"register.expert.idType.required": "请选择证件类型",
|
||||
"register.expert.idCard.label": "证件号",
|
||||
"register.expert.idCard.placeholder": "请输入证件号",
|
||||
"register.expert.idCard.required": "请输入证件号",
|
||||
};
|
161
src/locales/zh-CN/userQuestion.ts
Normal file
161
src/locales/zh-CN/userQuestion.ts
Normal file
@ -0,0 +1,161 @@
|
||||
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': '确定要保存对此回答的修改吗?',
|
||||
|
||||
// 问题分类选项
|
||||
'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} 项',
|
||||
|
||||
// 未阅问题页面
|
||||
'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} 项',
|
||||
|
||||
// 问题详情组件
|
||||
'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': '修改失败',
|
||||
};
|
Reference in New Issue
Block a user