Update hu.rs (#12403)

Translate new string(s).
This commit is contained in:
John Fowler 2025-07-24 11:43:06 +02:00 committed by GitHub
commit ab48f10f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("The user is not an administrator.", "A felhasználó nem rendszergazda."),
("Failed to check if the user is an administrator.", "Hiba merült fel annak ellenőrzése során, hogy a felhasználó rendszergazda-e."),
("Supported only in the installed version.", "Csak a telepített változatban támogatott."),
("elevation_username_tip", ""),
("elevation_username_tip", "Felhasználónév vagy tartománynév megadása\\felhasználónév"),
].iter().cloned().collect();
}