Skip to content

Commit dd753df

Browse files
committed
Add zh_CN/zh_TW menus for ST v3.2 build 3200
1 parent f9d8b0f commit dd753df

File tree

8 files changed

+1892
-2
lines changed

8 files changed

+1892
-2
lines changed

menu/3/zh_CN/Widget Context.sublime-menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
{ "command": "copy", "caption": "复制" },
32
{ "command": "cut", "caption": "剪切" },
3+
{ "command": "copy", "caption": "复制" },
44
{ "command": "paste", "caption": "粘贴" },
55
{ "caption": "-" },
66
{ "command": "select_all", "caption": "全选" }

menu/3/zh_TW/Widget Context.sublime-menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
{ "command": "copy", "caption": "復制" },
32
{ "command": "cut", "caption": "剪切" },
3+
{ "command": "copy", "caption": "復制" },
44
{ "command": "paste", "caption": "粘貼" },
55
{ "caption": "-" },
66
{ "command": "select_all", "caption": "全選" }
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{ "command": "open_context_url", "caption": "打开URL链接" },
3+
{ "command": "context_goto_definition", "caption": "转到定义处" },
4+
{ "caption": "-", "id": "diff" },
5+
{ "command": "toggle_inline_diff", "caption": "切换显示行内差异" },
6+
{ "caption": "-", "id": "clipboard" },
7+
{ "command": "cut", "caption": "剪切" },
8+
{ "command": "copy", "caption": "复制" },
9+
{ "command": "paste", "caption": "粘贴" },
10+
{ "caption": "-", "id": "selection" },
11+
{ "command": "select_all", "caption": "全选" },
12+
{ "caption": "-", "id": "repo_commands" },
13+
{ "caption": "打开Git仓库…", "command": "sublime_merge_open_repo" },
14+
{ "caption": "文件历史…", "command": "sublime_merge_file_history" },
15+
{ "caption": "行历史…", "command": "sublime_merge_line_history" },
16+
{ "caption": "审查文件…", "command": "sublime_merge_blame_file" },
17+
{ "caption": "-", "id": "file" },
18+
{ "command": "open_in_browser", "caption": "在浏览器中打开" },
19+
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "打开所在文件夹…" },
20+
{ "command": "copy_path", "caption": "复制文件路径" },
21+
{ "command": "reveal_in_side_bar", "caption": "在侧边栏中显示" },
22+
{ "caption": "-", "id": "end" }
23+
]

menu/3200/zh_CN/Main.sublime-menu.json

Lines changed: 905 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{ "caption": "新建文件", "command": "new_file_at", "args": {"dirs": []} },
3+
{ "caption": "重命名…", "command": "rename_path", "args": {"paths": []} },
4+
{ "caption": "删除文件", "command": "delete_file", "args": {"files": []} },
5+
{ "caption": "打开所在文件夹…", "command": "open_containing_folder", "args": {"files": []} },
6+
{ "caption": "打开链接目录", "command": "reveal_link_source", "args": {"dirs": []} },
7+
{ "caption": "-", "id": "repo_commands" },
8+
{ "caption": "打开Git仓库…", "command": "sublime_merge_open_repo", "args": {"paths": []}},
9+
{ "caption": "文件历史…", "command": "sublime_merge_file_history", "args": {"files": []}},
10+
{ "caption": "目录历史…", "command": "sublime_merge_folder_history", "args": {"paths": []}},
11+
{ "caption": "审查文件…", "command": "sublime_merge_blame_file", "args": {"files": []}},
12+
{ "caption": "-", "id": "folder_commands" },
13+
{ "caption": "新建文件夹…", "command": "new_folder", "args": {"dirs": []} },
14+
{ "caption": "删除文件夹", "command": "delete_folder", "args": {"dirs": []} },
15+
{ "caption": "在文件夹中查找…", "command": "find_in_folder", "args": {"dirs": []} },
16+
{ "caption": "-", "id": "end" }
17+
]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{ "command": "open_context_url", "caption": "打開URL鏈接" },
3+
{ "command": "context_goto_definition", "caption": "轉到定義處" },
4+
{ "caption": "-", "id": "diff" },
5+
{ "command": "toggle_inline_diff", "caption": "切換顯示行內差異" },
6+
{ "caption": "-", "id": "clipboard" },
7+
{ "command": "cut", "caption": "剪切" },
8+
{ "command": "copy", "caption": "復制" },
9+
{ "command": "paste", "caption": "粘貼" },
10+
{ "caption": "-", "id": "selection" },
11+
{ "command": "select_all", "caption": "全選" },
12+
{ "caption": "-", "id": "repo_commands" },
13+
{ "caption": "打開Git倉庫…", "command": "sublime_merge_open_repo" },
14+
{ "caption": "文件歷史…", "command": "sublime_merge_file_history" },
15+
{ "caption": "行歷史…", "command": "sublime_merge_line_history" },
16+
{ "caption": "審查文件…", "command": "sublime_merge_blame_file" },
17+
{ "caption": "-", "id": "file" },
18+
{ "command": "open_in_browser", "caption": "在瀏覽器中打開" },
19+
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "打開所在文件夾…" },
20+
{ "command": "copy_path", "caption": "復制文件路徑" },
21+
{ "command": "reveal_in_side_bar", "caption": "在側邊欄中顯示" },
22+
{ "caption": "-", "id": "end" }
23+
]

menu/3200/zh_TW/Main.sublime-menu.json

Lines changed: 905 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{ "caption": "新建文件", "command": "new_file_at", "args": {"dirs": []} },
3+
{ "caption": "重命名…", "command": "rename_path", "args": {"paths": []} },
4+
{ "caption": "刪除文件", "command": "delete_file", "args": {"files": []} },
5+
{ "caption": "打開所在文件夾…", "command": "open_containing_folder", "args": {"files": []} },
6+
{ "caption": "打開鏈接目錄", "command": "reveal_link_source", "args": {"dirs": []} },
7+
{ "caption": "-", "id": "repo_commands" },
8+
{ "caption": "打開Git倉庫…", "command": "sublime_merge_open_repo", "args": {"paths": []}},
9+
{ "caption": "文件歷史…", "command": "sublime_merge_file_history", "args": {"files": []}},
10+
{ "caption": "目錄歷史…", "command": "sublime_merge_folder_history", "args": {"paths": []}},
11+
{ "caption": "審查文件…", "command": "sublime_merge_blame_file", "args": {"files": []}},
12+
{ "caption": "-", "id": "folder_commands" },
13+
{ "caption": "新建文件夾…", "command": "new_folder", "args": {"dirs": []} },
14+
{ "caption": "刪除文件夾", "command": "delete_folder", "args": {"dirs": []} },
15+
{ "caption": "在文件夾中查找…", "command": "find_in_folder", "args": {"dirs": []} },
16+
{ "caption": "-", "id": "end" }
17+
]

0 commit comments

Comments
 (0)