Update hu.rs (#13918)

Translate new string
This commit is contained in:
Kratos
2025-12-31 06:27:53 +01:00
committed by GitHub
parent d27a21feee
commit 918ce865ca

View File

@@ -729,6 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("server-oss-not-support-tip", "MEGJEGYZÉS: Az OSS RustDesk kiszolgáló nem támogatja ezt a funkciót."),
("input note here", "Megjegyzés bevitele"),
("note-at-conn-end-tip", "Megjegyzés a kapcsolat végén"),
("Show terminal extra keys", ""),
("Show terminal extra keys", "További terminálgombok megjelenítése"),
].iter().cloned().collect();
}