维护所有模块的多语言功能,对接友情分类接口和友情链接接口
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
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 中远海运电子招投标平台 版权所有',
|
||||
};
|
52
src/locales/zh-CN/aboutManage.ts
Normal file
52
src/locales/zh-CN/aboutManage.ts
Normal file
@ -0,0 +1,52 @@
|
||||
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': '请输入英文咨询方式',
|
||||
};
|
@ -27,4 +27,8 @@ export default {
|
||||
"采购失败(流标)公告": "采购失败(流标)公告",
|
||||
"加载更多": "加载更多",
|
||||
"登录/注册": "登录/注册",
|
||||
|
||||
// 按钮
|
||||
"common.confirm": "确定",
|
||||
"common.cancel": "取消",
|
||||
};
|
||||
|
@ -2,14 +2,94 @@ 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.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': '请输入备注信息',
|
||||
};
|
||||
|
@ -1,22 +0,0 @@
|
||||
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': '确定要批量删除选中的帮助吗?',
|
||||
};
|
108
src/locales/zh-CN/helpManage.ts
Normal file
108
src/locales/zh-CN/helpManage.ts
Normal file
@ -0,0 +1,108 @@
|
||||
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': '联系我们',
|
||||
};
|
86
src/locales/zh-CN/policyManage.ts
Normal file
86
src/locales/zh-CN/policyManage.ts
Normal file
@ -0,0 +1,86 @@
|
||||
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': '未知',
|
||||
};
|
Reference in New Issue
Block a user