mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00: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:
parent
db3f5fe816
commit
fd7bcf54bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue