mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
commit
65a0276c58
1 changed files with 8 additions and 8 deletions
|
|
@ -385,13 +385,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("This PC", "This PC"),
|
||||
("or", "یا"),
|
||||
("Continue with", "ادامه با"),
|
||||
("Zoom cursor", ""),
|
||||
("Accept sessions via password", ""),
|
||||
("Accept sessions via click", ""),
|
||||
("Accept sessions via both", ""),
|
||||
("Please wait for the remote side to accept your session request...", ""),
|
||||
("One-time Password", ""),
|
||||
("Use one-time password", ""),
|
||||
("One-time password length", ""),
|
||||
("Zoom cursor", "نشانگر بزرگنمایی"),
|
||||
("Accept sessions via password", "قبول درخواست با رمز عبور"),
|
||||
("Accept sessions via click", "قبول درخواست با کلیک موس"),
|
||||
("Accept sessions via both", "قبول درخواست با هر دو"),
|
||||
("Please wait for the remote side to accept your session request...", "لطفا صبر کنید تا میزبان درخواست شما را قبول کند..."),
|
||||
("One-time Password", "رمز عبور یکبار مصرف"),
|
||||
("Use one-time password", "استفاده از رمز عبور یکبار مصرف"),
|
||||
("One-time password length", "طول رمز عبور یکبار مصرف"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue