Update nl.rs (#6932)

This commit is contained in:
FastAct 2024-01-21 08:21:33 +01:00 committed by GitHub
parent 29eefbcc25
commit 28f01784c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -581,11 +581,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("2FA code", "2FA-code"),
("2fa_tip", "Geef je 2FA-code op in de verificatie-app."),
("More", "Meer"),
("enable-2fa-title", ""),
("enable-2fa-desc", ""),
("wrong-2fa-code", ""),
("enter-2fa-title", ""),
("Email verification code must be 6 characters.", ""),
("2FA code must be 6 digits.", ""),
("enable-2fa-title", "activeer-2fa-titel"),
("enable-2fa-desc", "activeer-2fa-desc"),
("wrong-2fa-code", "foutieve-2fa-code"),
("enter-2fa-title", "geef-2fa-titel in"),
("Email verification code must be 6 characters.", "E-mailverificatiecode moet 6 tekens lang zijn."),
("2FA code must be 6 digits.", "2FA-code moet 6 cijfers lang zijn."),
].iter().cloned().collect();
}