Update nl.rs

This commit is contained in:
FastAct 2023-05-22 15:55:48 +02:00 committed by GitHub
parent 79a5c5a69d
commit b380309923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -506,8 +506,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable", "Activeer"),
("Disable", "Deactiveer"),
("Options", "Opties"),
("resolution_original_tip", ""),
("resolution_fit_local_tip", ""),
("resolution_custom_tip", ""),
("resolution_original_tip", "Oorspronkelijke resolutie"),
("resolution_fit_local_tip", "Lokale resolutie aanpassen"),
("resolution_custom_tip", "Aangepaste resolutie"),
].iter().cloned().collect();
}