From 9826c4e94363889cd48c5728898de0660cab0968 Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Sun, 12 Oct 2025 10:25:51 +0330 Subject: [PATCH] Update Arabic translation in ar.rs (#13144) --- src/lang/ar.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 6ba74e5a5..cd241dce3 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -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(); }