Update fa.rs (#7309)

;-)
For all those who live in the world
This commit is contained in:
mehdi-song 2024-03-03 15:08:03 +03:30 committed by GitHub
parent 61279752e2
commit d9ad24f563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -519,8 +519,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Already exists", "درحال حاضر وجود دارد"),
("Change Password", "رمز عبور را تغییر دهید"),
("Refresh Password", "رمز عبور را تازه کنید"),
("ID", "ID"),
("Grid View", ""),
("ID", "شناسه"),
("Grid View", "نمای توری شکل"),
("List View", "نمایش به صورت لیست"),
("Select", "انتخاب کنید"),
("Toggle Tags", "تگ ها را تغییر دهید"),
@ -532,7 +532,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("HSV Color", "رنگ HDV"),
("Installation Successful!", "نصب با موفقیت انجام شد!"),
("Installation failed!", "نصب انجام نشد!"),
("Reverse mouse wheel", ""),
("Reverse mouse wheel", "معکوس کردن چرخ موس"),
("{} sessions", "{} جلسه"),
("scam_title", "ممکن است شما در حال کلاهبرداری باشید!"),
("scam_text1", "استفاده کنید و سرویس را راه‌اندازی کنید، صحبت می‌کنید، ادامه ندهید و بلافاصله تلفن را قطع کنید RustDesk اگر با شخصی که نمی‌شناسید و به او اعتماد ندارید و از شما خواسته است از"),
@ -540,7 +540,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Don't show again", "دیگر نشان نده"),
("I Agree", "موافقم"),
("Decline", "نمی پذیرم"),
("Timeout in minutes", ""),
("Timeout in minutes", "مدت زمان انتظار به دقیقه"),
("auto_disconnect_option_tip", "بسته شدن خودکار جلسات ورودی در صورت عدم فعالیت کاربر"),
("Connection failed due to inactivity", "اتصال به دلیل عدم فعالیت بسته شد"),
("Check for software update on startup", "در هنگلم شروع برنامه بروزرسانی را بررسی کن"),
@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "احراز هویت دو مرحله ای"),
("Email verification code must be 6 characters.", "کد تأیید ایمیل باید 6 کاراکتر باشد"),
("2FA code must be 6 digits.", "کد احراز هویت دو مرحله ای باید 6 رقم باشد"),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "چندین جلسه پیدا شد"),
("Please select the session you want to connect to", "لطفاً جلسه ای را که می خواهید به آن متصل شوید انتخاب کنید"),
].iter().cloned().collect();
}