Update dutch translation for 'Show terminal extra keys' (#13939)

This commit is contained in:
Alex Rijckaert
2026-01-02 15:11:18 +01:00
committed by GitHub
parent 9301edef06
commit 419703d2ea

View File

@@ -729,6 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("server-oss-not-support-tip", "Opmerking: Deze functie is niet beschikbaar in de open-sourceversie van de RustDesk-server."),
("input note here", "voeg hier een opmerking toe"),
("note-at-conn-end-tip", "Vraag om een opmerking aan het einde van de verbinding"),
("Show terminal extra keys", ""),
("Show terminal extra keys", "Toon extra toetsen voor terminal"),
].iter().cloned().collect();
}