choo121600 commented on code in PR #61762:
URL: https://github.com/apache/airflow/pull/61762#discussion_r2792302006
##########
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:
This section is currently in English. Would it be better to translate it
into Korean?
I’ve also been thinking about our translation guidelines and would
appreciate your thoughts on this.
So far, I’ve been transliterating terms like “triggerer” (e.g., “트리거러”) for
consistency.
--
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]