Updated Persian translations in fa.rs (#12450)

This commit is contained in:
Mahdi Rahimi
2025-07-30 08:43:28 +03:30
committed by GitHub
parent d9674a2d77
commit d55b98b187

View File

@@ -702,13 +702,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable terminal", "فعال‌سازی ترمینال"),
("New tab", "زبانه جدید"),
("Keep terminal sessions on disconnect", "حفظ جلسات ترمینال پس از قطع اتصال"),
("Terminal (Run as administrator)", ""),
("terminal-admin-login-tip", ""),
("Failed to get user token.", ""),
("Incorrect username or password.", ""),
("The user is not an administrator.", ""),
("Failed to check if the user is an administrator.", ""),
("Supported only in the installed version.", ""),
("elevation_username_tip", ""),
("Terminal (Run as administrator)", "ترمینال (اجرای به عنوان مدیر سیستم)"),
("terminal-admin-login-tip", "برای اجرای ترمینال به‌عنوان مدیر، نام کاربری و رمز عبور مدیر سیستم را وارد کنید."),
("Failed to get user token.", "دریافت توکن کاربر ناموفق بود."),
("Incorrect username or password.", "نام کاربری یا رمز عبور اشتباه است."),
("The user is not an administrator.", "کاربر دارای دسترسی مدیر سیستم نیست."),
("Failed to check if the user is an administrator.", "بررسی وضعیت مدیر سیستم برای کاربر ناموفق بود."),
("Supported only in the installed version.", "فقط در نسخه نصب‌شده پشتیبانی می‌شود."),
("elevation_username_tip", "لطفاً نام کاربری مدیریتی را برای ارتقاء دسترسی وارد کنید."),
].iter().cloned().collect();
}