Skip to content

Commit ab168a8

Browse files
authored
Merge pull request #35 from picimako/hungarian_translation
Add Hungarian translation for version 4169
2 parents 384fe82 + ceb84c9 commit ab168a8

19 files changed

+1328
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3/4 End User
1212
- en [English](README.md)
1313
- es_ES [Español](readme/README.es_ES.md)
1414
- fr_FR [Français](readme/README.fr_FR.md)
15+
- hu [Magyar](readme/README.hu.md)
1516
- hy [Հայերեն](readme/README.hy.md)
1617
- pt_BR [Português do Brasil](readme/README.pt_BR.md)
1718
- ru [Русский](readme/README.ru.md)
@@ -87,6 +88,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3/4 End User
8788
- es Español *by [Christopher](https://t.me/Azriel_7589)*
8889
- es_ES Español *by [Dastillero](https://github.com/dap39)*
8990
- fr_FR Français *by [fxbenard](https://github.com/fxbenard)*
91+
- hu Magyar *by [Tamás Balog](https://github.com/picimako)*
9092
- hy Հայերեն *by [Arman High Foundation](https://github.com/ArmanHigh)*
9193
- pt Português do Brasil *by [JNylson](https://github.com/jnylson)*
9294
- ru Русский *by [Dimox](http://dimox.name) & [Ant0sh](https://github.com/Ant0sh) & [Maksim Arhipov](https://github.com/OSPanel)*

locale/hu/hu.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"link": "",
3+
"hidden": false,
4+
"caption": "Magyar",
5+
"mnemonic": "M"
6+
}

locale/hu/menu.json

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"id": "preferences",
4+
"children": [
5+
{
6+
"id": "package-settings",
7+
"caption": "Package Settings",
8+
"children":
9+
[
10+
{
11+
"caption": "LocalizedMenu",
12+
"children":
13+
[
14+
{
15+
"command": "open_file", "args":
16+
{
17+
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
18+
},
19+
"caption": "Beállítások – Alapértelmezett"
20+
},
21+
{
22+
"command": "open_file", "args":
23+
{
24+
"file": "${packages}/User/LocalizedMenu.sublime-settings"
25+
},
26+
"caption": "Beállítások – Felhasználói"
27+
},
28+
{ "caption": "-" }
29+
]
30+
}
31+
]
32+
},
33+
{ "caption": "-" },
34+
{
35+
"id": "locales",
36+
"caption": "Languages",
37+
"children": [
38+
{
39+
"command": "localize_run",
40+
"args": {
41+
"action": "detect"
42+
},
43+
"caption": "Felismerés"
44+
},
45+
{
46+
"command": "localize_run",
47+
"args": {
48+
"action": "reset"
49+
},
50+
"caption": "Visszaállítás"
51+
},
52+
{
53+
"command": "localize_run",
54+
"args": {
55+
"action": "add"
56+
},
57+
"caption": "Nyelv hozzáadása…"
58+
},
59+
{
60+
"command": "localize_run",
61+
"args": {
62+
"action": "submit"
63+
},
64+
"caption": "Nyelv beküldése…"
65+
},
66+
{ "caption": "-" }
67+
]
68+
},
69+
{ "caption": "-" }
70+
]
71+
}
72+
]
+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
[
2+
{
3+
"caption": "Karakterkódolás",
4+
"id": "set_encoding",
5+
"children":
6+
[
7+
{ "caption": "UTF-8", "command": "set_encoding", "args": { "encoding": "utf-8" } },
8+
{ "caption": "UTF-16 LE", "command": "set_encoding", "args": { "encoding": "utf-16 le" } },
9+
{ "caption": "UTF-16 BE", "command": "set_encoding", "args": { "encoding": "utf-16 be" } },
10+
{ "caption": "-" },
11+
{ "caption": "Arab (ISO 8859-6)", "command": "set_encoding", "args": { "encoding": "Arabic (ISO 8859-6)" } },
12+
{ "caption": "Arab (Windows 1256)", "command": "set_encoding", "args": { "encoding": "Arabic (Windows 1256)" } },
13+
{ "caption": "Balti (ISO 8859-4)", "command": "set_encoding", "args": { "encoding": "Baltic (ISO 8859-4)" } },
14+
{ "caption": "Balti (Windows 1257)", "command": "set_encoding", "args": { "encoding": "Baltic (Windows 1257)" } },
15+
{ "caption": "Kelta (ISO 8859-14)", "command": "set_encoding", "args": { "encoding": "Celtic (ISO 8859-14)" } },
16+
{ "caption": "Közép-európai (ISO 8859-2)", "command": "set_encoding", "args": { "encoding": "Central European (ISO 8859-2)" } },
17+
{ "caption": "Közép-európai (Mac)", "command": "set_encoding", "args": { "encoding": "Central European (Mac)" } },
18+
{ "caption": "Közép-európai (Windows 1250)", "command": "set_encoding", "args": { "encoding": "Central European (Windows 1250)" } },
19+
{ "caption": "Kínai (GB18030)", "command": "set_encoding", "args": { "encoding": "Chinese (GB18030)" } },
20+
{ "caption": "Cirill (ISO 8859-5)", "command": "set_encoding", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
21+
{ "caption": "Cirill (KOI8-R)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-R)" } },
22+
{ "caption": "Cirill (KOI8-U)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-U)" } },
23+
{ "caption": "Cirill (Windows 1251)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 1251)" } },
24+
{ "caption": "Cirill (Windows 866)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 866)" } },
25+
{ "caption": "DOS (CP 437)", "command": "set_encoding", "args": { "encoding": "DOS (CP 437)" } },
26+
{ "caption": "Észt (ISO 8859-13)", "command": "set_encoding", "args": { "encoding": "Estonian (ISO 8859-13)" } },
27+
{ "caption": "Görög (ISO 8859-7)", "command": "set_encoding", "args": { "encoding": "Greek (ISO 8859-7)" } },
28+
{ "caption": "Görög (Windows 1253)", "command": "set_encoding", "args": { "encoding": "Greek (Windows 1253)" } },
29+
{ "caption": "Héber (CP 862)", "command": "set_encoding", "args": { "encoding": "Hebrew (CP 862)" } },
30+
{ "caption": "Héber (ISO 8859-8)", "command": "set_encoding", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
31+
{ "caption": "Héber (Windows 1255)", "command": "set_encoding", "args": { "encoding": "Hebrew (Windows 1255)" } },
32+
{ "caption": "Északi (ISO 8859-10)", "command": "set_encoding", "args": { "encoding": "Nordic (ISO 8859-10)" } },
33+
{ "caption": "Északi (Windows 865)", "command": "set_encoding", "args": { "encoding": "Nordic (Windows 865)" } },
34+
{ "caption": "Román (ISO 8859-16)", "command": "set_encoding", "args": { "encoding": "Romanian (ISO 8859-16)" } },
35+
{ "caption": "Török (ISO 8859-9)", "command": "set_encoding", "args": { "encoding": "Turkish (ISO 8859-9)" } },
36+
{ "caption": "Török (Windows 1254)", "command": "set_encoding", "args": { "encoding": "Turkish (Windows 1254)" } },
37+
{ "caption": "Vietnámi (Windows 1258)", "command": "set_encoding", "args": { "encoding": "Vietnamese (Windows 1258)" } },
38+
{ "caption": "Nyugati (ISO 8859-1)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-1)" } },
39+
{ "caption": "Nyugati (ISO 8859-15)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-15)" } },
40+
{ "caption": "Nyugati (ISO 8859-3)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-3)" } },
41+
{ "caption": "Nyugati (Mac Roman)", "command": "set_encoding", "args": { "encoding": "Western (Mac Roman)" } },
42+
{ "caption": "Nyugati (Windows 1252)", "command": "set_encoding", "args": { "encoding": "Western (Windows 1252)" } },
43+
{ "caption": "-" },
44+
{ "caption": "Hexadecimális", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } }
45+
]
46+
},
47+
48+
{
49+
"caption": "Újranyitás más karakterkódolással",
50+
"id": "reopen_with_encoding",
51+
"children":
52+
[
53+
{ "caption": "UTF-8", "command": "reopen", "args": { "encoding": "utf-8" } },
54+
{ "caption": "UTF-16 LE", "command": "reopen", "args": { "encoding": "utf-16 le" } },
55+
{ "caption": "UTF-16 BE", "command": "reopen", "args": { "encoding": "utf-16 be" } },
56+
{ "caption": "-" },
57+
{ "caption": "Arab (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } },
58+
{ "caption": "Arab (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } },
59+
{ "caption": "Balti (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } },
60+
{ "caption": "Balti (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } },
61+
{ "caption": "Kelta (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } },
62+
{ "caption": "Közép-európai (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } },
63+
{ "caption": "Közép-európai (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } },
64+
{ "caption": "Közép-európai (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } },
65+
{ "caption": "Kínai (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } },
66+
{ "caption": "Cirill (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
67+
{ "caption": "Cirill (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } },
68+
{ "caption": "Cirill (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } },
69+
{ "caption": "Cirill (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } },
70+
{ "caption": "Cirill (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } },
71+
{ "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } },
72+
{ "caption": "Észt (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } },
73+
{ "caption": "Görög (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } },
74+
{ "caption": "Görög (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } },
75+
{ "caption": "Héber (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } },
76+
{ "caption": "Héber (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
77+
{ "caption": "Héber (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } },
78+
{ "caption": "Északi (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } },
79+
{ "caption": "Északi (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } },
80+
{ "caption": "Román (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } },
81+
{ "caption": "Török (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } },
82+
{ "caption": "Török (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } },
83+
{ "caption": "Vietnámi (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } },
84+
{ "caption": "Nyugati (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } },
85+
{ "caption": "Nyugati (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } },
86+
{ "caption": "Nyugati (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } },
87+
{ "caption": "Nyugati (Mac Roman)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } },
88+
{ "caption": "Nyugati (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } },
89+
{ "caption": "-" },
90+
{ "caption": "Hexadecimális", "command": "reopen", "args": { "encoding": "Hexadecimal" } }
91+
]
92+
}
93+
]

0 commit comments

Comments
 (0)