shahar1 commented on code in PR #51258:
URL: https://github.com/apache/airflow/pull/51258#discussion_r2132500318
##########
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}}",
Review Comment:
I had some hesitation about this one when translating it, so it would not be
interpreted as "Delete".
Now that you bring this up, I've realized that you can't actually "delete"
Dag runs or Task Instances (unlike Dag entities), so I'm ok with it :)
--
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]