permission allow->enable, block->blocking

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-11-06 16:55:19 +08:00
parent d528fd3762
commit af132aa62e
40 changed files with 89 additions and 304 deletions

View File

@@ -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();
}