permission allow->enable, block->blocking

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-06 16:55:19 +08:00
parent d528fd3762
commit af132aa62e
40 changed files with 89 additions and 304 deletions

View File

@@ -179,10 +179,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Accept", "수락"),
("Dismiss", "거부"),
("Disconnect", "연결 종료"),
("Allow using keyboard and mouse", "키보드와 마우스 허용"),
("Allow using clipboard", "클립보드 허용"),
("Allow hearing sound", "소리 듣기 허용"),
("Allow file copy and paste", "파일 복사 및 붙여넣기 허용"),
("Enable file copy and paste", "파일 복사 및 붙여넣기 허용"),
("Connected", "연결됨"),
("Direct and encrypted connection", "암호화된 직접 연결"),
("Relayed and encrypted connection", "암호화된 릴레이 연결"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "(임시/영구) 비밀번호 모두 사용"),
("Set permanent password", "영구 비밀번호 설정"),
("Enable Remote Restart", "원격지 재시작 활성화"),
("Allow remote restart", "원격지 재시작 허용"),
("Restart Remote Device", "원격 기기 재시작"),
("Are you sure you want to restart", "정말로 재시작 하시겠습니까"),
("Restarting Remote Device", "원격 기기를 다시 시작하는중"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "세션 녹화 시작"),
("Stop session recording", "세션 녹화 중지"),
("Enable Recording Session", "세션 녹화 활성화"),
("Allow recording session", "세션 녹화 허용"),
("Enable LAN Discovery", "LAN 검색 활성화"),
("Deny LAN Discovery", "LAN 검색 거부"),
("Write a message", "메시지 쓰기"),
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "가상 디스플레이"),
("Plug out all", "모두 플러그 아웃"),
("True color (4:4:4)", "트루컬러(4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}