Update nl.rs (#12202)

This commit is contained in:
Alex Rijckaert
2025-07-04 10:21:32 +02:00
committed by GitHub
parent f766d28c36
commit 9caf0dddc3

View File

@@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable camera", "Camera inschakelen"),
("No cameras", "Geen camera's"),
("view_camera_unsupported_tip", "Het externe apparaat ondersteunt geen cameraweergave."),
("Terminal", ""),
("Enable terminal", ""),
("New tab", ""),
("Keep terminal sessions on disconnect", ""),
("Terminal", "Terminal"),
("Enable terminal", "Terminal inschakelen"),
("New tab", "Nieuw tabblad"),
("Keep terminal sessions on disconnect", "Terminalsessies bij verbreking van de verbinding behouden"),
].iter().cloned().collect();
}