mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 09:23:20 +03:00
rename temporary password to one-time password
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -303,11 +303,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Legacy mode", "Устаревший режим"),
|
||||
("Map mode", "Режим сопоставления"),
|
||||
("Translate mode", "Режим перевода"),
|
||||
("Use temporary password", "Использовать временный пароль"),
|
||||
("Use permanent password", "Использовать постоянный пароль"),
|
||||
("Use both passwords", "Использовать оба пароля"),
|
||||
("Set permanent password", "Установить постоянный пароль"),
|
||||
("Set temporary password length", "Длина временного пароля"),
|
||||
("Enable Remote Restart", "Включить удалённый перезапуск"),
|
||||
("Allow remote restart", "Разрешить удалённый перезапуск"),
|
||||
("Restart Remote Device", "Перезапустить удалённое устройство"),
|
||||
@@ -343,7 +341,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable hardware codec", "Использовать аппаратный кодек"),
|
||||
("Unlock Security Settings", "Разблокировать настройки безопасности"),
|
||||
("Enable Audio", "Включить звук"),
|
||||
("Temporary Password Length", "Длинна временного пароля"),
|
||||
("Unlock Network Settings", "Разблокировать настройки соединения"),
|
||||
("Server", "Сервер"),
|
||||
("Direct IP Access", "Прямой IP-доступ"),
|
||||
@@ -394,5 +391,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user