Update fa.rs

This commit is contained in:
mehdi-song 2023-05-09 09:12:34 +00:00 committed by GitHub
parent 4ab3f5c94f
commit 69af09202f
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();
}