Updated Persian translations in fa.rs (#12589)

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

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();
} }