From bb4577a235b7df963806a8dce512c35c5e400f2f Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:18:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 53 +++++++++++++++++++++++++++++++++++++++++ frontend/src/lang/tw.js | 53 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 2f0e7bf2dd..430f478f27 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -467,6 +467,59 @@ export default { cancel: 'Cancel', confirm: 'Confirm' }, + deDataset: { + search_by_name: 'Search by name', + new_folder: 'New Folder', + search_fields: 'Search Fields', + show_rows: 'Show Rows', + display: 'display', + that_s_ok: 'row', + restricted_objects: 'Restricted Objects', + select_data_source: 'Select Data Source', + by_table_name: 'Search by table name', + run_a_query: 'run a query', + running_results: 'Running results', + parameter_type: 'Parameter Type', + run_failed: 'Run failed', + select_data_table: 'Select Data Table', + in_the_file: 'Merged cells cannot exist in the file', + or_date_type: 'The first line of the file is the header line, which cannot be empty or date type', + is_within_500m: 'Please ensure the size of Excel file is within 500M', + upload_data: 'Upload data', + excel_data_first: 'Please upload Excel data first', + is_currently_available: 'No data table is currently available', + sure_to_synchronize: 'Synchronizing fields may cause changes to the edited fields. Are you sure to synchronize?', + folder_name: 'Folder Name', + folder: 'Folder', + edit_folder: 'Edit Folder', + new_folder: 'New Folder', + name_already_exists: 'Folder name already exists', + data_preview: 'Data preview', + original_name: 'Original Name', + database: 'database', + selected: 'Selected:', + zhang_biao: 'Zhang Biao', + no_dataset_click: 'No dataset, click', + newly_build: 'newly build', + new_folder_first: 'Please create a new folder first', + on_the_left: 'Please select a dataset on the left', + expression_syntax_error: 'Field expression syntax error', + create_dashboard: 'Create Dashboard', + cannot_be_empty: 'SQL cannot be empty', + to_run_query: 'Click to run query', + the_running_results: 'You can view the running results', + data_reference: 'Data Reference', + want_to_replace: 'Replacement may affect custom dataset, associated dataset, dashboard, etc. Do you want to replace?', + replace_the_data: 'Are you sure to replace the data?', + append_successfully: 'Append successfully', + already_exists: 'Dataset name already exists', + edit_dataset: 'Edit Dataset', + convert_to_indicator: 'Convert to Indicator', + convert_to_dimension: 'Convert to Dimension', + left_to_edit: 'Select the data table on the left to edit', + cannot_be_duplicate: 'The dataset name cannot be duplicate', + set_saved_successfully: 'Data set saved successfully' + }, detabs: { eidttitle: 'Edit Title', selectview: 'Select View', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 7c6f059a92..e35635ee31 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -467,6 +467,59 @@ export default { cancel: '取 消', confirm: '確 定' }, + deDataset: { + search_by_name: '通過名稱蒐索', + new_folder: '新建資料夾', + search_fields: '蒐索欄位', + show_rows: '顯示行數', + display: '顯示', + that_s_ok: '行', + restricted_objects: '受限對象', + select_data_source: '選擇資料來源', + by_table_name: '通過錶名稱蒐索', + run_a_query: '運行査詢', + running_results: '運行結果', + parameter_type: '參數類型', + run_failed: '運行失敗', + select_data_table: '選擇資料表', + in_the_file: '檔案中不能存在合併儲存格', + or_date_type: '檔案的第一行為標題行,不能為空,不能為日期型', + is_within_500m: 'Excel文件大小請確保在500M以內', + upload_data: '上傳數據', + excel_data_first: '請先上傳Excel數據', + is_currently_available: '當前無可用的資料表', + sure_to_synchronize: '同步欄位可能導致已編輯欄位發生變更,確定同步?', + folder_name: '資料夾名稱', + folder: '所屬資料夾', + edit_folder: '編輯資料夾', + new_folder: '新建資料夾', + name_already_exists: '資料夾名稱已存在', + data_preview: '數據預覽', + original_name: '原始名稱', + database: '資料庫', + selected: '已選:', + zhang_biao: '張錶', + no_dataset_click: '暫無數据集,點擊', + newly_build: '新建', + new_folder_first: '請先新建資料夾', + on_the_left: '請在左側選擇數据集', + expression_syntax_error: '欄位運算式語法錯誤', + create_dashboard: '創建儀錶板', + cannot_be_empty: 'SQL不能為空', + to_run_query: '點擊運行査詢', + the_running_results: '即可查看運行結果', + data_reference: '數據參攷', + want_to_replace: '替換可能會影響自定義數据集、關聯數据集、儀錶板等,是否替換?', + replace_the_data: '確定替換數據嗎?', + append_successfully: '追加成功', + already_exists: '數据集名稱已存在', + edit_dataset: '編輯數据集', + convert_to_indicator: '轉換為名額', + convert_to_dimension: '轉換為維度', + left_to_edit: '選中左側的資料表可進行編輯', + cannot_be_duplicate: '數据集名稱不允許重複', + set_saved_successfully: '數据集保存成功' + }, detabs: { eidttitle: '編輯標題', selectview: '選擇視圖',