-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCycodeBundle.properties
More file actions
executable file
·146 lines (146 loc) · 6.47 KB
/
CycodeBundle.properties
File metadata and controls
executable file
·146 lines (146 loc) · 6.47 KB
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
139
140
141
142
143
144
145
146
# general
name=Cycode
appName=jetbrains_plugin
docsUrl=https://github.com/cycodehq/intellij-platform-plugin/blob/main/README.md
# detection titles
secretsTitle={0}. {1}
secretsNodeTitle=line {0}: a hardcoded {1} is used
scaTitle={0}@{1} - {2}
scaNodeTitle=line {0}: {1}
iacTitle={0}
iacNodeTitle=line {0}: {1}
sastTitle={0}
sastNodeTitle=line {0}: {1}
# code annotator
annotationTitle=Cycode: {0}
secretsAnnotationTooltip=<html>Severity: {0}<br>{1}: {2}<br>In file: {3}<br>Secret SHA: {4}</html>
scaAnnotationTooltip=<html>Severity: {0}<br>{1}{2}{3}</html>
scaAnnotationTooltipFirstPatchedVersion=First patched version: {0}<br>
scaAnnotationTooltipLockFileNote=<br><br>Avoid manual packages upgrades in lock files. Update the {0} file and re-generate the lock file.
iacAnnotationTooltip=<html>Severity: {0}<br>Rule: {1}<br>IaC Provider: {2}<br>In file: {3}</html>
sastAnnotationTooltip=<html>Severity: {0}<br>Rule: {1}<br>In file: {2}</html>
# intention actions
violationCardIntentionFamilyName=Open Violation Card
violationCardIntentionText=Cycode: {0} ({1})
# notifications
notificationGroupId=Cycode
notificationTitle=Cycode
checkAuthErrorNotification=You are not authenticated in Cycode. Please authenticate
authErrorNotification=Authentication failed. Please try again
missingCStandardLibraryErrorNotification=Plugin requires C standard library (libc/glibc) to be installed. Please install it and restart the IDE.
unknownErrorNotification=Unknown error occurred. Please try again
noOpenFileErrorNotification=Cycode scans the file that is currently opened. Please open a file and try again
noProjectRootErrorNotification=Cycode scans the project that is currently opened. Please open a project and try again
authorizationRequiredNotification=You are not authenticated in Cycode. Please authenticate
scanFileResultNotification=Cycode has detected {0} {1} issues in your file. Check out your "Cycode" tab to analyze.
scanFileNoResultNotification=No {0} issues were found.
aiRemediationNotAvailableNotification=AI remediation is not available for this detection
openProblemsTabAction=Open "Cycode" tab
# tool window
toolWindowId=Cycode
howToUseLabel=<html>To learn more about how to use Cycode in the IDE by JetBrains, please visit <a href="https://github.com/cycodehq/intellij-platform-plugin/blob/main/README.md">our docs</a>.</html>
# loading tab
loadingTabLoadingText=<html>\
Cycode is loading... \
It may take a few seconds to load the plugin.\
<br><br>\
The plugin uses Cycode CLI as the core engine for the entire developer experience ecosystem. \
<br><br>\
The loading process contains 3 steps: \
<ol>\
<li>Trying to find the core and verifying installation.</li>\
<li>Downloading the core if it does not exist and if executable auto-management setting is enabled.</li>\
<li>Health-checking the core and negotiating versions.</li>\
</ol>\
Note: If it's your first time using the plugin, it may take a bit longer to download the core.\
</html>
# auth content tab
authBtn=Authenticate
# scan content tab
scanTabTitleLabel=Ready to scan.
scanTabOnSaveTip=To easily scan your edited files, enable Scan on Save in settings (enabled by default).
scanTabSecretsBtn=Scan for hardcoded secrets
scanTabScaBtn=Scan for package vulnerabilities
scanTabIacBtn=Scan for Infrastructure As Code
scanTabSastBtn=Scan for Code Security
# progress indicators
pluginLoading=Cycode is loading...
authProcessing=Start auth...
secretScanning=Cycode is scanning files for hardcoded secrets...
scaScanning=Cycode is scanning files for package vulnerabilities...
iacScanning=Cycode is scanning files for Infrastructure As Code...
sastScanning=Cycode is scanning files for Code Security...
ignoresApplying=Cycode is applying ignores...
sentryReporting=Cycode is reporting the problem...
aiRemediationGenerating=Cycode is generating AI remediation...
# settings menu
settingsCliSectionTitle=Cycode CLI settings
settingsOnPremiseSectionTitle=On-premise settings
settingsIdeSectionTitle=IDE settings
settingsCliAutoManagedCheckbox=Enable executable auto-management
settingsScanOnSaveCheckbox=Enable Scan on Save
settingsCliPathLabel=Path to executable:
settingsCliApiUrlLabel=API URL:
settingsCliAppUrlLabel=APP URL:
settingsCliAdditionalParamsLabel=Additional parameters:
# scan types display names
secretDisplayName=Hardcoded Secrets
scaDisplayName=Open Source Threat
sastDisplayName=Code Security
iacDisplayName=Infrastructure As Code
# tree view nodes summaries
fileNodeSummary={0} vulnerabilities
secretNodeSummary=
scaNodeSummary=
sastNodeSummary=
iacNodeSummary=
# tree view node context menu items
runOption=Run
rescanOption=Rescan
openInEditorOption=Open in Editor
openViolationCardOption=Open Violation Card
# common violation card
violationCardSummaryTitle=Summary
violationCardCompanyGuidelinesTitle=Company Guidelines
violationCardCycodeGuidelinesTitle=Cycode Guidelines
violationCardAiRemediationTitle=AI Remediation
generateAiRemediationBtn=Generate AI Remediation
applyAiRemediationBtn=Apply AI suggested fix
generateAiRemediationBtnInProgress=Generating...
applyAiRemediationBtnInProgress=Applying...
violationCardIgnoreViolationBtn=Ignore this violation
# sca violation card
scaViolationCardShortSummary=<html>{0} | {1}</html>
scaViolationCardHeaderPackageField=Package:
scaViolationCardHeaderVersionField=Version:
scaViolationCardHeaderPatchedVersionField=First patched version:
scaViolationCardHeaderPatchedVersionDefaultValue=Not fixed
scaViolationCardHeaderDependencyPathField=Dependency path:
scaViolationCardHeaderLicenseField=License:
scaViolationCardHeaderLicenseDefaultValue=Unknown
# secret violation card
secretViolationCardTitle=Hardcoded {0} is used
secretViolationCardHeaderRuleIdField=Rule ID:
secretViolationCardHeaderFileField=In file:
secretViolationCardHeaderShaField=Secret SHA:
# iac violation card
iacViolationCardHeaderRuleIdField=Rule ID:
iacViolationCardHeaderFileField=In file:
iacViolationCardHeaderProviderField=IaC Provider:
# sast violation card
sastViolationCardShortSummary=<html>{0} | {1}</html>
sastViolationCardHeaderRuleIdField=Rule ID:
sastViolationCardHeaderFileField=In file:
sastViolationCardHeaderCategoryField=Subcategory:
sastViolationCardHeaderLanguageField=Language:
sastViolationCardHeaderEngineField=Security Tool:
# toolbar
toolbarId=CycodeToolbar
toolbarSettingsAction=Cycode Settings
toolbarHomeAction=Return to Home Screen
toolbarFilterBySeverityAction=Filter by {0} severity
toolbarClearAction=Clear results
toolbarHelpAction=Open documentation
toolbarRunAllAction=Run all scans types for the entire project
# sentry
reportActionButton=Report to Cycode