improve ID trans

This commit is contained in:
Ibnul Mutaki 2023-10-28 07:46:53 +07:00
parent cef782c388
commit db19528c24

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