Translation: Update hu.rs (#13115)

Translate new strings
This commit is contained in:
summoner
2025-10-09 02:21:44 +02:00
committed by GitHub
parent ffddf60184
commit 02f455b0cc

View File

@@ -711,9 +711,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevation_username_tip", "Felhasználónév vagy tartománynév megadása\\felhasználónév"), ("elevation_username_tip", "Felhasználónév vagy tartománynév megadása\\felhasználónév"),
("Preparing for installation ...", "Felkészülés a telepítésre ..."), ("Preparing for installation ...", "Felkészülés a telepítésre ..."),
("Show my cursor", "Kurzor megjelenítése"), ("Show my cursor", "Kurzor megjelenítése"),
("Scale custom", ""), ("Scale custom", "Egyéni méretarány"),
("Custom scale slider", ""), ("Custom scale slider", "Egyéni méretarány-csúszka"),
("Decrease", ""), ("Decrease", "Csökkentés"),
("Increase", ""), ("Increase", "Növelés"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }