mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
commit
d49dd9377e
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user