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"),
("Preparing for installation ...", "Felkészülés a telepítésre ..."),
("Show my cursor", "Kurzor megjelenítése"),
("Scale custom", ""),
("Custom scale slider", ""),
("Decrease", ""),
("Increase", ""),
("Scale custom", "Egyéni méretarány"),
("Custom scale slider", "Egyéni méretarány-csúszka"),
("Decrease", "Csökkentés"),
("Increase", "Növelés"),
].iter().cloned().collect();
}