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