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", "การเชื่อมต่อแบบ Relay ที่มีการเข้ารหัส"),
@@ -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();
}