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", "Acceptă"),
("Dismiss", "Respinge"),
("Disconnect", "Deconectează-te"),
("Allow using keyboard and mouse", "Permite utilizarea tastaturii și a mouse-ului"),
("Allow using clipboard", "Permite utilizarea clipboardului"),
("Allow hearing sound", "Permite auzirea sunetului"),
("Allow file copy and paste", "Permite copierea și lipirea fișierelor"),
("Enable file copy and paste", "Permite copierea și lipirea fișierelor"),
("Connected", "Conectat"),
("Direct and encrypted connection", "Conexiune directă criptată"),
("Relayed and encrypted connection", "Conexiune retransmisă criptată"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Folosește ambele programe"),
("Set permanent password", "Setează parola permanentă"),
("Enable Remote Restart", "Activează repornirea la distanță"),
("Allow remote restart", "Permite repornirea la distanță"),
("Restart Remote Device", "Repornește dispozivul la distanță"),
("Are you sure you want to restart", "Sigur vrei să repornești dispozitivul?"),
("Restarting Remote Device", "Se repornește dispozitivul la distanță"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Începe înregistrarea"),
("Stop session recording", "Oprește înregistrarea"),
("Enable Recording Session", "Activează înregistrarea sesiunii"),
("Allow recording session", "Permite înregistrarea sesiunii"),
("Enable LAN Discovery", "Activează descoperirea LAN"),
("Deny LAN Discovery", "Interzice descoperirea LAN"),
("Write a message", "Scrie un mesaj"),
@@ -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();
}