From f997a1ff5279bfbb2bb7c1997997e71a2641c4e2 Mon Sep 17 00:00:00 2001 From: FastAct <93490087+FastAct@users.noreply.github.com> Date: Tue, 28 May 2024 09:40:04 +0200 Subject: [PATCH] Update nl.rs (#8170) --- src/lang/nl.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 47b3d755e..c8281ee3c 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -605,13 +605,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("no_need_privacy_mode_no_physical_displays_tip", "Geen fysieke schermen, geen privémodus nodig."), ("Follow remote cursor", "Volg de cursor op afstand"), ("Follow remote window focus", "Volg de focus van het venster op afstand"), - ("default_proxy_tip", ""), - ("no_audio_input_device_tip", ""), - ("Incoming", ""), - ("Outgoing", ""), - ("Clear Wayland screen selection", ""), - ("clear_Wayland_screen_selection_tip", ""), - ("confirm_clear_Wayland_screen_selection_tip", ""), - ("android_new_voice_call_tip", ""), + ("default_proxy_tip", "Typisch protocol en poort - Socks5 en 1080"), + ("no_audio_input_device_tip", "Er is geen invoerapparaat gevonden."), + ("Incoming", "Inkomend"), + ("Outgoing", "Uitgaand"), + ("Clear Wayland screen selection", "Wayland-scherm wissen"), + ("clear_Wayland_screen_selection_tip", "Nadat je de schermselectie hebt gewist, kun je het scherm dat je wilt delen opnieuw selecteren."), + ("confirm_clear_Wayland_screen_selection_tip", "Weet je zeker dat je de Wayland-schermselectie wilt wissen?"), + ("android_new_voice_call_tip", "Er is een nieuwe spraakoproep ontvangen. Als u het aanvaardt, schakelt de audio over naar spraakcommunicatie."), ].iter().cloned().collect(); }