diff --git a/src/lang/fa.rs b/src/lang/fa.rs index f745cd486..e5d29558a 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -233,7 +233,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Username missed", "نام کاربری وجود ندارد"), ("Password missed", "رمزعبور وجود ندارد"), ("Wrong credentials", "اعتبارنامه نادرست است"), - ("The verification code is incorrect or has expired", ""), + ("The verification code is incorrect or has expired", "کد تأیید نادرست است یا منقضی شده است"), ("Edit Tag", "ویرایش برچسب"), ("Unremember Password", "رمز عبور ذخیره نشود"), ("Favorites", "اتصالات دلخواه"), @@ -460,8 +460,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Resolution", "وضوح"), ("No transfers in progress", "هیچ انتقالی در حال انجام نیست"), ("Set one-time password length", "طول رمز یکبار مصرف را تعیین کنید"), - ("install_cert_tip", ""), - ("comfirm_install_cert_tip", ""), + ("install_cert_tip", "RustDesk نصب گواهی"), + ("comfirm_install_cert_tip", "استفاده خواهد شد RustDesk است و شما می توانید به این گواهی اعتماد کنید. این گواهی برای اعتماد و نصب درایورهای RustDesk این گواهینامه یک گواهی تست"), ("RDP Settings", "RDP تنظیمات"), ("Sort by", "مرتب سازی بر اساس"), ("New Connection", "اتصال جدید"), @@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Outgoing connection", "اتصال خروجی"), ("Exit", "خروج"), ("Open", "باز کردن"), - ("logout_tip", ""), + ("logout_tip", "آیا برای خارج شدن مطمئن هستید؟"), ].iter().cloned().collect(); }