mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 13:01:28 +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", "Akcepti"),
|
||||
("Dismiss", "Malakcepti"),
|
||||
("Disconnect", "Malkonekti"),
|
||||
("Allow using keyboard and mouse", "Permesi la uzon de la klavaro kaj muso"),
|
||||
("Allow using clipboard", "Permesi la uzon de la poŝo"),
|
||||
("Allow hearing sound", "Permesi la uzon de la sono"),
|
||||
("Allow file copy and paste", "Permesu kopii kaj alglui dosierojn"),
|
||||
("Enable file copy and paste", "Permesu kopii kaj alglui dosierojn"),
|
||||
("Connected", "Konektata"),
|
||||
("Direct and encrypted connection", "Konekcio direkta ĉifrata"),
|
||||
("Relayed and encrypted connection", "Konekcio relajsa ĉifrata"),
|
||||
@@ -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