Update fa.rs

This commit is contained in:
mehdi-song 2022-11-27 08:43:18 +03:30 committed by GitHub
parent 99f41007e9
commit 7f897223ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,8 +393,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time Password", "رمز عبور یکبار مصرف"),
("Use one-time password", "استفاده از رمز عبور یکبار مصرف"),
("One-time password length", "طول رمز عبور یکبار مصرف"),
("Request access to your device", ""),
("Hide connection management window", ""),
("hide_cm_tip", ""),
("Request access to your device", "دسترسی به دستگاه خود را درخواست کنید"),
("Hide connection management window", "پنهان کردن پنجره مدیریت اتصال"),
("hide_cm_tip", "فقط در صورت پذیرفتن جلسات از طریق رمز عبور و استفاده از رمز عبور دائمی، مخفی شدن مجاز است"),
].iter().cloned().collect();
}