Merge pull request #6207 from cacing69/master

improve ID trans
This commit is contained in:
RustDesk 2023-10-28 10:48:04 +08:00 committed by GitHub
commit 12018360fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,11 +566,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "Tampilkan dengan jendela terpisah"), ("Show displays as individual windows", "Tampilkan dengan jendela terpisah"),
("Use all my displays for the remote session", "Gunakan semua layar untuk sesi remote"), ("Use all my displays for the remote session", "Gunakan semua layar untuk sesi remote"),
("selinux_tip", ""), ("selinux_tip", ""),
("Change view", ""), ("Change view", "Sesuaikan tampilan"),
("Big tiles", ""), ("Big tiles", ""),
("Small tiles", ""), ("Small tiles", ""),
("List", ""), ("List", ""),
("Virtual display", ""), ("Virtual display", "Tampilan virtual"),
("Plug out all", ""), ("Plug out all", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }