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"), ("Requires at least {} characters", "Vereist minstens {} tekens"),
("Wrong PIN", "Verkeerde PIN-code"), ("Wrong PIN", "Verkeerde PIN-code"),
("Set PIN", "PIN-code instellen"), ("Set PIN", "PIN-code instellen"),
("Enable trusted devices", ""), ("Enable trusted devices", "Vertrouwde apparaten inschakelen"),
("Manage trusted devices", ""), ("Manage trusted devices", "Vertrouwde apparaten beheren"),
("Platform", ""), ("Platform", "Platform"),
("Days remaining", ""), ("Days remaining", "Resterende dagen"),
("enable-trusted-devices-tip", ""), ("enable-trusted-devices-tip", "2FA-verificatie overslaan op vertrouwde apparaten"),
("Parent directory", ""), ("Parent directory", "Hoofdmap"),
("Resume", ""), ("Resume", "Hervatten"),
("Invalid file name", ""), ("Invalid file name", "Ongeldige bestandsnaam"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }