update 导入拆分结果,国内海外标准细节调整

This commit is contained in:
赵霄
2023-09-25 15:06:17 +08:00
parent 515ee6d68d
commit 6776041df9
11 changed files with 231 additions and 42 deletions
+9
View File
@@ -380,6 +380,15 @@ module.exports = {
split: 'Split',
article: 'Article',
clauseLabel: 'Clause label',
splitResultFile: 'Split result file',
splitImportResultTip: 'Upload the split result file in accordance with the relevant format requirements, please ',
clickToView: 'click to view',
gotIt: 'Got It',
formatRequirement: 'Format requirement',
formatRequirementContentOne: '1.The imported document is in zip format',
formatRequirementContentTwo: '2.The images are in jpg, jpeg, png, gif format',
formatRequirementContentThree: '3.The image in the document is displayed in the form of a link in the exported excel, click the link to jump to the specified local file',
formatRequirementContentFour: '4.The table in the document is displayed in the form of a link in the exported excel. Click the link to jump to the specified sheet page',
selectFileType: 'Please select a file type',
onlyWord: 'Only word files can be imported',
+9
View File
@@ -380,6 +380,15 @@ module.exports = {
split: '拆分',
article: '条文',
clauseLabel: '条文标签',
splitResultFile: '拆分结果文件',
splitImportResultTip: '上传拆分结果文件需遵循相关格式要求,具体要求请',
clickToView: '点击查看',
gotIt: '知道了',
formatRequirement: '格式要求',
formatRequirementContentOne: '1.导入的文档是zip格式',
formatRequirementContentTwo: '2.图片为jpg、jpeg、png、gif格式',
formatRequirementContentThree: '3.文档中的图片,在导出excel中以链接的形式展示,点击链接跳转到本地指定的文件',
formatRequirementContentFour: '4.文档中的表格,在导出excel中以链接的形式展示,点击链接跳转到指定的sheet页面',
selectFileType: '请选择文件类型',
onlyWord: '只能导入word文件',