Skip to content

Commit a37b4f0

Browse files
committed
Update ST 4166 menus for zh_CN/zh_TW
1 parent b053adf commit a37b4f0

15 files changed

+3374
-0
lines changed
+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
[
2+
{
3+
"caption": "Set Encoding",
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": "Arabic (ISO 8859-6)", "command": "set_encoding", "args": { "encoding": "Arabic (ISO 8859-6)" } },
12+
{ "caption": "Arabic (Windows 1256)", "command": "set_encoding", "args": { "encoding": "Arabic (Windows 1256)" } },
13+
{ "caption": "Baltic (ISO 8859-4)", "command": "set_encoding", "args": { "encoding": "Baltic (ISO 8859-4)" } },
14+
{ "caption": "Baltic (Windows 1257)", "command": "set_encoding", "args": { "encoding": "Baltic (Windows 1257)" } },
15+
{ "caption": "Celtic (ISO 8859-14)", "command": "set_encoding", "args": { "encoding": "Celtic (ISO 8859-14)" } },
16+
{ "caption": "Central European (ISO 8859-2)", "command": "set_encoding", "args": { "encoding": "Central European (ISO 8859-2)" } },
17+
{ "caption": "Central European (Mac)", "command": "set_encoding", "args": { "encoding": "Central European (Mac)" } },
18+
{ "caption": "Central European (Windows 1250)", "command": "set_encoding", "args": { "encoding": "Central European (Windows 1250)" } },
19+
{ "caption": "Chinese (GB18030)", "command": "set_encoding", "args": { "encoding": "Chinese (GB18030)" } },
20+
{ "caption": "Cyrillic (ISO 8859-5)", "command": "set_encoding", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
21+
{ "caption": "Cyrillic (KOI8-R)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-R)" } },
22+
{ "caption": "Cyrillic (KOI8-U)", "command": "set_encoding", "args": { "encoding": "Cyrillic (KOI8-U)" } },
23+
{ "caption": "Cyrillic (Windows 1251)", "command": "set_encoding", "args": { "encoding": "Cyrillic (Windows 1251)" } },
24+
{ "caption": "Cyrillic (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": "Estonian (ISO 8859-13)", "command": "set_encoding", "args": { "encoding": "Estonian (ISO 8859-13)" } },
27+
{ "caption": "Greek (ISO 8859-7)", "command": "set_encoding", "args": { "encoding": "Greek (ISO 8859-7)" } },
28+
{ "caption": "Greek (Windows 1253)", "command": "set_encoding", "args": { "encoding": "Greek (Windows 1253)" } },
29+
{ "caption": "Hebrew (CP 862)", "command": "set_encoding", "args": { "encoding": "Hebrew (CP 862)" } },
30+
{ "caption": "Hebrew (ISO 8859-8)", "command": "set_encoding", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
31+
{ "caption": "Hebrew (Windows 1255)", "command": "set_encoding", "args": { "encoding": "Hebrew (Windows 1255)" } },
32+
{ "caption": "Nordic (ISO 8859-10)", "command": "set_encoding", "args": { "encoding": "Nordic (ISO 8859-10)" } },
33+
{ "caption": "Nordic (Windows 865)", "command": "set_encoding", "args": { "encoding": "Nordic (Windows 865)" } },
34+
{ "caption": "Romanian (ISO 8859-16)", "command": "set_encoding", "args": { "encoding": "Romanian (ISO 8859-16)" } },
35+
{ "caption": "Turkish (ISO 8859-9)", "command": "set_encoding", "args": { "encoding": "Turkish (ISO 8859-9)" } },
36+
{ "caption": "Turkish (Windows 1254)", "command": "set_encoding", "args": { "encoding": "Turkish (Windows 1254)" } },
37+
{ "caption": "Vietnamese (Windows 1258)", "command": "set_encoding", "args": { "encoding": "Vietnamese (Windows 1258)" } },
38+
{ "caption": "Western (ISO 8859-1)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-1)" } },
39+
{ "caption": "Western (ISO 8859-15)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-15)" } },
40+
{ "caption": "Western (ISO 8859-3)", "command": "set_encoding", "args": { "encoding": "Western (ISO 8859-3)" } },
41+
{ "caption": "Western (Mac Roman)", "command": "set_encoding", "args": { "encoding": "Western (Mac Roman)" } },
42+
{ "caption": "Western (Windows 1252)", "command": "set_encoding", "args": { "encoding": "Western (Windows 1252)" } },
43+
{ "caption": "-" },
44+
{ "caption": "Hexadecimal", "command": "set_encoding", "args": { "encoding": "Hexadecimal" } }
45+
]
46+
},
47+
48+
{
49+
"caption": "Reopen with Encoding",
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": "Arabic (ISO 8859-6)", "command": "reopen", "args": { "encoding": "Arabic (ISO 8859-6)" } },
58+
{ "caption": "Arabic (Windows 1256)", "command": "reopen", "args": { "encoding": "Arabic (Windows 1256)" } },
59+
{ "caption": "Baltic (ISO 8859-4)", "command": "reopen", "args": { "encoding": "Baltic (ISO 8859-4)" } },
60+
{ "caption": "Baltic (Windows 1257)", "command": "reopen", "args": { "encoding": "Baltic (Windows 1257)" } },
61+
{ "caption": "Celtic (ISO 8859-14)", "command": "reopen", "args": { "encoding": "Celtic (ISO 8859-14)" } },
62+
{ "caption": "Central European (ISO 8859-2)", "command": "reopen", "args": { "encoding": "Central European (ISO 8859-2)" } },
63+
{ "caption": "Central European (Mac)", "command": "reopen", "args": { "encoding": "Central European (Mac)" } },
64+
{ "caption": "Central European (Windows 1250)", "command": "reopen", "args": { "encoding": "Central European (Windows 1250)" } },
65+
{ "caption": "Chinese (GB18030)", "command": "reopen", "args": { "encoding": "Chinese (GB18030)" } },
66+
{ "caption": "Cyrillic (ISO 8859-5)", "command": "reopen", "args": { "encoding": "Cyrillic (ISO 8859-5)" } },
67+
{ "caption": "Cyrillic (KOI8-R)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-R)" } },
68+
{ "caption": "Cyrillic (KOI8-U)", "command": "reopen", "args": { "encoding": "Cyrillic (KOI8-U)" } },
69+
{ "caption": "Cyrillic (Windows 1251)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 1251)" } },
70+
{ "caption": "Cyrillic (Windows 866)", "command": "reopen", "args": { "encoding": "Cyrillic (Windows 866)" } },
71+
{ "caption": "DOS (CP 437)", "command": "reopen", "args": { "encoding": "DOS (CP 437)" } },
72+
{ "caption": "Estonian (ISO 8859-13)", "command": "reopen", "args": { "encoding": "Estonian (ISO 8859-13)" } },
73+
{ "caption": "Greek (ISO 8859-7)", "command": "reopen", "args": { "encoding": "Greek (ISO 8859-7)" } },
74+
{ "caption": "Greek (Windows 1253)", "command": "reopen", "args": { "encoding": "Greek (Windows 1253)" } },
75+
{ "caption": "Hebrew (CP 862)", "command": "reopen", "args": { "encoding": "Hebrew (CP 862)" } },
76+
{ "caption": "Hebrew (ISO 8859-8)", "command": "reopen", "args": { "encoding": "Hebrew (ISO 8859-8)" } },
77+
{ "caption": "Hebrew (Windows 1255)", "command": "reopen", "args": { "encoding": "Hebrew (Windows 1255)" } },
78+
{ "caption": "Nordic (ISO 8859-10)", "command": "reopen", "args": { "encoding": "Nordic (ISO 8859-10)" } },
79+
{ "caption": "Nordic (Windows 865)", "command": "reopen", "args": { "encoding": "Nordic (Windows 865)" } },
80+
{ "caption": "Romanian (ISO 8859-16)", "command": "reopen", "args": { "encoding": "Romanian (ISO 8859-16)" } },
81+
{ "caption": "Turkish (ISO 8859-9)", "command": "reopen", "args": { "encoding": "Turkish (ISO 8859-9)" } },
82+
{ "caption": "Turkish (Windows 1254)", "command": "reopen", "args": { "encoding": "Turkish (Windows 1254)" } },
83+
{ "caption": "Vietnamese (Windows 1258)", "command": "reopen", "args": { "encoding": "Vietnamese (Windows 1258)" } },
84+
{ "caption": "Western (ISO 8859-1)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-1)" } },
85+
{ "caption": "Western (ISO 8859-15)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-15)" } },
86+
{ "caption": "Western (ISO 8859-3)", "command": "reopen", "args": { "encoding": "Western (ISO 8859-3)" } },
87+
{ "caption": "Western (Mac Roman)", "command": "reopen", "args": { "encoding": "Western (Mac Roman)" } },
88+
{ "caption": "Western (Windows 1252)", "command": "reopen", "args": { "encoding": "Western (Windows 1252)" } },
89+
{ "caption": "-" },
90+
{ "caption": "Hexadecimal", "command": "reopen", "args": { "encoding": "Hexadecimal" } }
91+
]
92+
},
93+
]

0 commit comments

Comments
 (0)