Merge pull request #4445 from FastAct/patch-13

Update nl.rs
This commit is contained in:
RustDesk 2023-05-22 21:58:03 +08:00 committed by GitHub
commit 20bd6400f0
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();
}