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 6b2d5f2db03 Complete Arabic gaps 2025-09-01 (#55124)
6b2d5f2db03 is described below

commit 6b2d5f2db0356e72d2449cf4a2ebabc58786c48d
Author: Shahar Epstein <[email protected]>
AuthorDate: Mon Sep 1 23:25:12 2025 +0300

    Complete Arabic gaps 2025-09-01 (#55124)
---
 .../airflow/ui/public/i18n/locales/ar/browse.json  |  3 ++
 .../airflow/ui/public/i18n/locales/ar/common.json  |  2 ++
 .../src/airflow/ui/public/i18n/locales/ar/dag.json | 35 ++++++++++++++++++++--
 .../airflow/ui/public/i18n/locales/ar/hitl.json    |  7 +++++
 .../airflow/ui/public/i18n/locales/ar/tasks.json   | 10 +++++++
 5 files changed, 54 insertions(+), 3 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
index 775230d598c..f283c52b35a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
@@ -10,6 +10,9 @@
       "user": "مستخدم",
       "when": "متى"
     },
+    "filters": {
+      "eventType": "نوع الأصل"
+    },
     "title": "سجل المراجعة"
   },
   "xcom": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
index a83ce12bfff..8b8267a6108 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
@@ -7,6 +7,7 @@
     "Providers": "حُزم",
     "Variables": "متغيرات"
   },
+  "allOperators": "جميع المُشغِّلات",
   "asset_few": "أصول",
   "asset_many": "أصول",
   "asset_one": "أصل",
@@ -212,6 +213,7 @@
     "failed": "فشِل",
     "no_status": "بلا حالة",
     "none": "لا شيء",
+    "planned": "مخطط",
     "queued": "في الانتظار",
     "removed": "محذوف",
     "restarting": "إعادة التشغيل",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ar/dag.json
index 3a9483a3faa..8abed4c18f5 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/dag.json
@@ -5,6 +5,33 @@
     "reason": "السبب",
     "title": "التبعيات التي تمنع جدولة المهمة"
   },
+  "calendar": {
+    "daily": "يومي",
+    "hourly": "ساعي",
+    "legend": {
+      "less": "أقل",
+      "more": "أكثر"
+    },
+    "navigation": {
+      "nextMonth": "الشهر التالي",
+      "nextYear": "السنة التالية",
+      "previousMonth": "الشهر السابق",
+      "previousYear": "السنة السابقة"
+    },
+    "noData": "لا توجد بيانات متاحة",
+    "noRuns": "لا توجد تشغيلات",
+    "totalRuns": "إجمالي التشغيلات",
+    "week": "الأسبوع {{weekNumber}}",
+    "weekdays": {
+      "friday": "الجمعة",
+      "monday": "الاثنين",
+      "saturday": "السبت",
+      "sunday": "الأحد",
+      "thursday": "الخميس",
+      "tuesday": "الثلاثاء",
+      "wednesday": "الأربعاء"
+    }
+  },
   "code": {
     "bundleUrl": "حزمة URL",
     "noCode": "'لا توجد 'كود",
@@ -35,7 +62,7 @@
     },
     "info": "معلومات",
     "noTryNumber": "لا يوجد رقم محاولة",
-    "settings": "سجل الاعدادات",
+    "settings": "سجل الإعدادات",
     "viewInExternal": "عرض السجلات في {{name}} (المحاولة {{attempt}})",
     "warning": "تحذير"
   },
@@ -80,8 +107,9 @@
   "panel": {
     "buttons": {
       "options": "خيارات",
-      "showGraph": "عرض الرسم البياني",
-      "showGrid": "عرض الشبكة"
+      "showGantt": "عرض مخطط غانت",
+      "showGraphShortcut": "عرض الرسم البياني (اضغط g)",
+      "showGridShortcut": "عرض الشبكة (اضغط g)"
     },
     "dagRuns": {
       "label": "عدد تشغيلات Dag"
@@ -116,6 +144,7 @@
     "assetEvents": "أحداث الأصول",
     "auditLog": "سجل التدقيق",
     "backfills": "التعبئة الرجعية",
+    "calendar": "التقويم",
     "code": "الكود",
     "details": "التفاصيل",
     "logs": "السجلات",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json
index ff03b5cf9e1..5bc6b11148c 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json
@@ -1,4 +1,11 @@
 {
+  "filters": {
+    "response": {
+      "all": "الكل",
+      "pending": "قيد الانتظار",
+      "received": "تمت المراجعة"
+    }
+  },
   "requiredAction_few": "إجراءات مطلوبة",
   "requiredAction_many": "لإجراءات مطلوبة",
   "requiredAction_one": "إجراء مطلوب",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/tasks.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ar/tasks.json
new file mode 100644
index 00000000000..4874addd0df
--- /dev/null
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/tasks.json
@@ -0,0 +1,10 @@
+{
+  "mapped": "مُوزَّع",
+  "notMapped": "غير مُوزَّع",
+  "retries": "إعادات المحاولة",
+  "searchTasks": "البحث عن المهام",
+  "selectMapped": "اختيار المُوزَّع",
+  "selectOperator": "اختيار المُشغِّلات",
+  "selectRetryValues": "اختيار قيم إعادة المحاولة",
+  "selectTriggerRules": "اختيار احكام التشغيل"
+}

Reply via email to