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 e0820bdbaca Complete Arabic translation gaps 2025-08-16 (#54571)
e0820bdbaca is described below
commit e0820bdbaca93388edee49c01c058fa1ebbaedf0
Author: Shahar Epstein <[email protected]>
AuthorDate: Mon Aug 18 22:09:39 2025 +0300
Complete Arabic translation gaps 2025-08-16 (#54571)
---
.../src/airflow/ui/public/i18n/locales/ar/common.json | 12 ++++++++++++
airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json | 3 ++-
2 files changed, 14 insertions(+), 1 deletion(-)
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 09f41b97402..24ada7022f2 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
@@ -116,6 +116,17 @@
"any": "أي",
"or": "أو"
},
+ "filters": {
+ "dagDisplayNamePlaceholder": "تصفية حسب الDag",
+ "keyPlaceholder": "تصفية حسب مفتاح XCom",
+ "logicalDateFromPlaceholder": "من التاريخ المنطقي",
+ "logicalDateToPlaceholder": "إلى التاريخ المنطقي",
+ "mapIndexPlaceholder": "تصفية حسب فهرس الخريطة",
+ "runAfterFromPlaceholder": "من تشغيل بعد",
+ "runAfterToPlaceholder": "إلى تشغيل بعد",
+ "runIdPlaceholder": "تصفية حسب معرف التشغيل",
+ "taskIdPlaceholder": "تصفية حسب معرف المهمة"
+ },
"logicalDate": "التاريخ المنطقي",
"logout": "تسجيل الخروج",
"logoutConfirmation": "أنت على وشك تسجيل الخروج.",
@@ -248,6 +259,7 @@
"task_other": "مهام",
"task_two": "مهمتان",
"task_zero": "لا يوجد أي مهمة",
+ "taskGroup": "مجموعة المهام",
"taskId": "معرف المهمة",
"taskInstance": {
"dagVersion": "إصدار الDag",
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 529387f85a1..ff03b5cf9e1 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
@@ -23,5 +23,6 @@
"rejectionReceived": "تم استلام الرفض",
"responseReceived": "تم استلام الاستجابة",
"responseRequired": "تتطلب استجابة"
- }
+ },
+ "subject": "الموضوع"
}