From 746be72d0b5d140577a4cc6477bfad183e33f830 Mon Sep 17 00:00:00 2001 From: mehdi-song Date: Thu, 20 Apr 2023 09:09:20 +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 b00046807..0bc9c3bc8 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -492,11 +492,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_desktop_title_tip", "هیچ دسکتاپی در دسترس نیست"), ("no_desktop_text_tip", "لطفا دسکتاپ گنوم را نصب کنید"), ("No need to elevate", "نیازی به ارتقاء نیست"), - ("System Sound", ""), - ("Default", ""), + ("System Sound", "صدای سیستم"), + ("Default", "پیش فرض"), ("New RDP", "ریموت جدید"), - ("Fingerprint", ""), - ("Copy Fingerprint", ""), - ("no fingerprints", ""), + ("Fingerprint", "اثر انگشت"), + ("Copy Fingerprint", "کپی کردن اثر انگشت"), + ("no fingerprints", "بدون اثر انگشت"), ].iter().cloned().collect(); }