forked from github/dataease
refactor: 修改 excel 提示信息
This commit is contained in:
parent
d9462d4643
commit
480ab0e36b
@ -1602,8 +1602,8 @@ export default {
|
|||||||
merge_msg: 'If the fields in the data table are consistent, merge them into one data set?',
|
merge_msg: 'If the fields in the data table are consistent, merge them into one data set?',
|
||||||
merge_title: 'Merge data',
|
merge_title: 'Merge data',
|
||||||
field_name_less_50: 'Field name can not more 50 chars.',
|
field_name_less_50: 'Field name can not more 50 chars.',
|
||||||
excel_info_1: '1、Merged cells cannot exist in the file;',
|
excel_info_1: '1、Merged cells cannot exist in the Excel file;',
|
||||||
excel_info_2: '2、The first line of the file is the title line, which cannot be empty or date;',
|
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。',
|
excel_info_3: '3、The file size shall not exceed 500m。',
|
||||||
sync_field: 'Sync Field',
|
sync_field: 'Sync Field',
|
||||||
confirm_sync_field: 'Confirm Sync',
|
confirm_sync_field: 'Confirm Sync',
|
||||||
|
@ -1602,8 +1602,8 @@ export default {
|
|||||||
merge_msg: '數據表中存在字段一致的情況,是否合並到一個數據集中?',
|
merge_msg: '數據表中存在字段一致的情況,是否合並到一個數據集中?',
|
||||||
merge_title: '合並數據',
|
merge_title: '合並數據',
|
||||||
field_name_less_50: '字段名不能超過50個字符',
|
field_name_less_50: '字段名不能超過50個字符',
|
||||||
excel_info_1: '1、文件終不能存在合併單元格;',
|
excel_info_1: '1、Excel 文件終不能存在合併單元格;',
|
||||||
excel_info_2: '2、文件的第一行為標題行,不能為空,不能為日期;',
|
excel_info_2: '2、Excel 文件的第一行為標題行,不能為空,不能為日期;',
|
||||||
excel_info_3: '3、文件不超過500M。',
|
excel_info_3: '3、文件不超過500M。',
|
||||||
sync_field: '同步字段',
|
sync_field: '同步字段',
|
||||||
confirm_sync_field: '確認同步',
|
confirm_sync_field: '確認同步',
|
||||||
|
@ -1601,9 +1601,9 @@ export default {
|
|||||||
merge_msg: '数据表中存在字段一致的情况,是否合并到一个数据集中?',
|
merge_msg: '数据表中存在字段一致的情况,是否合并到一个数据集中?',
|
||||||
merge_title: '合并数据',
|
merge_title: '合并数据',
|
||||||
field_name_less_50: '字段名不能超过50个字符',
|
field_name_less_50: '字段名不能超过50个字符',
|
||||||
excel_info_1: '1、文件中不能存在合并单元格;',
|
excel_info_1: '1、Excel 文件中不能存在合并单元格;',
|
||||||
excel_info_2: '2、文件的第一行为标题行,不能为空,不能为日期型;',
|
excel_info_2: '2、Excel 文件的第一行为标题行,不能为空,不能为日期型;',
|
||||||
excel_info_3: '3、Excel文件大小请确保在500M以内。',
|
excel_info_3: '3、文件大小请确保在500M以内。',
|
||||||
sync_field: '同步字段',
|
sync_field: '同步字段',
|
||||||
confirm_sync_field: '确认同步',
|
confirm_sync_field: '确认同步',
|
||||||
confirm_sync_field_tips: '同步字段可能会导致已编辑字段发生变更,请确认',
|
confirm_sync_field_tips: '同步字段可能会导致已编辑字段发生变更,请确认',
|
||||||
|
Loading…
Reference in New Issue
Block a user