mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 数据源国际化
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user