Update nl.rs (#9092)

This commit is contained in:
FastAct 2024-08-16 09:19:18 +02:00 committed by GitHub
parent f31e60af5b
commit e1329c8157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,13 +636,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Requires at least {} characters", "Vereist minstens {} tekens"),
("Wrong PIN", "Verkeerde PIN-code"),
("Set PIN", "PIN-code instellen"),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Enable trusted devices", "Vertrouwde apparaten inschakelen"),
("Manage trusted devices", "Vertrouwde apparaten beheren"),
("Platform", "Platform"),
("Days remaining", "Resterende dagen"),
("enable-trusted-devices-tip", "2FA-verificatie overslaan op vertrouwde apparaten"),
("Parent directory", "Hoofdmap"),
("Resume", "Hervatten"),
("Invalid file name", "Ongeldige bestandsnaam"),
].iter().cloned().collect();
}