mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 19: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", "Acceptera"),
|
||||
("Dismiss", "Tillåt inte"),
|
||||
("Disconnect", "Koppla ifrån"),
|
||||
("Allow using keyboard and mouse", "Tillåt tangentbord och mus"),
|
||||
("Allow using clipboard", "Tillåt urklipp"),
|
||||
("Allow hearing sound", "Tillåt att höra ljud"),
|
||||
("Allow file copy and paste", "Tillåt kopiering av filer"),
|
||||
("Enable file copy and paste", "Tillåt kopiering av filer"),
|
||||
("Connected", "Ansluten"),
|
||||
("Direct and encrypted connection", "Direkt och krypterad anslutning"),
|
||||
("Relayed and encrypted connection", "Vidarebefodrad och krypterad anslutning"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Använd båda lösenorden"),
|
||||
("Set permanent password", "Ställ in permanent lösenord"),
|
||||
("Enable Remote Restart", "Sätt på fjärromstart"),
|
||||
("Allow remote restart", "Tillåt fjärromstart"),
|
||||
("Restart Remote Device", "Starta om fjärrenheten"),
|
||||
("Are you sure you want to restart", "Är du säker att du vill starta om?"),
|
||||
("Restarting Remote Device", "Startar om fjärrenheten"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Starta inspelning"),
|
||||
("Stop session recording", "Avsluta inspelning"),
|
||||
("Enable Recording Session", "Sätt på sessionsinspelning"),
|
||||
("Allow recording session", "Tillåt sessionsinspelning"),
|
||||
("Enable LAN Discovery", "Sätt på LAN upptäckt"),
|
||||
("Deny LAN Discovery", "Neka LAN upptäckt"),
|
||||
("Write a message", "Skriv ett meddelande"),
|
||||
@@ -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