mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 07:11:30 +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", "Aceitar"),
|
||||
("Dismiss", "Dispensar"),
|
||||
("Disconnect", "Desconectar"),
|
||||
("Allow using keyboard and mouse", "Permitir o uso de teclado e rato"),
|
||||
("Allow using clipboard", "Permitir o uso da área de transferência"),
|
||||
("Allow hearing sound", "Permitir ouvir som"),
|
||||
("Allow file copy and paste", "Permitir copiar e mover ficheiros"),
|
||||
("Enable file copy and paste", "Permitir copiar e mover ficheiros"),
|
||||
("Connected", "Ligado"),
|
||||
("Direct and encrypted connection", "Ligação directa e encriptada"),
|
||||
("Relayed and encrypted connection", "Ligação via relay e encriptada"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Utilizar ambas as palavras-chave"),
|
||||
("Set permanent password", "Definir palavra-chave permanente"),
|
||||
("Enable Remote Restart", "Activar reiniciar remoto"),
|
||||
("Allow remote restart", "Permitir reiniciar remoto"),
|
||||
("Restart Remote Device", "Reiniciar Dispositivo Remoto"),
|
||||
("Are you sure you want to restart", "Tem a certeza que pretende reiniciar"),
|
||||
("Restarting Remote Device", "A reiniciar sistema remoto"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
("Enable Recording Session", ""),
|
||||
("Allow recording session", ""),
|
||||
("Enable LAN Discovery", ""),
|
||||
("Deny LAN Discovery", ""),
|
||||
("Write a message", ""),
|
||||
@@ -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