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