mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 02:01: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", "Chấp nhận"),
|
||||
("Dismiss", "Bỏ qua"),
|
||||
("Disconnect", "Ngắt kết nối"),
|
||||
("Allow using keyboard and mouse", "Cho phép sử dụng bàn phím và chuột"),
|
||||
("Allow using clipboard", "Cho phép sử dụng clipboard"),
|
||||
("Allow hearing sound", "Cho phép nghe âm thanh"),
|
||||
("Allow file copy and paste", "Cho phép sao chép và dán tệp tin"),
|
||||
("Enable file copy and paste", "Cho phép sao chép và dán tệp tin"),
|
||||
("Connected", "Đã kết nối"),
|
||||
("Direct and encrypted connection", "Kết nối trực tiếp và đuợc mã hóa"),
|
||||
("Relayed and encrypted connection", "Kết nối chuyển tiếp và mã hóa"),
|
||||
@@ -321,7 +318,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use both passwords", "Sử dụng cả hai mật khẩu"),
|
||||
("Set permanent password", "Đặt mật khẩu vĩnh viễn"),
|
||||
("Enable Remote Restart", "Bật khởi động lại từ xa"),
|
||||
("Allow remote restart", "Cho phép khởi động lại từ xa"),
|
||||
("Restart Remote Device", "Khởi động lại thiết bị từ xa"),
|
||||
("Are you sure you want to restart", "Bạn có chắc bạn muốn khởi động lại không"),
|
||||
("Restarting Remote Device", "Đang khởi động lại thiết bị từ xa"),
|
||||
@@ -374,7 +370,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Start session recording", "Bắt đầu ghi hình phiên kết nối"),
|
||||
("Stop session recording", "Dừng ghi hình phiên kết nối"),
|
||||
("Enable Recording Session", "Bật ghi hình phiên kết nối"),
|
||||
("Allow recording session", "Cho phép ghi hình phiên kết nối"),
|
||||
("Enable LAN Discovery", "Bật phát hiện mạng nội bộ (LAN)"),
|
||||
("Deny LAN Discovery", "Từ chối phát hiện mạng nội bộ (LAN)"),
|
||||
("Write a message", "Viết một tin nhắn"),
|
||||
@@ -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