Skip to content

Commit bbf20c2

Browse files
committed
fix: i18n
1 parent 19e41fe commit bbf20c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"no_data_tip": "No data, select a table from left",
6868
"comment": "Comment",
6969
"table_schema": "Table Schema",
70-
"preview": "Preview",
70+
"previous": "Previous",
7171
"preview_tip": "Preview 100 items",
7272
"field": {
7373
"name": "Name",

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"no_data_tip": "暂无数据,请从左侧选择数据表",
6868
"comment": "注释",
6969
"table_schema": "表结构",
70-
"preview": "预览",
70+
"previous": "上一步",
7171
"preview_tip": "预览100条数据",
7272
"field": {
7373
"name": "字段名",

frontend/src/views/ds/form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
{{ t('common.next') }}
139139
</el-button>
140140
<el-button v-show="active === 1 && isCreate" @click="preview">
141-
{{ t('ds.preview') }}
141+
{{ t('ds.previous') }}
142142
</el-button>
143143
<el-button
144144
v-show="active === 1 || !isCreate"

0 commit comments

Comments
 (0)