Lee-W commented on code in PR #51558: URL: https://github.com/apache/airflow/pull/51558#discussion_r2139517689
########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/assets.json: ########## @@ -0,0 +1,10 @@ +{ + "columns": { + "consumingDags": "消費 Dags", Review Comment: ```suggestion "consumingDags": "消費者 Dags", ``` ########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/admin.json: ########## @@ -0,0 +1,149 @@ +{ + "columns":{ + "description": "描述", + "key": "鍵", + "name": "名稱", + "value": "值" + }, + "config":{ + "columns":{ + "section": "區段" + }, + "title": "Airflow 設定" + }, + "connections":{ + "add":"新增連線", + "columns":{ + "connectionId": "連線 ID", + "connectionType": "連線類型", + "host": "主機", + "port": "埠" + }, + "delete":{ + "deleteConnection_one": "刪除1個連線", + "deleteConnection_other": "刪除 {{count}} 個連線", + "firstConfirmMessage_one": "您即將刪除以下連線:", + "firstConfirmMessage_other": "您即將刪除以下連線:", + "title": "刪除連線" + }, + "edit": "編輯連線", + "form":{ + "connectionIdRequired": "連線 ID 是必填的", + "connectionIdRequirement": "連線 ID 不能只包含空格", + "connectionTypeRequired": "連線類型是必填的", + "extraFields": "額外欄位", + "extraFieldsJson": "額外欄位 JSON", + "helperText": "找不到連線類型?請確保您已安裝對應的 Airflow Providers 套件。", + "selectConnectionType": "選擇連線類型", + "standardFields": "標準欄位" + }, + "noRowMessage": "找不到連線", + "searchPlaceholder": "搜尋連線", + "standardFields":{ + "Description": "描述", + "Host": "主機", + "Login": "登入", + "Password": "密碼", + "Port": "埠", + "Schema": "資料庫結構(Schema)" + }, + "test": "測試連線", + "testDisabled": "測試連線功能已停用。請聯繫管理員以啟用。" + }, + "deleteActions":{ + "button": "刪除", + "modal":{ + "confirmButton": "確定刪除", + "secondConfirmMessage": "此動作無法復原。", + "thirdConfirmMessage": "您確定要繼續嗎?" + }, + "selected": "已選取" + }, + "formActions":{ + "reset": "重置", + "save": "儲存" + }, + "plugins": { + "columns": { + "source": "來源" + }, + "importError_one": "外掛匯入錯誤", + "importError_other": "外掛匯入錯誤", + "searchPlaceholder": "搜尋檔案" + }, + "pools": { + "add": "新增資源池", + "deferredSlotsIncluded": "包含延後任務", + "delete":{ + "title": "刪除資源池", + "warning": "這將刪除所有與此資源池相關的系統資料,可能會影響使用此資源池的任務。" + }, + "edit": "編輯資源池", + "form": { + "checkbox": "計算可用資源池配額時,將包含延後的任務", + "description": "描述", + "includeDeferred": "包含延後任務", + "nameMaxLength": "名稱最多只能包含 256 個字元", + "nameRequired": "名稱是必填的", + "slots": "配額" + }, + "noPoolsFound": "找不到資源池", + "searchPlaceholder": "搜尋資源池", + "sort": { + "asc": "名稱 (A-Z)", + "desc": "名稱 (Z-A)", + "placeholder": "排序方式" + } + }, + "providers": { + "columns": { + "packageName": "套件名稱", + "version": "版本" + } + }, + "variables": { + "add": "新增變數", + "columns": { + "isEncrypted": "是否加密" + }, + "delete": { + "deleteVariable_one": "刪除1個變數", Review Comment: ```suggestion "deleteVariable_one": "刪除 1 個變數", ``` ########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json: ########## @@ -25,6 +27,18 @@ "githubRepo": "GitHub 倉庫", "restApiReference": "REST API 參考" }, + "duration": { + "label": "持續時間", + "seconds": "{{count}}秒" Review Comment: ```suggestion "seconds": "{{count}} 秒" ``` ########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/admin.json: ########## @@ -0,0 +1,149 @@ +{ + "columns":{ + "description": "描述", + "key": "鍵", + "name": "名稱", + "value": "值" + }, + "config":{ + "columns":{ + "section": "區段" + }, + "title": "Airflow 設定" + }, + "connections":{ + "add":"新增連線", + "columns":{ + "connectionId": "連線 ID", + "connectionType": "連線類型", + "host": "主機", + "port": "埠" + }, + "delete":{ + "deleteConnection_one": "刪除1個連線", Review Comment: ```suggestion "deleteConnection_one": "刪除 1 個連線", ``` ########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/admin.json: ########## @@ -0,0 +1,149 @@ +{ + "columns":{ + "description": "描述", + "key": "鍵", + "name": "名稱", + "value": "值" + }, + "config":{ + "columns":{ + "section": "區段" + }, + "title": "Airflow 設定" + }, + "connections":{ + "add":"新增連線", + "columns":{ + "connectionId": "連線 ID", + "connectionType": "連線類型", + "host": "主機", + "port": "埠" + }, + "delete":{ + "deleteConnection_one": "刪除1個連線", + "deleteConnection_other": "刪除 {{count}} 個連線", + "firstConfirmMessage_one": "您即將刪除以下連線:", + "firstConfirmMessage_other": "您即將刪除以下連線:", + "title": "刪除連線" + }, + "edit": "編輯連線", + "form":{ + "connectionIdRequired": "連線 ID 是必填的", + "connectionIdRequirement": "連線 ID 不能只包含空格", + "connectionTypeRequired": "連線類型是必填的", + "extraFields": "額外欄位", + "extraFieldsJson": "額外欄位 JSON", + "helperText": "找不到連線類型?請確保您已安裝對應的 Airflow Providers 套件。", + "selectConnectionType": "選擇連線類型", + "standardFields": "標準欄位" + }, + "noRowMessage": "找不到連線", + "searchPlaceholder": "搜尋連線", + "standardFields":{ + "Description": "描述", + "Host": "主機", + "Login": "登入", + "Password": "密碼", + "Port": "埠", + "Schema": "資料庫結構(Schema)" Review Comment: ```suggestion "Schema": "資料庫結構 (Schema)" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org