-
Notifications
You must be signed in to change notification settings - Fork 99
/
gsa-zh_CN.json
1719 lines (1719 loc) · 91.8 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 ": " 端口 ",
" or just create the task so you can run it manually later.": "或者只创建任务方便以后手动运行.",
"\"Rows per page\" requires a value of 1 or greater.": "\"每页行数\"的值必须大于0",
"# of CERT-Bund Advs": "# CERT-Bund Advs",
"# of CPEs": "# CPEs",
"# of CVEs": "# CVEs",
"# of Created Notes": "# 备注已创建",
"# of DFN-CERT Advs": "# DFN-CERT Advs",
"# of NVTs": "# NVTs",
"# of Notes": "# 备注",
"# of Tickets": "# 工单",
"# 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 NVTs": "# NVTs已创建",
"# of created Overrides": "# 重写已创建",
"(Applied filter: {{- filter}})": "(筛选: {{- filter}})",
"(Credential unavailable)": "(凭据不可用)",
"(Global Object)": "(全局对象)",
"(Target Host)": "(目标主机)",
"(full license text)": "(完整的许可文本)",
", schedule the task for a later date and time,": ",创建执行计划,",
"> 0.0": "> 0.0",
"A timeout for the request to url {{- url}} occurred.": "对网址 {{- url}} 的请求超时.",
"About": "关于",
"About GSA": "关于 GSA",
"Access Complexity": "访问复杂性",
"Access Vector": "访问向量",
"Actions": "操作",
"Activate the \"attach\" option to allow changes here.": "激活\"附加\"选项以允许在此处进行更改.",
"Activate the \"include\" option to make changes here.": "激活\"包含\"选项以允许在此处进行更改.",
"Activates": "激活",
"Activation": "激活",
"Active": "激活",
"Active until": "激活至",
"Add": "新建",
"Add Port Range": "新建端口范围",
"Add Tag to All Filtered": "添加标签至筛选结果",
"Add Tag to Page Contents": "添加标签至当前页",
"Add Tag to Selection": "添加标签至选择",
"Add new Dashboard": "添加仪表盘",
"Add new Dashboard Display": "添加图表",
"Add new Note": "新建备注",
"Add new Override": "新建重写",
"Add results to Assets": "将扫描结果添加到资产",
"Add tag to page contents": "添加标签至当前页",
"Add tag to selection": "添加标签至选择",
"Add to Assets": "添加至资产",
"Add to Assets with QoD >= 70% and Overrides enabled": "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 Format": "使用此报告格式的告警",
"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 Insecure Use": "允许不安全的登录",
"Allow all": "允许所有",
"Allow all and deny": "允许所有并拒绝",
"Allow all and deny from {{addresses}}": "允许所有但拒绝 {{addresses}}",
"Allow insecure use": "允许不安全的登录",
"Alterable": "可修改",
"Alterable Audit": "可修改",
"Alterable Task": "可修改任务",
"Always": "总是",
"An error occurred during Testing the alert {{name}}": "测试告警 {{name}} 期间出错",
"An error occurred during making the request. Most likely the web server does not respond.": "发出请求时出错.很可能Web服务器没有响应.",
"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}}",
"Analyst": "分析",
"Any": "任意",
"Appearance": "详情",
"Appearance when active": "激活时的外观",
"Application": "应用",
"Application CPE": "应用程序CPE",
"Applications": "应用程序",
"Applied filter: ": "应用筛选: ",
"Apply Overrides": "应用重写",
"Apply a minimum severity of 7.0.": "应用最低严重性 7.0",
"Apply default timeout": "应用默认超时",
"Apply to all filtered": "筛选结果",
"Apply to page contents": "当前页",
"Apply to selection": "选择",
"Apps": "应用程序",
"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 Vector": "攻击向量",
"Audit": "审计",
"Audit List": "审计列表",
"Audit is alterable": "审计是可修改的",
"Audit is configured to run on sensor {{name}}": "审核配置为在传感器 {{name}} 上运行",
"Audit made visible for:\n{{user}}\n{{role}}\n{{group}}": "审计设置为可见:\n{{user}}\n{{role}}\n{{group}}",
"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": "浏览器语言",
"By clicking the New Task icon": "点击新建任务图标",
"CA Certificate": "CA证书",
"CERT": "CERT",
"CERT Advisories referencing this CVE": "CERT Advisories",
"CERT-Bund Advisories": "CERT-Bund Advisories",
"CERT-Bund Advisories Filter": "CERT-Bund Advisories 筛选",
"CERT-Bund Advisories by Creation Time": "CERT-Bund 创建时间",
"CERT-Bund Advisory": "CERT-Bund Advisory",
"CERT-Bund Advisory: {{title}}": "CERT-Bund Advisory: {{title}}",
"CERT-Bund Risk Rating": "CERT-Bund 风险评级",
"CPE": "CPE",
"CPE Filter": "CPE筛选",
"CPE List": "CPE列表",
"CPE: {{title}}": "CPE: {{title}}",
"CPEs": "CPEs (IT产品)",
"CPEs by Creation Time": "CPEs 创建时间",
"CVE": "CVE",
"CVE Filter": "CVE筛选",
"CVE List": "CVE列表",
"CVE Scanner": "CVE 扫描器",
"CVE: {{name}}": "CVE: {{name}}",
"CVEs": "CVEs (漏洞编号)",
"CVEs by Creation Time": "CVEs 创建时间",
"CVSS": "CVSS",
"CVSS Base": "CVSS",
"CVSS Base Vector": "CVSS向量",
"CVSS Calculator": "CVSS计算器",
"CVSS Date": "CVSS时间",
"CVSS Origin": "CVSS起源",
"CVSS base": "CVSS 基础",
"CVSS base vector": "CVSS 基础向量",
"CVSS v3.1 Vector": "CVSS v3.1 向量",
"CVSSv2 Base Score Calculator": "CVSSv2 基本评分计算器",
"CVSSv3 Base Score Calculator": "CVSSv3 基本评分计算器",
"Call Description": "Call 描述",
"Call Template": "Call 模板",
"Call Type": "Call 类型",
"Cancel": "取消",
"Cannot delete {{entity}}": "无法删除{{entity}}",
"Cannot modify {{entity}}": "无法修改{{entity}}",
"Cannot move {{entity}} to trashcan": "无法删除{{entity}}",
"Categories": "类别",
"Certificate": "证书",
"Certificate currently in use expired at {{date}}": "当前正在使用的证书在 {{date}} 过期",
"Certificate currently not valid until {{date}}": "证书当前在 {{date}} 之前无效",
"Certificate in use will expire at {{date}}": "正在使用的证书将在 {{date}} 过期",
"Change Password": "修改密码",
"Changed": "已更改",
"Chart: CERT-Bund Advisories by Creation Time": "图表: CERT-Bund - 创建时间",
"Chart: CPEs by Creation Time": "图表: CPEs - 创建时间",
"Chart: CVEs by Creation Time": "图表: CVEs - 创建时间",
"Chart: DFN-CERT Advisories by Creation Time": "图表: DFN-CERT - 创建时间",
"Chart: Hosts Topology": "图表: 主机拓扑",
"Chart: Hosts by Vulnerability Score": "图表: 主机 - 评分",
"Chart: NVTs by Creation Time": "图表: NVTs - 创建时间",
"Chart: Next Scheduled Tasks": "图表: 下一个计划任务",
"Chart: Notes Text Word Cloud": "图表: 备注词云",
"Chart: Notes by Creation Time": "图表: 备注 - 创建时间",
"Chart: Operating Systems by Vulnerability Score": "图表: 操作系统 - 漏洞评分",
"Chart: Overrides Text Word Cloud": "图表: 重写 - 词云",
"Chart: Overrides by Creation Time": "图表: 重写 - 创建时间",
"Chart: Reports with high Results": "图表: 报告 - 最高严重性报告",
"Chart: Results Description Word Cloud": "图表: 扫描结果 - 描述词云",
"Chart: Results Vulnerability Word Cloud": "图表: 扫描结果 - 漏洞词云",
"Chart: Tasks by High Results per Host": "图表: 任务 - 最高严重性主机数",
"Chart: Tasks with most High Results per Host": "图表: 任务 - 高危漏洞主机数",
"Chart: Tickets by Assigned User": "图表: 工单 - 指派用户",
"Choose Display": "选择图表",
"Client Certificate": "客户端证书",
"Client Certificate (from Credential)": "客户端证书(来自凭据)",
"Clone Alert": "复制告警",
"Clone Credential": "复制凭据",
"Clone Filter": "复制筛选器",
"Clone Group": "复制群组",
"Clone Permission": "复制权限",
"Clone Role": "复制角色",
"Clone Schedule": "复制计划",
"Clone Tag": "复制标签",
"Clone Target": "复制扫描目标",
"Clone Ticket": "复制工单",
"Clone User": "复制用户",
"Clone {{entity}}": "复制{{entity}}",
"Close": "关闭",
"Closed": "关闭",
"Closed CVEs": "已关闭的CVEs",
"Comment": "描述",
"Community": "团体名",
"Complete": "完全",
"Complexity": "复杂性",
"Compliance Audits": "合规性审计",
"Compliance Policies": "合规性策略",
"Compliance Status": "合规状态",
"Compose": "组合",
"Compose Content for Scan Report": "生成扫描报告内容",
"Compose Report Content": "组合报告内容",
"Condition": "条件",
"Confidentiality": "保密",
"Confidentiality Impact": "保密影响",
"Config": "配置",
"Configs Filter": "配置筛选",
"Configuration": "配置",
"Confirm": "确认",
"Confirm deletion of user {{name}}": "确认删除用户 {{name}}",
"Confirm deletion of users": "确认删除用户",
"Confirmation does not match new password!": "确认密码与新密码不匹配!",
"Confirmation matches new password!": "确认密码匹配新密码!",
"Container": "容器",
"Container Task": "任务容器",
"Content": "内容",
"Content Type": "内容类型",
"Contents": "内容",
"Coordinated Universal Time/UTC": "协调世界时/UTC",
"Corresponding Performance": "此报告的性能",
"Corresponding Report": "所属报告",
"Corresponding Results": "此报告的扫描结果",
"Corresponding TLS Certificates": "此报告的TLS证书",
"Corresponding Task": "所属任务",
"Corresponding Task ({{name}})": "所属任务({{name}})",
"Corresponding Tickets": "相关工单",
"Corresponding Vulnerabilities": "此报告的漏洞",
"Corresponding task is in trashcan": "相关的任务在回收站中",
"Could not connect to server": "无法连接到服务器",
"Could not load dashboard settings. Reason: {{error}}": "无法加载仪表板设置.原因:{{error}}",
"Count": "数量",
"Create": "创建",
"Create Audit from Policy": "创建审计",
"Create Permission": "创建权限",
"Create Schedule": "创建计划",
"Create Schedule:": "创建计划:",
"Create Target from Host": "从主机创建扫描目标",
"Create Target from page contents": "从当前页创建扫描目标",
"Create a credential": "创建凭据",
"Create a new Credential": "创建一个新的用户凭据",
"Create a new Target": "创建一个新的扫描目标",
"Create a new Task": "创建一个新的任务",
"Create a new alert": "创建告警",
"Create a new schedule": "创建计划",
"Create a new target": "创建扫描目标",
"Create new Container Task": "创建新的任务容器",
"Create new Ticket": "新建工单",
"Create new Ticket for Result": "从扫描结果创建工单",
"Create new Ticket for Result {{- name}}": "从扫描结果({{- name}})创建工单",
"Create new {{entity}}": "创建新的{{entity}}",
"Create permission to grant full read and write access among all group members and across any resources": "创建在所有组成员和任何资源之间授予完全读写访问的权限",
"Created": "创建时间",
"Created CERT-Bund Advs": "CERT-Bund Advs 已创建",
"Created CPEs": "CPEs已创建",
"Created CVEs": "CVEs已创建",
"Created DFN-CERT Advs": "DFN-CERT Advs 已创建",
"Created NVTs": "NVTs已创建",
"Created Notes": "备注已创建",
"Created Overrides": "重写已创建",
"Created Time": "创建时间",
"Created:": "创建时间: ",
"Creation Time": "创建时间",
"Credential": "用户凭据",
"Credential List": "用户凭据列表",
"Credential: {{name}}": "凭据: {{name}}",
"Credentials": "用户凭据",
"Credentials Filter": "凭据筛选",
"Current": "最新",
"Current Report for Audit {{- name}} from {{- date}}": "此审计在 {{- date}} 生成的报告",
"Current Report for Task {{- name}} from {{- date}}": "当前报告来自{{- date}}的任务{{- name}}",
"Custom...": "自定义...",
"DFN-CERT Advisories": "DFN-CERT Advisories",
"DFN-CERT Advisories Filter": "DFN-CERT Advisories 筛选",
"DFN-CERT Advisories by Creation Time": "DFN-CERT 创建时间",
"DFN-CERT Advisory": "DFN-CERT Advisory",
"DFN-CERT Advisory: {{title}}": "DFN-CERT Advisory: {{title}}",
"Daily": "每日",
"Dashboard": "仪表盘",
"Dashboard Title": "仪表盘标题",
"Dashboard limit reached": "已达到仪表板限制",
"Dashboards": "首页",
"Dashboards limit reached": "已达到仪表板限制",
"Date": "时间",
"Day": "天",
"Debug": "Debug",
"Decrease the minimum QoD in the filter settings to 30 percent to see those results.": "将筛选器设置中的最小QoD降低到30%以查看这些结果.",
"Default": "默认",
"Default Alert": "默认告警",
"Default ESXi Credential": "默认ESXi凭据",
"Default OpenVAS Scan Config": "默认OpenVAS扫描配置",
"Default OpenVAS Scanner": "默认OpenVAS扫描器",
"Default Port List": "默认端口列表",
"Default SMB Credential": "默认SMB凭据",
"Default SNMP Credential": "默认SNMP凭据",
"Default SSH Credential": "默认SSH凭据",
"Default Schedule": "默认计划",
"Default Severity": "默认严重性",
"Default Target": "默认扫描目标",
"Default Value": "默认值",
"Defaults": "标准",
"Defaults Settings": "默认值设置",
"Defense Center IP": "Defense Center IP",
"Defense Center Port": "Defense Center 端口",
"Delete": "删除",
"Delete Identifier": "删除标识符",
"Delete Port Range": "删除端口范围",
"Delete Report": "删除报告",
"Delete Requested": "删除请求",
"Delete TLS Certificate": "删除TLS证书",
"Delete page contents": "删除当前页",
"Delete {{entity}}": "删除{{entity}}",
"Delta": "Delta",
"Delta Report": "Delta报告",
"Delta Results": "Delta报告",
"Deny all": "拒绝所有",
"Deny all and allow": "拒绝所有并允许",
"Deny all and allow from {{addresses}}": "拒绝所有但允许 {{addresses}}",
"Deprecated By": "已弃用 By",
"Descending": "降序",
"Description": "描述",
"Details Export File Name": "详情导出文件名",
"Details URL": "详情 URL",
"Details: ": "详细信息: ",
"Detection Method": "检测方法",
"Detection Result": "检测结果",
"Detection Results": "检测结果",
"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}} 及其配置?",
"Done": "完成",
"Download CA Certificate": "下载CA证书",
"Download CSV": "下载CSV",
"Download Certificate": "下载证书",
"Download Certificate (.pem)": "下载证书(.pem)",
"Download Debian (.deb) Package": "下载Debian包(.deb)",
"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)",
"Download filtered Report": "下载报告",
"Duration": "持续时间",
"Duration of last Scan": "上次扫描持续时间",
"Dynamic": "动态",
"Dynamic Severity": "动态严重性",
"ESXi Credential": "ESXi 凭据",
"ESXi authentication was successful": "ESXi身份验证成功",
"ESXi authentication was unsuccessful": "ESXi身份验证失败",
"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 Tests": "编辑漏洞测试",
"Edit Note {{name}}": "编辑备注 {{name}}",
"Edit Override {{- name}}": "编辑重写 {{- name}}",
"Edit Permission {{name}}": "编辑权限 {{name}}",
"Edit Policy Family": "编辑策略系列",
"Edit Policy Family {{name}}": "编辑策略系列 {{name}}",
"Edit Policy NVT Details": "编辑策略NVT详情",
"Edit Policy NVT {{name}}": "编辑策略NVT {{name}}",
"Edit Policy NVT {{nvtOid}}": "编辑策略NVT {{nvtOid}}",
"Edit Policy {{name}}": "编辑策略 {{name}}",
"Edit Port List {{name}}": "编辑端口列表 {{name}}",
"Edit RADIUS Authentication": "编辑RADIUS认证",
"Edit Report Format {{name}}": "编辑报表格式 {{name}}",
"Edit Role {{name}}": "编辑角色 {{name}}",
"Edit Scan Config Family": "编辑扫描配置系列",
"Edit Scan Config Family {{name}}": "编辑扫描配置系列 {{name}}",
"Edit Scan Config NVT Details": "编辑扫描配置NVT详细信息",
"Edit Scan Config NVT {{name}}": "编辑扫描NVT {{name}}",
"Edit Scan Config NVT {{nvtOid}}": "编辑扫描配置NVT {{nvtOid}}",
"Edit Scan Config {{name}}": "编辑扫描配置 {{name}}",
"Edit Scanner Preferences ({{counts}})": "编辑扫描器首选项 ({{counts}}))",
"Edit Scanner {{name}}": "编辑扫描器 {{name}}",
"Edit Schedule {{name}}": "编辑计划 {{name}}",
"Edit Tag {{name}}": "编辑标签 {{name}}",
"Edit Target {{name}}": "编辑扫描目标 {{name}}",
"Edit Task {{name}}": "编辑任务 {{name}}",
"Edit Ticket": "编辑工单",
"Edit Ticket {{- name}}": "编辑工单 {{name}}",
"Edit User Settings": "编辑用户设置",
"Edit User {{name}}": "编辑用户 {{name}}",
"Edit permission {{name}}": "编辑权限 {{name}}",
"Edit {{entity}}": "编辑{{entity}}",
"Effect": "影响",
"Email": "Email",
"Email Encryption": "邮件加密",
"Email report to": "发送邮件至",
"Email to {{address}}": "发送邮件至 {{address}}",
"Empty": "空",
"Empty Trash": "清空回收站",
"Empty, static and fast": "空",
"Enable": "启用",
"Enable Tag": "启用标签",
"Enabled": "启用",
"Encrypted Email to {{address}}": "加密电子邮件至 {{address}}",
"End": "结束",
"End Time": "结束时间",
"End date is same or before start date. Please adjust you start and/or end date.": "结束日期相同或早于开始日期.请调整您的开始或结束日期.",
"Entire Operation": "全程",
"Entity": "实体",
"Error": "错误",
"Error Message": "错误消息",
"Error Messages": "错误消息",
"Error while loading Report {{reportId}}": "加载报告 {{reportId}} 时出错",
"Error while loading Results for Report {{reportId}}": "加载报告 {{reportId}} 的结果时出错",
"Event": "事件",
"Every": "每",
"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": "每年",
"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}} 年",
"Executable version": "可执行程序版本",
"Expiration": "过期",
"Expired": "过期",
"Expires": "过期",
"Exploit": "利用",
"Export Alert": "导出告警",
"Export Alert as XML": "导出告警至XML",
"Export Audit": "导出审计",
"Export Audit as XML": "导出审计至XML",
"Export CERT-Bund Advisory": "导出 CERT-Bund Advisories",
"Export CPE": "导出CPE",
"Export CVE": "导出CVE",
"Export Credential": "导出用户凭据",
"Export Credential as XML": "导出用户凭据为XML格式",
"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 NVT": "导出NVT",
"Export Note": "导出备注",
"Export Note as XML": "导出备注至XML",
"Export Operating System": "导出操作系统",
"Export Override": "导出重写",
"Export Override as XML": "导出重写至XML",
"Export Permission": "导出权限",
"Export Permission as XML": "导出权限至XML",
"Export Policy": "导出策略",
"Export Policy as XML": "导出策略至XML",
"Export Port List": "导出端口列表",
"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 TLS Certificate as XML": "导出TLS证书至XML",
"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 User": "导出用户",
"Export User as XML": "导出用户至XML",
"Export all filtered": "导出筛选结果",
"Export page contents": "导出当前页",
"Export selection": "导出选择",
"Extension": "扩展名",
"Failed to run alert.": "运行告警失败.",
"False Pos.": "误报",
"False Positive": "误报",
"Families: Total": "系列: 总数",
"Families: Trend": "系列: 趋势",
"Family": "系列",
"Feed Status": "特征库状态",
"Feeds": "Feeds",
"File path": "文件路径",
"Filter": "筛选",
"Filter List": "筛选列表",
"Filter Name": "筛选器名称",
"Filter Settings": "筛选设置",
"Filter out log message results.": "筛选出日志消息结果.",
"Filter out results with the severity \"Low\".": "过滤掉严重性为\"低危\"的结果.",
"Filter out results with the severity \"Medium\".": "过滤掉严重性为\"中危\"的结果.",
"Filter: {{name}}": "筛选器: {{name}}",
"Filters": "筛选器",
"Filters Filter": "过滤器筛选",
"Finally, you can select a sensor which will run the scan.": "最后,您可以选择将运行扫描的传感器.",
"First": "首页",
"First Run": "首次运行",
"First result": "首选页",
"Fix Verified": "修复验证",
"Fixed": "修复",
"Fold": "收缩",
"Fold all details": "展开详情",
"Follow Link": "关注链接",
"Foo": "Foo",
"For any other setting the defaults from \"My Settings\" will be applied.": "任何其他设置,将使用\"用户设置\"中的默认值.",
"Fr.": "周五",
"Friday": "周五",
"From": "来自",
"From Address": "发件地址",
"From Metrics": "来自指标",
"From Task (name)": "来自任务(名称)",
"From Vector": "来自向量",
"From address": "发件地址",
"From file": "从文件导入",
"Full and fast": "全部扫描脚本",
"GMP error during authentication": "GMP身份验证错误",
"GSA adds various smart features and forms a powerful tool to manage and maintain a high resilience level of the IT infrastructures.": "GSA添加了各种智能功能,并形成了一个强大的工具来管理和维护IT基础架构的高可用水平.",
"General": "常规",
"General Command Permissions": "常规命令权限",
"General Settings": "常规设置",
"General note": "一般",
"Global {{type}}": "全局 {{type}}",
"Gone": "丢失",
"Grant": "授权",
"Greenbone": "Greenbone",
"Greenbone Security Assistant": "Greenbone 安全助手",
"Greenbone Sensor": "Greenbone Sensor",
"Group": "群组",
"Group ID": "群组ID",
"Group: {{name}}": "群组: {{name}}",
"Groups": "群组",
"Groups Filter": "群组筛选",
"Groups List": "群组列表",
"Groups {{group}}": "群组 {{group}}",
"HTTP GET request": "HTTP GET请求",
"HTTP GET request to URL {{- url}}": "HTTP GET请求到URL {{- url}}",
"HTTP Get": "HTTP Get",
"HTTP Get URL": "HTTP Get URL",
"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 the authentication configuration": "拥有身份验证配置写权限",
"Has write access to {{entityType}}": "拥有{{entityType}}写权限",
"Has write access to {{type}} {{name}}": "拥有 {{type}} {{name}} 写权限",
"Help": "帮助",
"Help: CERT-Bund Advisories": "帮助: CERT-Bund 公告",
"Help: Alerts": "帮助: 告警",
"Help: Audits": "帮助: 审计",
"Help: CERT-Bund Advisories": "帮助: CERT-Bund 公告",
"Help: CPEs": "帮助: CPEs",
"Help: CVEs": "帮助: CVEs",
"Help: CVSS Base Score Calculator": "帮助: CVSS 评分计算",
"Help: Credentials": "帮助: 凭据",
"Help: DFN-CERT Advisories": "帮助: DFN-CERT 公告",
"Help: Dashboards": "帮助: 仪表盘",
"Help: Feed Status": "帮助: 特征库状态",
"Help: Filters": "帮助: 筛选器",
"Help: Groups": "帮助: 主机组",
"Help: Hosts": "帮助: 主机",
"Help: LDAP per-User Authentication": "帮助: LDAP认证",
"Help: My Settings": "帮助: 用户设置",
"Help: NVTs": "帮助: NVTs",
"Help: Notes": "帮助: 备注",
"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 Formats": "帮助: 报告格式",
"Help: Reports": "帮助: 报告",
"Help: Results": "帮助: 扫描结果",
"Help: Roles": "帮助: 角色",
"Help: Scan Configs": "帮助: 扫描配置",
"Help: ScanConfigs": "帮助: 扫描配置",
"Help: Scanners": "帮助: 扫描器",
"Help: Schedules": "帮助: 计划",
"Help: TLS Certificate Assets": "帮助: TLS证书",
"Help: Tags": "帮助: 标签",
"Help: Targets": "帮助: 扫描目标",
"Help: Tasks": "帮助: 任务",
"Help: Trashcan": "帮助: 回收站",
"Help: Users": "帮助: 用户",
"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",
"Hosts": "主机",
"Hosts (All)": "主机 (所有)",
"Hosts (Best OS)": "主机 (最佳操作系统)",
"Hosts Filter": "主机筛选",
"Hosts Topology": "主机拓扑",
"Hosts scanned": "扫描主机",
"Hosts with Operating System {{- name}}": "此操作系统的主机({{- name}})",
"Hosts with Operating System {{- name}} as the best match": "操作系统 {{- name}} 作为最佳匹配的主机",
"Hour": "小时",
"Hourly": "每小时",
"ID:": "ID:",
"IP": "IP",
"IP Address": "IP地址",
"IP address or hostname:": "IP地址或主机名:",
"IPs": "IP地址数量",
"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.": "如果您在\"发送邮件至\"字段中输入电子邮件地址,则扫描完成后将向该地址发送扫描报告.",
"Impact": "影响",
"Import": "导入",
"Import Policy": "导入策略",
"Import Port List": "导入端口列表",
"Import Report": "导入报告",
"Import Report Format": "导入报告格式",
"Import Scan Config": "导入扫描配置",
"Import XML Port List": "导入XML格式端口列表",
"Import XML Report Format": "导入XML报告格式",
"Import XML config": "导入XML格式的文件",
"Import XML policy": "导入策略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": "未激活",
"Include": "包含",
"Include Content": "包含内容",
"Include list of resources with message:": "包括带有消息的资源列表:",
"Include log messages in your filter settings.": "在筛选器设置中包含日志消息.",
"Include report": "包含报告",
"Info": "信息",
"Information": "信息",
"Initial Displays": "初始显示",
"Insight": "洞悉",
"Integrity": "完整性",
"Integrity Impact": "完整性影响",
"Interrupted": "中断",
"Issued By": "发行",
"Issued by": "签发",
"Issuer": "发行",
"Issuer DN": "颁发者DN",
"Items": "项目",
"Just wait for results to arrive.": "只需等待结果到来.",
"Known Hosts": "已知主机",
"LDAP": "LDAP",
"LDAP Authentication Only": "仅LDAP认证",
"LDAP Host": "LDAP 主机",
"LDAP per-User Authentication": "LDAP per-User Authentication",
"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": "最新严重性",
"License Management page": "License 管理页",
"License has expired": "License 已过期",
"License is active": "License已经激活",
"License is corrupted": "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": "信息",
"Log Out": "注销登录",
"Log messages are currently excluded.": "当前已排除日志消息.",
"Logged in as: {{userName}}": "登录身份: {{userName}}",
"Login": "登录名",
"Login Failed. Invalid password or username.": "登录失败.用户名或密码错误.",
"Login Name": "用户名",
"Low": "低危",
"MD5 Fingerprint": "MD5 指纹",
"Manual": "手动输入",
"Max High": "最高严重性",
"Max High per Host": "单主机最高严重性",
"Max Protocol": "最大协议",
"Max Rows Per Page (immutable)": "每页最大行数 (不可更改)",
"Max. Average Severity Score": "最大严重性评分",
"Max. High per Host": "高危主机(10.0)",
"Max. average Severity Score": "平均严重性评分最大",
"Maximum concurrently executed NVTs per host": "每个主机最大并发NVT数量",
"Maximum concurrently scanned hosts": "最大并发扫描数量",
"May create a new {{entityType}}": "可以创建{{entityType}}",
"May create a new {{type}}": "可以创建{{type}}",
"May delete an existing {{entityType}}": "可以删除{{entityType}}",
"May delete {{type}} {{name}}": "可以删除 {{type}} {{name}}",
"May empty the trashcan": "可以清空回收站",
"May get the dependencies of NVTs": "可以获得NVTs的依赖关系",
"May get the help text": "可以读取帮助文本",
"May get version information": "可以读取版本信息",
"May login": "可以登录",
"May move {{entityType}}": "可以移动{{entityType}}",
"May restore items from the trashcan": "可以从回收站恢复项目",
"May resume Task": "可以继续任务",
"May run Wizard": "可以运行向导",
"May run multiple GMP commands in one": "可以在一个命令中运行多个GMP命令",
"May start Task": "可以开始任务",
"May stop Task": "可以停止任务",
"May sync the CERT feed": "可以同步CERT源",
"May sync the NVT feed": "可以同步NVT源",
"May sync the SCAP feed": "可以同步SCAP源",
"May sync {{entityType}}": "可以同步{{entityType}}",
"May test Alert": "可以测试告警",
"May verify {{entityType}}": "可以验证{{entityType}}",
"Medium": "中危",
"Message": "消息",
"Message {{name}}": "消息 {{name}}",
"Method": "方法",
"Min QoD": "最小QoD",
"Mitigation": "缓解",
"Mo.": "周一",
"Modification Time": "修改时间",
"Modified": "修改时间",
"Modified:": "修改时间: ",
"Modify Task": "修改任务",
"Modify Task Wizard": "修改任务向导",
"Monday": "周一",
"Month": "月",
"Monthly": "每月",
"More runs not shown": "未显示更多的运行",
"Most Vulnerable Hosts": "危险主机",
"Most Vulnerable Operating Systems": "操作系统严重性评分",
"Move all filtered to trashcan": "删除筛选结果",
"Move page contents to trashcan": "删除当前页",
"Move permission to trashcan": "移除权限",
"Move selection to trashcan": "删除选择",
"Move {{entity}} to trashcan": "删除{{entity}}",
"Multiple": "多认证",
"My Settings": "用户设置",
"N/A": "N/A",
"N/A (Builtin Scanner)": "N/A (内置扫描器)",
"NVD": "NVD",
"NVD ID": "NVD ID",
"NVT": "NVT",
"NVT Families": "NVT系列",
"NVT Filter": "NVT筛选",
"NVT List": "NVT列表",
"NVT Name": "NVT 名称",
"NVT OID": "NVT OID",
"NVT Preferences": "NVT首选项",
"NVT: {{name}}": "NVT: {{name}}",
"NVTs": "NVTs (漏洞测试脚本)",
"NVTs addressing this CVE": "NVTs",
"NVTs by Creation Time": "NVTs 创建时间",
"NVTs of family {{name}}": "系列 {{name}} 的NVTs",
"NVTs selected": "NVTs选择",
"NVTs: Total": "NVTs: 总数",
"NVTs: Trend": "NVTs: 趋势",
"Name": "名称",
"Network": "网络",
"Network Vulnerability Test Preferences ({{counts}})": "漏洞测试首选项 ({{counts}})",
"New": "新",
"New Alert": "新建告警",
"New Audit": "新建审计",
"New Container Task": "新建任务容器",
"New Credential": "新建用户凭据",
"New Filter": "新建筛选",
"New Group": "新建群组",
"New Host": "新建主机",
"New Note": "新建备注",
"New Override": "新建重写",
"New Password": "新密码",
"New Permission": "新建权限",
"New Policy": "新建策略",
"New Port List": "新建端口列表",
"New Port Range": "新建端口范围",
"New Quick Task": "新任务",
"New Role": "新建角色",
"New Scan Config": "新建扫描配置",
"New Scanner": "新建扫描器",
"New Schedule": "新建计划",
"New Severity": "新严重性",
"New Super Permission": "新建超级权限",
"New Tag": "新标签",
"New Target": "新建扫描目标",
"New Task": "新建任务",
"New User": "新建用户",
"New Value": "新值",
"New port range overlaps with an existing one!": "新端口范围与现有端口范围重叠!",
"New {{secinfo_type}} arrived": "有新的{{secinfo_type}}",
"Newest Result": "新扫描时间",
"Next": "下一页",
"Next Run": "下次运行",
"Next Schedule Time": "下一次计划时间",
"Next Scheduled Tasks": "下一次计划任务",
"No": "否",
"No Applications available": "没有可用的应用程序",
"No Audits available": "没有可用的审计",
"No CERT-Bund Advisories available": "没有可用的CERT-Bund Advisories",
"No CPEs available": "没有可用的CPEs",
"No CVEs available": "没有可用的CVEs",
"No Closed CVEs available": "没有已关闭的CVEs",
"No DFN-CERT Advisories available": "没有可用的DFN-CERT Advisories",
"No Errors available": "没有可用的错误消息",
"No Groups available": "没有可用的群组",
"No Hosts available": "没有可用的主机",
"No NVTs available": "没有可用的NVTs",
"No Notes available": "没有可用的备注",
"No Operating Systems available": "没有可用的操作系统",
"No Overrides available": "没有可用的重写",
"No Policies available": "没用可用的策略",
"No Port Ranges available": "没有可用的端口范围",
"No Ports available": "没有可用的端口",
"No Roles available": "没有可用的角色",
"No Scan Configs available": "没有可用的扫描配置",
"No TLS Certificates available": "没有可用的TLS证书",
"No Tasks available": "没有可用的任务",
"No Users available": "没有可用的用户",
"No Vulnerabilities available": "没有可用的漏洞",
"No alerts available": "没有可用的告警",
"No certificates available": "没有可用的凭据",
"No credentials available": "没有用户凭据",
"No details available for this method.": "此方法没有详细信息.",
"No filters available": "没有可用的筛选",
"No first result available.": "没有首选结果可用.",
"No hosts available": "没有可用的主机",
"No information about the Operation System": "没有操作系统信息",
"No information available for existing file. File may not be a correct certificate.": "没有可用的信息.文件可能不是正确的证书.",
"No license available": "没有可用的许可证",
"No parameters available": "没有可用的参数",
"No permissions available": "没有可用的权限",
"No port lists available": "没有可用的端口列表",
"No report formats available": "没有可用的报告格式",
"No reports available": "没有可用的报告",
"No results available": "没有可用的扫描结果",
"No scanners available": "没有可用的扫描器",
"No scans yet": "无扫描",
"No schedules available": "没有可用的计划",
"No second result available.": "没有第二个结果可用.",
"No severity available, the ticket is orphaned": "没有可用的严重性,工单是孤立的",
"No tags available": "没有可用的标签",
"No targets available": "没有可用的扫描目标",
"No tickets available": "没有可用的工单",
"None": "空",
"None available": "不可用",
"None.": "None.",
"None. Result was an open port.": "None. 结果是一个打开的端口.",
"Not a valid PGP file": "不是有效的PGP文件",
"Not finished yet": "尚未完成",
"Note": "备注",
"Note Details": "备注详情",
"Note List": "备注列表",
"Note for Closed": "关闭备注",
"Note for Fixed": "修复备注",
"Note for Open": "创建备注",
"Note is active": "激活",
"Note: ": "备注: ",
"Notes": "备注",
"Notes Filter": "备注筛选",
"Notes Text Word Cloud": "备注 词云",
"Notes by Creation Time": "备注 创建时间",
"Notes for Task {{- name}}": "{{- name}}的备注",
"Number of Hosts": "主机数量",
"Number of Resources": "资源数量",
"Nvt": "Nvt",
"OID": "OID",
"OK": "确定",
"OS": "操作系统",
"OS Conflict: {{best_os_txt}}": "操作系统冲突: {{best_os_txt}}",
"OS Conflict: {{best_os_txt}} ({{best_os_cpe}})": "操作系统冲突: {{best_os_txt}} ({{best_os_cpe}})",
"Occurrences": "事件",
"Old": "旧",
"Oldest Result": "原扫描时间",
"Once": "单次",
"One more run not shown": "还有一次未显示",
"Only selected result ({{- name}})": "仅选择的扫描结果({{- name}})",
"Only show hosts that have results": "Only show hosts that have results",
"Open": "打开",
"Open End": "开放式",
"Open all details": "打开所有详情",
"OpenVAS Scanner": "OpenVAS 扫描器",
"Opened": "已打开",
"Operating System": "操作系统",
"Operating System List": "操作系统列表",
"Operating System Name": "操作系统名称",
"Operating System is in use": "操作系统正在使用中",
"Operating System: {{name}}": "操作系统: {{name}}",
"Operating Systems": "操作系统",
"Operating Systems Filter": "操作系统筛选",
"Order for target hosts": "目标主机顺序",
"Origin": "源",
"Orphan": "孤立",
"Other": "其他",
"Other Links": "其他链接",
"Override": "重写",
"Override Details": "重写详情",
"Override List": "重写列表",
"Override Text": "重写文本",
"Override from {{- severity}} to {{- newSeverity}}": "{{- severity}} 重写为 {{- newSeverity}}",
"Overrides": "重写",
"Overrides Filter": "重写筛选",
"Overrides Text Word Cloud": "重写 词云",
"Overrides by Creation Time": "重写 创建时间",
"Overrides for Task {{- name}}": "{{- name}}的重写",
"Overview": "概览",
"Owned Ticket Changed": "我的工单变更",
"Owned Ticket changed": "拥有的工单已更改",
"Owner": "所有者",
"Owner:": "所有者: ",
"PGP Encryption Key": "PGP加密密钥",
"PGP Public Key": "PGP公钥",
"PKCS12 Credential": "PKCS12 证书",
"PKCS12 File": "PKCS12 文件",
"Package check": "Package检查",
"Page Not Found.": "找不到页面.",
"Parameters": "参数",
"Partial": "部分",
"Partition": "分区",
"Passphrase": "口令",
"Password": "密码",