Merge pull request #5088 from mehdi-song/patch-35

Update fa.rs
This commit is contained in:
RustDesk 2023-07-23 12:48:06 +08:00 committed by GitHub
commit d49dd9377e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}