mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-12 10:14:56 +03:00
translate all
This commit is contained in:
@@ -379,7 +379,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Screen Share", "Chia sẻ màn hình"),
|
||||
("ubuntu-21-04-required", "Wayland yêu cầu Ubuntu 21.04 trở lên."),
|
||||
("wayland-requires-higher-linux-version", "Wayland yêu cầu phiên bản Linux mới hơn. Hãy thử X11 hoặc đổi hệ điều hành."),
|
||||
("xdp-portal-unavailable", ""),
|
||||
("xdp-portal-unavailable", "Chụp màn hình Wayland thất bại. XDG Desktop Portal có thể đã bị lỗi hoặc không khả dụng. Hãy thử khởi động lại bằng `systemctl --user restart xdg-desktop-portal`."),
|
||||
("JumpLink", "Xem"),
|
||||
("Please Select the screen to be shared(Operate on the peer side).", "Vui lòng chọn màn hình chia sẻ (Thao tác ở phía đối tác)."),
|
||||
("Show RustDesk", "Hiện RustDesk"),
|
||||
@@ -737,26 +737,26 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("rel-mouse-exit-{}-tip", "Thoát chế độ chuột tương đối: {}"),
|
||||
("rel-mouse-permission-lost-tip", "Mất quyền điều khiển chuột tương đối."),
|
||||
("Changelog", "Nhật ký thay đổi"),
|
||||
("keep-awake-during-outgoing-sessions-label", ""),
|
||||
("keep-awake-during-incoming-sessions-label", ""),
|
||||
("keep-awake-during-outgoing-sessions-label", "Giữ màn hình luôn bật trong các phiên kết nối đi"),
|
||||
("keep-awake-during-incoming-sessions-label", "Giữ màn hình luôn bật trong các phiên kết nối đến"),
|
||||
("Continue with {}", "Tiếp tục với {}"),
|
||||
("Display Name", ""),
|
||||
("password-hidden-tip", ""),
|
||||
("preset-password-in-use-tip", ""),
|
||||
("Enable privacy mode", ""),
|
||||
("allow-remote-toolbar-docking-any-edge", ""),
|
||||
("API Token", ""),
|
||||
("Deploy", ""),
|
||||
("Custom ID (optional)", ""),
|
||||
("server_requires_deployment_tip", ""),
|
||||
("The server does not require explicit deployment.", ""),
|
||||
("Unknown response.", ""),
|
||||
("wayland-keyboard-input-disabled-tip", ""),
|
||||
("wayland-keyboard-input-consent-tip", ""),
|
||||
("wayland-keyboard-input-applies-to-tip", ""),
|
||||
("wayland-soft-keyboard-input-label", ""),
|
||||
("wayland-keyboard-input-reset-choice-tip", ""),
|
||||
("remember-wayland-keyboard-choice-tip", ""),
|
||||
("Why this happens", ""),
|
||||
("Display Name", "Tên hiển thị"),
|
||||
("password-hidden-tip", "Đã đặt mật khẩu vĩnh viễn (đã ẩn)."),
|
||||
("preset-password-in-use-tip", "Mật khẩu thiết lập sẵn đang được sử dụng."),
|
||||
("Enable privacy mode", "Bật chế độ riêng tư"),
|
||||
("allow-remote-toolbar-docking-any-edge", "Cho phép gắn thanh công cụ từ xa vào bất kỳ cạnh nào của cửa sổ"),
|
||||
("API Token", "API Token"),
|
||||
("Deploy", "Triển khai"),
|
||||
("Custom ID (optional)", "ID tùy chỉnh (tùy chọn)"),
|
||||
("server_requires_deployment_tip", "Máy chủ yêu cầu thiết bị này phải được triển khai một cách rõ ràng. Triển khai ngay?"),
|
||||
("The server does not require explicit deployment.", "Máy chủ không yêu cầu triển khai rõ ràng."),
|
||||
("Unknown response.", "Phản hồi không xác định."),
|
||||
("wayland-keyboard-input-disabled-tip", "Cho phép nhập bàn phím?"),
|
||||
("wayland-keyboard-input-consent-tip", "Những gì bạn gõ trên máy tính từ xa này (bao gồm cả mật khẩu) có thể bị các ứng dụng khác trên đó đọc được."),
|
||||
("wayland-keyboard-input-applies-to-tip", "Lựa chọn này áp dụng cho:"),
|
||||
("wayland-soft-keyboard-input-label", "Nhập bằng bàn phím ảo"),
|
||||
("wayland-keyboard-input-reset-choice-tip", "Đặt lại lựa chọn nhập bàn phím"),
|
||||
("remember-wayland-keyboard-choice-tip", "Không hỏi lại cho máy tính từ xa này"),
|
||||
("Why this happens", "Tại sao điều này xảy ra"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user