Skip to content

Commit 2ade5e9

Browse files
author
piexlmax
committed
update change icon
1 parent 87e8fc4 commit 2ade5e9

File tree

6 files changed

+63
-36
lines changed

6 files changed

+63
-36
lines changed

src/assets/img/icon.png

-268 Bytes
Loading

src/assets/img/logo.png

-1.52 KB
Loading

src/assets/img/logo_en.png

-1.05 KB
Loading

src/config/lang/en.ts

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default {
144144
changeLogo: {
145145
settingTitle: 'Customize Site Logo',
146146
settingInfo:
147-
'You can upload a logo and icon image to appear, otherwise "DongTai" will be the default.Notice: You MUST upload Logo and Icon at the same time.',
147+
'You can upload a logo and icon image to appear.Notice: You MUST upload Logo and Icon at the same time.',
148148
uploadLogo: 'Upload Logo',
149149
uploadLogoOne: `1. Before uploading your logo, ensure it match the image requirements: Min: 100 × 30 pixel, Max: 200 × 30 pixels, Image ratio: 10:3, PNG file format only, Image transparent, Max size: 2MB.`,
150150
uploadLogoTwo: '2. You can preview your logo before upload.',
@@ -176,7 +176,8 @@ export default {
176176
begin: 'Select a language and start the installation',
177177
installing: 'Installing',
178178
agent: 'Agent',
179-
term: 'Before the installation, please make sure to confirm the following precautions: ',
179+
term:
180+
'Before the installation, please make sure to confirm the following precautions: ',
180181
download: 'Downloading Agent',
181182
install: 'Installing Agent',
182183
copy: 'copy',
@@ -200,12 +201,15 @@ export default {
200201
term4: `b. JDK version: 1.6 and above`,
201202
term5: `c. Framework: Any`,
202203
term6: `d. Middleware: Any`,
203-
p1: 'Start/Restart the Web Service and then access it with the browser.Once registered, the agent should appear in the Settings > Engine list.If you do not see the agent on list within a few minutes, check the following:',
204+
p1:
205+
'Start/Restart the Web Service and then access it with the browser.Once registered, the agent should appear in the Settings > Engine list.If you do not see the agent on list within a few minutes, check the following:',
204206
p2: '1. Check the agent.jar',
205-
p3: 'Execute the following command “java -jar /temp/agent.jar” to check it is working.Please re-download the agent file and try again otherwise.If the problem still persists, you can directly report the issue to us on Github and we will get you an answer back shortly.',
207+
p3:
208+
'Execute the following command “java -jar /temp/agent.jar” to check it is working.Please re-download the agent file and try again otherwise.If the problem still persists, you can directly report the issue to us on Github and we will get you an answer back shortly.',
206209
p4: '2. Check the network connection',
207210
p51: 'If the Web Service is unable to access to ',
208-
p52: 'Please check the network connection and try again.Otherwise, you can directly report the issue to us on Github and we will get you an answer back shortly.',
211+
p52:
212+
'Please check the network connection and try again.Otherwise, you can directly report the issue to us on Github and we will get you an answer back shortly.',
209213
title2:
210214
'Ensure the service of installing the probe meet the requirement as below',
211215
},
@@ -230,21 +234,27 @@ export default {
230234
manualInstallationDesc:
231235
'Extract download file with the following command.',
232236
settings: 'Settings',
233-
p1: 'Start/Restart the Web Service and then access it with the browser.Once registered, the agent should appear in the Settings > Engine list.If you do not see the agent on list within a few minutes, check the following:',
237+
p1:
238+
'Start/Restart the Web Service and then access it with the browser.Once registered, the agent should appear in the Settings > Engine list.If you do not see the agent on list within a few minutes, check the following:',
234239
p2: '1. Check the dongtai-agent-python.tar.gz',
235-
p3: 'Execute the following command “pip3 install ./dongtai-agent-python.tar.gz” to check it is working.Please re-download the agent file and try again otherwise.If the problem still persists, you can directly report the issue to us on Github and we will get you an answer back shortly.',
236-
p4: '2. Check the setting.py in Django application Ensure the following line is added to the MIDDLEWARE configuration.',
240+
p3:
241+
'Execute the following command “pip3 install ./dongtai-agent-python.tar.gz” to check it is working.Please re-download the agent file and try again otherwise.If the problem still persists, you can directly report the issue to us on Github and we will get you an answer back shortly.',
242+
p4:
243+
'2. Check the setting.py in Django application Ensure the following line is added to the MIDDLEWARE configuration.',
237244
p5: `'dongtai_agent_python.middlewares.django_middleware.FireMiddleware'`,
238245
p6: '3. Check the network connection',
239246
p71: 'If the Web Service is unable to access to ',
240-
p72: 'Please check the network connection and try again.Otherwise, you can directly report the issue to us on Github and we will get you an answer back shortly.',
247+
p72:
248+
'Please check the network connection and try again.Otherwise, you can directly report the issue to us on Github and we will get you an answer back shortly.',
241249
settingName: 'Configuration Item Name',
242-
n1: 'Configure the projectName in the system environment variable, demoProjectName is the custom project name. Keep it consistent with the new application name in the Applications list, otherwise, the traffic cannot be uploaded.',
250+
n1:
251+
'Configure the projectName in the system environment variable, demoProjectName is the custom project name. Keep it consistent with the new application name in the Applications list, otherwise, the traffic cannot be uploaded.',
243252
n2: 'Import linux/mac command:',
244253
n3: 'export projectName=demoProjectName',
245254
n4: 'Adds Windows environment variables:',
246255
n5: 'Verification: Enter env directly on the command line to view',
247-
n6: 'Note: If you cannot configure the system environment variables, you can change the agent configuration file, modify the project name, and find the path address of the python installation agent extension package, for example: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site -packages/dongtai_agent_python modify project.name in dongtai_agent_python/config.json, the priority of system environment variable projectName is higher than project.name in configuration file;',
256+
n6:
257+
'Note: If you cannot configure the system environment variables, you can change the agent configuration file, modify the project name, and find the path address of the python installation agent extension package, for example: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site -packages/dongtai_agent_python modify project.name in dongtai_agent_python/config.json, the priority of system environment variable projectName is higher than project.name in configuration file;',
248258
},
249259
php: {
250260
Manualinstallation: 'manual installation',
@@ -724,15 +734,19 @@ export default {
724734
detailR: 'Please enter how to match',
725735
fixR: 'Please enter a matching rule',
726736
t: 'Sensitive data configuration',
727-
p1: 'Sensitive information detection function officially opened public testing, in order to detect the security risk of sensitive information leakage, it is necessary to configure the matching rules of sensitive information and related policies.',
737+
p1:
738+
'Sensitive information detection function officially opened public testing, in order to detect the security risk of sensitive information leakage, it is necessary to configure the matching rules of sensitive information and related policies.',
728739
'p1-1': 'Detection location:',
729740
'p1-2': '1. HTTP Request Param',
730741
'p1-3': '2. HTTP Request Post Data',
731742
'p1-4': '3. HTTP Response Data',
732743
p2: 'Process (to increase mobile phone number leakage for example): ',
733-
p3: '1. Go to the "Policy Management" page, add a new policy "Mobile Phone Number Leak", fill in the policy description, repair suggestions and choose to enable;',
734-
p4: '2. Go back to the current page, click on the "New Matching Rules" button, select the policy name is "Mobile Phone Number Leak", match the way is "Regular Match", fill in "Match Rules" and click Save.',
735-
tip: 'The policy name comes from the policy name in Policy Management, and if it does not exist, you can contact the administrator to go to Policy Management New policy',
744+
p3:
745+
'1. Go to the "Policy Management" page, add a new policy "Mobile Phone Number Leak", fill in the policy description, repair suggestions and choose to enable;',
746+
p4:
747+
'2. Go back to the current page, click on the "New Matching Rules" button, select the policy name is "Mobile Phone Number Leak", match the way is "Regular Match", fill in "Match Rules" and click Save.',
748+
tip:
749+
'The policy name comes from the policy name in Policy Management, and if it does not exist, you can contact the administrator to go to Policy Management New policy',
736750
search: 'Search',
737751
noValidatio: 'No Validatio Data',
738752
},
@@ -754,7 +768,8 @@ export default {
754768
add: 'add',
755769
searchValue: 'Search for Scan Strategy',
756770
nameR: 'Please select the scan strategy name',
757-
tip: 'The policy name comes from the policy name in Policy Management, and if it does not exist, you can contact the administrator to go to Policy Management New policy',
771+
tip:
772+
'The policy name comes from the policy name in Policy Management, and if it does not exist, you can contact the administrator to go to Policy Management New policy',
758773
search: 'Search',
759774
},
760775
upgradeOnline: {
@@ -857,8 +872,10 @@ export default {
857872
vul_verifiy: 'Verification',
858873
infoTitle: 'Agent Settings',
859874
agentThreshold: 'Agent Threshold',
860-
vul: 'The active verification function is used to verify whether the vulnerability of the tainted call chain is true and effective. During active verification, engine automatically identifies the location of attack parameters, constructs a payload, and then replays http / HTTPS traffic from within the agent for verification. This function is not necessary. Closing it will not change the vulnerability detection results. If it is not needed, it can be closed by itself. ',
861-
open: 'When the CPU utilization meets the threshold condition, the agent automatically stops.',
875+
vul:
876+
'The active verification function is used to verify whether the vulnerability of the tainted call chain is true and effective. During active verification, engine automatically identifies the location of attack parameters, constructs a payload, and then replays http / HTTPS traffic from within the agent for verification. This function is not necessary. Closing it will not change the vulnerability detection results. If it is not needed, it can be closed by itself. ',
877+
open:
878+
'When the CPU utilization meets the threshold condition, the agent automatically stops.',
862879
close:
863880
'When the CPU utilization is lower than the threshold condition, the agent starts automatically.',
864881
cpu: 'Utilization ',

0 commit comments

Comments
 (0)