Update nl.rs (#8170)

This commit is contained in:
FastAct 2024-05-28 09:40:04 +02:00 committed by GitHub
parent 036d10cfbe
commit f997a1ff52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}