mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 05:41: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", "Accetta"),
|
||||
("Dismiss", "Rifiuta"),
|
||||
("Disconnect", "Disconnetti"),
|
||||
("Allow using keyboard and mouse", "Consenti uso tastiera e mouse"),
|
||||
("Allow using clipboard", "Consenti uso degli appunti"),
|
||||
("Allow hearing sound", "Consenti la riproduzione dell'audio"),
|
||||
("Allow file copy and paste", "Consenti copia e incolla di file"),
|
||||
("Enable file copy and paste", "Consenti copia e incolla di file"),
|
||||
("Connected", "Connesso"),
|
||||
("Direct and encrypted connection", "Connessione diretta e cifrata"),
|
||||
("Relayed and encrypted connection", "Connessione tramite relay e cifrata"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Usa password monouso e permanente"),
|
||||
("Set permanent password", "Imposta password permanente"),
|
||||
("Enable Remote Restart", "Abilita riavvio da remoto"),
|
||||
("Allow remote restart", "Consenti riavvio da remoto"),
|
||||
("Restart Remote Device", "Riavvia dispositivo remoto"),
|
||||
("Are you sure you want to restart", "Sei sicuro di voler riavviare?"),
|
||||
("Restarting Remote Device", "Il dispositivo remoto si sta riavviando"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Inizia registrazione sessione"),
|
||||
("Stop session recording", "Ferma registrazione sessione"),
|
||||
("Enable Recording Session", "Abilita registrazione sessione"),
|
||||
("Allow recording session", "Permetti registrazione sessione"),
|
||||
("Enable LAN Discovery", "Abilita rilevamento LAN"),
|
||||
("Deny LAN Discovery", "Nega rilevamento LAN"),
|
||||
("Write a message", "Scrivi un messaggio"),
|
||||
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Scehrmo virtuale"),
|
||||
("Plug out all", "Scollega tutto"),
|
||||
("True color (4:4:4)", "Colore reale (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