Update hu.rs - fixing ID Server and others (#7366)
After a failed client setup in Network settings - due to wrong translation
This commit is contained in:
parent
be301b825f
commit
3c1492e9bc
@ -2,7 +2,7 @@ lazy_static::lazy_static! {
|
|||||||
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||||
[
|
[
|
||||||
("Status", "Státusz"),
|
("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."),
|
("desk_tip", "A számítógép ezzel a jelszóval és azonosítóval érhető el távolról."),
|
||||||
("Password", "Jelszó"),
|
("Password", "Jelszó"),
|
||||||
("Ready", "Kész"),
|
("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 file transfer", "Fájlátvitel engedélyezése"),
|
||||||
("Enable TCP tunneling", "TCP tunneling engedélyezése"),
|
("Enable TCP tunneling", "TCP tunneling engedélyezése"),
|
||||||
("IP Whitelisting", "IP engedélyezési lista"),
|
("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"),
|
("Import server config", "Szerver konfiguráció importálása"),
|
||||||
("Export Server Config", "Szerver konfiguráció exportálása"),
|
("Export Server Config", "Szerver konfiguráció exportálása"),
|
||||||
("Import server configuration successfully", "Szerver konfiguráció sikeresen importálva"),
|
("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"),
|
("Clipboard is empty", "A vágólap üres"),
|
||||||
("Stop service", "Szolgáltatás leállítása"),
|
("Stop service", "Szolgáltatás leállítása"),
|
||||||
("Change ID", "Azonosító megváltoztatása"),
|
("Change ID", "Azonosító megváltoztatása"),
|
||||||
("Your new ID", ""),
|
("Your new ID", "Az új azonosítód"),
|
||||||
("length %min% to %max%", ""),
|
("length %min% to %max%", ""),
|
||||||
("starts with a letter", ""),
|
("starts with a letter", ""),
|
||||||
("allowed characters", ""),
|
("allowed characters", ""),
|
||||||
@ -49,13 +49,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Mute", "Némítás"),
|
("Mute", "Némítás"),
|
||||||
("Build Date", "Build ideje"),
|
("Build Date", "Build ideje"),
|
||||||
("Version", "Verzió"),
|
("Version", "Verzió"),
|
||||||
("Home", ""),
|
("Home", "Kezdőképernyő"),
|
||||||
("Audio Input", "Hangátvitel"),
|
("Audio Input", "Hangátvitel"),
|
||||||
("Enhancements", "Fejlesztések"),
|
("Enhancements", "Fejlesztések"),
|
||||||
("Hardware Codec", "Hardware kodek"),
|
("Hardware Codec", "Hardware kodek"),
|
||||||
("Adaptive bitrate", "Adaptív bitráta"),
|
("Adaptive bitrate", "Adaptív bitráta"),
|
||||||
("ID Server", "Szerver azonosító/domain"),
|
("ID Server", "ID szerver"),
|
||||||
("Relay Server", "Kiszolgáló szerver"),
|
("Relay Server", "Továbbító szerver"),
|
||||||
("API Server", "API szerver"),
|
("API Server", "API szerver"),
|
||||||
("invalid_http", "A címnek mindenképpen http(s)://-el kell kezdődnie."),
|
("invalid_http", "A címnek mindenképpen http(s)://-el kell kezdődnie."),
|
||||||
("Invalid IP", "A megadott IP cím helytelen."),
|
("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", ""),
|
("Accept sessions via both", ""),
|
||||||
("Please wait for the remote side to accept your session request...", ""),
|
("Please wait for the remote side to accept your session request...", ""),
|
||||||
("One-time Password", "Egyszer használatos jelszó"),
|
("One-time Password", "Egyszer használatos jelszó"),
|
||||||
("Use one-time password", ""),
|
("Use one-time password", "Használj ideiglenes jelszót"),
|
||||||
("One-time password length", ""),
|
("One-time password length", "Egyszer használatos jelszó hossza"),
|
||||||
("Request access to your device", ""),
|
("Request access to your device", ""),
|
||||||
("Hide connection management window", ""),
|
("Hide connection management window", ""),
|
||||||
("hide_cm_tip", ""),
|
("hide_cm_tip", ""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user