shahar1 commented on code in PR #51899:
URL: https://github.com/apache/airflow/pull/51899#discussion_r2208369353
##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json:
##########
@@ -94,35 +214,131 @@
"switchToDarkMode": "تبديل إلى الوضع الداكن",
"switchToLightMode": "تبديل إلى الوضع الفاتح",
"table": {
+ "completedAt": "اكتمل في",
+ "createdAt": "تم الإنشاء في",
"filterByTag": "تصفية الDags حسب الوسم",
"filterColumns": "تصفية أعمدة الجدول",
- "filters": {
- "filter_one": "فلتر",
- "filter_other": "فلاتر",
- "reset": "مسح الفلاتر"
- },
+ "filterReset_few": "مسح الفلاتر",
+ "filterReset_many": "مسح الفلاتر",
+ "filterReset_one": "مسح الفلتر",
+ "filterReset_other": "مسح الفلاتر",
+ "filterReset_two": "مسح الفلترين",
+ "filterReset_zero": "لا توجد فلاتر لمسحها",
+ "from": "من",
+ "maxActiveRuns": "الحد الأقصى لتشغيل النشطة",
"noTagsFound": "لم يتم العثور على وسوم",
"tagMode": {
"all": "الكل",
"any": "اي شيء"
},
- "tagPlaceholder": "تصفية حسب الوسم"
+ "tagPlaceholder": "تصفية حسب الوسم",
Review Comment:
To clarify - the English translation for this specific key is:
```
"tagPlaceholder": "Filter by tag",
```
So I'll keep it as is.
I'll remember ماسك المكان if I have to specifically use "Placeholder" in a
translation.
--
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]