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


##########
airflow-core/src/airflow/ui/src/i18n/locales/ar/dags.json:
##########
@@ -0,0 +1,147 @@
+{
+  "assetSchedule": "تم تحديث {{count}} من أصل {{total}} عنصر",
+  "dagActions": {
+    "delete": {
+      "button": "حذف الـDag",
+      "warning": "سيؤدي هذا إلى إزالة جميع البيانات الوصفية المرتبطة بـالـDag، 
بما في ذلك التشغيلات والمهام."
+    },
+    "trigger": {
+      "button": "تشغيل",
+      "triggerDag": "تشغيل الـDag"
+    }
+  },
+  "filters": {
+    "paused": {
+      "active": "مفعّل",
+      "all": "الكل",
+      "paused": "متوقف"
+    }
+  },
+  "list": {
+    "advancedSearch": "بحث متقدم",
+    "clearSearch": "مسح البحث",
+    "columns": {
+      "dagId": "معرّف الـDag",
+      "lastDagRun": "آخر تشغيل لـDag",
+      "nextDagRun": "التشغيل التالي لـDag",
+      "schedule": "الجدولة",
+      "tags": "العلامات"
+    },
+    "ownerLink": "رابط المالك لـ{{owner}}",
+    "searchPlaceholder": "البحث في الـDags"
+  },
+  "runAndTaskActions": {
+    "clear": {
+      "button": "إعادة تعيين {{type}}",
+      "buttonTooltip": "اضغط shift+c لإعادة التعيين",
+      "dialog": {
+        "affectedTasks": {
+          "columns": {
+            "mapIndex": "فهرس الخريطة",
+            "runId": "معرِّف التشغيل",
+            "state": "الحالة",
+            "taskId": "معرِّف المهمة"
+          },
+          "noItemsFound": "لم يتم العثور على مهام.",
+          "title": "المهام المتأثرة: {{count}}"
+        },
+        "confirm": "تأكيد",
+        "note": {
+          "placeholder": "أضف ملاحظة...",
+          "title": "ملاحظة"
+        },
+        "options": {
+          "downstream": "المهام التابعة",
+          "existingTasks": "إعادة تعيين المهام الموجودة",
+          "future": "المستقبل",
+          "onlyFailed": "إعادة تعيين المهام الفاشلة فقط",
+          "past": "الماضي",
+          "queueNew": "إضافة مهام جديدة للانتظار",
+          "upstream": "المهام السابقة"
+        },
+        "title": "إعادة تعيين {{type}}"
+      }
+    },
+    "delete": {
+      "button": "حذف {{type}}",
+      "dialog": {
+        "resourceName": "{{type}} {{id}}",
+        "title": "حذف {{type}}",
+        "warning": "سيؤدي هذا إلى إزالة جميع البيانات الوصفية المرتبطة 
بـ{{type}}."
+      },
+      "error": "حدث خطأ أثناء حذف {{type}}",
+      "success": {
+        "description": "تم تنفيذ طلب حذف {{type}} بنجاح.",
+        "title": "{{type}} حُذف بنجاح"
+      }
+    },
+    "markAs": {
+      "button": "تمييز {{type}} كـ...",
+      "buttonTooltip": {
+        "failed": "اضغط shift+f لتمييزه كفاشل",
+        "success": "اضغط shift+s لتمييزه كناجح"
+      },
+      "dialog": {
+        "confirm": "تأكيد",
+        "options": {
+          "downstream": "المهام التابعة",
+          "future": "المهام المستقبلية",
+          "past": "المهام السابقة",
+          "upstream": "المهام السابقة"
+        },
+        "title": "تمييز {{type}} كـ {{state}}"

Review Comment:
   Same as above



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