-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.nls.json
57 lines (56 loc) · 5.96 KB
/
package.nls.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
{
"numberedBookmarks.commands.toggleBookmark0.title": "Toggle Bookmark 0",
"numberedBookmarks.commands.toggleBookmark1.title": "Toggle Bookmark 1",
"numberedBookmarks.commands.toggleBookmark2.title": "Toggle Bookmark 2",
"numberedBookmarks.commands.toggleBookmark3.title": "Toggle Bookmark 3",
"numberedBookmarks.commands.toggleBookmark4.title": "Toggle Bookmark 4",
"numberedBookmarks.commands.toggleBookmark5.title": "Toggle Bookmark 5",
"numberedBookmarks.commands.toggleBookmark6.title": "Toggle Bookmark 6",
"numberedBookmarks.commands.toggleBookmark7.title": "Toggle Bookmark 7",
"numberedBookmarks.commands.toggleBookmark8.title": "Toggle Bookmark 8",
"numberedBookmarks.commands.toggleBookmark9.title": "Toggle Bookmark 9",
"numberedBookmarks.commands.jumpToBookmark0.title": "Jump to Bookmark 0",
"numberedBookmarks.commands.jumpToBookmark1.title": "Jump to Bookmark 1",
"numberedBookmarks.commands.jumpToBookmark2.title": "Jump to Bookmark 2",
"numberedBookmarks.commands.jumpToBookmark3.title": "Jump to Bookmark 3",
"numberedBookmarks.commands.jumpToBookmark4.title": "Jump to Bookmark 4",
"numberedBookmarks.commands.jumpToBookmark5.title": "Jump to Bookmark 5",
"numberedBookmarks.commands.jumpToBookmark6.title": "Jump to Bookmark 6",
"numberedBookmarks.commands.jumpToBookmark7.title": "Jump to Bookmark 7",
"numberedBookmarks.commands.jumpToBookmark8.title": "Jump to Bookmark 8",
"numberedBookmarks.commands.jumpToBookmark9.title": "Jump to Bookmark 9",
"numberedBookmarks.commands.list.title": "List",
"numberedBookmarks.commands.listFromAllFiles.title": "List from All Files",
"numberedBookmarks.commands.clear.title": "Clear",
"numberedBookmarks.commands.clearFromAllFiles.title": "Clear from All Files",
"numberedBookmarks.commands.whatsNew.title": "What's New",
"numberedBookmarks.commands.whatsNewContextMenu.title": "What's New",
"numberedBookmarks.context.toggle.label": "Numbered Bookmarks: Toggle",
"numberedBookmarks.context.jump.label": "Numbered Bookmarks: Jump",
"numberedBookmarks.configuration.title": "Numbered Bookmarks",
"numberedBookmarks.configuration.saveBookmarksInProject.description": "Allow bookmarks to be saved (and restored) locally in the opened Project/Folder instead of VS Code",
"numberedBookmarks.configuration.experimental.enableNewStickyEngine.description": "Experimental. Enables the new Sticky engine with support for Formatters, improved source change detections and undo operations",
"numberedBookmarks.configuration.keepBookmarksOnLineDelete.description": "Specifies whether bookmarks on deleted line should be kept on file, moving it down to the next line, instead of deleting it with the line where it was toggled.",
"numberedBookmarks.configuration.showBookmarkNotDefinedWarning.description": "Controls whether to show a warning when a bookmark is not defined",
"numberedBookmarks.configuration.navigateThroughAllFiles.description": "Allow navigation look for bookmarks in all files in the project, instead of only the current",
"numberedBookmarks.configuration.gutterIconFillColor.description": "Specify the color to use on gutter icon (fill color)",
"numberedBookmarks.configuration.gutterIconNumberColor.description": "Specify the color to use on gutter icon (number color)",
"numberedBookmarks.configuration.revealLocation.description": "Specifies the location where the bookmarked line will be revealed",
"numberedBookmarks.configuration.revealLocation.enumDescriptions.top": "Reveals the bookmarked line at the top of the editor",
"numberedBookmarks.configuration.revealLocation.enumDescriptions.center": "Reveals the bookmarked line in the center of the editor",
"numberedBookmarks.colors.lineBackground.description": "Background color for the bookmarked line",
"numberedBookmarks.colors.lineBorder.description": "Background color for the border around the bookmarked line",
"numberedBookmarks.colors.overviewRuler.description": "Overview ruler marker color for bookmarks",
"numberedBookmarks.walkthroughs.title": "Get Started with Numbered Bookmarks",
"numberedBookmarks.walkthroughs.description": "Learn more about Numbered Bookmarks to optimize your workflow",
"numberedBookmarks.walkthroughs.toggle.title": "Toggle Numbered Bookmarks",
"numberedBookmarks.walkthroughs.toggle.description": "Easily Mark/Unmark Numbered Bookmarks at any position.\nAn icon is added to both the gutter and overview ruler to easily identify the lines with Numbered Bookmarks.",
"numberedBookmarks.walkthroughs.navigateToNumberedBookmarks.title": "Navigate to Numbered Bookmarks",
"numberedBookmarks.walkthroughs.navigateToNumberedBookmarks.description": "Quickly jump between bookmarked lines.\nSearch numbered bookmarks using the line's content and/or position.",
"numberedBookmarks.walkthroughs.inspiredInDelphiButOpenToOthers.title": "Inspired in Delphi, but open to others",
"numberedBookmarks.walkthroughs.inspiredInDelphiButOpenToOthers.description": "The extension was inspired in Delphi, because I was a Delphi developer for a long time, and love it's bookmarks, but it supports different editors as well.",
"numberedBookmarks.walkthroughs.workingWithRemotes.title": "Working with Remotes",
"numberedBookmarks.walkthroughs.workingWithRemotes.description": "The extension support [Remote Development](https://code.visualstudio.com/docs/remote/remote-overview) scenarios. Even installed locally, you can use Numbered Bookmarks in WSL, Containers, SSH and Codespaces.",
"numberedBookmarks.walkthroughs.customizingAppearance.title": "Customizing Appearance",
"numberedBookmarks.walkthroughs.customizingAppearance.description": "Customize how Numbered Bookmarks are presented, its icon, line and overview ruler\n[Open Settings - Gutter Icon](command:workbench.action.openSettings?%5B%22numberedBookmarks.gutterIcon%22%5D)\n[Open Settings - Line](command:workbench.action.openSettingsJson?%5B%22workbench.colorCustomizations%22%5D)"
}