forked from vscode-pmaher/github-gist-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
35 lines (35 loc) · 1.77 KB
/
package.nls.zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"extension.shortcut.new_gist": "GitHub Gist Explorer: 新建Gist",
"extension.shortcut.save_it": "GitHub Gist Explorer: 保存当前文件内容",
"extension.shortcut.clip_it": "GitHub Gist Explorer: 剪藏当前选定文本",
"extension.shortcut.paste_it": "GitHub Gist Explorer: 从剪切板创建",
"extension.shortcut.import_folder": "GitHub Gist Explorer: 导入目录",
"extension.shortcut.gist_search": "GitHub Gist Explorer: 在Gists中查找",
"extension.shortcut.subscription_search": "GitHub Gist Explorer: 在订阅用户中查找",
"extension.shortcut.sync": "GitHub Gist Explorer: 同步所有内容",
"extension.command.search": "搜索",
"extension.command.refresh": "刷新",
"extension.command.ascending": "升序",
"extension.command.descending": "降序",
"extension.command.sort_by_label": "按名称排序",
"extension.command.sort_by_last_updated": "按最后更新时间排序",
"extension.command.sort_by_created": "按创建时间排序",
"extension.command.view_user": "访问主页",
"extension.command.subscribe_gist": "订阅用户",
"extension.command.unsubscribe_gist": "取消订阅",
"extension.command.add_gist": "新建",
"extension.command.edit_gist": "编辑",
"extension.command.delete_gist": "删除",
"extension.command.export_gist": "导出",
"extension.command.star_gist": "收藏",
"extension.command.unstar_gist": "取消收藏",
"extension.command.sync": "同步内容",
"extension.command.history": "历史",
"extension.command.paste": "粘贴",
"extension.command.add_file": "新建文件",
"extension.command.edit_file": "编辑文件",
"extension.command.view_file": "查看文件",
"extension.command.delete_file": "删除文件",
"extension.command.rename_file": "重命名",
"extension.command.reload_file": "重新加载"
}