From 02f455b0cc4ffd4ecd75c6442a0d1b240ee28ae1 Mon Sep 17 00:00:00 2001 From: summoner Date: Thu, 9 Oct 2025 02:21:44 +0200 Subject: [PATCH] Translation: Update hu.rs (#13115) Translate new strings --- src/lang/hu.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 232b6a2d4..199edfdf7 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -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(); }