mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-19 19:21:13 +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", "Xóa"),
|
||||
("Properties", "Thuộc tính"),
|
||||
("Multi Select", "Chọn nhiều"),
|
||||
("Select All", ""),
|
||||
("Unselect All", ""),
|
||||
("Empty Directory", "Thư mục rỗng"),
|
||||
("Not an empty directory", "Không phải thư mục rỗng"),
|
||||
("Are you sure you want to delete this file?", "Bạn chắc bạn có muốn xóa tệp tin này không?"),
|
||||
@@ -112,7 +114,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Good image quality", "Chất lượng hình ảnh tốt"),
|
||||
("Balanced", "Cân bằng"),
|
||||
("Optimize reaction time", "Thời gian phản ứng tối ưu"),
|
||||
("Custom", "Custom"),
|
||||
("Custom", ""),
|
||||
("Show remote cursor", "Hiển thị con trỏ từ máy từ xa"),
|
||||
("Show quality monitor", "Hiện thị chất lượng của màn hình"),
|
||||
("Disable clipboard", "Tắt clipboard"),
|
||||
|
||||
Reference in New Issue
Block a user