mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 01:11:27 +03:00
fix "insert ctrl+alt+del"
This commit is contained in:
@@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Показывать монитор качества"),
|
||||
("Disable clipboard", "Отключить буфер обмена"),
|
||||
("Lock after session end", "Заблокировать учётную запись после сеанса"),
|
||||
("Insert", "Вставить"),
|
||||
("Insert Ctrl + Alt + Del", "Вставить Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Заблокировать учётную запись"),
|
||||
("Refresh", "Обновить"),
|
||||
("ID does not exist", "ID не существует"),
|
||||
@@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Загрузить папку"),
|
||||
("Upload files", "Загрузить файлы"),
|
||||
("Clipboard is synchronized", "Буфер обмена синхронизирован"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user