Update nl.rs

This commit is contained in:
FastAct 2023-11-06 15:11:47 +01:00 committed by GitHub
parent c69f4ba4a2
commit 07f327d641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,14 +561,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "Beeldschermen weergeven als afzonderlijke vensters"),
("Use all my displays for the remote session", "Gebruik al mijn beeldschermen voor de externe sessie"),
("selinux_tip", ""),
("Change view", ""),
("Big tiles", ""),
("Small tiles", ""),
("List", ""),
("Virtual display", ""),
("Plug out all", ""),
("True color (4:4:4)", ""),
("Enable blocking user input", ""),
("Change view", "Weergave wijzigen"),
("Big tiles", "Grote tegels"),
("Small tiles", "Kleine tegels"),
("List", "Overzicht"),
("Virtual display", Virtuele weergave""),
("Plug out all", "Sluit alle"),
("True color (4:4:4)", "Ware kleur (4:4:4)"),
("Enable blocking user input", "Blokkeren van gebruikersinvoer inschakelen"),
("id_input_tip", ""),
].iter().cloned().collect();
}