onestn commented on code in PR #61762:
URL: https://github.com/apache/airflow/pull/61762#discussion_r2793442231


##########
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:
   Agreed. Since prior translations already follow this approach, it makes 
sense to stay consistent for now until we revisit the overall convention.
   
   @1wos Also, thanks for volunteering and contributing to the Korean 
translation! Much appreciated.



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