mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 02:21:30 +03:00
permission allow->enable, block->blocking
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept", "Принять"),
|
||||
("Dismiss", "Отклонить"),
|
||||
("Disconnect", "Отключить"),
|
||||
("Allow using keyboard and mouse", "Разрешить использование клавиатуры и мыши"),
|
||||
("Allow using clipboard", "Разрешить использование буфера обмена"),
|
||||
("Allow hearing sound", "Разрешить передачу звука"),
|
||||
("Allow file copy and paste", "Разрешить копирование и вставку файлов"),
|
||||
("Enable file copy and paste", "Разрешить копирование и вставку файлов"),
|
||||
("Connected", "Подключено"),
|
||||
("Direct and encrypted connection", "Прямое и зашифрованное подключение"),
|
||||
("Relayed and encrypted connection", "Ретранслируемое и зашифрованное подключение"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Использовать оба пароля"),
|
||||
("Set permanent password", "Установить постоянный пароль"),
|
||||
("Enable Remote Restart", "Включить удалённый перезапуск"),
|
||||
("Allow remote restart", "Разрешить удалённый перезапуск"),
|
||||
("Restart Remote Device", "Перезапустить удалённое устройство"),
|
||||
("Are you sure you want to restart", "Вы уверены, что хотите выполнить перезапуск?"),
|
||||
("Restarting Remote Device", "Перезагрузка удалённого устройства"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Начать запись сеанса"),
|
||||
("Stop session recording", "Остановить запись сеанса"),
|
||||
("Enable Recording Session", "Включить запись сеанса"),
|
||||
("Allow recording session", "Разрешить запись сеанса"),
|
||||
("Enable LAN Discovery", "Включить обнаружение в локальной сети"),
|
||||
("Deny LAN Discovery", "Запретить обнаружение в локальной сети"),
|
||||
("Write a message", "Написать сообщение"),
|
||||
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Виртуальный дисплей"),
|
||||
("Plug out all", "Отключить все"),
|
||||
("True color (4:4:4)", "Истинный цвет (4:4:4)"),
|
||||
("Enable Block User Input", ""),
|
||||
("Allow block user input", ""),
|
||||
("Enable blocking user input", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user