Update hu.rs (#12610)

Add and translate a new string.
This commit is contained in:
John Fowler 2025-08-16 06:09:15 +02:00 committed by GitHub
commit f33ed27419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,6 +708,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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", "Felhasználónév vagy tartománynév megadása\\felhasználónév"),
("Preparing for installation ...", ""),
("Preparing for installation ...", "Felkészülés a telepítésre ..."),
].iter().cloned().collect();
}