Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
dataease
Commits
23f40209
Commit
23f40209
authored
3 years ago
by
junjie
Browse files
Options
Download
Email Patches
Plain Diff
fix: excel解析错误提示修改
parent
79796450
main
dev
feat_live-component
fix_v.1.9-panel
v1.0
v1.1
v1.10
v1.2
v1.3
v1.4
v1.5
v1.6
v1.7
v1.8
v1.9
v1.10.0
v1.9.1
v1.9.0
v1.8.0
v1.7.0
v1.6.2
v1.6.1
v1.6.0
v1.5.2
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.1.0-rc2
v1.1.0-rc1
v1.0.2
v1.0.1
v1.0.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
frontend/src/lang/en.js
+1
-1
frontend/src/lang/en.js
frontend/src/lang/tw.js
+1
-1
frontend/src/lang/tw.js
frontend/src/lang/zh.js
+1
-1
frontend/src/lang/zh.js
with
3 additions
and
3 deletions
+3
-3
frontend/src/lang/en.js
+
1
-
1
View file @
23f40209
...
...
@@ -832,7 +832,7 @@ export default {
edit_field
:
'
Edit Field
'
,
preview_100_data
:
'
Show 100 lines data
'
,
invalid_table_check
:
'
Please sync data first.
'
,
parse_error
:
'
Parse Error
'
,
parse_error
:
'
Parse Error
,please check
'
,
origin_field_type
:
'
Origin Type
'
,
edit_excel_table
:
'
Edit Excel Dataset
'
,
edit_excel
:
'
Edit Excel
'
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/lang/tw.js
+
1
-
1
View file @
23f40209
...
...
@@ -832,7 +832,7 @@ export default {
edit_field
:
'
編輯自斷
'
,
preview_100_data
:
'
顯示前100行數據
'
,
invalid_table_check
:
'
非直連數據集請先完成數據同步
'
,
parse_error
:
'
解析錯誤
'
,
parse_error
:
'
Excel解析錯誤,請檢查格式、字段等信息
'
,
origin_field_type
:
'
原始類型
'
,
edit_excel_table
:
'
編輯Excel數據集
'
,
edit_excel
:
'
編輯Excel
'
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/lang/zh.js
+
1
-
1
View file @
23f40209
...
...
@@ -832,7 +832,7 @@ export default {
edit_field
:
'
编辑字段
'
,
preview_100_data
:
'
显示前100行数据
'
,
invalid_table_check
:
'
非直连数据集请先完成数据同步
'
,
parse_error
:
'
解析错误
'
,
parse_error
:
'
Excel解析错误,请检查格式、字段等信息
'
,
origin_field_type
:
'
原始类型
'
,
edit_excel_table
:
'
编辑Excel数据集
'
,
edit_excel
:
'
编辑Excel
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help