From 962ab6d304ea3459c617bdf4b49420f6fad34996 Mon Sep 17 00:00:00 2001 From: mehdi-song Date: Sun, 14 May 2023 04:19:23 +0000 Subject: [PATCH] Update fa.rs --- src/lang/fa.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index af690c1f8..eb35b0ff1 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -501,10 +501,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Select a peer", "یک همتا را انتخاب کنید"), ("Select peers", "همتایان را انتخاب کنید"), ("Plugins", "پلاگین ها"), - ("Uninstall", ""), - ("Update", ""), - ("Enable", ""), - ("Disable", ""), - ("Options", ""), + ("Uninstall", "حذف نصب"), + ("Update", "Update"), + ("Enable", "فعال کردن"), + ("Disable", "غیر فعال کردن"), + ("Options", "گزینه ها"), ].iter().cloned().collect(); }