This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c4749430a35e7bf20677598e7b6271a7e3cbd01f Author: Shahar Epstein <[email protected]> AuthorDate: Wed Sep 10 14:10:52 2025 +0300 Complete Hebrew translation 2025-09-09 (#55383) Apply suggestions from code review (cherry picked from commit c14351864551a97bd93be2c4442cf81dab46bd8a) --- airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json | 2 +- airflow-core/src/airflow/ui/public/i18n/locales/he/common.json | 4 +++- airflow-core/src/airflow/ui/public/i18n/locales/he/dag.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json index 5024088b35c..079b7b1b65c 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/admin.json @@ -147,7 +147,7 @@ "import": { "button": "ייבא", "conflictResolution": "בחר מנגנון ליישוב קונפליקט משתנים", - "errorParsingJsonFile": "שגיאה בפירסור קובץ JSON: העלה קובץ JSON המכיל משתנים (לדוגמה, {\"key\": \"value\", ...}).", + "errorParsingJsonFile": "שגיאה בניתוח קובץ JSON: העלה קובץ JSON המכיל משתנים (לדוגמה, {\"key\": \"value\", ...}).", "options": { "fail": { "description": "הכשלת הייבוא אם מזוהים משתנים קיימים.", diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json index 85a434bc5b9..d0e747fef4b 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json @@ -44,6 +44,7 @@ "fileLocation": "מיקום קובץ", "hasTaskConcurrencyLimits": "מגבלות על משימות במקביל", "lastExpired": "פג תוקף לאחרונה", + "lastParseDuration": "משך זמן הניתוח האחרון", "lastParsed": "ניתוח אחרון", "latestDagVersion": "גרסת Dag אחרונה", "latestRun": "ריצה אחרונה", @@ -113,7 +114,8 @@ "runAfterFromPlaceholder": "ריצה לאחר (מתאריך)", "runAfterToPlaceholder": "ריצה לאחר (עד תאריך)", "runIdPlaceholder": "סנן לפי מזהה ריצה", - "taskIdPlaceholder": "סנן לפי מזהה משימה" + "taskIdPlaceholder": "סנן לפי מזהה משימה", + "triggeringUserPlaceholder": "סנן לפי משתמש מפעיל" }, "logicalDate": "תאריך לוגי", "logout": "התנתק", diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/dag.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/dag.json index e110a798f6b..33d8cf62129 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/dag.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/dag.json @@ -35,7 +35,8 @@ "code": { "bundleUrl": "כתובת החבילה", "noCode": "לא נמצא קוד", - "parsedAt": "נקרא בשעה:" + "parseDuration": "משך זמן הניתוח:", + "parsedAt": "נותח בשעה:" }, "extraLinks": "קישורים נוספים", "grid": {
