diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 28b1e74f7..a1a84de59 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Failed to check if the user is an administrator.", "فشل التحقق مما إذا كان المستخدم لديه صلاحيات المسؤول."), ("Supported only in the installed version.", "مدعوم فقط في النسخة المُثبتة."), ("elevation_username_tip", "يرجى إدخال اسم مستخدم بصلاحيات المسؤول للمتابعة."), - ("Preparing for installation ...", ""), + ("Preparing for installation ...", "جارٍ التحضير للتثبيت...") ].iter().cloned().collect(); }