Update nl.rs (#7459)

This commit is contained in:
FastAct 2024-03-21 09:59:02 +01:00 committed by GitHub
parent 0c232be0c4
commit 0e0cf7df09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -589,17 +589,17 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("powered_by_me", "Werkt met Rustdesk"),
("outgoing_only_desk_tip", "Je kan verbinding maken met andere apparaten, maar andere apparaten kunnen geen verbinding maken met dit apparaat."),
("preset_password_warning", ""),
("Security Alert", ""),
("My address book", ""),
("Personal", ""),
("Owner", ""),
("Set shared password", ""),
("Exist in", ""),
("Read-only", ""),
("Read/Write", ""),
("Full Control", ""),
("Security Alert", "Beveiligingswaarschuwing"),
("My address book", "Mijn adresboek"),
("Personal", "Persoonijk"),
("Owner", "Eigenaar"),
("Set shared password", "Gedeeld wachtwoord instellen"),
("Exist in", "Bestaat in"),
("Read-only", "Alleen-lezen"),
("Read/Write", "Lezen / Schrijven"),
("Full Control", "Volledige Controle"),
("share_warning_tip", ""),
("Everyone", ""),
("Everyone", "Iedereen"),
("ab_web_console_tip", ""),
].iter().cloned().collect();
}