mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
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> =
|
||||
[
|
||||
("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", ""),
|
||||
|
Loading…
Reference in New Issue
Block a user