From 703322324832a786ab20f71bc93fcc2294dfc8d5 Mon Sep 17 00:00:00 2001 From: mehdi-song Date: Tue, 23 May 2023 12:18:35 +0000 Subject: [PATCH] Update fa.rs --- src/lang/fa.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index b44e796fd..b183e454c 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -502,12 +502,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Select peers", "همتایان را انتخاب کنید"), ("Plugins", "پلاگین ها"), ("Uninstall", "حذف نصب"), - ("Update", "Update"), + ("Update", "به روز رسانی"), ("Enable", "فعال کردن"), ("Disable", "غیر فعال کردن"), ("Options", "گزینه ها"), - ("resolution_original_tip", ""), - ("resolution_fit_local_tip", ""), - ("resolution_custom_tip", ""), + ("resolution_original_tip", "وضوح اصلی"), + ("resolution_fit_local_tip", "متناسب با وضوح محلی"), + ("resolution_custom_tip", "وضوح سفارشی"), ].iter().cloned().collect(); }