Merge pull request #4121 from mehdi-song/patch-25

Update fa.rs
This commit is contained in:
RustDesk
2023-04-20 19:27:04 +08:00
committed by GitHub

View File

@@ -492,11 +492,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"), ("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"),
("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"), ("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"),
("No need to elevate", "نیازی به ارتقاء نیست"), ("No need to elevate", "نیازی به ارتقاء نیست"),
("System Sound", ""), ("System Sound", "صدای سیستم"),
("Default", ""), ("Default", "پیش فرض"),
("New RDP", "ریموت جدید"), ("New RDP", "ریموت جدید"),
("Fingerprint", ""), ("Fingerprint", "اثر انگشت"),
("Copy Fingerprint", ""), ("Copy Fingerprint", "کپی کردن اثر انگشت"),
("no fingerprints", ""), ("no fingerprints", "بدون اثر انگشت"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }