hu.rs update (#14983)

Translate a new string.
This commit is contained in:
John Fowler
2026-05-13 08:59:29 +02:00
committed by GitHub
parent 55c9707639
commit b6caa1a7b2

View File

@@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display Name", "Kijelző név"),
("password-hidden-tip", "Állandó jelszó lett beállítva (rejtett)."),
("preset-password-in-use-tip", "Jelenleg az alapértelmezett jelszót használja."),
("Enable privacy mode", ""),
("Enable privacy mode", "Adatvédelmi mód aktiválása"),
].iter().cloned().collect();
}