Update nl.rs (#10812)

This commit is contained in:
Alex Rijckaert 2025-02-18 18:10:32 +01:00 committed by GitHub
parent 86b327ee41
commit 451b6dc651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Update client clipboard", "Klembord van client bijwerken"),
("Untagged", "Ongemarkeerd"),
("new-version-of-{}-tip", "Er is een nieuwe versie van {} beschikbaar"),
("Accessible devices", ""),
("Accessible devices", "Toegankelijke apparaten"),
].iter().cloned().collect();
}