Update Arabic translation in ar.rs (#12588)

This commit is contained in:
Mahdi Rahimi
2025-08-13 07:56:17 +03:30
committed by GitHub
parent dc86db5206
commit 4e82766ba4

View File

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