mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 14:11: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", "Αποδοχή"),
|
||||
("Dismiss", "Απόρριψη"),
|
||||
("Disconnect", "Αποσύνδεση"),
|
||||
("Allow using keyboard and mouse", "Να επιτρέπεται η χρήση πληκτρολογίου και ποντικιού"),
|
||||
("Allow using clipboard", "Να επιτρέπεται η χρήση του προχείρου"),
|
||||
("Allow hearing sound", "Να επιτρέπεται η αναπαραγωγή ήχου"),
|
||||
("Allow file copy and paste", "Να επιτρέπεται η αντιγραφή και επικόλληση αρχείων"),
|
||||
("Enable file copy and paste", "Να επιτρέπεται η αντιγραφή και επικόλληση αρχείων"),
|
||||
("Connected", "Συνδεδεμένο"),
|
||||
("Direct and encrypted connection", "Άμεση και κρυπτογραφημένη σύνδεση"),
|
||||
("Relayed and encrypted connection", "Κρυπτογραφημένη σύνδεση με αναμετάδοση"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Χρήση και των δύο κωδικών πρόσβασης"),
|
||||
("Set permanent password", "Ορισμός μόνιμου κωδικού πρόσβασης"),
|
||||
("Enable Remote Restart", "Ενεργοποίηση απομακρυσμένης επανεκκίνησης"),
|
||||
("Allow remote restart", "Να επιτρέπεται η απομακρυσμένη επανεκκίνηση"),
|
||||
("Restart Remote Device", "Επανεκκίνηση απομακρυσμένης συσκευής"),
|
||||
("Are you sure you want to restart", "Είστε βέβαιοι ότι θέλετε να κάνετε επανεκκίνηση"),
|
||||
("Restarting Remote Device", "Γίνεται επανεκκίνηση της απομακρυσμένης συσκευής"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Έναρξη εγγραφής συνεδρίας"),
|
||||
("Stop session recording", "Διακοπή εγγραφής συνεδρίας"),
|
||||
("Enable Recording Session", "Ενεργοποίηση εγγραφής συνεδρίας"),
|
||||
("Allow recording session", "Να επιτρέπεται η εγγραφή συνεδρίας"),
|
||||
("Enable LAN Discovery", "Ενεργοποίηση εντοπισμού LAN"),
|
||||
("Deny LAN Discovery", "Απαγόρευση εντοπισμού LAN"),
|
||||
("Write a message", "Γράψτε ένα μήνυμα"),
|
||||
@@ -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