mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 23:41: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", "Sprejmi"),
|
||||
("Dismiss", "Opusti"),
|
||||
("Disconnect", "Prekini povezavo"),
|
||||
("Allow using keyboard and mouse", "Dovoli uporabo tipkovnice in miške"),
|
||||
("Allow using clipboard", "Dovoli uporabo odložišča"),
|
||||
("Allow hearing sound", "Dovoli prenos zvoka"),
|
||||
("Allow file copy and paste", "Dovoli kopiranje in lepljenje datotek"),
|
||||
("Enable file copy and paste", "Dovoli kopiranje in lepljenje datotek"),
|
||||
("Connected", "Povezan"),
|
||||
("Direct and encrypted connection", "Neposredna šifrirana povezava"),
|
||||
("Relayed and encrypted connection", "Posredovana šifrirana povezava"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Uporabi obe gesli"),
|
||||
("Set permanent password", "Nastavi stalno geslo"),
|
||||
("Enable Remote Restart", "Omogoči oddaljeni ponovni zagon"),
|
||||
("Allow remote restart", "Dovoli oddaljeni ponovni zagon"),
|
||||
("Restart Remote Device", "Znova zaženi oddaljeno napravo"),
|
||||
("Are you sure you want to restart", "Ali ste prepričani, da želite znova zagnati"),
|
||||
("Restarting Remote Device", "Ponovni zagon oddaljene naprave"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Začni snemanje seje"),
|
||||
("Stop session recording", "Ustavi snemanje seje"),
|
||||
("Enable Recording Session", "Omogoči snemanje seje"),
|
||||
("Allow recording session", "Dovoli snemanje seje"),
|
||||
("Enable LAN Discovery", "Omogoči odkrivanje lokalnega omrežja"),
|
||||
("Deny LAN Discovery", "Onemogoči odkrivanje lokalnega omrežja"),
|
||||
("Write a message", "Napiši spoorčilo"),
|
||||
@@ -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