This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c3b19f84d26 Complete i18n assets.json in Hebrew (#51743)
c3b19f84d26 is described below

commit c3b19f84d2632ba61567862735a5fe6e4db7429c
Author: Shahar Epstein <[email protected]>
AuthorDate: Sat Jun 14 22:41:28 2025 +0300

    Complete i18n assets.json in Hebrew (#51743)
---
 airflow-core/src/airflow/ui/src/i18n/locales/he/assets.json | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/airflow-core/src/airflow/ui/src/i18n/locales/he/assets.json 
b/airflow-core/src/airflow/ui/src/i18n/locales/he/assets.json
index bcf82ce49cd..aad80cc4a4c 100644
--- a/airflow-core/src/airflow/ui/src/i18n/locales/he/assets.json
+++ b/airflow-core/src/airflow/ui/src/i18n/locales/he/assets.json
@@ -10,17 +10,20 @@
     "materialize": {
       "description": "הפעלת ה-Dag שנמצא במעלה הזרם של נכס זה",
       "descriptionWithDag": "הפעלת ה-Dag שנמצא במעלה הזרם של נכס זה: 
{{dagName}}",
-      "label": "Materialize",
+      "label": "מימוש",
       "unpauseDag": "בטל השהייה של {{dagName}} בהפעלה"
     },
     "success": {
       "manualDescription": "יצירה ידנית של אירוע בנכס הושלמה בהצלחה.",
       "manualTitle": "אירוע בנכס נוצר",
       "materializeDescription": "Dag {{dagId}} במעלה הזרם הופעל בהצלחה.",
-      "materializeTitle": "מממש Materialize לנכס"
+      "materializeTitle": "מבצע מימוש לנכס"
     },
     "title": "יצירת אירוע בנכס עבור {{name}}"
   },
   "group": "קבוצה",
-  "lastAssetEvent": "אירוע אחרון בנכס"
+  "lastAssetEvent": "אירוע אחרון בנכס",
+  "name": "שם",
+  "producingTasks": "מייצר משימות",
+  "searchPlaceholder": "חיפוש נכסים"
 }

Reply via email to