mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
Update nl.rs (#11658)
This commit is contained in:
parent
a7d0f3b149
commit
6ffbcd1375
1 changed files with 3 additions and 3 deletions
|
@ -690,9 +690,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||||
("Enable remote printer", "Printer op afstand inschakelen"),
|
("Enable remote printer", "Printer op afstand inschakelen"),
|
||||||
("Downloading {}", "Downloaden {}"),
|
("Downloading {}", "Downloaden {}"),
|
||||||
("{} Update", "{} Updaten"),
|
("{} Update", "{} Updaten"),
|
||||||
("{}-to-update-tip", ""),
|
("{}-to-update-tip", "{} zal sluiten en de nieuwe versie installeren."),
|
||||||
("download-new-version-failed-tip", ""),
|
("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"),
|
("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();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue