From 480ab0e36bd0870be7c31724f333cf03264568ad Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 28 Sep 2022 16:51:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=20excel=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 4 ++-- frontend/src/lang/tw.js | 4 ++-- frontend/src/lang/zh.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index cce695692c..7f651aa463 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -1602,8 +1602,8 @@ export default { merge_msg: 'If the fields in the data table are consistent, merge them into one data set?', merge_title: 'Merge data', field_name_less_50: 'Field name can not more 50 chars.', - excel_info_1: '1、Merged cells cannot exist in the file;', - excel_info_2: '2、The first line of the file is the title line, which cannot be empty or date;', + excel_info_1: '1、Merged cells cannot exist in the Excel file;', + excel_info_2: '2、The first line of the Excel file is the title line, which cannot be empty or date;', excel_info_3: '3、The file size shall not exceed 500m。', sync_field: 'Sync Field', confirm_sync_field: 'Confirm Sync', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index abd48e4d4a..970adeaf9c 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -1602,8 +1602,8 @@ export default { merge_msg: '數據表中存在字段一致的情況,是否合並到一個數據集中?', merge_title: '合並數據', field_name_less_50: '字段名不能超過50個字符', - excel_info_1: '1、文件終不能存在合併單元格;', - excel_info_2: '2、文件的第一行為標題行,不能為空,不能為日期;', + excel_info_1: '1、Excel 文件終不能存在合併單元格;', + excel_info_2: '2、Excel 文件的第一行為標題行,不能為空,不能為日期;', excel_info_3: '3、文件不超過500M。', sync_field: '同步字段', confirm_sync_field: '確認同步', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 62976c8d72..099fff30fc 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -1601,9 +1601,9 @@ export default { merge_msg: '数据表中存在字段一致的情况,是否合并到一个数据集中?', merge_title: '合并数据', field_name_less_50: '字段名不能超过50个字符', - excel_info_1: '1、文件中不能存在合并单元格;', - excel_info_2: '2、文件的第一行为标题行,不能为空,不能为日期型;', - excel_info_3: '3、Excel文件大小请确保在500M以内。', + excel_info_1: '1、Excel 文件中不能存在合并单元格;', + excel_info_2: '2、Excel 文件的第一行为标题行,不能为空,不能为日期型;', + excel_info_3: '3、文件大小请确保在500M以内。', sync_field: '同步字段', confirm_sync_field: '确认同步', confirm_sync_field_tips: '同步字段可能会导致已编辑字段发生变更,请确认',