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", "Akceptuj"),
("Dismiss", "Odrzuć"),
("Disconnect", "Rozłącz"),
("Allow using keyboard and mouse", "Zezwalaj na używanie klawiatury i myszy"),
("Allow using clipboard", "Zezwalaj na używanie schowka"),
("Allow hearing sound", "Zezwól na transmisję audio"),
("Allow file copy and paste", "Zezwalaj na kopiowanie i wklejanie plików"),
("Enable file copy and paste", "Zezwalaj na kopiowanie i wklejanie plików"),
("Connected", "Połączony"),
("Direct and encrypted connection", "Połączenie bezpośrednie i szyfrowane"),
("Relayed and encrypted connection", "Połączenie pośrednie i szyfrowane"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Użyj obu haseł"),
("Set permanent password", "Ustaw hasło permanentne"),
("Enable Remote Restart", "Włącz zdalne restartowanie"),
("Allow remote restart", "Zezwól na zdalne restartowanie"),
("Restart Remote Device", "Zrestartuj zdalne urządzenie"),
("Are you sure you want to restart", "Czy na pewno uruchomić ponownie"),
("Restarting Remote Device", "Trwa restartowanie Zdalnego Urządzenia"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Zacznij nagrywać sesję"),
("Stop session recording", "Zatrzymaj nagrywanie sesji"),
("Enable Recording Session", "Włącz nagrywanie sesji"),
("Allow recording session", "Zezwól na nagrywanie sesji"),
("Enable LAN Discovery", "Włącz wykrywanie urządzenia w sieci LAN"),
("Deny LAN Discovery", "Zablokuj wykrywanie urządzenia w sieci LAN"),
("Write a message", "Napisz wiadomość"),
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Witualne ekrany"),
("Plug out all", "Odłącz wszystko"),
("True color (4:4:4)", "True color (4:4:4)"),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}