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"), ("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."), ("outgoing_only_desk_tip", "Je kan verbinding maken met andere apparaten, maar andere apparaten kunnen geen verbinding maken met dit apparaat."),
("preset_password_warning", ""), ("preset_password_warning", ""),
("Security Alert", ""), ("Security Alert", "Beveiligingswaarschuwing"),
("My address book", ""), ("My address book", "Mijn adresboek"),
("Personal", ""), ("Personal", "Persoonijk"),
("Owner", ""), ("Owner", "Eigenaar"),
("Set shared password", ""), ("Set shared password", "Gedeeld wachtwoord instellen"),
("Exist in", ""), ("Exist in", "Bestaat in"),
("Read-only", ""), ("Read-only", "Alleen-lezen"),
("Read/Write", ""), ("Read/Write", "Lezen / Schrijven"),
("Full Control", ""), ("Full Control", "Volledige Controle"),
("share_warning_tip", ""), ("share_warning_tip", ""),
("Everyone", ""), ("Everyone", "Iedereen"),
("ab_web_console_tip", ""), ("ab_web_console_tip", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }