Update Arabic translation in ar.rs (#13144)

This commit is contained in:
Mahdi Rahimi 2025-10-12 10:25:51 +03:30 committed by GitHub
parent bb9445bd0f
commit 9826c4e943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -710,14 +710,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevation_username_tip", "يرجى إدخال اسم مستخدم بصلاحيات المسؤول للمتابعة."),
("Preparing for installation ...", "جارٍ التحضير للتثبيت..."),
("Show my cursor", "إظهار المؤشر الخاص بي"),
("Scale custom", ""),
("Custom scale slider", ""),
("Decrease", ""),
("Increase", ""),
("Show virtual mouse", ""),
("Virtual mouse size", ""),
("Small", ""),
("Large", ""),
("Show virtual joystick", ""),
("Scale custom", "مقياس مخصص"),
("Custom scale slider", "شريط تمرير المقياس المخصص"),
("Decrease", "تصغير"),
("Increase", "تكبير"),
("Show virtual mouse", "إظهار الفأرة الافتراضية"),
("Virtual mouse size", "حجم الفأرة الافتراضية"),
("Small", "صغير"),
("Large", "كبير"),
("Show virtual joystick", "إظهار عصا التحكم الافتراضية"),
].iter().cloned().collect();
}