Update Arabic translation in ar.rs

This commit is contained in:
Mahdi 2025-05-31 00:07:33 +03:30
parent 90cb0ee56d
commit c1ea3c86bd

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();
} }