Skip to content

Commit

Permalink
Merge pull request #35 from picimako/hungarian_translation
Browse files Browse the repository at this point in the history
Add Hungarian translation for version 4169
  • Loading branch information
zam1024t authored Apr 15, 2024
2 parents 384fe82 + ceb84c9 commit ab168a8
Show file tree
Hide file tree
Showing 19 changed files with 1,328 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3/4 End User
- en [English](README.md)
- es_ES [Español](readme/README.es_ES.md)
- fr_FR [Français](readme/README.fr_FR.md)
- hu [Magyar](readme/README.hu.md)
- hy [Հայերեն](readme/README.hy.md)
- pt_BR [Português do Brasil](readme/README.pt_BR.md)
- ru [Русский](readme/README.ru.md)
Expand Down Expand Up @@ -87,6 +88,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3/4 End User
- es Español *by [Christopher](https://t.me/Azriel_7589)*
- es_ES Español *by [Dastillero](https://github.com/dap39)*
- fr_FR Français *by [fxbenard](https://github.com/fxbenard)*
- hu Magyar *by [Tamás Balog](https://github.com/picimako)*
- hy Հայերեն *by [Arman High Foundation](https://github.com/ArmanHigh)*
- pt Português do Brasil *by [JNylson](https://github.com/jnylson)*
- ru Русский *by [Dimox](http://dimox.name) & [Ant0sh](https://github.com/Ant0sh) & [Maksim Arhipov](https://github.com/OSPanel)*
Expand Down
6 changes: 6 additions & 0 deletions locale/hu/hu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"link": "",
"hidden": false,
"caption": "Magyar",
"mnemonic": "M"
}
72 changes: 72 additions & 0 deletions locale/hu/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"id": "preferences",
"children": [
{
"id": "package-settings",
"caption": "Package Settings",
"children":
[
{
"caption": "LocalizedMenu",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
},
"caption": "Beállítások – Alapértelmezett"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/LocalizedMenu.sublime-settings"
},
"caption": "Beállítások – Felhasználói"
},
{ "caption": "-" }
]
}
]
},
{ "caption": "-" },
{
"id": "locales",
"caption": "Languages",
"children": [
{
"command": "localize_run",
"args": {
"action": "detect"
},
"caption": "Felismerés"
},
{
"command": "localize_run",
"args": {
"action": "reset"
},
"caption": "Visszaállítás"
},
{
"command": "localize_run",
"args": {
"action": "add"
},
"caption": "Nyelv hozzáadása…"
},
{
"command": "localize_run",
"args": {
"action": "submit"
},
"caption": "Nyelv beküldése…"
},
{ "caption": "-" }
]
},
{ "caption": "-" }
]
}
]
93 changes: 93 additions & 0 deletions menu/4169/hu/Encoding.sublime-menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
[
{
"caption": "Karakterkódolás",
"id": "set_encoding",
"children":
[
{ "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } },
{ "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } },
{ "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } },
{ "caption": "-" },
{ "caption": "Arab (ISO 8859-6)", "command": "set_encoding", "args": { "encoding": "Arabic (ISO 8859-6)" } },
{ "caption": "Arab (Windows 1256)", "command": "set_encoding", "args": { "encoding": "Arabic (Windows 1256)" } },
{ "caption": "Balti (ISO 8859-4)", "command": "set_encoding", "args": { "encoding": "Baltic (ISO 8859-4)" } },
{ "caption": "Balti (Windows 1257)", "command": "set_encoding", "args": { "encoding": "Baltic (Windows 1257)" } },
{ "caption": "Kelta (ISO 8859-14)", "command": "set_encoding", "args": { "encoding": "Celtic (ISO 8859-14)" } },
{ "caption": "Közép-európai (ISO 8859-2)", "command": "set_encoding", "args": { "encoding": "Central European (ISO 8859-2)" } },
{ "caption": "Közép-európai (Mac)", "command": "set_encoding", "args": { "encoding": "Central European (Mac)" } },
{ "caption": "Közép-európai (Windows 1250)", "command": "set_encoding", "args": { "encoding": "Central European (Windows 1250)" } },
{ "caption": "Kínai (GB18030)", "command": "set_encoding", "args": { "encoding": "Chinese (GB18030)" } },
{ "caption": "Cirill (ISO 8859-5)", "command": "set_encoding", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
{ "caption": "Cirill (KOI8-R)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-R)" } },
{ "caption": "Cirill (KOI8-U)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-U)" } },
{ "caption": "Cirill (Windows 1251)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 1251)" } },
{ "caption": "Cirill (Windows 866)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 866)" } },
{ "caption": "DOS (CP 437)", "command": "set_encoding", "args": { "encoding": "DOS (CP 437)" } },
{ "caption": "Észt (ISO 8859-13)", "command": "set_encoding", "args": { "encoding": "Estonian (ISO 8859-13)" } },
{ "caption": "Görög (ISO 8859-7)", "command": "set_encoding", "args": { "encoding": "Greek (ISO 8859-7)" } },
{ "caption": "Görög (Windows 1253)", "command": "set_encoding", "args": { "encoding": "Greek (Windows 1253)" } },
{ "caption": "Héber (CP 862)", "command": "set_encoding", "args": { "encoding": "Hebrew (CP 862)" } },
{ "caption": "Héber (ISO 8859-8)", "command": "set_encoding", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
{ "caption": "Héber (Windows 1255)", "command": "set_encoding", "args": { "encoding": "Hebrew (Windows 1255)" } },
{ "caption": "Északi (ISO 8859-10)", "command": "set_encoding", "args": { "encoding": "Nordic (ISO 8859-10)" } },
{ "caption": "Északi (Windows 865)", "command": "set_encoding", "args": { "encoding": "Nordic (Windows 865)" } },
{ "caption": "Román (ISO 8859-16)", "command": "set_encoding", "args": { "encoding": "Romanian (ISO 8859-16)" } },
{ "caption": "Török (ISO 8859-9)", "command": "set_encoding", "args": { "encoding": "Turkish (ISO 8859-9)" } },
{ "caption": "Török (Windows 1254)", "command": "set_encoding", "args": { "encoding": "Turkish (Windows 1254)" } },
{ "caption": "Vietnámi (Windows 1258)", "command": "set_encoding", "args": { "encoding": "Vietnamese (Windows 1258)" } },
{ "caption": "Nyugati (ISO 8859-1)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-1)" } },
{ "caption": "Nyugati (ISO 8859-15)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-15)" } },
{ "caption": "Nyugati (ISO 8859-3)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-3)" } },
{ "caption": "Nyugati (Mac Roman)", "command": "set_encoding", "args": { "encoding": "Western (Mac Roman)" } },
{ "caption": "Nyugati (Windows 1252)", "command": "set_encoding", "args": { "encoding": "Western (Windows 1252)" } },
{ "caption": "-" },
{ "caption": "Hexadecimális", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } }
]
},

