mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 10:41:03 +03:00
fix globalKey / handle Windows drive fd type / add un/select all
This commit is contained in:
@@ -87,6 +87,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Delete", "Удалить"),
|
||||
("Properties", "Свойства"),
|
||||
("Multi Select", "Многоэлементный выбор"),
|
||||
("Select All", ""),
|
||||
("Unselect All", ""),
|
||||
("Empty Directory", "Пустая папка"),
|
||||
("Not an empty directory", "Папка не пуста"),
|
||||
("Are you sure you want to delete this file?", "Вы уверены, что хотите удалить этот файл?"),
|
||||
@@ -112,7 +114,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Good image quality", "Хорошее качество изображения"),
|
||||
("Balanced", "Сбалансированный"),
|
||||
("Optimize reaction time", "Оптимизировать время реакции"),
|
||||
("Custom", "Пользовательский"),
|
||||
("Custom", ""),
|
||||
("Show remote cursor", "Показать удаленный курсор"),
|
||||
("Show quality monitor", "Показать качество"),
|
||||
("Disable clipboard", "Отключить буфер обмена"),
|
||||
|
||||
Reference in New Issue
Block a user