Skip to content

Commit ed87de2

Browse files
committed
fix: move strings to bundle.properties
1 parent ef137c5 commit ed87de2

2 files changed

Lines changed: 256 additions & 214 deletions

File tree

plugin/OSGI-INF/l10n/bundle.properties

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,50 @@ category.name=Snyk
66
view.name=Snyk Results
77
toolView.name=Snyk
88
page.name=Snyk
9+
910
command.name=Run
1011
command.label=Snyk Test
1112
command.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

1350
scanWorkspace.name=snykWorkspaceScan
1451
scanWorkspace.label=Snyk Test Workspace
1552

1653
snyk.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

Comments
 (0)