0ne-stone commented on code in PR #52417:
URL: https://github.com/apache/airflow/pull/52417#discussion_r2173600773


##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json:
##########
@@ -40,7 +40,10 @@
       "standardFields": "기본 필드"
     },
     "nothingFound": {
-        "title": "연결을 찾을 수 없습니다."
+      "description": "환경 변수나 시크릿 매니저를 통해 정의된 연결은 여기에 표시되지 않습니다.",
+      "documentationLink": "자세한 내용은 Airflow 문서를 참조하세요.",
+      "learnMore": "이들은 런타임에 해결되며 UI에는 표시되지 않습니다.",

Review Comment:
   "연결"이라는 단어 보다는 "커넥션"이 개발자들에게 더 친숙한 표현인 것 같습니다.
   따라서:
   - 연결 -> 커넥션
   



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