kgw7401 commented on code in PR #52417:
URL: https://github.com/apache/airflow/pull/52417#discussion_r2173573431
##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json:
##########
@@ -40,7 +40,10 @@
"standardFields": "기본 필드"
},
"nothingFound": {
- "title": "연결을 찾을 수 없습니다."
+ "description": "환경 변수나 시크릿 매니저를 통해 정의된 연결은 여기에 표시되지 않습니다.",
+ "documentationLink": "자세한 내용은 Airflow 문서를 참조하세요.",
Review Comment:
참조 -> 참고
##########
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:
이러한 연결은 런타임 시점에 해결되며 UI에는 표시되지 않습니다
--
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]