1wos commented on code in PR #61762:
URL: https://github.com/apache/airflow/pull/61762#discussion_r2793600878
##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json:
##########
@@ -80,6 +81,23 @@
"formActions": {
"save": "저장"
},
+ "jobs": {
+ "columns": {
+ "executorClass": "실행기 클래스",
+ "hostname": "호스트 이름",
+ "id": "ID",
+ "jobType": "Job 유형",
+ "latestHeartbeat": "최신 Heartbeat",
+ "unixname": "유닉스 이름"
+ },
+ "filters": {
+ "allStates": "모든 상태",
+ "allTypes": "모든 유형",
+ "dagProcessorJob": "DagProcessorJob",
+ "schedulerJob": "SchedulerJob",
+ "triggererJob": "TriggererJob"
Review Comment:
Thank you for the review and the helpful suggestion!
I've updated the translations to follow the existing transliteration
convention.
--
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]