Updated Persian translations in fa.rs (#12802)

This commit is contained in:
Mahdi Rahimi 2025-09-06 07:39:58 +03:30 committed by GitHub
parent 4080907d2b
commit f933f46283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "فقط در نسخه نصب‌شده پشتیبانی می‌شود."),
("elevation_username_tip", "لطفاً نام کاربری مدیریتی را برای ارتقاء دسترسی وارد کنید."),
("Preparing for installation ...", "در حال آماده‌سازی برای نصب..."),
("Show my cursor", ""),
("Show my cursor", "نمایش نشانگر من"),
].iter().cloned().collect();
}