Update nl.rs (#7248)

This commit is contained in:
FastAct 2024-02-24 10:08:54 +01:00 committed by GitHub
parent 2459bcd206
commit 913b422d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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."),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "Meerdere Windows-sessies gevonden"),
("Please select the session you want to connect to", "Selecteer de sessie waarmee je verbinding wilt maken"),
].iter().cloned().collect();
}