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

View File

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