Merge pull request #2477 from mehdi-song/patch-6

Update fa.rs
This commit is contained in:
RustDesk 2022-12-07 15:05:27 +08:00 committed by GitHub
commit 14b77409d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,8 +397,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Request access to your device", "دسترسی به دستگاه خود را درخواست کنید"),
("Hide connection management window", "پنهان کردن پنجره مدیریت اتصال"),
("hide_cm_tip", "فقط در صورت پذیرفتن جلسات از طریق رمز عبور و استفاده از رمز عبور دائمی، مخفی شدن مجاز است"),
("wayland_experiment_tip", ""),
("Right click to select tabs", ""),
("Add to Address Book", ""),
("wayland_experiment_tip", "پشتیبانی Wayland در مرحله آزمایشی است، لطفاً در صورت نیاز به دسترسی بدون مراقبت از X11 استفاده کنید."),
("Right click to select tabs", "برای انتخاب تب ها راست کلیک کنید"),
("Add to Address Book", "افزودن به دفترچه آدرس"),
].iter().cloned().collect();
}