Merge pull request #4312 from mehdi-song/patch-26

Update fa.rs
This commit is contained in:
RustDesk 2023-05-09 17:15:58 +08:00 committed by GitHub
commit 777b5a24b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,8 +498,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "اثر انگشت"),
("Copy Fingerprint", "کپی کردن اثر انگشت"),
("no fingerprints", "بدون اثر انگشت"),
("Select a peer", ""),
("Select peers", ""),
("Plugins", "")
("Select a peer", "یک همتا را انتخاب کنید"),
("Select peers", "همتایان را انتخاب کنید"),
("Plugins", "پلاگین ها")
].iter().cloned().collect();
}