shahar1 commented on code in PR #51846:
URL: https://github.com/apache/airflow/pull/51846#discussion_r2154831823


##########
airflow-core/src/airflow/ui/src/i18n/locales/he/common.json:
##########
@@ -1,79 +1,271 @@
 {
   "admin": {
-    "Config": "קונפיגורציות",
+    "Config": "הגדרות",
     "Connections": "חיבורים",
     "Plugins": "תוספים",
     "Pools": "מאגר משאבים",
     "Providers": "חבילות עזר",
     "Variables": "משתנים"
   },
-  "assetEvent_one": "אירוע בנכס בודד (Asset)",
-  "assetEvent_other": "אירוע בנכס אחר (Asset)",
+  "asset_one": "נכס",
+  "asset_other": "נכסים",
+  "assetEvent_one": "אירוע נכס",
+  "assetEvent_other": "אירועי נכסים",
+  "backfill_one": "השלמה למפרע",
+  "backfill_other": "השלמות למפרע",
   "browse": {
     "auditLog": "יומן מערכת",
-    "xcoms": "(XComs) אקסקום"
+    "xcoms": "XComs"
+  },
+  "createdAssetEvent_one": "אירוע נכס שנוצר",
+  "createdAssetEvent_other": "אירועי נכס שנוצרו",
+  "dag_one": "Dag",
+  "dag_other": "Dags",
+  "dagDetails": {
+    "catchup": "השלמה אוטומטית",
+    "concurrency": "מספר הרצות מקבילות",
+    "dagRunTimeout": "זמן תפוגה להרצת Dag",
+    "defaultArgs": "פרמטרים ברירת מחדל",

Review Comment:
   Will be resloved in https://github.com/apache/airflow/pull/51888



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to