-
-
Notifications
You must be signed in to change notification settings - Fork 168
/
Copy pathpackage.nls.zh-cn.json
89 lines (89 loc) · 10.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"bookmarks.activitybar.title": "书签",
"bookmarks.views.Explorer.name": "书签列表",
"bookmarks.views.HelpAndFeedback.name": "帮助和反馈",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenEmpty": "为了使用书签功能,你需要先打开一个文件夹或工作区。\n[打开文件夹](command:_bookmarks.openFolderWelcome)\n[打开工作区](command:workbench.action.openWorkspace)\n可以通过[阅读文档](http://github.com/alefragnani/vscode-bookmarks/#bookmarks)了解关于 VS Code 中使用书签的更多信息。",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenNoFileOpen": "未找到任何书签。\n若需要编辑书签,你需要先在编辑器中打开一个文件。\n[打开文件](command:workbench.action.quickOpen)\n可以通过[阅读文档](http://github.com/alefragnani/vscode-bookmarks/#bookmarks)了解关于 VS Code 中使用书签的更多信息。",
"bookmarks.viewsWelcome.bookmarksExplorer.contents.whenHasFileOpen": "未找到任何书签。\n若需要添加书签,你需要先将光标放在文件的任意位置,然后运行命令:\n[书签: 添加/删除书签](command:bookmarks.toggle)\n可以通过[阅读文档](http://github.com/alefragnani/vscode-bookmarks/#bookmarks)了解关于 VS Code 中使用书签的更多信息。",
"bookmarks.editor.context.label": "书签",
"bookmarks.editor.title.label": "书签",
"bookmarks.commands.category.bookmarks": "书签",
"bookmarks.commands.category.bookmarks.selection": "书签(选区操作)",
"bookmarks.commands.toggle.title": "添加/删除书签",
"bookmarks.commands.jumpToNext.title": "跳转至下一个书签",
"bookmarks.commands.jumpToPrevious.title": "跳转至上一个书签",
"bookmarks.commands.jumpTo.title": "跳转至文档/行",
"bookmarks.commands.selectLines.title": "选取所有书签行",
"bookmarks.commands.expandSelectionToNext.title": "扩展光标选区至下一个书签处",
"bookmarks.commands.expandSelectionToPrevious.title": "扩展光标选区至上一个书签处",
"bookmarks.commands.shrinkSelection.title": "收缩光标选区尾至选区中最后一个书签",
"bookmarks.commands.list.title": "列出文件中所有书签",
"bookmarks.commands.toggleLabeled.title": "添加含标签的书签/删除书签",
"bookmarks.commands.refresh.title": "刷新",
"bookmarks.commands.viewAsTree#sideBar.title": "以树形式查看",
"bookmarks.commands.viewAsList#sideBar.title": "以列表形式查看",
"bookmarks.commands.openSettings.title": "打开设置",
"bookmarks.commands.hidePosition.title": "隐藏位置",
"bookmarks.commands.showPosition.title": "显示位置",
"bookmarks.commands.clear.title": "清空所有书签",
"bookmarks.commands.clearFromFile.title": "清空文件中所有书签",
"bookmarks.commands.deleteBookmark.title": "删除书签",
"bookmarks.commands.editLabel.title": "编辑标签",
"bookmarks.commands.addBookmarkAtLine#gutter.title": "添加书签",
"bookmarks.commands.addLabeledBookmarkAtLine#gutter.title": "添加含标签的书签",
"bookmarks.commands.removeBookmarkAtLine#gutter.title": "删除书签",
"bookmarks.commands.listFromAllFiles.title": "列出所有书签",
"bookmarks.commands.clearFromAllFiles.title": "全部清空",
"bookmarks.commands.whatsNew.title": "更新内容",
"bookmarks.commands.whatsNewContextMenu.title": "更新内容",
"bookmarks.commands.openFolderWelcome.title": "打开文件夹",
"bookmarks.commands.supportBookmarks.title": "支持 Bookmarks 的开发工作",
"bookmarks.configuration.title": "书签",
"bookmarks.configuration.saveBookmarksInProject.description": "允许书签存储在打开的文件夹或工作区中,而不是在 VS Code 内部保存。",
"bookmarks.configuration.gutterIconPath.description": "自定义书签图标的图片路径。",
"bookmarks.configuration.gutterIconPath.deprecation": "改用 `bookmarks.gutterIconFillColor` 与 `bookmarks.gutterIconBorderColor`",
"bookmarks.configuration.gutterIconFillColor.description": "指定装订线(Gutter Ruler)中书签图标的填充颜色",
"bookmarks.configuration.gutterIconBorderColor.description": "指定装订线(Gutter Ruler)中书签图标的边框颜色",
"bookmarks.configuration.backgroundLineColor.description": "装饰器的背景色。使用 rgba() 并指定透明背景颜色,以与其他装饰一起使用。例如:rgba(21, 126, 251, 0.1)",
"bookmarks.configuration.backgroundLineColor.deprecation": "已被 `workbench.colorCustomizations` 中的 `bookmarks.lineBackground` 设置项代替。",
"bookmarks.configuration.navigateThroughAllFiles.description": "允许搜索所有工作区中的文件中的书签,而不仅仅局限于当前文件。",
"bookmarks.configuration.wrapNavigation.description": "允许在第一个和最后一个书签之间(当前文件或所有文件)循环跳转。",
"bookmarks.configuration.useWorkaroundForFormatters.description": "启用对 Prettier 等格式化工具的适配方案。若不启用该设置,使用此类格式化工具时,本扩展将无法收到文件变更事件,彼时书签的位置会被打乱。",
"bookmarks.configuration.experimental.enableNewStickyEngine.description": "实验性配置项。启用新的粘性引擎,提供对格式化程序的支持、更好的撤销操作实现与源文件更改检测。",
"bookmarks.configuration.keepBookmarksOnLineDelete.description": "是否将被删去行上的书签移至其下一行,而不是将其上的书签一起删除。",
"bookmarks.configuration.showNoMoreBookmarksWarning.description": "在书签间导航时,当书签不存在,是否显示警告提示。",
"bookmarks.configuration.showCommandsInContextMenu.description": "是否在上下文菜单中显示书签命令(添加/删除书签、跳转至上一个/下一个书签)。",
"bookmarks.configuration.sidebar.expanded.description": "是否在书签侧边栏中以展开形式列出书签。",
"bookmarks.configuration.sideBar.countBadge.description": "控制活动栏书签图标上圆点提示的计数行为",
"bookmarks.configuration.sideBar.countBadge.enumDescriptions.all": "显示所有文件的书签总数",
"bookmarks.configuration.sideBar.countBadge.enumDescriptions.files": "显示包含书签的文件的总数",
"bookmarks.configuration.sideBar.countBadge.enumDescriptions.off": "禁用计数与圆点提示",
"bookmarks.configuration.multicursor.toggleMode.description": "指定当使用多光标的同时新建书签,此时对已有书签行的处理方式。",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.allLinesAtOnce": "为所有没有被书签标记的行创建书签。",
"bookmarks.configuration.multicursor.toggleMode.enumDescriptions.eachLineIndependently": "如果选中行存在书签,则删除该书签;如果选中行不存在书签,则为该行添加书签。",
"bookmarks.configuration.label.suggestion.description": "指定新建具有标签的书签时,对标签的生成方式。",
"bookmarks.configuration.label.suggestion.enumDescriptions.dontUse": "禁用标签生成",
"bookmarks.configuration.label.suggestion.enumDescriptions.useWhenSelected": "使用已选中的文本(不需要额外确认)。",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelected": "使用已选中的文本(需要额外确认)。",
"bookmarks.configuration.label.suggestion.enumDescriptions.suggestWhenSelectedOrLineWhenNoSelected": "使用已选中的文本,或是当未选中任何文本时使用整行内容(需要额外确认)。",
"bookmarks.configuration.revealLocation.description": "指定当跳转到书签时,书签所在行在编辑器中出现的位置",
"bookmarks.configuration.revealLocation.enumDescriptions.top": "编辑器顶部",
"bookmarks.configuration.revealLocation.enumDescriptions.center": "编辑器中心",
"bookmarks.colors.lineBackground.description": "书签所在行的背景色",
"bookmarks.colors.lineBorder.description": "书签所在行的外边框颜色",
"bookmarks.colors.overviewRuler.description": "编辑器的概览标尺(Overview Ruler)中,书签标记的颜色",
"bookmarks.walkthroughs.title": "开始使用 Bookmarks",
"bookmarks.walkthroughs.description": "了解有关 Bookmarks 扩展的更多信息以优化您的工作流程",
"bookmarks.walkthroughs.toggle.title": "添加 / 删除书签",
"bookmarks.walkthroughs.toggle.description": "为任何位置添加或删除书签。\n装订线(Gutter Ruler)和概览标尺(Overview Ruler)中均添加了显眼的标示,以便轻松识别带有书签标记的行。",
"bookmarks.walkthroughs.navigateToBookmarks.title": "跳转至书签",
"bookmarks.walkthroughs.navigateToBookmarks.description": "在书签标记间轻松跳转,如臂使指。\n可通过书签行的具体内容,或是使用标签来搜索书签",
"bookmarks.walkthroughs.defineLabelsForYourBookmarks.title": "为你的书签添加标签",
"bookmarks.walkthroughs.defineLabelsForYourBookmarks.description": "你可以给任何书签添加标签,让它们不仅能够标注位置,还能承载更多信息。",
"bookmarks.walkthroughs.exclusiveSideBar.title": "专属侧边栏",
"bookmarks.walkthroughs.exclusiveSideBar.description": "活用侧边栏能够十足有效的提高你的工作效率。\n[打开书签侧边栏](command:_bookmarks.openSideBar)",
"bookmarks.walkthroughs.workingWithRemotes.title": "兼容 VS Code 远程开发",
"bookmarks.walkthroughs.workingWithRemotes.description": "本扩展完全兼容 [远程开发](https://code.visualstudio.com/docs/remote/remote-overview)。只需要在本地编辑器中安装,便能够在 WSL、Containers、SSH 或是 Codespaces 中正常使用书签功能。",
"bookmarks.walkthroughs.customizingAppearance.title": "自定义外观",
"bookmarks.walkthroughs.customizingAppearance.description": "你可以自定义书签在编辑器中的呈现方式,例如书签标记使用的图标,或是概览标尺(Overview Ruler)中书签标记的颜色。\n[Open Settings - Gutter Icon](command:workbench.action.openSettings?%5B%22bookmarks.gutterIcon%22%5D)\n[Open Settings - Line](command:workbench.action.openSettingsJson?%5B%22workbench.colorCustomizations%22%5D)"
}