mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 01:11:26 +03:00
@@ -703,12 +703,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Enable terminal", "Terminál engedélyezése"),
|
("Enable terminal", "Terminál engedélyezése"),
|
||||||
("New tab", "Új lap"),
|
("New tab", "Új lap"),
|
||||||
("Keep terminal sessions on disconnect", "Terminál munkamenetek megtartása leválasztáskor"),
|
("Keep terminal sessions on disconnect", "Terminál munkamenetek megtartása leválasztáskor"),
|
||||||
("Terminal (Run as administrator)", ""),
|
("Terminal (Run as administrator)", "Terminál (rendszergazdaként futtatva)"),
|
||||||
("terminal-admin-login-tip", ""),
|
("terminal-admin-login-tip", "Kérjük, adja meg a felügyelt terminál rendszergazdai fiókjának jelszavát."),
|
||||||
("Failed to get user token.", ""),
|
("Failed to get user token.", "Hiba a felhasználói token lekérdezésekor."),
|
||||||
("Incorrect username or password.", ""),
|
("Incorrect username or password.", "A felhasználónév vagy a jelszó helytelen."),
|
||||||
("The user is not an administrator.", ""),
|
("The user is not an administrator.", "A felhasználó nem rendszergazda."),
|
||||||
("Failed to check if the user is an administrator.", ""),
|
("Failed to check if the user is an administrator.", "Hiba merült fel annak ellenőrzése során, hogy a felhasználó rendszergazda-e."),
|
||||||
("Supported only in the installed version.", ""),
|
("Supported only in the installed version.", "Csak a telepített változatban támogatott."),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user