mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 14:41: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", "Prijať"),
|
||||
("Dismiss", "Odmietnuť"),
|
||||
("Disconnect", "Odpojiť"),
|
||||
("Allow using keyboard and mouse", "Povoliť používanie klávesnice a myši"),
|
||||
("Allow using clipboard", "Povoliť používanie schránky"),
|
||||
("Allow hearing sound", "Povoliť zvuky"),
|
||||
("Allow file copy and paste", "Povoliť kopírovanie a vkladanie súborov"),
|
||||
("Enable file copy and paste", "Povoliť kopírovanie a vkladanie súborov"),
|
||||
("Connected", "Pripojené"),
|
||||
("Direct and encrypted connection", "Priame a šifrované spojenie"),
|
||||
("Relayed and encrypted connection", "Sprostredkované a šifrované spojenie"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Používanie oboch hesiel"),
|
||||
("Set permanent password", "Nastaviť trvalé heslo"),
|
||||
("Enable Remote Restart", "Povoliť vzdialený reštart"),
|
||||
("Allow remote restart", "Povoliť vzdialený reštart"),
|
||||
("Restart Remote Device", "Reštartovať vzdialené zariadenie"),
|
||||
("Are you sure you want to restart", "Ste si istý, že chcete reštartovať"),
|
||||
("Restarting Remote Device", "Reštartovanie vzdialeného zariadenia"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Spustiť záznam relácie"),
|
||||
("Stop session recording", "Zastaviť záznam relácie"),
|
||||
("Enable Recording Session", "Povoliť nahrávanie relácie"),
|
||||
("Allow recording session", "Povoliť nahrávanie relácie"),
|
||||
("Enable LAN Discovery", "Povolenie zisťovania siete LAN"),
|
||||
("Deny LAN Discovery", "Zakázať zisťovania siete LAN"),
|
||||
("Write a message", "Napísať správu"),
|
||||
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "Virtuálny displej"),
|
||||
("Plug out all", "Odpojiť všetky"),
|
||||
("True color (4:4:4)", "Skutočná farba (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