forked from alefragnani/vscode-bookmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
39 lines (39 loc) · 3.49 KB
/
Copy pathpackage.nls.json
File metadata and controls
39 lines (39 loc) · 3.49 KB
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
{
"bookmarks.activitybar.title": "Bookmarks",
"bookmarks.views.Explorer.name": "Explorer",
"bookmarks.commands.toggle.title": "Bookmarks: Toggle",
"bookmarks.commands.jumpToNext.title": "Bookmarks: Jump to Next",
"bookmarks.commands.jumpToPrevious.title": "Bookmarks: Jump to Previous",
"bookmarks.commands.jumpTo.title": "Bookmarks: Jump to Document/Line",
"bookmarks.commands.selectLines.title": "Bookmarks (Selection): Select Lines",
"bookmarks.commands.expandSelectionToNext.title": "Bookmarks (Selection): Expand Selection to Next",
"bookmarks.commands.expandSelectionToPrevious.title": "Bookmarks (Selection): Expand Selection to Previous",
"bookmarks.commands.shrinkSelection.title": "Bookmarks (Selection): Shrink Selection",
"bookmarks.commands.list.title": "Bookmarks: List",
"bookmarks.commands.toggleLabeled.title": "Bookmarks: Toggle Labeled",
"bookmarks.commands.refresh.title": "Refresh",
"bookmarks.commands.clear.title": "Bookmarks: Clear",
"bookmarks.commands.clearFromFile.title": "Clear",
"bookmarks.commands.deleteBookmark.title": "Delete",
"bookmarks.commands.editLabel.title": "Edit Label",
"bookmarks.commands.listFromAllFiles.title": "Bookmarks: List from All Files",
"bookmarks.commands.clearFromAllFiles.title": "Bookmarks: Clear from All Files",
"bookmarks.commands.whatsNew.title": "Bookmarks: What's New",
"bookmarks.commands.whatsNewContextMenu.title": "What's New",
"bookmarks.commands.openFolderWelcome.title": "Open Folder",
"bookmarks.configuration.title": "Bookmarks",
"bookmarks.configuration.saveBookmarksInProject.description": "Allow bookmarks to be saved (and restored) locally in the opened Project/Folder instead of VS Code",
"bookmarks.configuration.gutterIconPath.description": "Path to another image to be presented as Bookmark",
"bookmarks.configuration.backgroundLineColor.description": "Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Ex.: rgba(21, 126, 251, 0.1)",
"bookmarks.configuration.backgroundLineColor.deprecation": "Use `bookmarks.lineBackground` in `workbench.colorCustomizations` instead",
"bookmarks.configuration.navigateThroughAllFiles.description": "Allow navigation look for bookmarks in all files in the project, instead of only the current",
"bookmarks.configuration.wrapNavigation.description": "Allow navigation to wrap around at the first and last bookmarks in scope (current file or all files)",
"bookmarks.configuration.useWorkaroundForFormatters.description": "Use a workaround for formatters like Prettier, which does not notify on document changes and messes Bookmark's Sticky behavior",
"bookmarks.configuration.showCommandsInContextMenu.description": "Specifies whether Bookmarks commands are displayed on the context menu",
"bookmarks.configuration.sidebar.expanded.description": "Specifies wheher the Side Bar show be displayed expanded",
"bookmarks.configuration.multicursor.toggleMode.description": "Specifies how multi cursor handles already bookmarked lines",
"bookmarks.configuration.label.suggestion.description": "Specifies how labels are suggested when creating bookmarks",
"bookmarks.colors.lineBackground.description": "Background color for the bookmarked line",
"bookmarks.colors.lineBorder.description": "Background color for the border around the bookmarked line",
"bookmarks.colors.overviewRuler.description": "Overview ruler marker color for bookmarks"
}