mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 19:21:28 +03:00
privacy_mode: win10 magnifier
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -270,5 +270,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Quit", "Ukončiť"),
|
||||
("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"),
|
||||
("Help", "Nápoveda"),
|
||||
("Failed", "Nepodarilo sa"),
|
||||
("Succeeded", "Podarilo sa"),
|
||||
("Someone turns on privacy mode, exit", "Niekto zapne režim súkromia, ukončite ho"),
|
||||
("Unsupported", "Nepodporované"),
|
||||
("Peer denied", "Peer poprel"),
|
||||
("Please install plugins", "Nainštalujte si prosím pluginy"),
|
||||
("Peer exit", "Peer exit"),
|
||||
("Failed to turn off", "Nepodarilo sa vypnúť"),
|
||||
("Turned off", "Vypnutý"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user