shahar1 commented on code in PR #67918:
URL: https://github.com/apache/airflow/pull/67918#discussion_r3343952801
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json:
##########
@@ -83,6 +84,23 @@
"formActions": {
"save": "שמור"
},
+ "jobs": {
+ "columns": {
+ "executorClass": "מחלקת מבצע",
+ "hostname": "שם מארח",
+ "id": "מזהה",
+ "jobType": "סוג עבודה",
+ "latestHeartbeat": "עדכון חיים אחרון",
+ "unixname": "שם Unix"
+ },
+ "filters": {
+ "allStates": "כל המצבים",
+ "allTypes": "כל הסוגים",
+ "dagProcessorJob": "DagProcessorJob",
+ "schedulerJob": "SchedulerJob",
+ "triggererJob": "TriggererJob"
Review Comment:
It seems that these shouldn't have been translation strings in the first
place...
--
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]