Skip to content

Commit bdadc0c

Browse files
authored
Merge pull request #37 from picimako/hungarian-4186
Add Hungarian translation for version 4186
2 parents 48f01e2 + e12306a commit bdadc0c

7 files changed

+1169
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[
2+
{ "command": "open_context_url" },
3+
{ "command": "goto_definition", "caption": "Ugrás a definícióra" },
4+
{ "caption": "-", "id": "diff" },
5+
{ "command": "toggle_inline_diff" },
6+
{ "command": "revert_hunk", "caption": "Szakasz visszavonása" },
7+
{ "caption": "-", "id": "clipboard" },
8+
{ "command": "cut", "caption": "Kivágás" },
9+
{ "command": "copy", "caption": "Másolás" },
10+
{ "command": "paste", "caption": "Beillesztés" },
11+
{ "caption": "-", "id": "selection" },
12+
{ "command": "select_all" },
13+
{ "caption": "-", "id": "repo_commands" },
14+
{ "caption": "Git adattár megnyitása…", "command": "sublime_merge_open_repo" },
15+
{ "caption": "Fájltörténet…", "command": "sublime_merge_file_history" },
16+
{ "caption": "Sortörténet…", "command": "sublime_merge_line_history" },
17+
{ "caption": "Felelős szerzők/commit-ok…", "command": "sublime_merge_blame_file" },
18+
{ "caption": "-", "id": "file" },
19+
{ "command": "open_in_browser", "caption": "Megnyitás böngészőben" },
20+
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Megnyitás mappában…" },
21+
{ "command": "copy_path", "caption": "Fájlútvonal másolása" },
22+
{ "command": "reveal_in_side_bar", "caption": "Megjelenítáé az oldalsávon" },
23+
{ "command": "force_reopen_as", "args": {"type": "image"}, "caption": "Fájl újranyitása képként" },
24+
{ "caption": "-", "id": "end" }
25+
]
+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+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{ "caption": "-", "id": "repo_commands" },
3+
{ "caption": "Git adattár megnyitása…", "command": "sublime_merge_open_repo" },
4+
{ "caption": "Fájltörténet…", "command": "sublime_merge_file_history" },
5+
{ "caption": "-", "id": "file" },
6+
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Megnyitás mappában…" },
7+
{ "command": "copy_path", "caption": "Fájlútvonal másolása" },
8+
{ "command": "reveal_in_side_bar", "caption": "Megjelenítés az oldalsávon" },
9+
{ "command": "force_reopen_as", "args": {"type": "text"}, "caption": "Fájl újranyitása szövegként" },
10+
{ "caption": "-", "id": "end" }
11+
]

0 commit comments

Comments
 (0)