-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathgsa-zh_CN.json
2038 lines (2038 loc) · 104 KB
/
gsa-zh_CN.json
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"\nThis could have the following reasons:\n1. The CPE might not be included in the official NVD CPE dictionary yet, and no additional information is available.\n2. You might have followed an incorrect link and the CPE does not exist.": "\n这可能有以下原因:\n1. CPE可能尚未包含在官方CPE库中,并且没有其他可用信息.\n2. 您可能点击了不正确的链接,并且CPE不存在.",
"\nThis could have the following reasons:\n1. The CVE might not be included in the SCAP database yet. For new CVEs it can take a month or more until they become available.\n2. You might have followed an incorrect link and the CVE does not exist.": "\n这可能有以下原因:\n1. 您可能点击了不正确的链接,且CVE不存在\n2. CVE可能尚未包含在SCAP数据库中.对于新的CVE,可能需要一个月或更长时间才能可用.",
"\nYou might have followed an incorrect link and the {{entity}} does not exist.": "\n您可能点击了不正确的链接,并且 {{entity}} 不存在.",
" on port ": " 端口 ",
" on Port {{port}}": "",
" or just create the task so you can run it manually later.": "或者只创建任务方便以后手动运行.",
", schedule the task for a later date and time,": ",创建执行计划,",
"\"Rows per page\" requires a value of 1 or greater.": "\"每页行数\"的值必须大于0",
"(Applied filter: {{- filter}})": "(筛选: {{- filter}})",
"(Credential unavailable)": "(凭据不可用)",
"(full license text)": "(完整的许可文本)",
"(Global Object)": "(全局对象)",
"(Target Host)": "(目标主机)",
"{{age}} days old": "{{age}}天前",
"{{count}} alert(s) only visible to other users": "",
"{{count}} of {{max}}": "{{count}} / {{max}}",
"{{count}} report config(s) only visible to other users": "",
"{{count}} users will be deleted": "",
"{{days}} day {{hours}}:{{minutes}} h": "{{days}} 天 {{hours}}:{{minutes}}",
"{{days}} days {{hours}}:{{minutes}} h": "{{days}} 天 {{hours}}:{{minutes}}",
"{{entity}} is not writable": "禁止编辑{{entity}}",
"{{entity}} is still in use": "{{entity}}正在使用",
"{{entity}} may not be cloned": "{{entity}}可能无法复制",
"{{entity}} may not be created": "{{entity}}可能无法创建",
"{{entity}} may not be verified": "{{entity}}可能无法验证",
"{{entity}} settings is not writable": "",
"{{filtered}} of {{all}}": "{{filtered}} / {{all}}",
"{{first}} - {{last}} of {{filtered}}": "{{first}} - {{last}} / {{filtered}}",
"{{hosts}} Host(s) with average severity {{avgSev}}": "{{hosts}} 主机平均严重性 {{avgSev}}",
"{{hours}}:{{minutes}} h": "{{hours}}:{{minutes}}",
"{{name}} cloned successfully.": "",
"{{name}} deleted successfully.": "",
"{{name}} downloaded successfully.": "",
"{{name}} restored successfully.": "",
"{{name}} Start: {{date}}": "{{name}} 开始: {{date}}",
"{{name}} Start: {{startdate}} End: {{enddate}}": "{{name}} 开始: {{startdate}} 结束: {{enddate}}",
"{{nr}} more times": "{{nr}} more times",
"{{nth}} {{weekday}} every {{interval}} months": "{{nth}} {{weekday}} 每 {{interval}} 月",
"{{nth}} {{weekday}} every month": "{{nth}} {{weekday}} 每月",
"{{num}} more runs not shown": "{{num}}个未关闭的runs",
"{{progress}} %": "{{progress}} %",
"{{sevMax}}: ({{riskFactor}})": "{{sevMax}}: ({{riskFactor}})",
"{{status}} at {{progress}} %": "{{status}} 在 {{progress}} %",
"{{subjectType}} {{subjectName}} has all permissions": "{{subjectType}} {{subjectName}} 拥有所有权限",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}}": "{{subjectType}} {{subjectName}} 拥有 {{resourceType}} 只读权限",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} 拥有 {{resourceType}} {{resourceName}} 只读权限",
"{{subjectType}} {{subjectName}} has super access": "{{subjectType}} {{subjectName}} 拥有超级管理员权限",
"{{subjectType}} {{subjectName}} has super access to all resources of {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} 拥有 {{resourceType}} {{resourceName}} 超级管理员权限",
"{{subjectType}} {{subjectName}} has write access to {{resourceType}}": "{{subjectType}} {{subjectName}} 拥有 {{resourceType}} 写权限",
"{{subjectType}} {{subjectName}} has write access to {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} 拥有 {{resourceType}} {{resourceName}} 写权限",
"{{subjectType}} {{subjectName}} has write access to the authentication configuration": "{{subjectType}} {{subjectName}} 拥有身份验证配置写权限",
"{{subjectType}} {{subjectName}} may create a new {{resourceType}}": "{{subjectType}} {{subjectName}} 可以创建 {{resourceType}}",
"{{subjectType}} {{subjectName}} may delete {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} 可以删除 {{resourceType}} {{resourceName}}",
"{{subjectType}} {{subjectName}} may delete an existing {{resourceType}}": "{{subjectType}} {{subjectName}} 可以删除 {{resourceType}}",
"{{subjectType}} {{subjectName}} may empty the trashcan": "{{subjectType}} {{subjectName}} 可以清空回收站",
"{{subjectType}} {{subjectName}} may get the dependencies of NVTs": "{{subjectType}} {{subjectName}} 可以读取NVTs依赖关系",
"{{subjectType}} {{subjectName}} may get the help text": "{{subjectType}} {{subjectName}} 可以读取帮助文本",
"{{subjectType}} {{subjectName}} may get version information": "{{subjectType}} {{subjectName}} 可以读取版本信息",
"{{subjectType}} {{subjectName}} may login": "{{subjectType}} {{subjectName}} 可以登录",
"{{subjectType}} {{subjectName}} may move {{resourceType}}": "{{subjectType}} {{subjectName}} 可以移动 {{resourceType}}",
"{{subjectType}} {{subjectName}} may restore items from the trashcan": "{{subjectType}} {{subjectName}} 可以从回收站恢复项目",
"{{subjectType}} {{subjectName}} may resume Task": "{{subjectType}} {{subjectName}} 可以继续任务",
"{{subjectType}} {{subjectName}} may run multiple GMP commands in one": "{{subjectType}} {{subjectName}} 可以在一条GMP命令中运行多个命令",
"{{subjectType}} {{subjectName}} may run Wizard": "{{subjectType}} {{subjectName}} 可以运行向导",
"{{subjectType}} {{subjectName}} may start Task": "{{subjectType}} {{subjectName}} 可以启动任务",
"{{subjectType}} {{subjectName}} may stop Task": "{{subjectType}} {{subjectName}} 可以停止任务",
"{{subjectType}} {{subjectName}} may sync {{resourceType}}": "{{subjectType}} {{subjectName}} 可以同步 {{resourceType}}",
"{{subjectType}} {{subjectName}} may sync the CERT feed": "{{subjectType}} {{subjectName}} 可以同步CERT",
"{{subjectType}} {{subjectName}} may sync the NVT feed": "{{subjectType}} {{subjectName}} 可以同步NVT",
"{{subjectType}} {{subjectName}} may sync the SCAP feed": "{{subjectType}} {{subjectName}} 可以同步SCAP",
"{{subjectType}} {{subjectName}} may test Alert": "{{subjectType}} {{subjectName}} 可以测试告警",
"{{subjectType}} {{subjectName}} may verify {{resourceType}}": "{{subjectType}} {{subjectName}} 可以验证 {{resourceType}}",
"{{title}} {{filtered}} of {{all}}": "{{title}} {{filtered}} / {{all}}",
"{{type}} owned by {{owner}}": "{{type}} 属于 {{owner}}",
"{{type}}:unnamed": "",
"{{usageType}} cannot be started manually because the assigned schedule has a duration limit": "",
"{{usageType}} is a container": "这是一个{{usageType}}容器",
"{{usageType}} is already active": "{{usageType}} 处于激活状态",
"{{usageType}} is not stopped": "{{usageType}}运行中",
"{{usageType}} is scheduled": "{{usageType}} 是一个计划",
"{{value}}: {{count}} (severity: {{severity}})": "",
"# of CERT-Bund Advisories": "",
"# of CERT-Bund Advs": "# CERT-Bund Advs",
"# of Certificates": "",
"# of CPEs": "# CPEs",
"# of created CERT-Bund Advisories": "# CERT-Bund Advs 已创建",
"# of created CPEs": "# CPEs已创建",
"# of created CVEs": "CVEs已创建",
"# of created DFN-CERT Advs": "# DFN-CERT Advs 已创建",
"# of Created Notes": "# 备注已创建",
"# of created NVTs": "# NVTs已创建",
"# of created Overrides": "# 重写已创建",
"# of created Tickets": "",
"# of CVEs": "# CVEs",
"# of DFN-CERT Advisories": "",
"# of DFN-CERT Advs": "# DFN-CERT Advs",
"# of Hosts": "",
"# of Modified Certificates": "",
"# of Modified Hosts": "",
"# of Modified Hosts (High)": "",
"# of Modified TLS Certificates": "",
"# of Notes": "# 备注",
"# of NVTs": "# NVTs",
"# of Operating Systems": "",
"# of Overrides": "",
"# of Reports": "",
"# of Results": "",
"# of Tasks": "",
"# of Tickets": "# 工单",
"# of Vulnerabilities": "",
"> 0.0": "> 0.0",
"1 user will be deleted": "",
"12h": "",
"24h": "",
"A timeout for the request to url {{- url}} occurred.": "对网址 {{- url}} 的请求超时.",
"About": "关于",
"About GSA": "关于 GSA",
"Access Complexity": "访问复杂性",
"Access to the feed resources is currently restricted.": "",
"Access Vector": "访问向量",
"Actions": "操作",
"Activate the \"attach\" option to allow changes here.": "激活\"附加\"选项以允许在此处进行更改.",
"Activate the \"include\" option to make changes here.": "激活\"包含\"选项以允许在此处进行更改.",
"Activates": "激活",
"Activation": "激活",
"Active": "激活",
"Active (unlimited)": "",
"Active for > {{value}} days": "",
"Active for the next {{value}} days": "",
"Active until": "激活至",
"Add": "新建",
"Add new Dashboard": "添加仪表盘",
"Add new Dashboard Display": "添加图表",
"Add new Note": "新建备注",
"Add new Override": "新建重写",
"Add Port Range": "新建端口范围",
"Add results to Assets": "将扫描结果添加到资产",
"Add Tag": "",
"Add Tag to All Filtered": "添加标签至筛选结果",
"Add tag to filtered": "",
"Add tag to page contents": "添加标签至当前页",
"Add Tag to Page Contents": "添加标签至当前页",
"Add tag to selection": "添加标签至选择",
"Add Tag to Selection": "添加标签至选择",
"Add to Assets": "添加至资产",
"Add to Assets with QoD >= 70%": "",
"Add to Assets with QoD >= 70% and Overrides enabled": "QoD >= 70% 且启用覆盖的添加至资产",
"Add:": "添加:",
"Adjacent": "相邻",
"Adjust and update your filter settings.": "调整和更新筛选设置.",
"Administration": "管理",
"Advanced Task Wizard": "高级任务向导",
"Advisory Link": "咨询链接",
"Affected Software/OS": "受影响的软件/操作系统",
"Agent": "代理程序",
"Aggregates": "聚合",
"Alemba Client ID": "Alemba客户端ID",
"Alemba vFire": "Alemba vFire",
"Alert": "告警",
"Alert: {{name}}": "告警: {{name}}",
"Alerts": "告警",
"Alerts Filter": "告警筛选",
"Alerts List": "告警列表",
"Alerts using this Filter": "使用此筛选的告警",
"Alerts using this Report Config": "",
"Alerts using this Report Format": "使用此报告格式的告警",
"Alive Test": "",
"All": "全部",
"All Identifiers": "所有标识符",
"All you need to do is enter a name for the new task and the IP address or host name of the target, and select a scan configuration.": "您所需要做的就是输入新任务的名称和目标的IP地址或主机名,然后选择扫描配置.",
"Allow all": "允许所有",
"Allow all and deny": "允许所有并拒绝",
"Allow all and deny from {{addresses}}": "允许所有但拒绝 {{addresses}}",
"Allow insecure use": "允许不安全的登录",
"Allow Insecure Use": "允许不安全的登录",
"Allow simultaneous scanning via multiple IPs": "",
"Alterable": "可修改",
"Alterable Audit": "可修改",
"Alterable Task": "可修改任务",
"Always": "总是",
"An error occurred during making the request. Most likely the web server does not respond.": "发出请求时出错.很可能Web服务器没有响应.",
"An error occurred during Testing the alert {{name}}": "测试告警 {{name}} 期间出错",
"An error occurred in this chart.": "此图表中出现错误.",
"An error occurred in this dialog.": "此对话框中出现错误.",
"An error occurred on this dashboard.": "此仪表盘中出现错误.",
"An error occurred on this page": "此页中出现错误",
"An error occurred on this page.": "此页中出现错误.",
"An error occurred while converting gmp response to js for url {{- url}}": "将gmp响应转换为js时出错 {{- url}}",
"An error occurred while emptying the trash, please try again.": "",
"Analyst": "分析",
"Any": "任意",
"Appearance": "详情",
"Appearance when active": "激活时的外观",
"Application": "应用",
"Application CPE": "应用程序CPE",
"Applications": "应用程序",
"Applied filter: ": "应用筛选: ",
"Apply a minimum severity of 7.0.": "应用最低严重性 7.0",
"Apply default timeout": "应用默认超时",
"Apply Overrides": "应用重写",
"Apply to all filtered": "筛选结果",
"Apply to page contents": "当前页",
"Apply to selection": "选择",
"Apps": "应用程序",
"Are you sure you want to delete all rows in the page of the table?\n This action cannot be undone.": "",
"Are you sure you want to empty the trash?": "",
"Are you sure you want to move all rows in the page of the table to the trashcan?": "",
"As a short-cut the following steps will be done for you:": "我们将为您完成以下步骤:",
"As soon as the scan progress is beyond 1%, you can already jump to the scan report by clicking on the progress bar in the \"Status\" column and review the results collected so far.": "一旦扫描进度超过1%,您就可以通过单击\"状态\"列中的进度条跳转到扫描报告,并查看至今为止收集的扫描结果.",
"Ascending": "升序",
"Asset": "资产",
"Asset Displays": "资产图表",
"Assets": "资产",
"Assign To User": "追加至用户",
"Assigned Items": "分配的对象",
"Assigned Ticket changed": "指派工单已修改",
"Assigned Ticket Changed": "指派工单变更",
"Assigned To": "指派",
"Assigned User": "指派用户",
"Attach Content": "附加内容",
"Attach list of resources with message:": "附加资源和消息列表:",
"Attach report": "附加报告",
"Attack Complexity": "攻击复杂性",
"Attack Requirements": "",
"Attack Vector": "攻击向量",
"audit": "审计",
"Audit": "审计",
"Audit is alterable": "审计是可修改的",
"Audit is configured to run on sensor {{name}}": "审核配置为在传感器 {{name}} 上运行",
"Audit List": "审计列表",
"Audit made visible for:\n{{user}}\n{{role}}\n{{group}}": "审计设置为可见:\n{{user}}\n{{role}}\n{{group}}",
"Audit Report": "",
"Audit Report:": "",
"Audit Reports": "",
"Audit Reports by Compliance (Total: {{count}})": "",
"Audit Reports Filter": "",
"Audit Reports List": "",
"Audit: {{name}}": "审计: {{name}}",
"Audits": "审计",
"Audits using this Policy": "使用此策略的审计",
"Auth": "认证",
"Auth Algorithm": "认证协议",
"Auth. DN": "Auth. DN",
"Authentication": "认证",
"Authentication Type": "认证类型",
"Auto Cache Rebuild": "自动重建缓存",
"Auto delete Reports": "自动删除报告",
"Auto Delete Reports": "自动删除报告",
"Auto-generate": "自动生成",
"Automatically delete oldest reports but always keep newest": "自动删除旧报告,始终保留",
"Automatically delete oldest reports but always keep newest {{nr}} reports": "自动删除最早的报告,但始终保留最新的{{nr}}份报告",
"Availability": "可用性",
"Availability Impact": "可用性影响",
"Average": "平均",
"Average Scan duration": "平均扫描持续时间",
"Average Severity": "平均严重性",
"Bad login information": "登录信息错误",
"Base": "根据",
"Base Score": "评分",
"Base URL": "基础URL",
"Base Vector": "基础向量",
"Base with a minimum set of NVTs": "最小化扫描脚本",
"Best OS": "最佳操作系统",
"Browser Language": "浏览器语言",
"Bulk download completed.": "",
"Bulk download started.": "",
"By clicking the New Task icon": "点击新建任务图标",
"CA Certificate": "CA证书",
"Call Description": "Call 描述",
"Call Template": "Call 模板",
"Call Type": "Call 类型",
"Cancel": "取消",
"Cannot delete {{entity}}": "无法删除{{entity}}",
"Cannot modify {{entity}}": "无法修改{{entity}}",
"Cannot modify {{entity}} settings": "",
"Cannot move {{entity}} to trashcan": "无法删除{{entity}}",
"Categories": "类别",
"CERT": "CERT",
"CERT Advisories referencing this CVE": "CERT Advisories",
"CERT-Bund Advisories": "CERT-Bund Advisories",
"CERT-Bund Advisories by Creation Time": "CERT-Bund 创建时间",
"CERT-Bund Advisories by CVSS (Total: {{count}})": "",
"CERT-Bund Advisories by Severity Class (Total: {{count}})": "",
"CERT-Bund Advisories Filter": "CERT-Bund Advisories 筛选",
"CERT-Bund Advisory": "CERT-Bund Advisory",
"CERT-Bund Advisory: {{title}}": "CERT-Bund Advisory: {{title}}",
"CERT-Bund Risk Rating": "CERT-Bund 风险评级",
"Certificate": "证书",
"Change Password": "修改密码",
"changed": "变更",
"Changed": "已更改",
"Chart: Audit Reports by Compliance": "",
"Chart: CERT-Bund Advisories by Creation Time": "图表: CERT-Bund - 创建时间",
"Chart: CERT-Bund Advisories by CVSS": "",
"Chart: CERT-Bund Advisories by Severity Class": "",
"Chart: CPEs by Creation Time": "图表: CPEs - 创建时间",
"Chart: CPEs by CVSS": "",
"Chart: CPEs by Severity Class": "",
"Chart: CVEs by Creation Time": "图表: CVEs - 创建时间",
"Chart: CVEs by CVSS": "",
"Chart: CVEs by Severity Class": "",
"Chart: DFN-CERT Advisories by Creation Time": "图表: DFN-CERT - 创建时间",
"Chart: DFN-CERT Advisories by CVSS": "",
"Chart: DFN-CERT Advisories by Severity Class": "",
"Chart: Hosts (High) by Modification Time": "",
"Chart: Hosts by CVSS": "",
"Chart: Hosts by Modification Time": "",
"Chart: Hosts by Severity Class": "",
"Chart: Hosts by Vulnerability Score": "图表: 主机 - 评分",
"Chart: Hosts Topology": "图表: 主机拓扑",
"Chart: Next Scheduled Tasks": "图表: 下一个计划任务",
"Chart: Notes by Active Days": "",
"Chart: Notes by Creation Time": "图表: 备注 - 创建时间",
"Chart: Notes Text Word Cloud": "图表: 备注词云",
"Chart: NVTs by Creation Time": "图表: NVTs - 创建时间",
"Chart: NVTs by CVSS": "",
"Chart: NVTs by Family": "",
"Chart: NVTs by QoD": "",
"Chart: NVTs by QoD-Type": "",
"Chart: NVTs by Severity Class": "",
"Chart: Operating Systems by CVSS": "",
"Chart: Operating Systems by Severity Class": "",
"Chart: Operating Systems by Vulnerability Score": "图表: 操作系统 - 漏洞评分",
"Chart: Overrides by Active Days": "",
"Chart: Overrides by Creation Time": "图表: 重写 - 创建时间",
"Chart: Overrides Text Word Cloud": "图表: 重写 - 词云",
"Chart: Reports by CVSS": "",
"Chart: Reports by Severity Class": "",
"Chart: Reports with high Results": "图表: 报告 - 最高严重性报告",
"Chart: Results by CVSS": "",
"Chart: Results by Severity Class": "",
"Chart: Results Description Word Cloud": "图表: 扫描结果 - 描述词云",
"Chart: Results Vulnerability Word Cloud": "图表: 扫描结果 - 漏洞词云",
"Chart: Tasks by CVSS": "",
"Chart: Tasks by High Results per Host": "图表: 任务 - 最高严重性主机数",
"Chart: Tasks by Severity Class": "",
"Chart: Tasks by Status": "",
"Chart: Tasks with most High Results per Host": "图表: 任务 - 高危漏洞主机数",
"Chart: Tickets by Assigned User": "图表: 工单 - 指派用户",
"Chart: Tickets by Creation Time": "",
"Chart: Tickets by Status": "",
"Chart: TLS Certificates by Modification Time": "",
"Chart: TLS Certificates by Status": "",
"Chart: Vulnerabilities by CVSS": "",
"Chart: Vulnerabilities by Hosts": "",
"Chart: Vulnerabilities by Severity Class": "",
"Choose Display": "选择图表",
"Choose Tag": "",
"Client Certificate": "客户端证书",
"Client Certificate (from Credential)": "客户端证书(来自凭据)",
"Clone {{entity}}": "复制{{entity}}",
"Clone Alert": "复制告警",
"Clone Credential": "复制凭据",
"Clone Filter": "复制筛选器",
"Clone Group": "复制群组",
"Clone Permission": "复制权限",
"Clone Role": "复制角色",
"Clone Schedule": "复制计划",
"Clone Tag": "复制标签",
"Clone Target": "复制扫描目标",
"Clone Ticket": "复制工单",
"Clone User": "复制用户",
"Close": "关闭",
"Closed": "关闭",
"Closed CVEs": "已关闭的CVEs",
"Comma separated list of KDCs": "",
"Comment": "描述",
"Community": "团体名",
"Complete": "完全",
"Complexity": "复杂性",
"Compliance": "",
"Compliance Audit Reports": "",
"Compliance Audits": "合规性审计",
"Compliance is changed from {{deltaCompliance}}.": "",
"Compliance Percent": "",
"Compliance Policies": "合规性策略",
"Compliance: Incomplete": "",
"Compliance: No": "",
"Compliance: Yes": "",
"Compliant": "",
"Compose": "组合",
"Compose Content for Compliance Report": "",
"Compose Content for Scan Report": "生成扫描报告内容",
"Compose Report Content": "组合报告内容",
"Condition": "条件",
"Confidentiality": "保密",
"Confidentiality Impact": "保密影响",
"Config": "配置",
"Configs Filter": "配置筛选",
"Configurable": "",
"Configuration": "配置",
"Confirm": "确认",
"Confirm Deletion": "",
"Confirm deletion of user {{name}}": "确认删除用户 {{name}}",
"Confirm deletion of users": "确认删除用户",
"Confirm Move to Trashcan": "",
"Confirmation does not match new password!": "确认密码与新密码不匹配!",
"Confirmation matches new password!": "确认密码匹配新密码!",
"Container": "容器",
"Container Task": "任务容器",
"Content": "内容",
"Content Type": "内容类型",
"Contents": "内容",
"Corresponding Performance": "此报告的性能",
"Corresponding Report": "所属报告",
"Corresponding Results": "此报告的扫描结果",
"Corresponding Task": "所属任务",
"Corresponding Task ({{name}})": "所属任务({{name}})",
"Corresponding task is in trashcan": "相关的任务在回收站中",
"Corresponding Tickets": "相关工单",
"Corresponding TLS Certificates": "此报告的TLS证书",
"Corresponding Vulnerabilities": "此报告的漏洞",
"Could not connect to server": "无法连接到服务器",
"Could not load dashboard settings. Reason: {{error}}": "无法加载仪表板设置.原因:{{error}}",
"Count": "数量",
"CPE": "CPE",
"CPE Filter": "CPE筛选",
"CPE List": "CPE列表",
"CPE Name ID": "",
"CPE: {{title}}": "CPE: {{title}}",
"CPEs": "CPEs (IT产品)",
"CPEs by Creation Time": "CPEs 创建时间",
"CPEs by CVSS (Total: {{count}})": "",
"CPEs by Severity Class (Total: {{count}})": "",
"Create": "创建",
"Create a credential": "创建凭据",
"Create a new alert": "创建告警",
"Create a new credential": "",
"Create a new Credential": "创建一个新的用户凭据",
"Create a new port list": "",
"Create a new schedule": "创建计划",
"Create a new Tag": "",
"Create a new target": "创建扫描目标",
"Create a new Target": "创建一个新的扫描目标",
"Create a new Task": "创建一个新的任务",
"Create Audit from Policy": "创建审计",
"Create Multiple Permissions": "",
"Create new {{entity}}": "创建新的{{entity}}",
"Create new Container Task": "创建新的任务容器",
"Create new ESXi credential": "",
"Create new Kerberos credential": "",
"Create new SMB credential": "",
"Create new SNMP credential": "",
"Create new SSH credential": "",
"Create new SSH elevate credential": "",
"Create new Ticket": "新建工单",
"Create new Ticket for Result": "从扫描结果创建工单",
"Create new Ticket for Result {{- name}}": "从扫描结果({{- name}})创建工单",
"Create Permission": "创建权限",
"Create permission to grant full read and write access among all group members and across any resources": "创建在所有组成员和任何资源之间授予完全读写访问的权限",
"Create Schedule": "创建计划",
"Create Schedule:": "创建计划:",
"Create Target form all filtered": "",
"Create Target from Host": "从主机创建扫描目标",
"Create Target from page contents": "从当前页创建扫描目标",
"Create Target from selection": "",
"Created": "创建时间",
"Created CERT-Bund Advs": "CERT-Bund Advs 已创建",
"Created CPEs": "CPEs已创建",
"Created CVEs": "CVEs已创建",
"Created DFN-CERT Advs": "DFN-CERT Advs 已创建",
"Created Notes": "备注已创建",
"Created NVTs": "NVTs已创建",
"Created Overrides": "重写已创建",
"Created Tickets": "",
"Created Time": "创建时间",
"Created:": "创建时间: ",
"Creation Time": "创建时间",
"Credential": "用户凭据",
"Credential List": "用户凭据列表",
"Credential: {{name}}": "凭据: {{name}}",
"Credentials": "用户凭据",
"Credentials Filter": "凭据筛选",
"Credentials for authenticated checks": "",
"Critical": "",
"Current": "最新",
"Current Report for Audit {{- name}} from {{- date}}": "此审计在 {{- date}} 生成的报告",
"Current Report for Task {{- name}} from {{- date}}": "当前报告来自{{- date}}的任务{{- name}}",
"Current User": "",
"Custom...": "自定义...",
"CVE": "CVE",
"CVE Filter": "CVE筛选",
"CVE List": "CVE列表",
"CVE Scanner": "CVE 扫描器",
"CVE Severity": "",
"CVE: {{name}}": "CVE: {{name}}",
"CVEs": "CVEs (漏洞编号)",
"CVEs by Creation Time": "CVEs 创建时间",
"CVEs by CVSS (Total: {{count}})": "",
"CVEs by Severity Class (Total: {{count}})": "",
"CVSS": "CVSS",
"CVSS base": "CVSS 基础",
"CVSS Base": "CVSS",
"CVSS base vector": "CVSS 基础向量",
"CVSS Base Vector": "CVSS向量",
"CVSS Calculator": "CVSS计算器",
"CVSS Date": "CVSS时间",
"CVSS Origin": "CVSS起源",
"CVSS v3.1 Vector": "CVSS v3.1 向量",
"CVSSv2 Base Score Calculator": "CVSSv2 基本评分计算器",
"CVSSv3 Base Score Calculator": "CVSSv3 基本评分计算器",
"CVSSv4 Score Calculator": "",
"Daily": "每日",
"Dashboard limit reached": "已达到仪表板限制",
"Dashboard Title": "仪表盘标题",
"Dashboards": "首页",
"Dashboards limit reached": "已达到仪表板限制",
"Date": "时间",
"Date Format": "",
"Day": "天",
"day(s)": "日",
"days": "天",
"Debug": "Debug",
"Decrease the minimum QoD in the filter settings to 30 percent to see those results.": "将筛选器设置中的最小QoD降低到30%以查看这些结果.",
"decreased": "降级",
"default": "default",
"Default": "默认",
"Default Alert": "默认告警",
"Default ESXi Credential": "默认ESXi凭据",
"Default OpenVAS Scan Config": "默认OpenVAS扫描配置",
"Default OpenVAS Scanner": "默认OpenVAS扫描器",
"Default Port List": "默认端口列表",
"Default Schedule": "默认计划",
"Default Severity": "默认严重性",
"Default SMB Credential": "默认SMB凭据",
"Default SNMP Credential": "默认SNMP凭据",
"Default SSH Credential": "默认SSH凭据",
"Default Target": "默认扫描目标",
"Default Value": "默认值",
"default:unnamed": "未命名",
"Defaults": "标准",
"Defaults Settings": "默认值设置",
"Defense Center IP": "Defense Center IP",
"Defense Center Port": "Defense Center 端口",
"Delete": "删除",
"Delete {{entity}}": "删除{{entity}}",
"Delete all filtered": "",
"Delete Identifier": "删除标识符",
"Delete page contents": "删除当前页",
"Delete Port Range": "删除端口范围",
"Delete Report": "删除报告",
"Delete Requested": "删除请求",
"Delete selection": "",
"Delete TLS Certificate": "删除TLS证书",
"Delta": "Delta",
"Delta Report": "Delta报告",
"Delta Results": "Delta报告",
"Deny all": "拒绝所有",
"Deny all and allow": "拒绝所有并允许",
"Deny all and allow from {{addresses}}": "拒绝所有但允许 {{addresses}}",
"Deprecated": "",
"Deprecated By": "已弃用 By",
"Descending": "降序",
"Description": "描述",
"Details Export File Name": "详情导出文件名",
"Details URL": "详情 URL",
"Details: ": "详细信息: ",
"Detection Method": "检测方法",
"Detection Result": "检测结果",
"Detection Results": "检测结果",
"DFN-CERT Advisories": "DFN-CERT Advisories",
"DFN-CERT Advisories by Creation Time": "DFN-CERT 创建时间",
"DFN-CERT Advisories by CVSS (Total: {{count}})": "",
"DFN-CERT Advisories by Severity Class (Total: {{count}})": "",
"DFN-CERT Advisories Filter": "DFN-CERT Advisories 筛选",
"DFN-CERT Advisory": "DFN-CERT Advisory",
"DFN-CERT Advisory: {{title}}": "DFN-CERT Advisory: {{title}}",
"Different Lines": "不同的线路",
"Disable Tag": "禁用标签",
"Distance": "区域",
"Do not automatically delete reports": "不自动删除报告",
"Do not change": "不变更",
"Do not start automatically": "不自动开始",
"Do you really want to remove the Dashboard {{name}} and its configuration?": "是否要删除仪表盘 {{name}} 及其配置?",
"Documentation": "",
"Done": "完成",
"Download CA Certificate": "下载CA证书",
"Download Certificate": "下载证书",
"Download CSV": "下载CSV",
"Download Debian (.deb) Package": "下载Debian包(.deb)",
"Download filtered Report": "下载报告",
"Download Greenbone Compliance Report": "下载Greenbone合规报告",
"Download Public Key": "下载公钥",
"Download RPM (.rpm) Package": "下载RPM包(.rpm)",
"Download SVG": "下载SVG",
"Download TLS Certificate": "下载TLS证书",
"Download TLS Certificate as .pem": "下载pem格式TLS证书",
"Download Windows Executable (.exe)": "下载Windows可执行程序 (.exe)",
"Duration": "持续时间",
"Duration of last Scan": "上次扫描持续时间",
"Dynamic": "动态",
"Dynamic Severity": "动态严重性",
"Edit {{entity}}": "编辑{{entity}}",
"Edit {{entity}} settings": "",
"Edit Alert {{name}}": "编辑告警 {{name}}",
"Edit Audit {{name}}": "编辑审计 {{name}}",
"Edit Container Task {{name}}": "编辑任务容器 {{name}}",
"Edit Credential {{name}}": "编辑用户凭据 {{name}}",
"Edit Dashboard": "编辑仪表盘",
"Edit Dashboard Title": "编辑仪表盘标题",
"Edit Filter": "编辑筛选",
"Edit Filter {{name}}": "编辑筛选 {{name}}",
"Edit Group {{name}}": "编辑群组 {{name}}",
"Edit Host {{name}}": "编辑主机 {{name}}",
"Edit LDAP per-User Authentication": "编辑LDAP认证",
"Edit My Settings": "编辑用户设置",
"Edit Network Vulnerability Test Families ({{counts}})": "",
"Edit Network Vulnerability Tests": "编辑漏洞测试",
"Edit Note {{name}}": "编辑备注 {{name}}",
"Edit Override {{- name}}": "编辑重写 {{- name}}",
"Edit permission {{name}}": "编辑权限 {{name}}",
"Edit Permission {{name}}": "编辑权限 {{name}}",
"Edit Policy {{name}}": "编辑策略 {{name}}",
"Edit Policy Family": "编辑策略系列",
"Edit Policy Family {{name}}": "编辑策略系列 {{name}}",
"Edit Policy NVT {{name}}": "编辑策略NVT {{name}}",
"Edit Policy NVT {{nvtOid}}": "编辑策略NVT {{nvtOid}}",
"Edit Policy NVT Details": "编辑策略NVT详情",
"Edit Port List {{name}}": "编辑端口列表 {{name}}",
"Edit RADIUS Authentication": "编辑RADIUS认证",
"Edit Report Config {{name}}": "",
"Edit Report Format {{name}}": "编辑报表格式 {{name}}",
"Edit Role {{name}}": "编辑角色 {{name}}",
"Edit Scan Config {{name}}": "编辑扫描配置 {{name}}",
"Edit Scan Config Family": "编辑扫描配置系列",
"Edit Scan Config Family {{name}}": "编辑扫描配置系列 {{name}}",
"Edit Scan Config NVT {{name}}": "编辑扫描NVT {{name}}",
"Edit Scan Config NVT {{nvtOid}}": "编辑扫描配置NVT {{nvtOid}}",
"Edit Scan Config NVT Details": "编辑扫描配置NVT详细信息",
"Edit Scanner {{name}}": "编辑扫描器 {{name}}",
"Edit Scanner Preferences ({{counts}})": "编辑扫描器首选项 ({{counts}}))",
"Edit Schedule {{name}}": "编辑计划 {{name}}",
"Edit Tag": "",
"Edit Tag {{name}}": "编辑标签 {{name}}",
"Edit Target {{name}}": "编辑扫描目标 {{name}}",
"Edit Task {{name}}": "编辑任务 {{name}}",
"Edit Ticket": "编辑工单",
"Edit Ticket {{- name}}": "编辑工单 {{name}}",
"Edit User {{name}}": "编辑用户 {{name}}",
"Edit User Settings": "编辑用户设置",
"Effect": "影响",
"Elevate privileges": "",
"Email": "Email",
"Email Encryption": "邮件加密",
"Email report to": "发送邮件至",
"Email to {{address}}": "发送邮件至 {{address}}",
"Empty Trash": "清空回收站",
"Empty, static and fast": "空",
"Enable": "启用",
"Enable Tag": "启用标签",
"Enabled": "启用",
"Encrypted Email to {{address}}": "加密电子邮件至 {{address}}",
"End": "结束",
"End Date": "",
"End date is same or before start date. Please adjust you start and/or end date.": "结束日期相同或早于开始日期.请调整您的开始或结束日期.",
"End Time": "结束时间",
"Entire Operation": "全程",
"Entity": "实体",
"EPSS": "",
"EPSS (CVE with highest severity)": "",
"EPSS (highest EPSS score)": "",
"EPSS Percentage": "",
"EPSS Score": "",
"Error": "错误",
"Error fetching the feed": "",
"Error Message": "错误消息",
"Error Messages": "错误消息",
"Error while loading Report {{reportId}}": "加载报告 {{reportId}} 时出错",
"Error while loading Results for Report {{reportId}}": "加载报告 {{reportId}} 的结果时出错",
"ESXi": "",
"ESXi authentication was successful": "ESXi身份验证成功",
"ESXi authentication was unsuccessful": "ESXi身份验证失败",
"ESXi Credential": "ESXi 凭据",
"Event": "事件",
"Every": "每",
"Every {{interval}} days": "每 {{interval}} 天",
"Every {{interval}} hours": "每 {{interval}} 小时",
"Every {{interval}} minutes": "每 {{interval}} 分钟",
"Every {{interval}} month at days {{days}}": "每 {{interval}} 月的第 {{days}} 天",
"Every {{interval}} months": "每 {{interval}} 月",
"Every {{interval}} seconds": "每 {{interval}} 秒",
"Every {{interval}} weeks": "每 {{interval}} 周",
"Every {{interval}} weeks on {{days}}": "每 {{interval}} 周的第 {{days}} 天",
"Every {{interval}} years": "每 {{interval}} 年",
"Every day": "每天",
"Every hour": "每小时",
"Every minute": "每分钟",
"Every month": "每月",
"Every month at days {{days}}": "每月的第 {{days}} 天",
"Every second": "每秒",
"Every week": "每周",
"Every week on {{days}}": "每周的第 {{days}} 天",
"Every year": "每年",
"Exclude Hosts": "",
"Excluded": "",
"Executable version": "可执行程序版本",
"Expiration": "过期",
"expired": "过期",
"Expired": "过期",
"Expires": "过期",
"Exploit": "利用",
"Export Alert": "导出告警",
"Export Alert as XML": "导出告警至XML",
"Export all filtered": "导出筛选结果",
"Export Audit": "导出审计",
"Export Audit as XML": "导出审计至XML",
"Export CERT-Bund Advisory": "导出 CERT-Bund Advisories",
"Export CPE": "导出CPE",
"Export Credential": "导出用户凭据",
"Export Credential as XML": "导出用户凭据为XML格式",
"Export CVE": "导出CVE",
"Export DFN-CERT Advisory": "导出DFN-CERT",
"Export Filter": "导出筛选",
"Export Filter as XML": "导出筛选至XML",
"Export Group": "导出群组",
"Export Group as XML": "导出群组至XML",
"Export Host": "导出主机",
"Export Host as XML": "导出主机至XML",
"Export Note": "导出备注",
"Export Note as XML": "导出备注至XML",
"Export NVT": "导出NVT",
"Export Operating System": "导出操作系统",
"Export Override": "导出重写",
"Export Override as XML": "导出重写至XML",
"Export page contents": "导出当前页",
"Export Permission": "导出权限",
"Export Permission as XML": "导出权限至XML",
"Export Policy": "导出策略",
"Export Policy as XML": "导出策略至XML",
"Export Port List": "导出端口列表",
"Export PortList as XML": "",
"Export Report Config": "",
"Export Result as XML": "导出扫描结果至XML",
"Export Role": "导出角色",
"Export Role as XML": "导出角色至XML",
"Export Scan Config": "导出扫描配置",
"Export Scan Config as XML": "导出扫描配置至XML",
"Export Scanner": "导出扫描器",
"Export Scanner as XML": "导出扫描器至XML",
"Export Schedule": "导出计划",
"Export Schedule as XML": "导出计划至XML",
"Export selection": "导出选择",
"Export Tag": "导出标签",
"Export Tag as XML": "导出标签至XML",
"Export Target": "导出扫描目标",
"Export Target as XML": "导出扫描目标至XML",
"Export Task": "导出任务",
"Export Task as XML": "导出任务至XML",
"Export Ticket as XML": "导出工单至XML",
"Export TLS Certificate as XML": "导出TLS证书至XML",
"Export User": "导出用户",
"Export User as XML": "导出用户至XML",
"Extension": "扩展名",
"Failed to run alert.": "运行告警失败.",
"False Pos.": "误报",
"False Positive": "误报",
"Families: Total": "系列: 总数",
"Families: Trend": "系列: 趋势",
"Family": "系列",
"Feed is currently syncing.": "",
"Feed is currently syncing. Please try again later.": "",
"Feed Status": "特征库状态",
"Feeds": "Feeds",
"File path": "文件路径",
"Filter": "筛选",
"Filter List": "筛选列表",
"Filter matches at least {{count}} {{type}}": "",
"Filter matches at least {{count}} more {{result}} than the previous scan": "",
"Filter Name": "筛选器名称",
"Filter out log message results.": "筛选出日志消息结果.",
"Filter out results with compliance \"Incomplete\".": "",
"Filter out results with compliance \"Undefined\".": "",
"Filter out results with compliance \"Yes\".": "",
"Filter out results with the severity \"Low\".": "过滤掉严重性为\"低危\"的结果.",
"Filter out results with the severity \"Medium\".": "过滤掉严重性为\"中危\"的结果.",
"Filter Settings": "筛选设置",
"Filter: {{name}}": "筛选器: {{name}}",
"Filters": "筛选器",
"Filters Filter": "过滤器筛选",
"Finally, you can select a sensor which will run the scan.": "最后,您可以选择将运行扫描的传感器.",
"First": "首页",
"First result": "首选页",
"First Run": "首次运行",
"First Translation": "",
"Fix Verified": "修复验证",
"Fixed": "修复",
"Fold": "收缩",
"Fold all details": "展开详情",
"Follow Link": "关注链接",
"Foo": "Foo",
"For any other setting the defaults from \"My Settings\" will be applied.": "任何其他设置,将使用\"用户设置\"中的默认值.",
"for current resource only": "仅适用于当前资源",
"for related resources only": "仅适用于相关资源",
"Fr.": "周五",
"Friday": "周五",
"From": "来自",
"From address": "发件地址",
"From Address": "发件地址",
"From file": "从文件导入",
"From host assets ({{count}} hosts)": "",
"From Metrics": "来自指标",
"From Task (name)": "来自任务(名称)",
"From Vector": "来自向量",
"Full and fast": "全部扫描脚本",
"General": "常规",
"General Command Permissions": "常规命令权限",
"General note": "一般",
"General Settings": "常规设置",
"Global {{type}}": "全局 {{type}}",
"GMP error during authentication": "GMP身份验证错误",
"Gone": "丢失",
"Grant": "授权",
"Greenbone": "Greenbone",
"Greenbone AG": "",
"Greenbone Security Assistant": "Greenbone 安全助手",
"Greenbone Sensor": "Greenbone Sensor",
"Group": "群组",
"Group ID": "群组ID",
"Group: {{name}}": "群组: {{name}}",
"Groups": "群组",
"Groups {{group}}": "群组 {{group}}",
"Groups Filter": "群组筛选",
"Groups List": "群组列表",
"GSA adds various smart features and forms a powerful tool to manage and maintain a high resilience level of the IT infrastructures.": "GSA添加了各种智能功能,并形成了一个强大的工具来管理和维护IT基础架构的高可用水平.",
"GSA uses the Greenbone Management Protocol (GMP) to connect tothe database backend gvmd which makes an extensive feature set available, covering vulnerability scanning, vulnerability management, and related activities.": "",
"Has permission to run all commands": "拥有运行所有命令的权限",
"Has read access to {{entityType}}": "拥有{{entityType}}读权限",
"Has read access to {{type}} {{name}}": "拥有 {{type}} {{name}} 读权限",
"Has super access": "拥有超级权限",
"Has super access to all resources of {{type}} {{name}}": "拥有对所有资源的超级访问权限 {{type}} {{name}}",
"Has write access to {{entityType}}": "拥有{{entityType}}写权限",
"Has write access to {{type}} {{name}}": "拥有 {{type}} {{name}} 写权限",
"Has write access to the authentication configuration": "拥有身份验证配置写权限",
"Help": "帮助",
"Help: CERT-Bund Advisories": "帮助: CERT-Bund 公告",
"Help: Alerts": "帮助: 告警",
"Help: Audit Reports": "",
"Help: Audits": "帮助: 审计",
"Help: CERT-Bund Advisories": "帮助: CERT-Bund 公告",
"Help: CPEs": "帮助: CPEs",
"Help: Credentials": "帮助: 凭据",
"Help: CVEs": "帮助: CVEs",
"Help: CVSS Base Score Calculator": "帮助: CVSS 评分计算",
"Help: Dashboards": "帮助: 仪表盘",
"Help: DFN-CERT Advisories": "帮助: DFN-CERT 公告",
"Help: Feed Status": "帮助: 特征库状态",
"Help: Filters": "帮助: 筛选器",
"Help: Groups": "帮助: 主机组",
"Help: Hosts": "帮助: 主机",
"Help: LDAP per-User Authentication": "帮助: LDAP认证",
"Help: My Settings": "帮助: 用户设置",
"Help: Notes": "帮助: 备注",
"Help: NVTs": "帮助: NVTs",
"Help: Operating Systems": "帮助: 操作系统",
"Help: Overrides": "帮助: 重写",
"Help: Performance": "帮助: 性能",
"Help: Permissions": "帮助: 权限",
"Help: Policies": "帮助: 策略",
"Help: Port Lists": "帮助: 端口列表",
"Help: Powerfilter": "帮助: 筛选",
"Help: RADIUS Authentication": "帮助: RADIUS认证",
"Help: Reading Reports": "帮助: 阅读报告",
"Help: Remediation Tickets": "帮助: 修复工单",
"Help: Report Configs": "",
"Help: Report Formats": "帮助: 报告格式",
"Help: Reports": "帮助: 报告",
"Help: Results": "帮助: 扫描结果",
"Help: Roles": "帮助: 角色",
"Help: Scan Configs": "帮助: 扫描配置",
"Help: ScanConfigs": "帮助: 扫描配置",
"Help: Scanners": "帮助: 扫描器",
"Help: Schedules": "帮助: 计划",
"Help: Tags": "帮助: 标签",
"Help: Targets": "帮助: 扫描目标",
"Help: Tasks": "帮助: 任务",
"Help: TLS Certificate Assets": "帮助: TLS证书",
"Help: Trashcan": "帮助: 回收站",
"Help: User Tags": "",
"Help: Users": "帮助: 用户",
"here": "这里",
"Hide Error Details": "隐藏错误详细信息",
"High": "高危",
"High per Host": "危险主机",
"Highest": "最高",
"Highest Severity": "最高严重性",
"Highest Severity from Results": "扫描结果中的最高严重性",
"Host": "主机",
"Host (IP)": "主机(IP)",
"Host (Name)": "主机(名称)",
"Host Access": "主机访问",
"Host List": "主机列表",
"Host Name": "主机名",
"Hostname": "主机名",
"Hostname / IP": "主机名/IP",
"Hostname is changed from {{deltaHostname}}.": "",
"Hosts": "主机",
"Hosts (All)": "主机 (所有)",
"Hosts (Best OS)": "主机 (最佳操作系统)",
"Hosts (High) by Modification Time (Total: {{count}})": "",
"Hosts by CVSS (Total: {{count}})": "",
"Hosts by Modification Time (Total: {{count}})": "",
"Hosts by Severity Class (Total: {{count}})": "",
"Hosts Filter": "主机筛选",
"Hosts scanned": "扫描主机",
"Hosts Topology": "主机拓扑",
"Hosts with Operating System {{- name}}": "此操作系统的主机({{- name}})",
"Hosts with Operating System {{- name}} as the best match": "操作系统 {{- name}} 作为最佳匹配的主机",
"Hour": "小时",
"hour(s)": "小时",
"Hourly": "每小时",
"HTTP Get": "HTTP Get",
"HTTP GET request": "HTTP GET请求",
"HTTP GET request to URL {{- url}}": "HTTP GET请求到URL {{- url}}",
"HTTP Get URL": "HTTP Get URL",
"ID:": "ID:",
"If no inheriting user is selected, all owned resources will be deleted as well.": "",
"If the scan got interrupted you can try to re-start the task.": "如果扫描中断,您可以尝试重新启动任务.",
"If you enter an email address in the \"Email report to\" field, a report of the scan will be sent to this address once it is finished.": "如果您在\"发送邮件至\"字段中输入电子邮件地址,则扫描完成后将向该地址发送扫描报告.",
"Ignore Pagination": "",
"Impact": "影响",
"Import": "导入",
"Import Policy": "导入策略",
"Import Port List": "导入端口列表",
"Import Report": "导入报告",
"Import Report Format": "导入报告格式",
"Import Scan Config": "导入扫描配置",
"Import XML config": "导入XML格式的文件",
"Import XML policy": "导入策略XML文件",
"Import XML Port List": "导入XML格式端口列表",
"Import XML Report Format": "导入XML报告格式",
"In order to run an authenticated scan, you have to select SSH and/or SMB credentials, but you can also run an unauthenticated scan by not selecting any credentials.": "为了运行经过身份验证的扫描,您必须选择SSH或SMB凭据,但您也可以通过不选择任何凭据来运行未经身份验证的扫描.",
"inactive": "无效",
"Inactive": "未激活",
"Include": "包含",
"Include Content": "包含内容",
"Include list of resources with message:": "包括带有消息的资源列表:",
"Include log messages in your filter settings.": "在筛选器设置中包含日志消息.",
"Include report": "包含报告",
"Included": "",
"including related resources": "包括相关资源",
"Incomplete": "",
"increased": "升级",
"Info": "信息",
"Information": "信息",
"Inheriting user": "",
"Initial Displays": "初始显示",
"Insight": "洞悉",
"Integrity": "完整性",
"Integrity Impact": "完整性影响",
"Interrupted": "中断",
"IP": "IP",
"IP Address": "IP地址",
"IP address or hostname:": "IP地址或主机名:",
"IPs": "IP地址数量",
"is equal to": "等于",
"is greater than": "大于",
"is less than": "小于",
"Issued by": "签发",
"Issued By": "发行",
"Issuer": "发行",
"Issuer DN": "颁发者DN",
"Items": "项目",
"Just wait for results to arrive.": "只需等待结果到来.",
"KDCs": "",
"Kerberos": "",
"Kerberos Credential": "",
"Known Hosts": "已知主机",
"Last": "尾页",
"Last Day": "最后一天",
"Last Modified": "最后修改",
"Last Report": "最新报告",
"Last Report for Audit {{- name}} from {{- date}}": "最近一次审计报告 {{- name}} 来自 {{- date}}",
"Last Report for Task {{- name}} from {{- date}}": "来自 {{- date}} 的任务 {{- name}} 的最近一次报告",
"Last seen": "最近出现",
"Last Seen": "最近出现",
"Last updated": "最近更新时间",
"Last updated:": "最后更新:",
"Latest": "最新",
"Latest Identifiers": "最新标识符",
"Latest Severity": "最新严重性",
"LDAP": "LDAP",
"LDAP Authentication Only": "仅LDAP认证",
"LDAP Host": "LDAP 主机",
"LDAP per-User Authentication": "LDAP per-User Authentication",
"License has expired": "License 已过期",
"License is active": "License已经激活",
"License is corrupted": "License已损坏",
"License Management page": "License 管理页",
"License: GNU Affero General Public License version 3 or any later version": "License: GNU Affero General Public License 版本3或者任意更高版本",
"List Export File Name": "列表导出文件名",
"List Items": "列表项",
"Listing only the first {{num}} items. ": "仅列出前 {{num}} 项. ",
"Loaded filter": "载入筛选",
"Loading": "载入中",
"Loading...": "载入中...",
"Local": "本地",
"Location": "端口",
"Location (eg. port/protocol)": "位置 (端口/协议)",
"Log": "信息",