Update nl.rs (#9022)

This commit is contained in:
FastAct 2024-08-11 00:49:52 +02:00 committed by GitHub
parent fd69b14623
commit ce56be6507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -632,9 +632,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About RustDesk", "Over RustDesk"),
("Send clipboard keystrokes", "Klembord toetsaanslagen verzenden"),
("network_error_tip", "Controleer de netwerkverbinding en selecteer 'Opnieuw proberen'."),
("Unlock with PIN", ""),
("Requires at least {} characters", ""),
("Wrong PIN", ""),
("Set PIN", ""),
("Unlock with PIN", "Ontgrendelen met PIN"),
("Requires at least {} characters", "Vereist minstens {} tekens"),
("Wrong PIN", "Verkeerde PIN-code"),
("Set PIN", "PIN-code instellen"),
].iter().cloned().collect();
}