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", "Prano"),
("Dismiss", "Hiq"),
("Disconnect", "Shkëput"),
("Allow using keyboard and mouse", "Lejoni përdorimin e Tastierës dhe Mousit"),
("Allow using clipboard", "Lejoni përdorimin e clipboard"),
("Allow hearing sound", "Lejoni dëgjimin e zërit"),
("Allow file copy and paste", "Lejoni kopjimin dhe pastimin e skedarëve"),
("Enable file copy and paste", "Lejoni kopjimin dhe pastimin e skedarëve"),
("Connected", "I lidhur"),
("Direct and encrypted connection", "Lidhje direkte dhe enkriptuar"),
("Relayed and encrypted connection", "Lidhje transmetuese dhe e enkriptuar"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Përdor të dy fjalëkalimet"),
("Set permanent password", "Vendos fjalëkalimin e përhershëm"),
("Enable Remote Restart", "Aktivizo rinisjen në distancë"),
("Allow remote restart", "Lejo rinisjen në distancë"),
("Restart Remote Device", "Rinisni pajisjen në distancë"),
("Are you sure you want to restart", "A jeni i sigurt që dëshironi të rinisni"),
("Restarting Remote Device", "Rinisja e pajisjes në distancë"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Fillo regjistrimin e sesionit"),
("Stop session recording", "Ndalo regjistrimin e sesionit"),
("Enable Recording Session", "Aktivizo seancën e regjistrimit"),
("Allow recording session", "Lejo regjistrimin e sesionit"),
("Enable LAN Discovery", "Aktivizo zbulimin e LAN"),
("Deny LAN Discovery", "Mohoni zbulimin e LAN"),
("Write a message", "Shkruani një mesazh"),
@@ -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();
}