jason810496 commented on code in PR #72615:
URL: https://github.com/apache/airflow/pull/72615#discussion_r3949903334


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json:
##########
@@ -112,6 +112,10 @@
     "file": "檔案",
     "location": "第 {{line}} 行,位於 {{name}}"
   },
+  "passwordToggle": {
+    "hide": "隱藏值",
+    "show": "顯示值"
+  },

Review Comment:
   Would it be better to keep them as verb only?
   
   ```suggestion
     "passwordToggle": {
       "hide": "隱藏",
       "show": "顯示"
     },
   ```
   
   Though I'm not sure where does these use? 



-- 
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