mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 08:51:29 +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", "Aceptar"),
|
||||
("Dismiss", "Cancelar"),
|
||||
("Disconnect", "Desconectar"),
|
||||
("Allow using keyboard and mouse", "Permitir el uso del teclado y el mouse"),
|
||||
("Allow using clipboard", "Permitir usar portapapeles"),
|
||||
("Allow hearing sound", "Permitir escuchar sonido"),
|
||||
("Allow file copy and paste", "Permitir copiar y pegar archivos"),
|
||||
("Enable file copy and paste", "Permitir copiar y pegar archivos"),
|
||||
("Connected", "Conectado"),
|
||||
("Direct and encrypted connection", "Conexión directa y cifrada"),
|
||||
("Relayed and encrypted connection", "Conexión retransmitida y cifrada"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Usar ambas contraseñas"),
|
||||
("Set permanent password", "Establecer contraseña permamente"),
|
||||
("Enable Remote Restart", "Habilitar reinicio remoto"),
|
||||
("Allow remote restart", "Permitir reinicio remoto"),
|
||||
("Restart Remote Device", "Reiniciar dispositivo"),
|
||||
("Are you sure you want to restart", "¿Estás seguro de que deseas reiniciar?"),
|
||||
("Restarting Remote Device", "Reiniciando dispositivo remoto"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Comenzar grabación de sesión"),
|
||||
("Stop session recording", "Detener grabación de sesión"),
|
||||
("Enable Recording Session", "Habilitar grabación de sesión"),
|
||||
("Allow recording session", "Permitir grabación de sesión"),
|
||||
("Enable LAN Discovery", "Habilitar descubrimiento de LAN"),
|
||||
("Deny LAN Discovery", "Denegar descubrimiento de LAN"),
|
||||
("Write a message", "Escribir un mensaje"),
|
||||
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Pantalla virtual"),
|
||||
("Plug out all", "Desconectar todo"),
|
||||
("True color (4:4:4)", "Color real (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