improve ID trans

This commit is contained in:
Ibnul Mutaki 2023-10-20 04:33:16 +07:00
parent 0f235a80e0
commit 763467058b

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();
}