mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-20 11:41:05 +03:00
Hungarian language file update (#14497)
* Update Hungarian translations in hu.rs Translation of new strings and some fixes. John Fowler. * Escape quotes in Hungarian language strings Replacing Hungarian quotation marks * Update Hungarian translations for various terms Upload a new translation (hu.rs) file. * Hungarian language file correction New character strings translation, error correction. * Hungarian language file update New string translations.
This commit is contained in:
@@ -738,5 +738,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Changelog", "Változáslista"),
|
||||
("keep-awake-during-outgoing-sessions-label", "Képernyő aktív állapotban tartása a kimenő munkamenetek során"),
|
||||
("keep-awake-during-incoming-sessions-label", "Képernyő aktív állapotban tartása a bejövő munkamenetek során"),
|
||||
("Continue with {}", "Folytatás ezzel: {}"),
|
||||
("Display Name", "Kijelző név"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user