Update nl.rs (#12815)

This commit is contained in:
Alex Rijckaert 2025-09-07 10:07:21 +02:00 committed by GitHub
parent 529810f2f4
commit 65df6897a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "Alleen ondersteund in de geïnstalleerde versie."),
("elevation_username_tip", "Voer je gebruikersnaam of domeinnaam in"),
("Preparing for installation ...", "Installatie voorbereiden ..."),
("Show my cursor", ""),
("Show my cursor", "Toon mijn cursor"),
].iter().cloned().collect();
}