Merge pull request #6107 from cacing69/master

improve ID trans
This commit is contained in:
RustDesk 2023-10-20 14:01:12 +08:00 committed by GitHub
commit 01f4434f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,6 +564,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevated_switch_display_msg", "Pindah ke tampilan utama, pada mode elevasi, pengggunaan lebih dari satu layar tidak diizinkan"),
("Open in new window", "Buka di jendela baru"),
("Show displays as individual windows", "Tampilkan dengan jendela terpisah"),
("Use all my displays for the remote session", ""),
("Use all my displays for the remote session", "Gunakan semua layar untuk sesi remote"),
].iter().cloned().collect();
}