Update nl.rs (#8843)

This commit is contained in:
FastAct 2024-07-26 11:17:05 +02:00 committed by GitHub
parent be06c0d738
commit 9f0985c842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -629,7 +629,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Open een chat met @BotFather.\n2, Verzend het commando \"/newbot\". Als deze stap voltooid is, ontvang je een token.\n3, Start een chat met de nieuw aangemaakte bot. Om hem te activeren stuurt u een bericht dat begint met een schuine streep (\"/\"), bijvoorbeeld \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Weet je zeker dat je 2FA wilt annuleren?"),
("cancel-bot-confirm-tip", "Weet je zeker dat je de Telegram-bot wilt annuleren?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
("About RustDesk", "Over RustDesk"),
("Send clipboard keystrokes", "Klembord toetsaanslagen verzenden"),
].iter().cloned().collect();
}