-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.nls.json
executable file
·17 lines (17 loc) · 1.35 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"task-panel.command.refresh": "Refresh",
"task-panel.command.execute": "Execute Task",
"task-panel.command.terminate": "Terminate Task",
"task-panel.command.restart": "Restart Task",
"task-panel.config.treeCollapsibleState": "Set initial tree collapsible state after panel show tasks.",
"task-panel.config.treeCollapsibleState.expanded": "The Tasks tree is shown expanded.",
"task-panel.config.treeCollapsibleState.collapsed": "The Tasks tree is shown collapsed.",
"task-panel.config.search.gulpTasks": "Enable the searching for Gulp tasks.",
"task-panel.config.search.gruntTasks": "Enable the searching for Grunt tasks.",
"task-panel.config.search.npmTasks": "Enable the searching for NPM tasks.",
"task-panel.config.search.searchCondition": "A value specifying where extension search for task files.",
"task-panel.config.search.searchCondition.root": "Searching for task file only in project root folder.",
"task-panel.config.search.searchCondition.subFolder": "Searching for task file only in project sub folder defined in configuration section 'In Sub Folders'.",
"task-panel.config.search.searchCondition.rootAndSubFolder": "Searching for task file in project root folder and defined sub folders.",
"task-panel.config.search.inSubFolders": "A value specifying sub folders where extension search for task files."
}