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", "Terima"),
("Dismiss", "Hentikan"),
("Disconnect", "Terputus"),
("Allow using keyboard and mouse", "Izinkan menggunakan keyboard dan mouse"),
("Allow using clipboard", "Izinkan menggunakan papan klip"),
("Allow hearing sound", "Izinkan mendengarkan suara"),
("Allow file copy and paste", "Izinkan salin dan tempel file"),
("Enable file copy and paste", "Izinkan salin dan tempel file"),
("Connected", "Terhubung"),
("Direct and encrypted connection", "Koneksi langsung dan terenkripsi"),
("Relayed and encrypted connection", "Koneksi relay dan terenkripsi"),
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use both passwords", "Gunakan kedua kata sandi"),
("Set permanent password", "Setel kata sandi permanen"),
("Enable Remote Restart", "Aktifkan Restart Secara Remote"),
("Allow remote restart", "Ijinkan Restart Secara Remote"),
("Restart Remote Device", "Restart Perangkat Secara Remote"),
("Are you sure you want to restart", "Apakah Anda yakin ingin merestart"),
("Restarting Remote Device", "Merestart Perangkat Remote"),
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Start session recording", "Mulai sesi perekaman"),
("Stop session recording", "Hentikan sesi perekaman"),
("Enable Recording Session", "Aktifkan Sesi Perekaman"),
("Allow recording session", "Izinkan sesi perekaman"),
("Enable LAN Discovery", "Aktifkan Pencarian Jaringan Lokal (LAN)"),
("Deny LAN Discovery", "Tolak Pencarian Jaringan Lokal (LAN)"),
("Write a message", "Tulis pesan"),
@@ -573,7 +568,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Virtual display", "Tampilan virtual"),
("Plug out all", ""),
("True color (4:4:4)", ""),
("Enable Block User Input", ""),
("Allow block user input", ""),
("Enable blocking user input", ""),
].iter().cloned().collect();
}