mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 18:51:08 +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