Update nl.rs (#7475)

This commit is contained in:
FastAct 2024-03-22 16:36:59 +01:00 committed by GitHub
parent 96c8d4de6a
commit 83c45d772f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -596,10 +596,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Set shared password", "Gedeeld wachtwoord instellen"),
("Exist in", "Bestaat in"),
("Read-only", "Alleen-lezen"),
("Read/Write", "Lezen / Schrijven"),
("Read/Write", "Lezen/Schrijven"),
("Full Control", "Volledige Controle"),
("share_warning_tip", ""),
("share_warning_tip", "De bovenstaande velden worden gedeeld en zijn zichtbaar voor anderen."),
("Everyone", "Iedereen"),
("ab_web_console_tip", ""),
("ab_web_console_tip", "Meer over de webconsole"),
].iter().cloned().collect();
}