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


##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json:
##########
@@ -7,32 +7,117 @@
     "Providers": "حُزم",
     "Variables": "متغيرات"
   },
+  "asset_few": "واقعة",
+  "asset_many": "واقعات",
   "asset_one": "واقعة",
   "asset_other": "واقعات",
+  "asset_two": "واقعتان",
+  "asset_zero": "لا توجد واقعات",
+  "assetEvent_few": "واقعة اصل",
+  "assetEvent_many": "واقعات اصل",
   "assetEvent_one": "واقعة اصل",
   "assetEvent_other": "واقعات اصل",
+  "assetEvent_two": "واقعتان اصل",
+  "assetEvent_zero": "لا توجد واقعات اصل",
+  "backfill_few": "إعادة ملء",
+  "backfill_many": "إعادات ملء",
   "backfill_one": "إعادة ملء",
   "backfill_other": "إعادات ملء",
+  "backfill_two": "إعادتان ملء",
+  "backfill_zero": "لا توجد إعادات ملء",
   "browse": {
     "auditLog": "سجل المراجعة",
     "xcoms": "(XComs) إكس كوم"
   },
+  "collapseDetailsPanel": "طي لوحة التفاصيل",
+  "createdAssetEvent_few": "تم إنشاء واقعات اصل",
+  "createdAssetEvent_many": "تم إنشاء واقعات اصل",
   "createdAssetEvent_one": "تم إنشاء واقعة اصل",
   "createdAssetEvent_other": "تم إنشاء واقعات اصل",
+  "createdAssetEvent_two": "تم إنشاء واقعتان اصل",
+  "createdAssetEvent_zero": "لم يتم إنشاء واقعات اصل",
+  "dag_few": "Dag",
+  "dag_many": "Dags",
   "dag_one": "Dag",
   "dag_other": "Dags",
-  "dagRun_one": "مثيل تشغيل لDAG",
+  "dag_two": "اثنان Dag",
+  "dag_zero": "لا توجد Dags",

Review Comment:
   There's the rule for non-human plural nouns - is there an exception for 
foreign terms?



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