mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 19:51:27 +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", "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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user