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 9e944a46caf Complete Hebrew translation gaps 2025-08-16 (#54570) 9e944a46caf is described below commit 9e944a46caff7f6e037aa0c478cccabedd5df94e Author: Shahar Epstein <60007259+shah...@users.noreply.github.com> AuthorDate: Sat Aug 16 12:08:32 2025 +0300 Complete Hebrew translation gaps 2025-08-16 (#54570) --- .../src/airflow/ui/public/i18n/locales/he/common.json | 12 ++++++++++++ airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 f28c263b2ae..5e2499f70c7 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 @@ -92,6 +92,17 @@ "any": "כלשהו", "or": "או" }, + "filters": { + "dagDisplayNamePlaceholder": "סנן לפי Dag", + "keyPlaceholder": "סנן לפי מפתח XCom", + "logicalDateFromPlaceholder": "תאריך לוגי מ-", + "logicalDateToPlaceholder": "תאריך לוגי עד", + "mapIndexPlaceholder": "סנן לפי אינדקס מיפוי", + "runAfterFromPlaceholder": "זמן הרצה מוקדם ביותר מ-", + "runAfterToPlaceholder": "זמן הרצה מוקדם ביותר עד", + "runIdPlaceholder": "סנן לפי מזהה הרצה", + "taskIdPlaceholder": "סנן לפי מזהה משימה" + }, "logicalDate": "תאריך לוגי", "logout": "התנתק", "logoutConfirmation": "האם אתה בטוח שברצונך להתנתק?", @@ -208,6 +219,7 @@ }, "task_one": "משימה", "task_other": "משימות", + "taskGroup": "קבוצת משימות", "taskId": "מזהה משימה", "taskInstance": { "dagVersion": "גרסת Dag", diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json index aa20fd7ca1f..201abf32852 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json @@ -19,5 +19,6 @@ "rejectionReceived": "הדחייה התקבלה", "responseReceived": "התגובה התקבלה", "responseRequired": "נדרשת תגובה" - } + }, + "subject": "נושא" }