Lee-W commented on code in PR #55471:
URL: https://github.com/apache/airflow/pull/55471#discussion_r2338070094


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json:
##########
@@ -100,6 +100,12 @@
     "or": "或"
   },
   "filter": "篩選",
+  "filters": {
+    "logicalDateFrom": "從邏輯日期",
+    "logicalDateTo": "到邏輯日期",
+    "runAfterFrom": "從運行之後",
+    "runAfterTo": "到運行之後"

Review Comment:
   ```suggestion
       "runAfterFrom": "從最早可執行時間之後",
       "runAfterTo": "到最早可執行時間之前"
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -93,6 +93,12 @@
     "or": "或"
   },
   "filter": "筛选",
+  "filters": {
+    "logicalDateFrom": "从逻辑日期",
+    "logicalDateTo": "到逻辑日期",
+    "runAfterFrom": "从运行之后",
+    "runAfterTo": "到运行之后"

Review Comment:
   ```suggestion
       "runAfterTo": "到运行之前"
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -93,6 +93,12 @@
     "or": "或"
   },
   "filter": "筛选",
+  "filters": {
+    "logicalDateFrom": "从逻辑日期",
+    "logicalDateTo": "到逻辑日期",
+    "runAfterFrom": "从运行之后",
+    "runAfterTo": "到运行之后"

Review Comment:
   might need @potiuk @Fortytwoo @gyli  's confirmation on these. but can be 
done in another PR



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to