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


##########
airflow-core/src/airflow/ui/src/i18n/locales/he/dashboard.json:
##########
@@ -0,0 +1,38 @@
+{
+  "welcome": "ברוכים הבאים",
+  "stats": {
+    "stats": "סטטיסטיקות",
+    "failedDags": "בכשלון Dags",
+    "runningDags": "בריצה Dags",
+    "activeDags": "פעיל Dags",
+    "queuedDags": "Dags בתור"
+  },
+  "health": {
+    "health": "תקינות",
+    "metaDatabase": "מטא מסד-נתונים",
+    "scheduler": "מתזמן",
+    "triggerer": "Triggerer",
+    "dagProcessor": "Dag מנתח",
+    "status": "סטאטוס",
+    "lastHeartbeat": "פעימה אחרונה",
+    "healthy": "תקין",
+    "unhealthy": "לא תקין"
+  },
+  "importErrors": {
+    "searchByFile": "חפש לפי קובץ",
+    "dagImportError_one": "שגיאות בטעינת Dag",
+    "dagImportError_other": "שגיאות בטעינת Dags",
+    "timestamp": "חותמת זמן"
+  },
+  "poolSlots": "Pool סטאטוס",
+  "managePools": "Pools ניהול",
+  "history": "היסטוריה",
+  "sortBy": {
+    "newestFirst": "חדש קודם",
+    "oldestFirst": "ישן קודם"
+  },
+  "source": "מקור",
+  "group": "קבוצה",
+  "uri": "כתובת",

Review Comment:
   ```suggestion
     "uri": "URI",
   ```
   
   I think that it's better to keep in the original abbreviation, because it 
has a broader meaning than address (Unique Resource Identifier).



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