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", "Accepter"),
("Dismiss", "Afvis"),
("Disconnect", "Frakobl"),
("Allow using keyboard and mouse", "Tillad brug af tastatur og mus"),
("Allow using clipboard", "Tillad brug af udklipsholderen"),
("Allow hearing sound", "Tillad at høre lyd"),
("Allow file copy and paste", "Tillad kopiering og indsæt af filer"),
("Enable file copy and paste", "Tillad kopiering og indsæt af filer"),
("Connected", "Forbundet"),
("Direct and encrypted connection", "Direkte og krypteret forbindelse"),
("Relayed and encrypted connection", "Viderestillet og krypteret forbindelse"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Brug begge adgangskoder"),
("Set permanent password", "Sæt permanent adgangskode"),
("Enable Remote Restart", "Aktivér fjerngenstart"),
("Allow remote restart", "Tillad fjerngenstart"),
("Restart Remote Device", "Genstart fjernenhed"),
("Are you sure you want to restart", "Er du sikker på at du vil genstarte"),
("Restarting Remote Device", "Genstarter fjernenhed"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Start sessionsoptagelse"),
("Stop session recording", "Stop sessionsoptagelse"),
("Enable Recording Session", "Aktivér optagelsessession"),
("Allow recording session", "Tillad optagelsessession"),
("Enable LAN Discovery", "Aktivér LAN Discovery"),
("Deny LAN Discovery", "Afvis LAN Discovery"),
("Write a message", "Skriv en besked"),
@@ -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();
}