Update Arabic translation in ar.rs (#11934)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
Mahdi Rahimi 2025-06-03 09:01:18 +03:30 committed by GitHub
parent e0f35b9046
commit fa7770d901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -681,23 +681,23 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("remote-printing-disallowed-text-tip", "الطباعة عن بُعد غير مسموح بها على هذا الجهاز"), ("remote-printing-disallowed-text-tip", "الطباعة عن بُعد غير مسموح بها على هذا الجهاز"),
("save-settings-tip", "حفظ الإعدادات"), ("save-settings-tip", "حفظ الإعدادات"),
("dont-show-again-tip", "لا تظهر هذا مرة أخرى"), ("dont-show-again-tip", "لا تظهر هذا مرة أخرى"),
("Take screenshot", ""), ("Take screenshot", "التقاط لقطة شاشة"),
("Taking screenshot", ""), ("Taking screenshot", "جارٍ التقاط لقطة الشاشة"),
("screenshot-merged-screen-not-supported-tip", ""), ("screenshot-merged-screen-not-supported-tip", "لقطة الشاشة للشاشات المدمجة غير مدعومة"),
("screenshot-action-tip", ""), ("screenshot-action-tip", "إجراء لقطة الشاشة"),
("Save as", ""), ("Save as", "حفظ باسم"),
("Copy to clipboard", ""), ("Copy to clipboard", "نسخ إلى الحافظة"),
("Enable remote printer", ""), ("Enable remote printer", "تمكين الطابعة عن بُعد"),
("Downloading {}", ""), ("Downloading {}", "جارٍ تنزيل {}"),
("{} Update", ""), ("{} Update", "تحديث {}"),
("{}-to-update-tip", ""), ("{}-to-update-tip", "يرجى تحديث {}"),
("download-new-version-failed-tip", ""), ("download-new-version-failed-tip", "فشل في تنزيل الإصدار الجديد"),
("Auto update", ""), ("Auto update", "التحديث التلقائي"),
("update-failed-check-msi-tip", ""), ("update-failed-check-msi-tip", "فشل التحقق من طريقة التثبيت. يرجى النقر على زر 'تنزيل' من صفحة الإصدارات للترقية يدويًا."),
("websocket_tip", ""), ("websocket_tip", "يتم دعم الاتصالات عبر Relay فقط، WebSocket عند استخدام WebRelay."),
("Use WebSocket", ""), ("Use WebSocket", "استخدام WebSocket"),
("Trackpad speed", ""), ("Trackpad speed", "سرعة لوحة التتبع"),
("Default trackpad speed", ""), ("Default trackpad speed", "سرعة لوحة التتبع الافتراضية"),
("Numeric one-time password", ""), ("Numeric one-time password", "كلمة مرور رقمية لمرة واحدة"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }