mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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", "Acceptar"),
|
||||
("Dismiss", "Cancel·lar"),
|
||||
("Disconnect", "Desconnectar"),
|
||||
("Allow using keyboard and mouse", "Permetre l'ús del teclat i ratolí"),
|
||||
("Allow using clipboard", "Permetre usar portapapers"),
|
||||
("Allow hearing sound", "Permetre escoltar so"),
|
||||
("Allow file copy and paste", "Permetre copiar i enganxar arxius"),
|
||||
("Enable file copy and paste", "Permetre copiar i enganxar arxius"),
|
||||
("Connected", "Connectat"),
|
||||
("Direct and encrypted connection", "Connexió directa i xifrada"),
|
||||
("Relayed and encrypted connection", "connexió retransmesa i xifrada"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Utilitzar ambdues contrasenyas"),
|
||||
("Set permanent password", "Establir contrasenya permament"),
|
||||
("Enable Remote Restart", "Activar reinici remot"),
|
||||
("Allow remote restart", "Permetre reinici remot"),
|
||||
("Restart Remote Device", "Reiniciar dispositiu"),
|
||||
("Are you sure you want to restart", "Està segur que vol reiniciar?"),
|
||||
("Restarting Remote Device", "Reiniciant dispositiu remot"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Començar gravació de sessió"),
|
||||
("Stop session recording", "Aturar gravació de sessió"),
|
||||
("Enable Recording Session", "Habilitar gravació de sessió"),
|
||||
("Allow recording session", "Permetre gravació de sessió"),
|
||||
("Enable LAN Discovery", "Habilitar descobriment de LAN"),
|
||||
("Deny LAN Discovery", "Denegar descobriment de LAN"),
|
||||
("Write a message", "Escriure un missatge"),
|
||||
@@ -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