From 3c1492e9bc5291385c3a8e9abb56b831de7123b3 Mon Sep 17 00:00:00 2001 From: n-connect Date: Tue, 12 Mar 2024 16:19:23 +0100 Subject: [PATCH] Update hu.rs - fixing ID Server and others (#7366) After a failed client setup in Network settings - due to wrong translation --- src/lang/hu.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lang/hu.rs b/src/lang/hu.rs index 78493d5be..218776685 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -2,7 +2,7 @@ lazy_static::lazy_static! { pub static ref T: std::collections::HashMap<&'static str, &'static str> = [ ("Status", "Státusz"), - ("Your Desktop", "Saját azonosító"), + ("Your Desktop", "Saját asztal"), ("desk_tip", "A számítógép ezzel a jelszóval és azonosítóval érhető el távolról."), ("Password", "Jelszó"), ("Ready", "Kész"), @@ -28,7 +28,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Enable file transfer", "Fájlátvitel engedélyezése"), ("Enable TCP tunneling", "TCP tunneling engedélyezése"), ("IP Whitelisting", "IP engedélyezési lista"), - ("ID/Relay Server", "Kiszolgáló szerver"), + ("ID/Relay Server", "ID/Relay szerver"), ("Import server config", "Szerver konfiguráció importálása"), ("Export Server Config", "Szerver konfiguráció exportálása"), ("Import server configuration successfully", "Szerver konfiguráció sikeresen importálva"), @@ -37,7 +37,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Clipboard is empty", "A vágólap üres"), ("Stop service", "Szolgáltatás leállítása"), ("Change ID", "Azonosító megváltoztatása"), - ("Your new ID", ""), + ("Your new ID", "Az új azonosítód"), ("length %min% to %max%", ""), ("starts with a letter", ""), ("allowed characters", ""), @@ -49,13 +49,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Mute", "Némítás"), ("Build Date", "Build ideje"), ("Version", "Verzió"), - ("Home", ""), + ("Home", "Kezdőképernyő"), ("Audio Input", "Hangátvitel"), ("Enhancements", "Fejlesztések"), ("Hardware Codec", "Hardware kodek"), ("Adaptive bitrate", "Adaptív bitráta"), - ("ID Server", "Szerver azonosító/domain"), - ("Relay Server", "Kiszolgáló szerver"), + ("ID Server", "ID szerver"), + ("Relay Server", "Továbbító szerver"), ("API Server", "API szerver"), ("invalid_http", "A címnek mindenképpen http(s)://-el kell kezdődnie."), ("Invalid IP", "A megadott IP cím helytelen."), @@ -395,8 +395,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Accept sessions via both", ""), ("Please wait for the remote side to accept your session request...", ""), ("One-time Password", "Egyszer használatos jelszó"), - ("Use one-time password", ""), - ("One-time password length", ""), + ("Use one-time password", "Használj ideiglenes jelszót"), + ("One-time password length", "Egyszer használatos jelszó hossza"), ("Request access to your device", ""), ("Hide connection management window", ""), ("hide_cm_tip", ""),