Skip to content

Commit d4f4b8b

Browse files
committed
refactor: i18n
1 parent ca2f853 commit d4f4b8b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"AI Model Configuration": "AI Model Configuration"
77
},
88
"common": {
9+
"confirm2": "Confirm",
910
"excessive_tables_selected": "Excessive tables selected",
1011
"to_continue_saving": "The number of selected tables is 67, exceeding {msg}. This may cause the operation to time out or become unresponsive. Do you want to continue saving?",
1112
"proceed_with_caution": "Deletion is irreversible, so proceed with caution.",

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"AI Model Configuration": "模型配置"
77
},
88
"common": {
9+
"confirm2": "确定",
910
"excessive_tables_selected": "选择数据表过量",
1011
"to_continue_saving": "选择的数据表数量为:{msg},已超出30,可能会导致操作超时或者无响应,是否继续保存?",
1112
"proceed_with_caution": "删除后无法恢复,请谨慎操作。",

frontend/src/views/dashboard/editor/ChatChartSelection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
:disabled="!selectComponentCount"
5151
class="confirm-button"
5252
@click="saveMultiplexing"
53-
>{{ t('common.save') }}
53+
>{{ t('common.confirm2') }}
5454
</el-button>
5555
</el-row>
5656
</template>

0 commit comments

Comments
 (0)