forked from Gruntfuggly/todo-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
138 lines (138 loc) · 17.1 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"todo-tree.activitybar.title": "TODOs",
"todo-tree.container.name": "TODOs",
"todo-tree.command.category": "Todo Tree",
"todo-tree.command.showFlatView.title": "Show Flat View",
"todo-tree.command.showTagsOnlyView.title": "Show Tags Only View",
"todo-tree.command.showTreeView.title": "Show Tree View",
"todo-tree.command.refresh.title": "Refresh",
"todo-tree.command.expand.title": "Expand Tree",
"todo-tree.command.collapse.title": "Collapse Tree",
"todo-tree.command.filter.title": "Filter Tree",
"todo-tree.command.filterClear.title": "Clear Tree Filter",
"todo-tree.command.groupByTag.title": "Group by Tag",
"todo-tree.command.ungroupByTag.title": "Ungroup by Tag",
"todo-tree.command.groupBySubTag.title": "Group by Sub Tag",
"todo-tree.command.ungroupBySubTag.title": "Ungroup by Sub Tag",
"todo-tree.command.scanOpenFilesOnly.title": "Scan Open Files Only",
"todo-tree.command.scanCurrentFileOnly.title": "Scan Current File Only",
"todo-tree.command.scanWorkspaceAndOpenFiles.title": "Scan Workspace And Open Files",
"todo-tree.command.scanWorkspaceOnly.title": "Scan Workspace Only",
"todo-tree.command.addTag.title": "Add Tag",
"todo-tree.command.removeTag.title": "Remove Tag",
"todo-tree.command.exportTree.title": "Export Tree",
"todo-tree.command.showOnlyThisFolder.title": "Only Show This Folder",
"todo-tree.command.showOnlyThisFolderAndSubfolders.title": "Only Show This Folder And Subfolders",
"todo-tree.command.switchScope.title": "Switch Scope",
"todo-tree.command.excludeThisFolder.title": "Hide This Folder",
"todo-tree.command.excludeThisFile.title": "Hide This File",
"todo-tree.command.removeFilter.title": "Remove Filter",
"todo-tree.command.resetAllFilters.title": "Reset All Filters",
"todo-tree.command.reveal.title": "Reveal Current File In Tree",
"todo-tree.command.resetCache.title": "Reset Cache",
"todo-tree.command.toggleItemCounts.title": "Toggle Item Counts",
"todo-tree.command.toggleBadges.title": "Toggle Badges",
"todo-tree.command.toggleCompactFolders.title": "Toggle Compact Folders",
"todo-tree.command.goToNext.title": "Go To Next",
"todo-tree.command.goToPrevious.title": "Go To Previous",
"todo-tree.command.revealInFile.title": "Reveal In File",
"todo-tree.configuration.title": "Todo Tree",
"todo-tree.configuration.filtering": "Filtering",
"todo-tree.configuration.filtering.excludedWorkspaces.markdownDescription": "An array of workspace names to exclude as roots in the tree (wildcards can be used).",
"todo-tree.configuration.filtering.excludeGlobs.markdownDescription": "Globs for use in limiting search results by exclusion (applied after **includeGlobs**), e.g. `[\"**/*.txt\"]` to ignore all .txt files.",
"todo-tree.configuration.filtering.ignoreGitSubmodules.markdownDescription": "If true, any subfolders containing a .git file will be ignored when searching.",
"todo-tree.configuration.filtering.includedWorkspaces.markdownDescription": "An array of workspace names to include as roots in the tree (wildcards can be used). An empty array includes all workspace folders.",
"todo-tree.configuration.filtering.includeGlobs.markdownDescription": "Globs for use in limiting search results by inclusion, e.g. `[\"**/unit-tests/*.js\"]` to only show .js files in unit-tests subfolders.",
"todo-tree.configuration.filtering.includeHiddenFiles.markdownDescription": "Include hidden files (starting with a .).",
"todo-tree.configuration.filtering.passGlobsToRipgrep.markdownDescription": "By default the globs are passed into ripgrep to narrow the search. Set this to false to apply the globs *after* the search (pre 0.0.132 behaviour).",
"todo-tree.configuration.filtering.scopes.markdownDescription": "Scopes (sets of globs) that can be switched between",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownDescription": "Add VSCode's `files.exclude` and/or `search.exclude` list to the ignored paths.",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.1": "Don't used any built in excludes",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.2": "Use the Files:Exclude setting",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.3": "Use the Search:Exclude setting",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.4": "Use the Files:Exclude and the Search:Exclude setting",
"todo-tree.configuration.general": "General",
"todo-tree.configuration.general.debug.markdownDescription": "Create a debug channel in the Output view.",
"todo-tree.configuration.general.enableFileWatcher.markdownDescription": "Set to true to enable automatic updates when files in the workspace are created, changed or deleted.",
"todo-tree.configuration.general.fileWatcherGlob.markdownDescription": "Glob for use with the file watcher. Change this if the default setting causes performance issues.",
"todo-tree.configuration.general.automaticGitRefreshInterval.markdownDescription": "Polling interval (in seconds) for automatically refreshing the tree when your repository is updated. Set to '0' to disable.",
"todo-tree.configuration.general.periodicRefreshInterval.markdownDescription": "Periodic refresh interval (in minutes) for automatically refreshing the tree. Set to '0' to disable.",
"todo-tree.configuration.general.revealBehaviour.markdownDescription": "Sets where the cursor is positioned when revealing a todo.",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.1": "Moves the cursor to the start of the line",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.2": "Moves the cursor to the beginning of the todo",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.3": "Moves the cursor to the end of the todo",
"todo-tree.configuration.general.exportPath.markdownDescription": "Path to use when exporting the tree. Environment variables will be expanded, e.g `${HOME}` and the path is passed through strftime (see <https://github.com/samsonjs/strftime>). Set the extension to `.json` to export as a JSON record.",
"todo-tree.configuration.general.rootFolder.markdownDescription": "Folder in which to run the search (defaults to the workspace folder).",
"todo-tree.configuration.general.schemes.markdownDescription": "Editor schemes to find TODOs in. To find TODOs in settings files, for instance, add `vscode-userdata` or for output windows, add `output`.",
"todo-tree.configuration.general.statusBar.markdownDescription": "What to show in the status bar - nothing, total count, counts per tag, top three counts per tag or count of tags in the current file.",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.1": "Only show the scanning status in the status bar",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.2": "Show the total count of tags in the status bar",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.3": "Show a breakdown of the count of each tag in the status bar",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.4": "Show the count of the top three tags in the status bar",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.5": "Show the count of tags in the current file in the status bar",
"todo-tree.configuration.general.showActivityBarBadge.markdownDescription": "Show a badge in the activity bar indicating the total number of TODOs",
"todo-tree.configuration.general.showIconsInsteadOfTagsInStatusBar.markdownDescription": "Show icons instead of tags in the status bar",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownDescription": "What to do when the status bar is clicked.",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownEnumDescriptions.1": "Toggle between showing total count and the top three tag counts",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownEnumDescriptions.2": "Reveal the tree view",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownEnumDescriptions.3": "Toggle highlighting",
"todo-tree.configuration.general.tagGroups.markdownDescription": "Allows similar tags to be grouped under the same type, e.g. `{ \"FIX\": [\"FIXME\",\"FIXIT\"] }`. *Note: All tags must also be in the `todo-tree.general.tags` tag list. If a tag group is defined, custom highlights apply to the group, not the tags within the group.*",
"todo-tree.configuration.general.tags.markdownDescription": "List of tags. *Note, if one tag starts with another tag, the longer tag should be specified first to prevent the shorter tag being matched.*",
"todo-tree.configuration.highlights": "Highlights",
"todo-tree.configuration.highlights.customHighlight.markdownDescription": "Custom configuration for highlighting, [Read more...](https://github.com/Gruntfuggly/todo-tree#highlighting).",
"todo-tree.configuration.highlights.defaultHighlight.markdownDescription": "Default configuration for highlighting. [Read more...](https://github.com/Gruntfuggly/todo-tree#highlighting).",
"todo-tree.configuration.highlights.enabled.markdownDescription": "Set to false to disable highlighting.",
"todo-tree.configuration.highlights.highlightDelay.markdownDescription": "Delay before highlighting tags within files (milliseconds).",
"todo-tree.configuration.highlights.useColourScheme.markdownDescription": "Use a colour scheme to colour the tags. This scheme is applied to the tags in the order of tags. The colours can be modified using `todo-tree.highlights.foregroundColourScheme` and `todo-tree.highlights.backgroundColourScheme`. The colour scheme overrides colours in the default highlight, but not the custom highlight.",
"todo-tree.configuration.highlights.foregroundColourScheme.markdownDescription": "A list of colours which is applied to tag highlights in the same order as the tags. Repeats if necessary and is overridden by `todo-tree.highlights.customHighlight`.",
"todo-tree.configuration.highlights.backgroundColourScheme.markdownDescription": "A list of colours which is applied to tag highlights in the same order as the tags. Repeats if necessary and is overridden by `todo-tree.highlights.customHighlight`.",
"todo-tree.configuration.regex": "Regex",
"todo-tree.configuration.regex.enableMultiLine": "Force the regex to match over multiple lines. Allows use of `[\\s\\S]` to match anything including newlines.",
"todo-tree.configuration.regex.regex.markdownDescription": "Regular expression for matching TODOs. Note: **($TAGS)** will be replaced by the expanded tag list. For some of the extension features to work, **($TAGS)** should be present in the regex, however, the basic functionality should still work if you need to explicitly expand the tag list.",
"todo-tree.configuration.regex.regexCaseSensitive.markdownDescription": "Use a case sensitive regular expression.",
"todo-tree.configuration.regex.subTagRegex.markdownDescription": "Regular expression for processing the text to the right of the tag, e.g. for extracting a sub tag, or removing unwanted characters.",
"todo-tree.configuration.ripgrep": "Ripgrep",
"todo-tree.configuration.ripgrep.ripgrep.markdownDescription": "Location of your version of ripgrep.",
"todo-tree.configuration.ripgrep.ripgrepArgs.markdownDescription": "Additional arguments to pass to ripgrep (Use with caution!).",
"todo-tree.configuration.ripgrep.ripgrepMaxBuffer.markdownDescription": "Size of the buffer to use for retrieving output from ripgrep (kilobytes).",
"todo-tree.configuration.ripgrep.usePatternFile.markdownDescription": "A pattern file is used with ripgrep by default. If you experience issues with deleting the pattern file, set this to false to use the legacy method of providing the regex to ripgrep.",
"todo-tree.configuration.tree": "Tree",
"todo-tree.configuration.tree.autoRefresh.markdownDescription": "Refresh the tree when files are opened or saved.",
"todo-tree.configuration.tree.disableCompactFolders.markdownDescription": "Prevent the tree from showing compact folders.",
"todo-tree.configuration.tree.expanded.markdownDescription": "When opening new workspaces, show the tree initially fully expanded.",
"todo-tree.configuration.tree.filterCaseSensitive.markdownDescription": "Set to true if you want the view filtering to be case sensitive.",
"todo-tree.configuration.tree.flat.markdownDescription": "When opening new workspaces, show the tree initially as flat list of files.",
"todo-tree.configuration.tree.groupedByTag.markdownDescription": "When opening new workspaces, show the tree initially grouped by tag.",
"todo-tree.configuration.tree.groupedBySubTag.markdownDescription": "When opening new workspaces, show the tree initially grouped by sub tag.",
"todo-tree.configuration.tree.hideIconsWhenGroupedByTag.markdownDescription": "Save some space by hiding the item icons when grouped by tag.",
"todo-tree.configuration.tree.hideTreeWhenEmpty.markdownDescription": "Hide the view if it is empty.",
"todo-tree.configuration.tree.labelFormat.markdownDescription": "Format for tree items.",
"todo-tree.configuration.tree.scanAtStartup.markdownDescription": "Normally the tree is built as soon as the window is opened. If you have a large code base and want to manually start the scan, set this to false.",
"todo-tree.configuration.tree.scanMode.markdownDescription": "Set this to change which files are scanned.",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.1": "Scan the whole workspace (or workspaces) and open file",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.2": "Scan open files only",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.3": "Scan the current file only",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.4": "Scan the workspace but don't refresh files open in the editor",
"todo-tree.configuration.tree.showBadges.markdownDescription": "Show badges and SCM state in the tree view.",
"todo-tree.configuration.tree.showCountsInTree.markdownDescription": "Show counts of TODOs in the tree.",
"todo-tree.configuration.tree.showInExplorer.deprecationMessage": "This setting is no longer used. Please drag the view to move it.",
"todo-tree.configuration.tree.showCurrentScanMode.markdownDescription": "Show the current scan mode at the top of the tree view",
"todo-tree.configuration.tree.showScanOpenFilesOrWorkspaceButton.deprecationMessage": "This setting is no longer used, please use \"todo-tree.tree.scanMode\" instead.",
"todo-tree.configuration.tree.subTagClickUrl.markdownDescription": "The URL to open when clicking on a sub tag in the tree. Can include placeholders as defined in `todo-tree.tree.labelFormat`.",
"todo-tree.configuration.tree.showTagsFromOpenFilesOnly.deprecationMessage": "This setting is no longer used, please use \"todo-tree.tree.scanMode\" instead.",
"todo-tree.configuration.tree.sortTagsOnlyViewAlphabetically.markdownDescription": "Sort items in the tags only view alphabetically instead of by file and line number.",
"todo-tree.configuration.tree.sort.markdownDescription": "ripgrep searches using multiple threads to improve performance. The tree is sorted when it is populated so that it stays stable. If you want to use ripgrep's own sort arguments, set this to false.",
"todo-tree.configuration.tree.tagsOnly.markdownDescription": "When opening new workspaces, show only tag elements in tree.",
"todo-tree.configuration.tree.tooltipFormat.markdownDescription": "Tree item tooltip format.",
"todo-tree.configuration.tree.trackFile.markdownDescription": "Track the current file in the tree view.",
"todo-tree.configuration.buttons": "Buttons",
"todo-tree.configuration.tree.buttons.reveal.markdownDescription": "Show a button in the tree view title bar to reveal the current item (only when track file is not enabled).",
"todo-tree.configuration.tree.buttons.scanMode.markdownDescription": "Show a button in the tree view title bar to change the Scan Mode setting.",
"todo-tree.configuration.tree.buttons.viewStyle.markdownDescription": "Show a button in the tree view title bar to change the view style (tree, flat or tags only).",
"todo-tree.configuration.tree.buttons.groupByTag.markdownDescription": "Show a button in the tree view title bar to enable grouping items by tag.",
"todo-tree.configuration.tree.buttons.groupBySubTag.markdownDescription": "Show a button in the tree view title bar to enable grouping items by sub tag.",
"todo-tree.configuration.tree.buttons.filter.markdownDescription": "Show a button in the tree view title bar allowing the tree to be filtered by entering some text.",
"todo-tree.configuration.tree.buttons.refresh.markdownDescription": "Show a refresh button in the tree view title bar.",
"todo-tree.configuration.tree.buttons.expand.markdownDescription": "Show a button in the tree view title bar to expand or collapse the whole tree.",
"todo-tree.configuration.tree.buttons.export.markdownDescription": "Show a button in the tree view title bar to create a file showing the tree content."
}