mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 01:01:29 +03:00
permission allow->enable, block->blocking
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -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", "允許區域網路探索"),
|
||||
("Deny LAN Discovery", "拒絕區域網路探索"),
|
||||
("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)", ""),
|
||||
("Enable Block User Input", ""),
|
||||
("Allow block user input", ""),
|
||||
("Enable blocking user input", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user