mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-20 11:41:05 +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", "Zmazať"),
|
||||
("Properties", "Vlastnosti"),
|
||||
("Multi Select", "Viacnásobný výber"),
|
||||
("Select All", ""),
|
||||
("Unselect All", ""),
|
||||
("Empty Directory", "Prázdny adresár"),
|
||||
("Not an empty directory", "Nie prázdny adresár"),
|
||||
("Are you sure you want to delete this file?", "Ste si istý, že chcete zmazať tento súbor?"),
|
||||
@@ -112,7 +114,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Good image quality", "Dobrá kvalita obrazu"),
|
||||
("Balanced", "Vyvážené"),
|
||||
("Optimize reaction time", "Optimalizované pre čas odozvy"),
|
||||
("Custom", "Vlastné"),
|
||||
("Custom", ""),
|
||||
("Show remote cursor", "Zobrazovať vzdialený ukazovateľ myši"),
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", "Vypnúť schránku"),
|
||||
|
||||
Reference in New Issue
Block a user