mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 14:01: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", "Prihvati"),
|
||||
("Dismiss", "Odbaci"),
|
||||
("Disconnect", "Raskini konekciju"),
|
||||
("Allow using keyboard and mouse", "Dozvoli korišćenje tastature i miša"),
|
||||
("Allow using clipboard", "Dozvoli korišćenje clipboard-a"),
|
||||
("Allow hearing sound", "Dozvoli da se čuje zvuk"),
|
||||
("Allow file copy and paste", "Dozvoli kopiranje i lepljenje fajlova"),
|
||||
("Enable file copy and paste", "Dozvoli kopiranje i lepljenje fajlova"),
|
||||
("Connected", "Spojeno"),
|
||||
("Direct and encrypted connection", "Direktna i kriptovana konekcija"),
|
||||
("Relayed and encrypted connection", "Posredna i kriptovana konekcija"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Koristi obe lozinke"),
|
||||
("Set permanent password", "Postavi trajnu lozinku"),
|
||||
("Enable Remote Restart", "Omogući daljinsko restartovanje"),
|
||||
("Allow remote restart", "Dozvoli daljinsko restartovanje"),
|
||||
("Restart Remote Device", "Restartuj daljinski uređaj"),
|
||||
("Are you sure you want to restart", "Da li ste sigurni da želite restart"),
|
||||
("Restarting Remote Device", "Restartovanje daljinskog uređaja"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Započni snimanje sesije"),
|
||||
("Stop session recording", "Zaustavi snimanje sesije"),
|
||||
("Enable Recording Session", "Omogući snimanje sesije"),
|
||||
("Allow recording session", "Dozvoli snimanje sesije"),
|
||||
("Enable LAN Discovery", "Omogući LAN otkrivanje"),
|
||||
("Deny LAN Discovery", "Zabrani LAN otkrivanje"),
|
||||
("Write a message", "Napiši poruku"),
|
||||
@@ -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