From 6f4b23b40bc376d23a22f32d73eac3c1f685c50b Mon Sep 17 00:00:00 2001 From: Mahdi Rahimi <31624047+mahdirahimi1999@users.noreply.github.com> Date: Wed, 13 Aug 2025 07:56:27 +0330 Subject: [PATCH] Updated Persian translations in fa.rs (#12589) --- src/lang/fa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 44d40d1e7..548ad7e0e 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.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(); }