-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathgsa-en.json
2009 lines (2009 loc) · 117 KB
/
gsa-en.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.": "\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.",
"\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.": "\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.",
"\nYou might have followed an incorrect link and the {{entity}} does not exist.": "\nYou might have followed an incorrect link and the {{entity}} does not exist.",
" on port ": " on port ",
" on Port {{port}}": " on Port {{port}}",
" or just create the task so you can run it manually later.": " or just create the task so you can run it manually later.",
", schedule the task for a later date and time,": ", schedule the task for a later date and time,",
"\"Rows per page\" requires a value of 1 or greater.": "\"Rows per page\" requires a value of 1 or greater.",
"(Applied filter: {{- filter}})": "(Applied filter: {{- filter}})",
"(Credential unavailable)": "(Credential unavailable)",
"(full license text)": "(full license text)",
"(Global Object)": "(Global Object)",
"(Target Host)": "(Target Host)",
"{{age}} days old": "{{age}} days old",
"{{count}} alert(s) only visible to other users": "{{count}} alert(s) only visible to other users",
"{{count}} of {{max}}": "{{count}} of {{max}}",
"{{count}} report config(s) only visible to other users": "{{count}} report config(s) only visible to other users",
"{{count}} users will be deleted": "{{count}} users will be deleted",
"{{days}} day {{hours}}:{{minutes}} h": "{{days}} day {{hours}}:{{minutes}} h",
"{{days}} days {{hours}}:{{minutes}} h": "{{days}} days {{hours}}:{{minutes}} h",
"{{entity}} is not writable": "{{entity}} is not writable",
"{{entity}} is still in use": "{{entity}} is still in use",
"{{entity}} may not be cloned": "{{entity}} may not be cloned",
"{{entity}} may not be created": "{{entity}} may not be created",
"{{entity}} may not be verified": "{{entity}} may not be verified",
"{{filtered}} of {{all}}": "{{filtered}} of {{all}}",
"{{first}} - {{last}} of {{filtered}}": "{{first}} - {{last}} of {{filtered}}",
"{{hosts}} Host(s) with average severity {{avgSev}}": "{{hosts}} Host(s) with average severity {{avgSev}}",
"{{hours}}:{{minutes}} h": "{{hours}}:{{minutes}} h",
"{{name}} Start: {{date}}": "{{name}} Start: {{date}}",
"{{name}} Start: {{startdate}} End: {{enddate}}": "{{name}} Start: {{startdate}} End: {{enddate}}",
"{{nr}} more times": "{{nr}} more times",
"{{nth}} {{weekday}} every {{interval}} months": "{{nth}} {{weekday}} every {{interval}} months",
"{{nth}} {{weekday}} every month": "{{nth}} {{weekday}} every month",
"{{num}} more runs not shown": "{{num}} more runs not shown",
"{{progress}} %": "{{progress}} %",
"{{sevMax}}: ({{riskFactor}})": "{{sevMax}}: ({{riskFactor}})",
"{{status}} at {{progress}} %": "{{status}} at {{progress}} %",
"{{subjectType}} {{subjectName}} has all permissions": "{{subjectType}} {{subjectName}} has all permissions",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}}": "{{subjectType}} {{subjectName}} has read access to {{resourceType}}",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} has read access to {{resourceType}} {{resourceName}}",
"{{subjectType}} {{subjectName}} has super access": "{{subjectType}} {{subjectName}} has super access",
"{{subjectType}} {{subjectName}} has super access to all resources of {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} has super access to all resources of {{resourceType}} {{resourceName}}",
"{{subjectType}} {{subjectName}} has write access to {{resourceType}}": "{{subjectType}} {{subjectName}} has write access to {{resourceType}}",
"{{subjectType}} {{subjectName}} has write access to {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} has write access to {{resourceType}} {{resourceName}}",
"{{subjectType}} {{subjectName}} has write access to the authentication configuration": "{{subjectType}} {{subjectName}} has write access to the authentication configuration",
"{{subjectType}} {{subjectName}} may create a new {{resourceType}}": "{{subjectType}} {{subjectName}} may create a new {{resourceType}}",
"{{subjectType}} {{subjectName}} may delete {{resourceType}} {{resourceName}}": "{{subjectType}} {{subjectName}} may delete {{resourceType}} {{resourceName}}",
"{{subjectType}} {{subjectName}} may delete an existing {{resourceType}}": "{{subjectType}} {{subjectName}} may delete an existing {{resourceType}}",
"{{subjectType}} {{subjectName}} may empty the trashcan": "{{subjectType}} {{subjectName}} may empty the trashcan",
"{{subjectType}} {{subjectName}} may get the dependencies of NVTs": "{{subjectType}} {{subjectName}} may get the dependencies of NVTs",
"{{subjectType}} {{subjectName}} may get the help text": "{{subjectType}} {{subjectName}} may get the help text",
"{{subjectType}} {{subjectName}} may get version information": "{{subjectType}} {{subjectName}} may get version information",
"{{subjectType}} {{subjectName}} may login": "{{subjectType}} {{subjectName}} may login",
"{{subjectType}} {{subjectName}} may move {{resourceType}}": "{{subjectType}} {{subjectName}} may move {{resourceType}}",
"{{subjectType}} {{subjectName}} may restore items from the trashcan": "{{subjectType}} {{subjectName}} may restore items from the trashcan",
"{{subjectType}} {{subjectName}} may resume Task": "{{subjectType}} {{subjectName}} may resume Task",
"{{subjectType}} {{subjectName}} may run multiple GMP commands in one": "{{subjectType}} {{subjectName}} may run multiple GMP commands in one",
"{{subjectType}} {{subjectName}} may run Wizard": "{{subjectType}} {{subjectName}} may run Wizard",
"{{subjectType}} {{subjectName}} may start Task": "{{subjectType}} {{subjectName}} may start Task",
"{{subjectType}} {{subjectName}} may stop Task": "{{subjectType}} {{subjectName}} may stop Task",
"{{subjectType}} {{subjectName}} may sync {{resourceType}}": "{{subjectType}} {{subjectName}} may sync {{resourceType}}",
"{{subjectType}} {{subjectName}} may sync the CERT feed": "{{subjectType}} {{subjectName}} may sync the CERT feed",
"{{subjectType}} {{subjectName}} may sync the NVT feed": "{{subjectType}} {{subjectName}} may sync the NVT feed",
"{{subjectType}} {{subjectName}} may sync the SCAP feed": "{{subjectType}} {{subjectName}} may sync the SCAP feed",
"{{subjectType}} {{subjectName}} may test Alert": "{{subjectType}} {{subjectName}} may test Alert",
"{{subjectType}} {{subjectName}} may verify {{resourceType}}": "{{subjectType}} {{subjectName}} may verify {{resourceType}}",
"{{title}} {{filtered}} of {{all}}": "{{title}} {{filtered}} of {{all}}",
"{{type}} owned by {{owner}}": "{{type}} owned by {{owner}}",
"{{type}}:unnamed": "{{type}}:unnamed",
"{{usageType}} cannot be started manually because the assigned schedule has a duration limit": "{{usageType}} cannot be started manually because the assigned schedule has a duration limit",
"{{usageType}} is a container": "{{usageType}} is a container",
"{{usageType}} is already active": "{{usageType}} is already active",
"{{usageType}} is not stopped": "{{usageType}} is not stopped",
"{{usageType}} is scheduled": "{{usageType}} is scheduled",
"{{value}}: {{count}} (severity: {{severity}})": "{{value}}: {{count}} (severity: {{severity}})",
"# of CERT-Bund Advisories": "# of CERT-Bund Advisories",
"# of CERT-Bund Advs": "# of CERT-Bund Advs",
"# of Certificates": "# of Certificates",
"# of CPEs": "# of CPEs",
"# of created CERT-Bund Advisories": "# of created CERT-Bund Advisories",
"# of created CPEs": "# of created CPEs",
"# of created CVEs": "# of created CVEs",
"# of created DFN-CERT Advs": "# of created DFN-CERT Advs",
"# of Created Notes": "# of Created Notes",
"# of created NVTs": "# of created NVTs",
"# of created Overrides": "# of created Overrides",
"# of created Tickets": "# of created Tickets",
"# of CVEs": "# of CVEs",
"# of DFN-CERT Advisories": "# of DFN-CERT Advisories",
"# of DFN-CERT Advs": "# of DFN-CERT Advs",
"# of Hosts": "# of Hosts",
"# of Modified Certificates": "# of Modified Certificates",
"# of Modified Hosts": "# of Modified Hosts",
"# of Modified Hosts (High)": "# of Modified Hosts (High)",
"# of Modified TLS Certificates": "# of Modified TLS Certificates",
"# of Notes": "# of Notes",
"# of NVTs": "# of NVTs",
"# of Operating Systems": "# of Operating Systems",
"# of Overrides": "# of Overrides",
"# of Reports": "# of Reports",
"# of Results": "# of Results",
"# of Tasks": "# of Tasks",
"# of Tickets": "# of Tickets",
"# of Vulnerabilities": "# of Vulnerabilities",
"> 0.0": "> 0.0",
"1 user will be deleted": "1 user will be deleted",
"A timeout for the request to url {{- url}} occurred.": "A timeout for the request to url {{- url}} occurred.",
"About": "About",
"About GSA": "About GSA",
"Access Complexity": "Access Complexity",
"Access to the feed resources is currently restricted.": "Access to the feed resources is currently restricted.",
"Access Vector": "Access Vector",
"Actions": "Actions",
"Activate the \"attach\" option to allow changes here.": "Activate the \"attach\" option to allow changes here.",
"Activate the \"include\" option to make changes here.": "Activate the \"include\" option to make changes here.",
"Activates": "Activates",
"Activation": "Activation",
"Active": "Active",
"Active (unlimited)": "Active (unlimited)",
"Active for > {{value}} days": "Active for > {{value}} days",
"Active for the next {{value}} days": "Active for the next {{value}} days",
"Active until": "Active until",
"Add": "Add",
"Add new Dashboard": "Add new Dashboard",
"Add new Dashboard Display": "Add new Dashboard Display",
"Add new Note": "Add new Note",
"Add new Override": "Add new Override",
"Add Port Range": "Add Port Range",
"Add results to Assets": "Add results to Assets",
"Add Tag": "Add Tag",
"Add Tag to All Filtered": "Add Tag to All Filtered",
"Add tag to filtered": "Add tag to filtered",
"Add tag to page contents": "Add tag to page contents",
"Add Tag to Page Contents": "Add Tag to Page Contents",
"Add tag to selection": "Add tag to selection",
"Add Tag to Selection": "Add Tag to Selection",
"Add to Assets": "Add to Assets",
"Add to Assets with QoD >= 70%": "Add to Assets with QoD >= 70%",
"Add to Assets with QoD >= 70% and Overrides enabled": "Add to Assets with QoD >= 70% and Overrides enabled",
"Add:": "Add:",
"Adjacent": "Adjacent",
"Adjust and update your filter settings.": "Adjust and update your filter settings.",
"Administration": "Administration",
"Advanced Task Wizard": "Advanced Task Wizard",
"Advisory Link": "Advisory Link",
"Affected Software/OS": "Affected Software/OS",
"Agent": "Agent",
"Aggregates": "Aggregates",
"Alemba Client ID": "Alemba Client ID",
"Alemba vFire": "Alemba vFire",
"Alert": "Alert",
"Alert: {{name}}": "Alert: {{name}}",
"Alerts": "Alerts",
"Alerts Filter": "Alerts Filter",
"Alerts List": "Alerts List",
"Alerts using this Filter": "Alerts using this Filter",
"Alerts using this Report Config": "Alerts using this Report Config",
"Alerts using this Report Format": "Alerts using this Report Format",
"Alive Test": "Alive Test",
"All": "All",
"All Identifiers": "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.": "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.",
"Allow all": "Allow all",
"Allow all and deny": "Allow all and deny",
"Allow all and deny from {{addresses}}": "Allow all and deny from {{addresses}}",
"Allow insecure use": "Allow insecure use",
"Allow Insecure Use": "Allow Insecure Use",
"Allow simultaneous scanning via multiple IPs": "Allow simultaneous scanning via multiple IPs",
"Alterable": "Alterable",
"Alterable Audit": "Alterable Audit",
"Alterable Task": "Alterable Task",
"Always": "Always",
"An error occurred during making the request. Most likely the web server does not respond.": "An error occurred during making the request. Most likely the web server does not respond.",
"An error occurred during Testing the alert {{name}}": "An error occurred during Testing the alert {{name}}",
"An error occurred in this chart.": "An error occurred in this chart.",
"An error occurred in this dialog.": "An error occurred in this dialog.",
"An error occurred on this dashboard.": "An error occurred on this dashboard.",
"An error occurred on this page": "An error occurred on this page",
"An error occurred on this page.": "An error occurred on this page.",
"An error occurred while converting gmp response to js for url {{- url}}": "An error occurred while converting gmp response to js for url {{- url}}",
"An error occurred while emptying the trash, please try again.": "An error occurred while emptying the trash, please try again.",
"Analyst": "Analyst",
"Any": "Any",
"Appearance": "Appearance",
"Appearance when active": "Appearance when active",
"Application": "Application",
"Application CPE": "Application CPE",
"Applications": "Applications",
"Applied filter: ": "Applied filter: ",
"Apply a minimum severity of 7.0.": "Apply a minimum severity of 7.0.",
"Apply default timeout": "Apply default timeout",
"Apply Overrides": "Apply Overrides",
"Apply to all filtered": "Apply to all filtered",
"Apply to page contents": "Apply to page contents",
"Apply to selection": "Apply to selection",
"Apps": "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 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 empty the trash?",
"Are you sure you want to move all rows in the page of the table to the trashcan?": "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 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.": "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.",
"Ascending": "Ascending",
"Asset": "Asset",
"Asset Displays": "Asset Displays",
"Assets": "Assets",
"Assign To User": "Assign To User",
"Assigned Items": "Assigned Items",
"Assigned Ticket changed": "Assigned Ticket changed",
"Assigned Ticket Changed": "Assigned Ticket Changed",
"Assigned To": "Assigned To",
"Assigned User": "Assigned User",
"Attach Content": "Attach Content",
"Attach list of resources with message:": "Attach list of resources with message:",
"Attach report": "Attach report",
"Attack Complexity": "Attack Complexity",
"Attack Requirements": "Attack Requirements",
"Attack Vector": "Attack Vector",
"audit": "audit",
"Audit": "Audit",
"Audit is alterable": "Audit is alterable",
"Audit is configured to run on sensor {{name}}": "Audit is configured to run on sensor {{name}}",
"Audit List": "Audit List",
"Audit made visible for:\n{{user}}\n{{role}}\n{{group}}": "Audit made visible for:\n{{user}}\n{{role}}\n{{group}}",
"Audit Report": "Audit Report",
"Audit Report:": "Audit Report:",
"Audit Reports": "Audit Reports",
"Audit Reports by Compliance (Total: {{count}})": "Audit Reports by Compliance (Total: {{count}})",
"Audit Reports Filter": "Audit Reports Filter",
"Audit Reports List": "Audit Reports List",
"Audit: {{name}}": "Audit: {{name}}",
"Audits": "Audits",
"Audits using this Policy": "Audits using this Policy",
"Auth": "Auth",
"Auth Algorithm": "Auth Algorithm",
"Auth. DN": "Auth. DN",
"Authentication": "Authentication",
"Authentication Type": "Authentication Type",
"Auto Cache Rebuild": "Auto Cache Rebuild",
"Auto delete Reports": "Auto delete Reports",
"Auto Delete Reports": "Auto Delete Reports",
"Auto-generate": "Auto-generate",
"Automatically delete oldest reports but always keep newest": "Automatically delete oldest reports but always keep newest",
"Automatically delete oldest reports but always keep newest {{nr}} reports": "Automatically delete oldest reports but always keep newest {{nr}} reports",
"Availability": "Availability",
"Availability Impact": "Availability Impact",
"Average": "Average",
"Average Scan duration": "Average Scan duration",
"Average Severity": "Average Severity",
"Bad login information": "Bad login information",
"Base": "Base",
"Base Score": "Base Score",
"Base URL": "Base URL",
"Base Vector": "Base Vector",
"Base with a minimum set of NVTs": "Base with a minimum set of NVTs",
"Best OS": "Best OS",
"Browser Language": "Browser Language",
"By clicking the New Task icon": "By clicking the New Task icon",
"CA Certificate": "CA Certificate",
"Call Description": "Call Description",
"Call Template": "Call Template",
"Call Type": "Call Type",
"Cancel": "Cancel",
"Cannot delete {{entity}}": "Cannot delete {{entity}}",
"Cannot modify {{entity}}": "Cannot modify {{entity}}",
"Cannot move {{entity}} to trashcan": "Cannot move {{entity}} to trashcan",
"Categories": "Categories",
"CERT": "CERT",
"CERT Advisories referencing this CVE": "CERT Advisories referencing this CVE",
"CERT-Bund Advisories": "CERT-Bund Advisories",
"CERT-Bund Advisories by Creation Time": "CERT-Bund Advisories by Creation Time",
"CERT-Bund Advisories by CVSS (Total: {{count}})": "CERT-Bund Advisories by CVSS (Total: {{count}})",
"CERT-Bund Advisories by Severity Class (Total: {{count}})": "CERT-Bund Advisories by Severity Class (Total: {{count}})",
"CERT-Bund Advisories Filter": "CERT-Bund Advisories Filter",
"CERT-Bund Advisory": "CERT-Bund Advisory",
"CERT-Bund Advisory: {{title}}": "CERT-Bund Advisory: {{title}}",
"CERT-Bund Risk Rating": "CERT-Bund Risk Rating",
"Certificate": "Certificate",
"Change Password": "Change Password",
"changed": "changed",
"Changed": "Changed",
"Chart: Audit Reports by Compliance": "Chart: Audit Reports by Compliance",
"Chart: CERT-Bund Advisories by Creation Time": "Chart: CERT-Bund Advisories by Creation Time",
"Chart: CERT-Bund Advisories by CVSS": "Chart: CERT-Bund Advisories by CVSS",
"Chart: CERT-Bund Advisories by Severity Class": "Chart: CERT-Bund Advisories by Severity Class",
"Chart: CPEs by Creation Time": "Chart: CPEs by Creation Time",
"Chart: CPEs by CVSS": "Chart: CPEs by CVSS",
"Chart: CPEs by Severity Class": "Chart: CPEs by Severity Class",
"Chart: CVEs by Creation Time": "Chart: CVEs by Creation Time",
"Chart: CVEs by CVSS": "Chart: CVEs by CVSS",
"Chart: CVEs by Severity Class": "Chart: CVEs by Severity Class",
"Chart: DFN-CERT Advisories by Creation Time": "Chart: DFN-CERT Advisories by Creation Time",
"Chart: DFN-CERT Advisories by CVSS": "Chart: DFN-CERT Advisories by CVSS",
"Chart: DFN-CERT Advisories by Severity Class": "Chart: DFN-CERT Advisories by Severity Class",
"Chart: Hosts (High) by Modification Time": "Chart: Hosts (High) by Modification Time",
"Chart: Hosts by CVSS": "Chart: Hosts by CVSS",
"Chart: Hosts by Modification Time": "Chart: Hosts by Modification Time",
"Chart: Hosts by Severity Class": "Chart: Hosts by Severity Class",
"Chart: Hosts by Vulnerability Score": "Chart: Hosts by Vulnerability Score",
"Chart: Hosts Topology": "Chart: Hosts Topology",
"Chart: Next Scheduled Tasks": "Chart: Next Scheduled Tasks",
"Chart: Notes by Active Days": "Chart: Notes by Active Days",
"Chart: Notes by Creation Time": "Chart: Notes by Creation Time",
"Chart: Notes Text Word Cloud": "Chart: Notes Text Word Cloud",
"Chart: NVTs by Creation Time": "Chart: NVTs by Creation Time",
"Chart: NVTs by CVSS": "Chart: NVTs by CVSS",
"Chart: NVTs by Family": "Chart: NVTs by Family",
"Chart: NVTs by QoD": "Chart: NVTs by QoD",
"Chart: NVTs by QoD-Type": "Chart: NVTs by QoD-Type",
"Chart: NVTs by Severity Class": "Chart: NVTs by Severity Class",
"Chart: Operating Systems by CVSS": "Chart: Operating Systems by CVSS",
"Chart: Operating Systems by Severity Class": "Chart: Operating Systems by Severity Class",
"Chart: Operating Systems by Vulnerability Score": "Chart: Operating Systems by Vulnerability Score",
"Chart: Overrides by Active Days": "Chart: Overrides by Active Days",
"Chart: Overrides by Creation Time": "Chart: Overrides by Creation Time",
"Chart: Overrides Text Word Cloud": "Chart: Overrides Text Word Cloud",
"Chart: Reports by CVSS": "Chart: Reports by CVSS",
"Chart: Reports by Severity Class": "Chart: Reports by Severity Class",
"Chart: Reports with high Results": "Chart: Reports with high Results",
"Chart: Results by CVSS": "Chart: Results by CVSS",
"Chart: Results by Severity Class": "Chart: Results by Severity Class",
"Chart: Results Description Word Cloud": "Chart: Results Description Word Cloud",
"Chart: Results Vulnerability Word Cloud": "Chart: Results Vulnerability Word Cloud",
"Chart: Tasks by CVSS": "Chart: Tasks by CVSS",
"Chart: Tasks by High Results per Host": "Chart: Tasks by High Results per Host",
"Chart: Tasks by Severity Class": "Chart: Tasks by Severity Class",
"Chart: Tasks by Status": "Chart: Tasks by Status",
"Chart: Tasks with most High Results per Host": "Chart: Tasks with most High Results per Host",
"Chart: Tickets by Assigned User": "Chart: Tickets by Assigned User",
"Chart: Tickets by Creation Time": "Chart: Tickets by Creation Time",
"Chart: Tickets by Status": "Chart: Tickets by Status",
"Chart: TLS Certificates by Modification Time": "Chart: TLS Certificates by Modification Time",
"Chart: TLS Certificates by Status": "Chart: TLS Certificates by Status",
"Chart: Vulnerabilities by CVSS": "Chart: Vulnerabilities by CVSS",
"Chart: Vulnerabilities by Hosts": "Chart: Vulnerabilities by Hosts",
"Chart: Vulnerabilities by Severity Class": "Chart: Vulnerabilities by Severity Class",
"Choose Display": "Choose Display",
"Choose Tag": "Choose Tag",
"Client Certificate": "Client Certificate",
"Client Certificate (from Credential)": "Client Certificate (from Credential)",
"Clone {{entity}}": "Clone {{entity}}",
"Clone Alert": "Clone Alert",
"Clone Credential": "Clone Credential",
"Clone Filter": "Clone Filter",
"Clone Group": "Clone Group",
"Clone Permission": "Clone Permission",
"Clone Role": "Clone Role",
"Clone Schedule": "Clone Schedule",
"Clone Tag": "Clone Tag",
"Clone Target": "Clone Target",
"Clone Ticket": "Clone Ticket",
"Clone User": "Clone User",
"Close": "Close",
"Closed": "Closed",
"Closed CVEs": "Closed CVEs",
"Comment": "Comment",
"Community": "Community",
"Complete": "Complete",
"Complexity": "Complexity",
"Compliance": "Compliance",
"Compliance Audit Reports": "Compliance Audit Reports",
"Compliance Audits": "Compliance Audits",
"Compliance is changed from {{deltaCompliance}}.": "Compliance is changed from {{deltaCompliance}}.",
"Compliance Percent": "Compliance Percent",
"Compliance Policies": "Compliance Policies",
"Compliance: Incomplete": "Compliance: Incomplete",
"Compliance: No": "Compliance: No",
"Compliance: Yes": "Compliance: Yes",
"Compliant": "Compliant",
"Compose": "Compose",
"Compose Content for Compliance Report": "Compose Content for Compliance Report",
"Compose Content for Scan Report": "Compose Content for Scan Report",
"Compose Report Content": "Compose Report Content",
"Condition": "Condition",
"Confidentiality": "Confidentiality",
"Confidentiality Impact": "Confidentiality Impact",
"Config": "Config",
"Configs Filter": "Configs Filter",
"Configurable": "Configurable",
"Configuration": "Configuration",
"Confirm": "Confirm",
"Confirm Deletion": "Confirm Deletion",
"Confirm deletion of user {{name}}": "Confirm deletion of user {{name}}",
"Confirm deletion of users": "Confirm deletion of users",
"Confirm Move to Trashcan": "Confirm Move to Trashcan",
"Confirmation does not match new password!": "Confirmation does not match new password!",
"Confirmation matches new password!": "Confirmation matches new password!",
"Container": "Container",
"Container Task": "Container Task",
"Content": "Content",
"Content Type": "Content Type",
"Contents": "Contents",
"Coordinated Universal Time/UTC": "Coordinated Universal Time/UTC",
"Corresponding Performance": "Corresponding Performance",
"Corresponding Report": "Corresponding Report",
"Corresponding Results": "Corresponding Results",
"Corresponding Task": "Corresponding Task",
"Corresponding Task ({{name}})": "Corresponding Task ({{name}})",
"Corresponding task is in trashcan": "Corresponding task is in trashcan",
"Corresponding Tickets": "Corresponding Tickets",
"Corresponding TLS Certificates": "Corresponding TLS Certificates",
"Corresponding Vulnerabilities": "Corresponding Vulnerabilities",
"Could not connect to server": "Could not connect to server",
"Could not load dashboard settings. Reason: {{error}}": "Could not load dashboard settings. Reason: {{error}}",
"Count": "Count",
"CPE": "CPE",
"CPE Filter": "CPE Filter",
"CPE List": "CPE List",
"CPE: {{title}}": "CPE: {{title}}",
"CPEs": "CPEs",
"CPEs by Creation Time": "CPEs by Creation Time",
"CPEs by CVSS (Total: {{count}})": "CPEs by CVSS (Total: {{count}})",
"CPEs by Severity Class (Total: {{count}})": "CPEs by Severity Class (Total: {{count}})",
"Create": "Create",
"Create a credential": "Create a credential",
"Create a new alert": "Create a new alert",
"Create a new credential": "Create a new credential",
"Create a new Credential": "Create a new Credential",
"Create a new port list": "Create a new port list",
"Create a new schedule": "Create a new schedule",
"Create a new Tag": "Create a new Tag",
"Create a new target": "Create a new target",
"Create a new Target": "Create a new Target",
"Create a new Task": "Create a new Task",
"Create Audit from Policy": "Create Audit from Policy",
"Create Multiple Permissions": "Create Multiple Permissions",
"Create new {{entity}}": "Create new {{entity}}",
"Create new Container Task": "Create new Container Task",
"Create new ESXi credential": "Create new ESXi credential",
"Create new SMB credential": "Create new SMB credential",
"Create new SNMP credential": "Create new SNMP credential",
"Create new SSH credential": "Create new SSH credential",
"Create new SSH elevate credential": "Create new SSH elevate credential",
"Create new Ticket": "Create new Ticket",
"Create new Ticket for Result": "Create new Ticket for Result",
"Create new Ticket for Result {{- name}}": "Create new Ticket for Result {{- name}}",
"Create Permission": "Create Permission",
"Create permission to grant full read and write access among all group members and across any resources": "Create permission to grant full read and write access among all group members and across any resources",
"Create Schedule": "Create Schedule",
"Create Schedule:": "Create Schedule:",
"Create Target form all filtered": "Create Target form all filtered",
"Create Target from Host": "Create Target from Host",
"Create Target from page contents": "Create Target from page contents",
"Create Target from selection": "Create Target from selection",
"Created": "Created",
"Created CERT-Bund Advs": "Created CERT-Bund Advs",
"Created CPEs": "Created CPEs",
"Created CVEs": "Created CVEs",
"Created DFN-CERT Advs": "Created DFN-CERT Advs",
"Created Notes": "Created Notes",
"Created NVTs": "Created NVTs",
"Created Overrides": "Created Overrides",
"Created Tickets": "Created Tickets",
"Created Time": "Created Time",
"Created:": "Created:",
"Creation Time": "Creation Time",
"Credential": "Credential",
"Credential List": "Credential List",
"Credential: {{name}}": "Credential: {{name}}",
"Credentials": "Credentials",
"Credentials Filter": "Credentials Filter",
"Credentials for authenticated checks": "Credentials for authenticated checks",
"Current": "Current",
"Current Report for Audit {{- name}} from {{- date}}": "Current Report for Audit {{- name}} from {{- date}}",
"Current Report for Task {{- name}} from {{- date}}": "Current Report for Task {{- name}} from {{- date}}",
"Current User": "Current User",
"Custom...": "Custom...",
"CVE": "CVE",
"CVE Filter": "CVE Filter",
"CVE List": "CVE List",
"CVE Scanner": "CVE Scanner",
"CVE Severity": "CVE Severity",
"CVE: {{name}}": "CVE: {{name}}",
"CVEs": "CVEs",
"CVEs by Creation Time": "CVEs by Creation Time",
"CVEs by CVSS (Total: {{count}})": "CVEs by CVSS (Total: {{count}})",
"CVEs by Severity Class (Total: {{count}})": "CVEs by Severity Class (Total: {{count}})",
"CVSS": "CVSS",
"CVSS base": "CVSS base",
"CVSS Base": "CVSS Base",
"CVSS base vector": "CVSS base vector",
"CVSS Base Vector": "CVSS Base Vector",
"CVSS Calculator": "CVSS Calculator",
"CVSS Date": "CVSS Date",
"CVSS Origin": "CVSS Origin",
"CVSS v3.1 Vector": "CVSS v3.1 Vector",
"CVSSv2 Base Score Calculator": "CVSSv2 Base Score Calculator",
"CVSSv3 Base Score Calculator": "CVSSv3 Base Score Calculator",
"CVSSv4 Score Calculator": "CVSSv4 Score Calculator",
"Daily": "Daily",
"Dashboard limit reached": "Dashboard limit reached",
"Dashboard Title": "Dashboard Title",
"Dashboards": "Dashboards",
"Dashboards limit reached": "Dashboards limit reached",
"Date": "Date",
"Date Format": "Date Format",
"Day": "Day",
"day(s)": "day(s)",
"days": "days",
"Debug": "Debug",
"Decrease the minimum QoD in the filter settings to 30 percent to see those results.": "Decrease the minimum QoD in the filter settings to 30 percent to see those results.",
"decreased": "decreased",
"default": "default",
"Default": "Default",
"Default Alert": "Default Alert",
"Default ESXi Credential": "Default ESXi Credential",
"Default OpenVAS Scan Config": "Default OpenVAS Scan Config",
"Default OpenVAS Scanner": "Default OpenVAS Scanner",
"Default Port List": "Default Port List",
"Default Schedule": "Default Schedule",
"Default Severity": "Default Severity",
"Default SMB Credential": "Default SMB Credential",
"Default SNMP Credential": "Default SNMP Credential",
"Default SSH Credential": "Default SSH Credential",
"Default Target": "Default Target",
"Default Value": "Default Value",
"default:unnamed": "default:unnamed",
"Defaults": "Defaults",
"Defaults Settings": "Defaults Settings",
"Defense Center IP": "Defense Center IP",
"Defense Center Port": "Defense Center Port",
"Delete": "Delete",
"Delete {{entity}}": "Delete {{entity}}",
"Delete all filtered": "Delete all filtered",
"Delete Identifier": "Delete Identifier",
"Delete page contents": "Delete page contents",
"Delete Port Range": "Delete Port Range",
"Delete Report": "Delete Report",
"Delete Requested": "Delete Requested",
"Delete selection": "Delete selection",
"Delete TLS Certificate": "Delete TLS Certificate",
"Delta": "Delta",
"Delta Report": "Delta Report",
"Delta Results": "Delta Results",
"Deny all": "Deny all",
"Deny all and allow": "Deny all and allow",
"Deny all and allow from {{addresses}}": "Deny all and allow from {{addresses}}",
"Deprecated": "Deprecated",
"Deprecated By": "Deprecated By",
"Descending": "Descending",
"Description": "Description",
"Details Export File Name": "Details Export File Name",
"Details URL": "Details URL",
"Details: ": "Details: ",
"Detection Method": "Detection Method",
"Detection Result": "Detection Result",
"Detection Results": "Detection Results",
"DFN-CERT Advisories": "DFN-CERT Advisories",
"DFN-CERT Advisories by Creation Time": "DFN-CERT Advisories by Creation Time",
"DFN-CERT Advisories by CVSS (Total: {{count}})": "DFN-CERT Advisories by CVSS (Total: {{count}})",
"DFN-CERT Advisories by Severity Class (Total: {{count}})": "DFN-CERT Advisories by Severity Class (Total: {{count}})",
"DFN-CERT Advisories Filter": "DFN-CERT Advisories Filter",
"DFN-CERT Advisory": "DFN-CERT Advisory",
"DFN-CERT Advisory: {{title}}": "DFN-CERT Advisory: {{title}}",
"Different Lines": "Different Lines",
"Disable Tag": "Disable Tag",
"Distance": "Distance",
"Do not automatically delete reports": "Do not automatically delete reports",
"Do not change": "Do not change",
"Do not start automatically": "Do not start automatically",
"Do you really want to remove the Dashboard {{name}} and its configuration?": "Do you really want to remove the Dashboard {{name}} and its configuration?",
"Documentation": "Documentation",
"Done": "Done",
"Download CA Certificate": "Download CA Certificate",
"Download Certificate": "Download Certificate",
"Download CSV": "Download CSV",
"Download Debian (.deb) Package": "Download Debian (.deb) Package",
"Download filtered Report": "Download filtered Report",
"Download Greenbone Compliance Report": "Download Greenbone Compliance Report",
"Download Public Key": "Download Public Key",
"Download RPM (.rpm) Package": "Download RPM (.rpm) Package",
"Download SVG": "Download SVG",
"Download TLS Certificate": "Download TLS Certificate",
"Download TLS Certificate as .pem": "Download TLS Certificate as .pem",
"Download Windows Executable (.exe)": "Download Windows Executable (.exe)",
"Duration": "Duration",
"Duration of last Scan": "Duration of last Scan",
"Dynamic": "Dynamic",
"Dynamic Severity": "Dynamic Severity",
"Edit {{entity}}": "Edit {{entity}}",
"Edit Alert {{name}}": "Edit Alert {{name}}",
"Edit Audit {{name}}": "Edit Audit {{name}}",
"Edit Container Task {{name}}": "Edit Container Task {{name}}",
"Edit Credential {{name}}": "Edit Credential {{name}}",
"Edit Dashboard": "Edit Dashboard",
"Edit Dashboard Title": "Edit Dashboard Title",
"Edit Filter": "Edit Filter",
"Edit Filter {{name}}": "Edit Filter {{name}}",
"Edit Group {{name}}": "Edit Group {{name}}",
"Edit Host {{name}}": "Edit Host {{name}}",
"Edit LDAP per-User Authentication": "Edit LDAP per-User Authentication",
"Edit My Settings": "Edit My Settings",
"Edit Network Vulnerability Test Families ({{counts}})": "Edit Network Vulnerability Test Families ({{counts}})",
"Edit Network Vulnerability Tests": "Edit Network Vulnerability Tests",
"Edit Note {{name}}": "Edit Note {{name}}",
"Edit Override {{- name}}": "Edit Override {{- name}}",
"Edit permission {{name}}": "Edit permission {{name}}",
"Edit Permission {{name}}": "Edit Permission {{name}}",
"Edit Policy {{name}}": "Edit Policy {{name}}",
"Edit Policy Family": "Edit Policy Family",
"Edit Policy Family {{name}}": "Edit Policy Family {{name}}",
"Edit Policy NVT {{name}}": "Edit Policy NVT {{name}}",
"Edit Policy NVT {{nvtOid}}": "Edit Policy NVT {{nvtOid}}",
"Edit Policy NVT Details": "Edit Policy NVT Details",
"Edit Port List {{name}}": "Edit Port List {{name}}",
"Edit RADIUS Authentication": "Edit RADIUS Authentication",
"Edit Report Config {{name}}": "Edit Report Config {{name}}",
"Edit Report Format {{name}}": "Edit Report Format {{name}}",
"Edit Role {{name}}": "Edit Role {{name}}",
"Edit Scan Config {{name}}": "Edit Scan Config {{name}}",
"Edit Scan Config Family": "Edit Scan Config Family",
"Edit Scan Config Family {{name}}": "Edit Scan Config Family {{name}}",
"Edit Scan Config NVT {{name}}": "Edit Scan Config NVT {{name}}",
"Edit Scan Config NVT {{nvtOid}}": "Edit Scan Config NVT {{nvtOid}}",
"Edit Scan Config NVT Details": "Edit Scan Config NVT Details",
"Edit Scanner {{name}}": "Edit Scanner {{name}}",
"Edit Scanner Preferences ({{counts}})": "Edit Scanner Preferences ({{counts}})",
"Edit Schedule {{name}}": "Edit Schedule {{name}}",
"Edit Tag": "Edit Tag",
"Edit Tag {{name}}": "Edit Tag {{name}}",
"Edit Target {{name}}": "Edit Target {{name}}",
"Edit Task {{name}}": "Edit Task {{name}}",
"Edit Ticket": "Edit Ticket",
"Edit Ticket {{- name}}": "Edit Ticket {{- name}}",
"Edit User {{name}}": "Edit User {{name}}",
"Edit User Settings": "Edit User Settings",
"Effect": "Effect",
"Elevate privileges": "Elevate privileges",
"Email": "Email",
"Email Encryption": "Email Encryption",
"Email report to": "Email report to",
"Email to {{address}}": "Email to {{address}}",
"Empty Trash": "Empty Trash",
"Empty, static and fast": "Empty, static and fast",
"Enable": "Enable",
"Enable Tag": "Enable Tag",
"Enabled": "Enabled",
"Encrypted Email to {{address}}": "Encrypted Email to {{address}}",
"End": "End",
"End Date": "End Date",
"End date is same or before start date. Please adjust you start and/or end date.": "End date is same or before start date. Please adjust you start and/or end date.",
"End Time": "End Time",
"Entire Operation": "Entire Operation",
"Entity": "Entity",
"EPSS": "EPSS",
"EPSS (CVE with highest severity)": "EPSS (CVE with highest severity)",
"EPSS (highest EPSS score)": "EPSS (highest EPSS score)",
"EPSS Percentage": "EPSS Percentage",
"EPSS Score": "EPSS Score",
"Error": "Error",
"Error fetching the feed": "Error fetching the feed",
"Error Message": "Error Message",
"Error Messages": "Error Messages",
"Error while loading Report {{reportId}}": "Error while loading Report {{reportId}}",
"Error while loading Results for Report {{reportId}}": "Error while loading Results for Report {{reportId}}",
"ESXi": "ESXi",
"ESXi authentication was successful": "ESXi authentication was successful",
"ESXi authentication was unsuccessful": "ESXi authentication was unsuccessful",
"ESXi Credential": "ESXi Credential",
"Event": "Event",
"Every": "Every",
"Every {{interval}} days": "Every {{interval}} days",
"Every {{interval}} hours": "Every {{interval}} hours",
"Every {{interval}} minutes": "Every {{interval}} minutes",
"Every {{interval}} month at days {{days}}": "Every {{interval}} month at days {{days}}",
"Every {{interval}} months": "Every {{interval}} months",
"Every {{interval}} seconds": "Every {{interval}} seconds",
"Every {{interval}} weeks": "Every {{interval}} weeks",
"Every {{interval}} weeks on {{days}}": "Every {{interval}} weeks on {{days}}",
"Every {{interval}} years": "Every {{interval}} years",
"Every day": "Every day",
"Every hour": "Every hour",
"Every minute": "Every minute",
"Every month": "Every month",
"Every month at days {{days}}": "Every month at days {{days}}",
"Every second": "Every second",
"Every week": "Every week",
"Every week on {{days}}": "Every week on {{days}}",
"Every year": "Every year",
"Exclude Hosts": "Exclude Hosts",
"Excluded": "Excluded",
"Executable version": "Executable version",
"Expiration": "Expiration",
"expired": "expired",
"Expired": "Expired",
"Expires": "Expires",
"Exploit": "Exploit",
"Export Alert": "Export Alert",
"Export Alert as XML": "Export Alert as XML",
"Export all filtered": "Export all filtered",
"Export Audit": "Export Audit",
"Export Audit as XML": "Export Audit as XML",
"Export CERT-Bund Advisory": "Export CERT-Bund Advisory",
"Export CPE": "Export CPE",
"Export Credential": "Export Credential",
"Export Credential as XML": "Export Credential as XML",
"Export CVE": "Export CVE",
"Export DFN-CERT Advisory": "Export DFN-CERT Advisory",
"Export Filter": "Export Filter",
"Export Filter as XML": "Export Filter as XML",
"Export Group": "Export Group",
"Export Group as XML": "Export Group as XML",
"Export Host": "Export Host",
"Export Host as XML": "Export Host as XML",
"Export Note": "Export Note",
"Export Note as XML": "Export Note as XML",
"Export NVT": "Export NVT",
"Export Operating System": "Export Operating System",
"Export Override": "Export Override",
"Export Override as XML": "Export Override as XML",
"Export page contents": "Export page contents",
"Export Permission": "Export Permission",
"Export Permission as XML": "Export Permission as XML",
"Export Policy": "Export Policy",
"Export Policy as XML": "Export Policy as XML",
"Export Port List": "Export Port List",
"Export PortList as XML": "Export PortList as XML",
"Export Report Config": "Export Report Config",
"Export Result as XML": "Export Result as XML",
"Export Role": "Export Role",
"Export Role as XML": "Export Role as XML",
"Export Scan Config": "Export Scan Config",
"Export Scan Config as XML": "Export Scan Config as XML",
"Export Scanner": "Export Scanner",
"Export Scanner as XML": "Export Scanner as XML",
"Export Schedule": "Export Schedule",
"Export Schedule as XML": "Export Schedule as XML",
"Export selection": "Export selection",
"Export Tag": "Export Tag",
"Export Tag as XML": "Export Tag as XML",
"Export Target": "Export Target",
"Export Target as XML": "Export Target as XML",
"Export Task": "Export Task",
"Export Task as XML": "Export Task as XML",
"Export Ticket as XML": "Export Ticket as XML",
"Export TLS Certificate as XML": "Export TLS Certificate as XML",
"Export User": "Export User",
"Export User as XML": "Export User as XML",
"Extension": "Extension",
"Failed to run alert.": "Failed to run alert.",
"False Pos.": "False Pos.",
"False Positive": "False Positive",
"Families: Total": "Families: Total",
"Families: Trend": "Families: Trend",
"Family": "Family",
"Feed is currently syncing.": "Feed is currently syncing.",
"Feed is currently syncing. Please try again later.": "Feed is currently syncing. Please try again later.",
"Feed Status": "Feed Status",
"Feeds": "Feeds",
"File path": "File path",
"Filter": "Filter",
"Filter List": "Filter List",
"Filter matches at least {{count}} {{type}}": "Filter matches at least {{count}} {{type}}",
"Filter matches at least {{count}} more {{result}} than the previous scan": "Filter matches at least {{count}} more {{result}} than the previous scan",
"Filter Name": "Filter Name",
"Filter out log message results.": "Filter out log message results.",
"Filter out results with compliance \"Incomplete\".": "Filter out results with compliance \"Incomplete\".",
"Filter out results with compliance \"Undefined\".": "Filter out results with compliance \"Undefined\".",
"Filter out results with compliance \"Yes\".": "Filter out results with compliance \"Yes\".",
"Filter out results with the severity \"Low\".": "Filter out results with the severity \"Low\".",
"Filter out results with the severity \"Medium\".": "Filter out results with the severity \"Medium\".",
"Filter Settings": "Filter Settings",
"Filter: {{name}}": "Filter: {{name}}",
"Filters": "Filters",
"Filters Filter": "Filters Filter",
"Finally, you can select a sensor which will run the scan.": "Finally, you can select a sensor which will run the scan.",
"First": "First",
"First result": "First result",
"First Run": "First Run",
"First Translation": "First Translation",
"Fix Verified": "Fix Verified",
"Fixed": "Fixed",
"Fold": "Fold",
"Fold all details": "Fold all details",
"Follow Link": "Follow Link",
"Foo": "Foo",
"For any other setting the defaults from \"My Settings\" will be applied.": "For any other setting the defaults from \"My Settings\" will be applied.",
"for current resource only": "for current resource only",
"for related resources only": "for related resources only",
"Fr.": "Fr.",
"Friday": "Friday",
"From": "From",
"From address": "From address",
"From Address": "From Address",
"From file": "From file",
"From host assets ({{count}} hosts)": "From host assets ({{count}} hosts)",
"From Metrics": "From Metrics",
"From Task (name)": "From Task (name)",
"From Vector": "From Vector",
"Full and fast": "Full and fast",
"General": "General",
"General Command Permissions": "General Command Permissions",
"General note": "General note",
"General Settings": "General Settings",
"Global {{type}}": "Global {{type}}",
"GMP error during authentication": "GMP error during authentication",
"Gone": "Gone",
"Grant": "Grant",
"Greenbone": "Greenbone",
"Greenbone AG": "Greenbone AG",
"Greenbone Security Assistant": "Greenbone Security Assistant",
"Greenbone Sensor": "Greenbone Sensor",
"Group": "Group",
"Group ID": "Group ID",
"Group: {{name}}": "Group: {{name}}",
"Groups": "Groups",
"Groups {{group}}": "Groups {{group}}",
"Groups Filter": "Groups Filter",
"Groups List": "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 adds various smart features and forms a powerful tool to manage and maintain a high resilience level of the IT infrastructures.",
"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.": "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 permission to run all commands",
"Has read access to {{entityType}}": "Has read access to {{entityType}}",
"Has read access to {{type}} {{name}}": "Has read access to {{type}} {{name}}",
"Has super access": "Has super access",
"Has super access to all resources of {{type}} {{name}}": "Has super access to all resources of {{type}} {{name}}",
"Has write access to {{entityType}}": "Has write access to {{entityType}}",
"Has write access to {{type}} {{name}}": "Has write access to {{type}} {{name}}",
"Has write access to the authentication configuration": "Has write access to the authentication configuration",
"Help": "Help",
"Help: CERT-Bund Advisories": "Help: CERT-Bund Advisories",
"Help: Alerts": "Help: Alerts",
"Help: Audit Reports": "Help: Audit Reports",
"Help: Audits": "Help: Audits",
"Help: CERT-Bund Advisories": "Help: CERT-Bund Advisories",
"Help: CPEs": "Help: CPEs",
"Help: Credentials": "Help: Credentials",
"Help: CVEs": "Help: CVEs",
"Help: CVSS Base Score Calculator": "Help: CVSS Base Score Calculator",
"Help: Dashboards": "Help: Dashboards",
"Help: DFN-CERT Advisories": "Help: DFN-CERT Advisories",
"Help: Feed Status": "Help: Feed Status",
"Help: Filters": "Help: Filters",
"Help: Groups": "Help: Groups",
"Help: Hosts": "Help: Hosts",
"Help: LDAP per-User Authentication": "Help: LDAP per-User Authentication",
"Help: My Settings": "Help: My Settings",
"Help: Notes": "Help: Notes",
"Help: NVTs": "Help: NVTs",
"Help: Operating Systems": "Help: Operating Systems",
"Help: Overrides": "Help: Overrides",
"Help: Performance": "Help: Performance",
"Help: Permissions": "Help: Permissions",
"Help: Policies": "Help: Policies",
"Help: Port Lists": "Help: Port Lists",
"Help: Powerfilter": "Help: Powerfilter",
"Help: RADIUS Authentication": "Help: RADIUS Authentication",
"Help: Reading Reports": "Help: Reading Reports",
"Help: Remediation Tickets": "Help: Remediation Tickets",
"Help: Report Configs": "Help: Report Configs",
"Help: Report Formats": "Help: Report Formats",
"Help: Reports": "Help: Reports",
"Help: Results": "Help: Results",
"Help: Roles": "Help: Roles",
"Help: Scan Configs": "Help: Scan Configs",
"Help: ScanConfigs": "Help: ScanConfigs",
"Help: Scanners": "Help: Scanners",
"Help: Schedules": "Help: Schedules",
"Help: Tags": "Help: Tags",
"Help: Targets": "Help: Targets",
"Help: Tasks": "Help: Tasks",
"Help: TLS Certificate Assets": "Help: TLS Certificate Assets",
"Help: Trashcan": "Help: Trashcan",
"Help: User Tags": "Help: User Tags",
"Help: Users": "Help: Users",
"here": "here",
"Hide Error Details": "Hide Error Details",
"High": "High",
"High per Host": "High per Host",
"Highest": "Highest",
"Highest Severity": "Highest Severity",
"Highest Severity from Results": "Highest Severity from Results",
"Host": "Host",
"Host (IP)": "Host (IP)",
"Host (Name)": "Host (Name)",
"Host Access": "Host Access",
"Host List": "Host List",
"Host Name": "Host Name",
"Hostname": "Hostname",
"Hostname / IP": "Hostname / IP",
"Hostname is changed from {{deltaHostname}}.": "Hostname is changed from {{deltaHostname}}.",
"Hosts": "Hosts",
"Hosts (All)": "Hosts (All)",
"Hosts (Best OS)": "Hosts (Best OS)",
"Hosts (High) by Modification Time (Total: {{count}})": "Hosts (High) by Modification Time (Total: {{count}})",
"Hosts by CVSS (Total: {{count}})": "Hosts by CVSS (Total: {{count}})",
"Hosts by Modification Time (Total: {{count}})": "Hosts by Modification Time (Total: {{count}})",
"Hosts by Severity Class (Total: {{count}})": "Hosts by Severity Class (Total: {{count}})",
"Hosts Filter": "Hosts Filter",
"Hosts scanned": "Hosts scanned",
"Hosts Topology": "Hosts Topology",
"Hosts with Operating System {{- name}}": "Hosts with Operating System {{- name}}",
"Hosts with Operating System {{- name}} as the best match": "Hosts with Operating System {{- name}} as the best match",
"Hour": "Hour",
"hour(s)": "hour(s)",
"Hourly": "Hourly",
"HTTP Get": "HTTP Get",
"HTTP GET request": "HTTP GET request",
"HTTP GET request to URL {{- url}}": "HTTP GET request to 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 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 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.": "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": "Ignore Pagination",
"Impact": "Impact",
"Import": "Import",
"Import Policy": "Import Policy",
"Import Port List": "Import Port List",
"Import Report": "Import Report",
"Import Report Format": "Import Report Format",
"Import Scan Config": "Import Scan Config",
"Import XML config": "Import XML config",
"Import XML policy": "Import XML policy",
"Import XML Port List": "Import XML Port List",
"Import XML Report Format": "Import XML Report Format",
"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.": "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.",
"inactive": "inactive",
"Inactive": "Inactive",
"Include": "Include",
"Include Content": "Include Content",
"Include list of resources with message:": "Include list of resources with message:",
"Include log messages in your filter settings.": "Include log messages in your filter settings.",
"Include report": "Include report",
"Included": "Included",
"including related resources": "including related resources",
"Incomplete": "Incomplete",
"increased": "increased",
"Info": "Info",
"Information": "Information",
"Inheriting user": "Inheriting user",
"Initial Displays": "Initial Displays",
"Insight": "Insight",
"Integrity": "Integrity",
"Integrity Impact": "Integrity Impact",
"Interrupted": "Interrupted",
"IP": "IP",
"IP Address": "IP Address",
"IP address or hostname:": "IP address or hostname:",
"IPs": "IPs",
"is equal to": "is equal to",
"is greater than": "is greater than",
"is less than": "is less than",
"Issued by": "Issued by",
"Issued By": "Issued By",
"Issuer": "Issuer",
"Issuer DN": "Issuer DN",
"Items": "Items",
"Just wait for results to arrive.": "Just wait for results to arrive.",
"Known Hosts": "Known Hosts",
"Last": "Last",
"Last Day": "Last Day",
"Last Modified": "Last Modified",
"Last Report": "Last Report",
"Last Report for Audit {{- name}} from {{- date}}": "Last Report for Audit {{- name}} from {{- date}}",
"Last Report for Task {{- name}} from {{- date}}": "Last Report for Task {{- name}} from {{- date}}",
"Last seen": "Last seen",
"Last Seen": "Last Seen",
"Last updated": "Last updated",
"Last updated:": "Last updated:",
"Latest": "Latest",
"Latest Identifiers": "Latest Identifiers",
"Latest Severity": "Latest Severity",
"LDAP": "LDAP",
"LDAP Authentication Only": "LDAP Authentication Only",
"LDAP Host": "LDAP Host",
"LDAP per-User Authentication": "LDAP per-User Authentication",
"License has expired": "License has expired",
"License is active": "License is active",
"License is corrupted": "License is corrupted",
"License Management page": "License Management page",
"License: GNU Affero General Public License version 3 or any later version": "License: GNU Affero General Public License version 3 or any later version",
"List Export File Name": "List Export File Name",
"List Items": "List Items",
"Listing only the first {{num}} items. ": "Listing only the first {{num}} items. ",
"Loaded filter": "Loaded filter",
"Loading": "Loading",
"Loading...": "Loading...",
"Local": "Local",
"Location": "Location",
"Location (eg. port/protocol)": "Location (eg. port/protocol)",
"Log": "Log",
"Log messages are currently excluded.": "Log messages are currently excluded.",
"Login": "Login",
"Login Failed. Invalid password or username.": "Login Failed. Invalid password or username.",
"Login Name": "Login Name",
"Logout": "Logout",
"Low": "Low",
"Manual": "Manual",
"matches at least": "matches at least",
"Max High": "Max High",
"Max High per Host": "Max High per Host",
"Max Protocol": "Max Protocol",
"Max Rows Per Page (immutable)": "Max Rows Per Page (immutable)",
"Max. average Severity Score": "Max. average Severity Score",
"Max. Average Severity Score": "Max. Average Severity Score",
"Max. High per Host": "Max. High per Host",
"Maximum": "Maximum",
"Maximum concurrently executed NVTs per host": "Maximum concurrently executed NVTs per host",