Update nl.rs (#9997)

This commit is contained in:
Alex Rijckaert 2024-11-21 12:12:24 +01:00 committed by GitHub
parent 74dd0c8fa0
commit 1c99eb5500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,6 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Map uploaden"), ("Upload folder", "Map uploaden"),
("Upload files", "Bestanden uploaden"), ("Upload files", "Bestanden uploaden"),
("Clipboard is synchronized", "Klembord is gesynchroniseerd"), ("Clipboard is synchronized", "Klembord is gesynchroniseerd"),
("Update client clipboard", ""), ("Update client clipboard", "Klembord van client bijwerken"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }