Update translation (#14413)

This commit is contained in:
Alex Rijckaert 2026-02-27 05:09:47 +01:00 committed by GitHub
parent 34803f8e9b
commit 12d6789c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("keep-awake-during-outgoing-sessions-label", "Houd het scherm open tijdens de uitgaande sessies."),
("keep-awake-during-incoming-sessions-label", "Houd het scherm open tijdens de inkomende sessies."),
("Continue with {}", "Ga verder met {}"),
("Display Name", ""),
("Display Name", "Naam Weergeven"),
].iter().cloned().collect();
}