fix: 数据源国际化

This commit is contained in:
taojinlong
2025-09-16 10:52:31 +08:00
committed by taojinlong
parent 0bf7614cbd
commit 364eef64f4
3 changed files with 12 additions and 0 deletions

View File

@@ -1166,6 +1166,10 @@ export default {
has_same_ds: 'There is a Datasource with the same configuration, confirm to save? ',
app_token: 'app_token',
input_app_token: 'Please enter the app_token',
doc_id: 'doc_id',
input_doc_id: 'Please enter the doc_id',
sheet_id: 'sheet_id',
input_sheet_id: 'Please select a worksheet',
table_id: 'table_id',
input_table_id: 'Please select a data table',
view_id: 'view_id',

View File

@@ -1129,6 +1129,10 @@ export default {
has_same_ds: '存在相同配置資料來源,確認保存? ',
app_token: 'app_token',
input_app_token: '請輸入app_token',
doc_id: 'doc_id',
input_doc_id: '請輸入doc_id',
sheet_id: 'sheet_id',
input_sheet_id: '請選擇工作表',
table_id: 'table_id',
input_table_id: '請選擇數據表',
view_id: 'view_id',

View File

@@ -1134,6 +1134,10 @@ export default {
has_same_ds: '存在相同配置数据源,确认保存?',
app_token: 'app_token',
input_app_token: '请输入app_token',
doc_id: 'doc_id',
input_doc_id: '请输入doc_id',
sheet_id: 'sheet_id',
input_sheet_id: '请选择工作表',
table_id: 'table_id',
input_table_id: '请选择数据表',
view_id: 'view_id',