Update nl.rs (#11658)
Some checks are pending
CI / x86_64-unknown-linux-gnu (ubuntu-22.04) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
Alex Rijckaert 2025-05-06 11:07:30 +02:00 committed by GitHub
parent a7d0f3b149
commit 6ffbcd1375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -690,9 +690,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable remote printer", "Printer op afstand inschakelen"),
("Downloading {}", "Downloaden {}"),
("{} Update", "{} Updaten"),
("{}-to-update-tip", ""),
("download-new-version-failed-tip", ""),
("{}-to-update-tip", "{} zal sluiten en de nieuwe versie installeren."),
("download-new-version-failed-tip", "Fout bij het downloaden. Je kunt het opnieuw proberen of op de knop Downloaden klikken om de applicatie van de officiële website te downloaden en handmatig bij te werken."),
("Auto update", "Automatisch updaten"),
("update-failed-check-msi-tip", ""),
("update-failed-check-msi-tip", "Kan de installatiemethode niet bepalen. Klik op “Downloaden” om de applicatie van de officiële website te downloaden en handmatig bij te werken."),
].iter().cloned().collect();
}