forked from alefragnani/vscode-bookmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
41 lines (41 loc) · 3.51 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
{
"bookmarks.activitybar.title": "书签",
"bookmarks.views.Explorer.name": "浏览器",
"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.openSettings.title": "打开设置",
"bookmarks.commands.clear.title": "书签: 清空",
"bookmarks.commands.clearFromFile.title": "清空",
"bookmarks.commands.deleteBookmark.title": "删除",
"bookmarks.commands.editLabel.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.configuration.title": "书签",
"bookmarks.configuration.saveBookmarksInProject.description": "允许书签保存(恢复)在本地。",
"bookmarks.configuration.gutterIconPath.description": "自定义书签图标的图片路径。",
"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.showCommandsInContextMenu.description": "允许在上下文菜单中显示书签命令(开关、跳至上一个、跳至下一个)。",
"bookmarks.configuration.sidebar.expanded.description": "在书签侧边栏中默认显示展开的书签。",
"bookmarks.configuration.multicursor.toggleMode.description": "指定多光标新建书签时对已有书签行的处理方式。",
"bookmarks.configuration.label.suggestion.description": "指定新建书签时建议标签的生成方式。",
"bookmarks.colors.lineBackground.description": "书签行的背景色",
"bookmarks.colors.lineBorder.description": "书签行的外边框颜色",
"bookmarks.colors.overviewRuler.description": "概览标尺中书签行的颜色"
}