{
"caption": "Újranyitás más karakterkódolással",
"id": "reopen_with_encoding",
"children":
[
{ "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } },
{ "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } },
{ "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } },
{ "caption": "-" },
{ "caption": "Arab (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } },
{ "caption": "Arab (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } },
{ "caption": "Balti (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } },
{ "caption": "Balti (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } },
{ "caption": "Kelta (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } },
{ "caption": "Közép-európai (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } },
{ "caption": "Közép-európai (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } },
{ "caption": "Közép-európai (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } },
{ "caption": "Kínai (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } },
{ "caption": "Cirill (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
{ "caption": "Cirill (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } },
{ "caption": "Cirill (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } },
{ "caption": "Cirill (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } },
{ "caption": "Cirill (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } },
{ "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } },
{ "caption": "Észt (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } },
{ "caption": "Görög (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } },
{ "caption": "Görög (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } },
{ "caption": "Héber (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } },
{ "caption": "Héber (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
{ "caption": "Héber (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } },
{ "caption": "Északi (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } },
{ "caption": "Északi (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } },
{ "caption": "Román (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } },
{ "caption": "Török (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } },
{ "caption": "Török (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } },
{ "caption": "Vietnámi (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } },
{ "caption": "Nyugati (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } },
{ "caption": "Nyugati (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } },
{ "caption": "Nyugati (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } },
{ "caption": "Nyugati (Mac Roman)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } },
{ "caption": "Nyugati (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } },
{ "caption": "-" },
{ "caption": "Hexadecimális", "command": "reopen", "args": { "encoding": "Hexadecimal" } }
]
}
]
Loading

0 comments on commit ab168a8

Please sign in to comment.