From 0a220150e3c82a2a0906a127e0da40e38445f774 Mon Sep 17 00:00:00 2001 From: mehdi-song Date: Sun, 16 Apr 2023 04:12:34 +0000 Subject: [PATCH] Update fa.rs --- src/lang/fa.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 4a39cd31e..474113d3a 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -491,7 +491,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("xorg_not_found_text_tip", "لطفا Xorg را نصب کنید"), ("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"), ("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"), - ("No need to elevate", ""), - ("New RDP", ""), + ("No need to elevate", "نیازی به ارتقاء نیست"), + ("New RDP", "ریموت جدید"), ].iter().cloned().collect(); }