RoyLee1224 commented on code in PR #51558: URL: https://github.com/apache/airflow/pull/51558#discussion_r2138158470
########## airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/admin.json: ########## @@ -0,0 +1,146 @@ +{ + "columns":{ + "description": "描述", + "key": "鍵", + "name": "名稱", + "value": "值" + }, + "config":{ + "columns":{ + "section": "區段" + }, + "title": "Airflow 設定" + }, + "connections":{ + "add":"新增連線", + "columns":{ + "connectionId": "連線 ID", + "connectionType": "連線類型", + "host": "主機", + "port": "埠" + }, + "delete":{ + "deleteConnection_one": "刪除 {{count}} 個連線", Review Comment: Oh you're right, let me fix it. Thanks for the feedback. -- 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