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", "Pieņemt"),
("Dismiss", "Noraidīt"),
("Disconnect", "Atvienot"),
("Allow using keyboard and mouse", "Atļaut izmantot tastatūru un peli"),
("Allow using clipboard", "Atļaut izmantot starpliktuvi"),
("Allow hearing sound", "Atļaut klausīties skaņu"),
("Allow file copy and paste", "Atļaut failu kopēšanu un ielīmēšanu"),
("Enable file copy and paste", "Atļaut failu kopēšanu un ielīmēšanu"),
("Connected", "Savienots"),
("Direct and encrypted connection", "Tiešs un šifrēts savienojums"),
("Relayed and encrypted connection", "Pārslēgts un šifrēts savienojums"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Izmantot abas paroles"),
("Set permanent password", "Iestatīt pastāvīgo paroli"),
("Enable Remote Restart", "Iespējot attālo restartēšanu"),
("Allow remote restart", "Atļaut attālo restartēšanu"),
("Restart Remote Device", "Restartēt attālo ierīci"),
("Are you sure you want to restart", "Vai tiešām vēlaties restartēt"),
("Restarting Remote Device", "Attālās ierīces restartēšana"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Sākt sesijas ierakstīšanu"),
("Stop session recording", "Apturēt sesijas ierakstīšanu"),
("Enable Recording Session", "Iespējot sesijas ierakstīšanu"),
("Allow recording session", "Atļaut sesijas ierakstīšanu"),
("Enable LAN Discovery", "Iespējot LAN atklāšanu"),
("Deny LAN Discovery", "Liegt LAN atklāšanu"),
("Write a message", "Rakstīt ziņojumu"),
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Virtuālais displejs"),
("Plug out all", "Atvienot visu"),
("True color (4:4:4)", "Īstā krāsa (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}