Skip to content

Commit

Permalink
Translate 'Repository' to '资料库'
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Feb 25, 2021
1 parent 5cac92d commit 4c9a46c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Action.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "command": "git_redo", "mnemonic": "R" },
{ "caption": "-" },
{
"caption": "在 Sublime Text 中打开所在目录…",
"caption": "在 Sublime Text 中打开资料库…",
"command": "open_dir_in_sublime_text",
"args": { "dir": "$working_dir" }
},
Expand Down
2 changes: 1 addition & 1 deletion Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{ "caption": "-", "id": "selection" },
{ "command": "select_all", "caption": "全选" },
{ "caption": "-", "id": "repo_commands" },
{ "caption": "打开 Git 仓库…", "command": "sublime_merge_open_repo" },
{ "caption": "打开 Git 资料库…", "command": "sublime_merge_open_repo" },
{ "caption": "文件历史…", "command": "sublime_merge_file_history" },
{ "caption": "追溯行历史…", "command": "sublime_merge_line_history" },
{ "caption": "追溯文件…", "command": "sublime_merge_blame_file" },
Expand Down
16 changes: 8 additions & 8 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"id": "file",
"children":
[
{ "command": "prompt_new_repository", "caption": "新建仓库" },
{ "command": "display_clone_page", "caption": "克隆仓库…" },
{ "command": "prompt_open_repository", "caption": "打开仓库…" },
{ "command": "quick_switch_repository", "caption": "切换仓库…" },
{ "command": "prompt_new_repository", "caption": "新建资料库" },
{ "command": "display_clone_page", "caption": "克隆资料库…" },
{ "command": "prompt_open_repository", "caption": "打开资料库…" },
{ "command": "quick_switch_repository", "caption": "切换资料库…" },
{
"caption": "打开历史记录",
"mnemonic": "R",
Expand Down Expand Up @@ -67,7 +67,7 @@
]
},
{
"caption": "仓库",
"caption": "资料库",
"mnemonic": "R",
"id": "repository",
"children":
Expand Down Expand Up @@ -152,7 +152,7 @@
},
{ "caption": "-" },
{ "command": "open_dir", "args": {"dir": "$working_dir"}, "caption": "打开所在目录…" },
{ "command": "open_dir_in_sublime_text", "args": {"dir": "$working_dir"}, "caption": "在 Sublime Text 中打开所在目录…" },
{ "command": "open_dir_in_sublime_text", "args": {"dir": "$working_dir"}, "caption": "在 Sublime Text 中打开资料库…" },
{ "caption": "-", "id": "end" }
]
},
Expand Down Expand Up @@ -189,11 +189,11 @@
"children":
[
{
"caption": "下一个仓库页",
"caption": "下一个资料库页",
"command": "next_tab",
},
{
"caption": "上一个仓库页",
"caption": "上一个资料库页",
"command": "prev_tab",
},
{ "caption": "-" },
Expand Down
2 changes: 1 addition & 1 deletion Remote Section.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"caption": "添加远程仓库…",
"caption": "添加远程资料库…",
"command": "show_command_palette", "args":
{
"command": "add_remote",
Expand Down
2 changes: 1 addition & 1 deletion Side Bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "caption": "打开所在文件夹…", "command": "open_containing_folder", "args": {"files": []} },
{ "caption": "显示链接源", "command": "reveal_link_source", "args": {"dirs": []} },
{ "caption": "-", "id": "repo_commands" },
{ "caption": "打开 Git 仓库…", "command": "sublime_merge_open_repo", "args": {"paths": []}},
{ "caption": "打开 Git 资料库…", "command": "sublime_merge_open_repo", "args": {"paths": []}},
{ "caption": "文件历史…", "command": "sublime_merge_file_history", "args": {"files": []}},
{ "caption": "文件夹历史…", "command": "sublime_merge_folder_history", "args": {"paths": []}},
{ "caption": "追溯文件…", "command": "sublime_merge_blame_file", "args": {"files": []}},
Expand Down

0 comments on commit 4c9a46c

Please sign in to comment.