Update de.rs (#14385)

This commit is contained in:
Mr-Update
2026-02-26 11:27:58 +01:00
committed by GitHub
parent 6aee70fa18
commit 3cc3315081

View File

@@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("keep-awake-during-outgoing-sessions-label", "Bildschirm während ausgehender Sitzungen aktiv halten"),
("keep-awake-during-incoming-sessions-label", "Bildschirm während eingehender Sitzungen aktiv halten"),
("Continue with {}", "Fortfahren mit {}"),
("Display Name", ""),
("Display Name", "Anzeigename"),
].iter().cloned().collect();
}