Merge pull request #4070 from mehdi-song/patch-23

Update fa.rs
This commit is contained in:
RustDesk 2023-04-16 13:04:04 +08:00 committed by GitHub
commit 44c3a52ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,7 +491,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("xorg_not_found_text_tip", "لطفا Xorg را نصب کنید"),
("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"),
("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"),
("No need to elevate", ""),
("New RDP", ""),
("No need to elevate", "نیازی به ارتقاء نیست"),
("New RDP", "ریموت جدید"),
].iter().cloned().collect();
}