From 69af09202f89bbb0a14fa6b2f8ed40d72c6c6e76 Mon Sep 17 00:00:00 2001 From: mehdi-song Date: Tue, 9 May 2023 09:12:34 +0000 Subject: [PATCH] Update fa.rs --- src/lang/fa.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index e1183ce22..2f7444238 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -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(); }