@@ -6,11 +6,50 @@ category.name=Snyk
66view.name =Snyk Results
77toolView.name =Snyk
88page.name =Snyk
9+
910command.name =Run
1011command.label =Snyk Test
1112command.label.0 =Snyk Test Project
13+ command.stopScan =Stop Scan
14+ command.clearCache =Clear Cache
15+ command.openSnykPreferences =Open Snyk Preferences
16+ command.criticalSeverity =Critical Severity
17+ command.highSeverity =High Severity
18+ command.mediumSeverity =Medium Severity
19+ command.lowSeverity =Low Severity
20+ command.openSource =Open Source
21+ command.codeSecurity =Code Security
22+ command.codeQuality =Code Quality
23+ command.infrastructureAsCode =Infrastructure as Code
24+ command.collapseTree =Collapse Tree
25+ command.expandTree =Expand Tree
26+ command.allIssues =All Issues
27+ command.netNewIssues =Net New Issues
28+ command.openIssues =Open Issues
29+ command.ignoredIssues =Ignored Issues
30+
31+ tooltip.scan =Scan
32+ tooltip.stopScan =Stop Scan
33+ tooltip.collapseAll =Collapse all tree nodes
34+ tooltip.expandAll =Expand all tree nodes
35+ tooltip.emptyScanResults =Empty Scan Results Cache
36+ tooltip.criticalSeverity =Critical Severity
37+ tooltip.highSeverity =High Severity
38+ tooltip.mediumSeverity =Medium Severity
39+ tooltip.lowSeverity =Low Severity
40+ tooltip.openPreferences =Open Snyk Preferences
41+ tooltip.enableOSS =Enable/disable OSS scans
42+ tooltip.enableCodeSecurity =Enable/disable Code scans
43+ tooltip.enableCodeQuality =Enable/disable Code scans
44+ tooltip.enableIAC =Enable/disable IAC scans
45+ tooltip.hideIgnored =Hide Ignored
46+ tooltip.showIgnored =Show Ignored
47+ tooltip.showAllIssues =Show All Issues
48+ tooltip.showNetNewIssues =Show Only Net New Issues
1249
1350scanWorkspace.name =snykWorkspaceScan
1451scanWorkspace.label =Snyk Test Workspace
1552
1653snyk.trust.dialog.warning.text =When scanning project files for vulnerabilities, Snyk may automatically execute code such as invoking the package manager to get dependency information.<br><br>You should only scan projects you trust.<br><br>
54+
55+
0 commit comments