Update fa.rs

This commit is contained in:
mehdi-song
2023-05-09 09:12:34 +00:00
committed by GitHub
Unverified
parent 4ab3f5c94f
commit 69af09202f

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();
}