Update de.rs (#15131)

This commit is contained in:
Mr-Update 2026-05-28 08:56:19 +02:00 committed by GitHub
commit d59d543ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("password-hidden-tip", "Ein permanentes Passwort wurde festgelegt (ausgeblendet)."),
("preset-password-in-use-tip", "Das voreingestellte Passwort wird derzeit verwendet."),
("Enable privacy mode", "Datenschutzmodus aktivieren"),
("allow-remote-toolbar-docking-any-edge", ""),
("allow-remote-toolbar-docking-any-edge", "Andocken der Remote-Symbolleiste an jeden Fensterrand zulassen"),
].iter().cloned().collect();
}