Update nl.rs (#9422)

This commit is contained in:
Alex Rijckaert 2024-09-22 13:06:33 +02:00 committed by GitHub
parent 3db55a718c
commit 1d799483d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,8 +644,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Parent directory", "Hoofdmap"),
("Resume", "Hervatten"),
("Invalid file name", "Ongeldige bestandsnaam"),
("one-way-file-transfer-tip", ""),
("Authentication Required", ""),
("Authenticate", ""),
("one-way-file-transfer-tip", "Eenzijdige bestandsoverdracht is ingeschakeld aan de gecontroleerde kant."),
("Authentication Required", "Verificatie vereist"),
("Authenticate", "Verificatie"),
].iter().cloned().collect();
}