|
10 | 10 | "children": |
11 | 11 | [ |
12 | 12 | { |
13 | | - "id": "sublimechinestradsim", |
| 13 | + "id": "chineseconvert", |
14 | 14 | "caption": "繁简体转换", |
15 | 15 | "children": |
16 | 16 | [{ |
17 | 17 | "caption": "简体到繁體", |
18 | | - "command": "chinese_tradsim", |
| 18 | + "command": "chinese_convert", |
19 | 19 | "args":{"to":"s2t.json"} |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "caption": "繁體到简体", |
23 | | - "command": "chinese_tradsim", |
| 23 | + "command": "chinese_convert", |
24 | 24 | "args":{"to":"t2s.json"} |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "caption": "简体到臺灣正體", |
28 | | - "command": "chinese_tradsim", |
| 28 | + "command": "chinese_convert", |
29 | 29 | "args":{"to":"s2tw.json"} |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "caption": "臺灣正體到简体", |
33 | | - "command": "chinese_tradsim", |
| 33 | + "command": "chinese_convert", |
34 | 34 | "args":{"to":"tw2s.json"} |
35 | 35 | }, |
36 | 36 | { |
37 | 37 | "caption": "简体到香港繁體(香港小學學習字詞表標準)", |
38 | | - "command": "chinese_tradsim", |
| 38 | + "command": "chinese_convert", |
39 | 39 | "args":{"to":"s2hk.json"} |
40 | 40 | }, |
41 | 41 | { |
42 | 42 | "caption": "香港繁體(香港小學學習字詞表標準)到简体", |
43 | | - "command": "chinese_tradsim", |
| 43 | + "command": "chinese_convert", |
44 | 44 | "args":{"to":"hk2s.json"} |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "caption": "简体到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙", |
48 | | - "command": "chinese_tradsim", |
| 48 | + "command": "chinese_convert", |
49 | 49 | "args":{"to":"s2twp.json"} |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "caption": "繁體(臺灣正體標準)到简体并转换为中国大陆常用词汇", |
53 | | - "command": "chinese_tradsim", |
| 53 | + "command": "chinese_convert", |
54 | 54 | "args":{"to":"tw2sp.json"} |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "caption": "繁體(OpenCC 標準)到臺灣正體", |
58 | | - "command": "chinese_tradsim", |
| 58 | + "command": "chinese_convert", |
59 | 59 | "args":{"to":"t2tw.json"} |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "caption": "繁體(OpenCC 標準)到香港繁體(香港小學學習字詞表標準)", |
63 | | - "command": "chinese_tradsim", |
| 63 | + "command": "chinese_convert", |
64 | 64 | "args":{"to":"t2hk.json"} |
65 | 65 | },] |
66 | 66 | } |
|
0 commit comments