Update nl.rs (#7163)

This commit is contained in:
FastAct 2024-02-18 07:25:50 +01:00 committed by GitHub
parent bf03156dd9
commit 5fdcc748e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -585,7 +585,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 active user sessions found", ""),
("Please select the user you want to connect to", ""),
("Multiple active user sessions found", "Meerdere actieve gebruikerssessies gevonden"),
("Please select the user you want to connect to", "Selecteer de gebruiker waarmee je verbinding wilt maken"),
].iter().cloned().collect();
}