-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathgsa-zh_TW.json
2007 lines (2007 loc) · 74.8 KB
/
gsa-zh_TW.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 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.": "",
" on port ": "",
" on Port {{port}}": "",
" or just create the task so you can run it manually later.": "",
", schedule the task for a later date and time,": "",
"\"Rows per page\" requires a value of 1 or greater.": "",
"(Applied filter: {{- filter}})": "",
"(Credential unavailable)": "",
"(full license text)": "",
"(Global Object)": "",
"(Target Host)": "",
"{{age}} days old": "",
"{{count}} alert(s) only visible to other users": "",
"{{count}} of {{max}}": "",
"{{count}} report config(s) only visible to other users": "",
"{{count}} users will be deleted": "",
"{{days}} day {{hours}}:{{minutes}} h": "",
"{{days}} days {{hours}}:{{minutes}} h": "",
"{{entity}} is not writable": "",
"{{entity}} is still in use": "",
"{{entity}} may not be cloned": "",
"{{entity}} may not be created": "",
"{{entity}} may not be verified": "",
"{{filtered}} of {{all}}": "",
"{{first}} - {{last}} of {{filtered}}": "",
"{{hosts}} Host(s) with average severity {{avgSev}}": "",
"{{hours}}:{{minutes}} h": "",
"{{name}} Start: {{date}}": "",
"{{name}} Start: {{startdate}} End: {{enddate}}": "",
"{{nr}} more times": "",
"{{nth}} {{weekday}} every {{interval}} months": "{{nth}} {{weekday}} 每 {{interval}} 月",
"{{nth}} {{weekday}} every month": "{{nth}} {{weekday}} 每月",
"{{num}} more runs not shown": "",
"{{progress}} %": "",
"{{sevMax}}: ({{riskFactor}})": "",
"{{status}} at {{progress}} %": "",
"{{subjectType}} {{subjectName}} has all permissions": "",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}}": "",
"{{subjectType}} {{subjectName}} has read access to {{resourceType}} {{resourceName}}": "",
"{{subjectType}} {{subjectName}} has super access": "",
"{{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}} {{resourceName}}": "",
"{{subjectType}} {{subjectName}} has write access to the authentication configuration": "",
"{{subjectType}} {{subjectName}} may create a new {{resourceType}}": "",
"{{subjectType}} {{subjectName}} may delete {{resourceType}} {{resourceName}}": "",
"{{subjectType}} {{subjectName}} may delete an existing {{resourceType}}": "",
"{{subjectType}} {{subjectName}} may empty the trashcan": "",
"{{subjectType}} {{subjectName}} may get the dependencies of NVTs": "",
"{{subjectType}} {{subjectName}} may get the help text": "",
"{{subjectType}} {{subjectName}} may get version information": "",
"{{subjectType}} {{subjectName}} may login": "",
"{{subjectType}} {{subjectName}} may move {{resourceType}}": "",
"{{subjectType}} {{subjectName}} may restore items from the trashcan": "",
"{{subjectType}} {{subjectName}} may resume Task": "",
"{{subjectType}} {{subjectName}} may run multiple GMP commands in one": "",
"{{subjectType}} {{subjectName}} may run Wizard": "",
"{{subjectType}} {{subjectName}} may start Task": "",
"{{subjectType}} {{subjectName}} may stop Task": "",
"{{subjectType}} {{subjectName}} may sync {{resourceType}}": "",
"{{subjectType}} {{subjectName}} may sync the CERT feed": "",
"{{subjectType}} {{subjectName}} may sync the NVT feed": "",
"{{subjectType}} {{subjectName}} may sync the SCAP feed": "",
"{{subjectType}} {{subjectName}} may test Alert": "",
"{{subjectType}} {{subjectName}} may verify {{resourceType}}": "",
"{{title}} {{filtered}} of {{all}}": "",
"{{type}} owned by {{owner}}": "",
"{{type}}:unnamed": "",
"{{usageType}} cannot be started manually because the assigned schedule has a duration limit": "",
"{{usageType}} is a container": "",
"{{usageType}} is already active": "",
"{{usageType}} is not stopped": "",
"{{usageType}} is scheduled": "",
"{{value}}: {{count}} (severity: {{severity}})": "",
"# of CERT-Bund Advisories": "",
"# of CERT-Bund Advs": "",
"# of Certificates": "",
"# of CPEs": "",
"# of created CERT-Bund Advisories": "",
"# of created CPEs": "",
"# of created CVEs": "",
"# of created DFN-CERT Advs": "",
"# of Created Notes": "",
"# of created NVTs": "",
"# of created Overrides": "",
"# of created Tickets": "",
"# of CVEs": "",
"# of DFN-CERT Advisories": "",
"# of DFN-CERT Advs": "",
"# of Hosts": "",
"# of Modified Certificates": "",
"# of Modified Hosts": "",
"# of Modified Hosts (High)": "",
"# of Modified TLS Certificates": "",
"# of Notes": "",
"# of NVTs": "",
"# of Operating Systems": "",
"# of Overrides": "",
"# of Reports": "",
"# of Results": "",
"# of Tasks": "",
"# of Tickets": "",
"# of Vulnerabilities": "",
"> 0.0": "",
"1 user will be deleted": "",
"A timeout for the request to url {{- url}} occurred.": "",
"About": "關於",
"About GSA": "關於",
"Access Complexity": "",
"Access to the feed resources is currently restricted.": "",
"Access Vector": "",
"Actions": "動作",
"Activate the \"attach\" option to allow changes here.": "",
"Activate the \"include\" option to make changes here.": "",
"Activates": "啟用",
"Activation": "啟用",
"Active": "",
"Active (unlimited)": "",
"Active for > {{value}} days": "",
"Active for the next {{value}} days": "",
"Active until": "",
"Add": "新增",
"Add new Dashboard": "新增資訊看板",
"Add new Dashboard Display": "",
"Add new Note": "",
"Add new Override": "",
"Add Port Range": "",
"Add results to Assets": "",
"Add Tag": "",
"Add Tag to All Filtered": "",
"Add tag to filtered": "",
"Add tag to page contents": "",
"Add Tag to Page Contents": "",
"Add tag to selection": "",
"Add Tag to Selection": "",
"Add to Assets": "",
"Add to Assets with QoD >= 70% and Overrides enabled": "",
"Add to Assets with QoD=>70% and Overrides enabled": "",
"Add:": "",
"Adjacent": "",
"Adjust and update your filter settings.": "",
"Administration": "管理",
"Advanced Task Wizard": "",
"Advisory Link": "",
"Affected Software/OS": "受影響的軟體/作業系統",
"Agent": "代理程式",
"Aggregates": "彙總",
"Alemba Client ID": "",
"Alemba vFire": "",
"Alert": "警報",
"Alert: {{name}}": "",
"Alerts": "警報",
"Alerts Filter": "警報篩選",
"Alerts List": "",
"Alerts using this Filter": "",
"Alerts using this Report Config": "",
"Alerts using this Report Format": "",
"Alive Test": "",
"All": "所有",
"All Identifiers": "",
"All you need to do is enter a name for the new task and the IP address or host name of the target, and select a scan configuration.": "",
"Allow all": "全部允許",
"Allow all and deny": "",
"Allow all and deny from {{addresses}}": "",
"Allow insecure use": "",
"Allow Insecure Use": "",
"Allow simultaneous scanning via multiple IPs": "",
"Alterable": "",
"Alterable Audit": "",
"Alterable Task": "",
"Always": "總是",
"An error occurred during making the request. Most likely the web server does not respond.": "",
"An error occurred during Testing the alert {{name}}": "",
"An error occurred in this chart.": "",
"An error occurred in this dialog.": "",
"An error occurred on this dashboard.": "",
"An error occurred on this page": "本頁發生錯誤",
"An error occurred on this page.": "",
"An error occurred while converting gmp response to js for url {{- url}}": "",
"An error occurred while emptying the trash, please try again.": "",
"Analyst": "",
"Any": "任一",
"Appearance": "",
"Appearance when active": "",
"Application": "應用程式",
"Application CPE": "",
"Applications": "應用程式",
"Applied filter: ": "",
"Apply a minimum severity of 7.0.": "",
"Apply default timeout": "",
"Apply Overrides": "",
"Apply to all filtered": "",
"Apply to page contents": "",
"Apply to selection": "",
"Apps": "",
"Are you sure you want to delete all rows in the page of the table?\n This action cannot be undone.": "",
"Are you sure you want to empty the trash?": "",
"Are you sure you want to move all rows in the page of the table to the trashcan?": "",
"As a short-cut the following steps will be done for you:": "",
"As soon as the scan progress is beyond 1%, you can already jump to the scan report by clicking on the progress bar in the \"Status\" column and review the results collected so far.": "",
"Ascending": "",
"Asset": "資產",
"Asset Displays": "",
"Assets": "資產",
"Assign To User": "指派給使用者",
"Assigned Items": "",
"Assigned Ticket changed": "",
"Assigned Ticket Changed": "",
"Assigned To": "",
"Assigned User": "",
"Attach Content": "",
"Attach list of resources with message:": "",
"Attach report": "",
"Attack Complexity": "",
"Attack Requirements": "",
"Attack Vector": "",
"audit": "",
"Audit": "",
"Audit is alterable": "",
"Audit is configured to run on sensor {{name}}": "",
"Audit List": "代理程式清單",
"Audit made visible for:\n{{user}}\n{{role}}\n{{group}}": "",
"Audit Report": "",
"Audit Report:": "",
"Audit Reports": "",
"Audit Reports by Compliance (Total: {{count}})": "",
"Audit Reports Filter": "",
"Audit Reports List": "",
"Audit: {{name}}": "",
"Audits": "",
"Audits using this Policy": "",
"Auth": "",
"Auth Algorithm": "",
"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": "",
"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 憑證",
"Call Description": "",
"Call Template": "",
"Call Type": "",
"Cancel": "",
"Cannot delete {{entity}}": "",
"Cannot modify {{entity}}": "",
"Cannot move {{entity}} to trashcan": "",
"Categories": "",
"CERT": "",
"CERT Advisories referencing this CVE": "",
"CERT-Bund Advisories": "CERT-Bund 公告",
"CERT-Bund Advisories by Creation Time": "",
"CERT-Bund Advisories by CVSS (Total: {{count}})": "",
"CERT-Bund Advisories by Severity Class (Total: {{count}})": "",
"CERT-Bund Advisories Filter": "",
"CERT-Bund Advisory": "CERT-Bund 公告",
"CERT-Bund Advisory: {{title}}": "",
"CERT-Bund Risk Rating": "",
"Certificate": "",
"Change Password": "",
"changed": "",
"Changed": "已變更",
"Chart: Audit Reports by Compliance": "",
"Chart: CERT-Bund Advisories by Creation Time": "",
"Chart: CERT-Bund Advisories by CVSS": "",
"Chart: CERT-Bund Advisories by Severity Class": "",
"Chart: CPEs by Creation Time": "",
"Chart: CPEs by CVSS": "",
"Chart: CPEs by Severity Class": "",
"Chart: CVEs by Creation Time": "圖表:依 CVE 建立時間",
"Chart: CVEs by CVSS": "",
"Chart: CVEs by Severity Class": "",
"Chart: DFN-CERT Advisories by Creation Time": "",
"Chart: DFN-CERT Advisories by CVSS": "",
"Chart: DFN-CERT Advisories by Severity Class": "",
"Chart: Hosts (High) by Modification Time": "",
"Chart: Hosts by CVSS": "",
"Chart: Hosts by Modification Time": "",
"Chart: Hosts by Severity Class": "",
"Chart: Hosts by Vulnerability Score": "",
"Chart: Hosts Topology": "",
"Chart: Next Scheduled Tasks": "",
"Chart: Notes by Active Days": "",
"Chart: Notes by Creation Time": "",
"Chart: Notes Text Word Cloud": "",
"Chart: NVTs by Creation Time": "",
"Chart: NVTs by CVSS": "",
"Chart: NVTs by Family": "",
"Chart: NVTs by QoD": "",
"Chart: NVTs by QoD-Type": "",
"Chart: NVTs by Severity Class": "",
"Chart: Operating Systems by CVSS": "",
"Chart: Operating Systems by Severity Class": "",
"Chart: Operating Systems by Vulnerability Score": "",
"Chart: Overrides by Active Days": "",
"Chart: Overrides by Creation Time": "",
"Chart: Overrides Text Word Cloud": "",
"Chart: Reports by CVSS": "",
"Chart: Reports by Severity Class": "",
"Chart: Reports with high Results": "圖表:報表與高風險結果",
"Chart: Results by CVSS": "",
"Chart: Results by Severity Class": "",
"Chart: Results Description Word Cloud": "",
"Chart: Results Vulnerability Word Cloud": "",
"Chart: Tasks by CVSS": "",
"Chart: Tasks by High Results per Host": "",
"Chart: Tasks by Severity Class": "",
"Chart: Tasks by Status": "",
"Chart: Tasks with most High Results per Host": "",
"Chart: Tickets by Assigned User": "",
"Chart: Tickets by Creation Time": "",
"Chart: Tickets by Status": "",
"Chart: TLS Certificates by Modification Time": "",
"Chart: TLS Certificates by Status": "",
"Chart: Vulnerabilities by CVSS": "",
"Chart: Vulnerabilities by Hosts": "",
"Chart: Vulnerabilities by Severity Class": "",
"Choose Display": "",
"Choose Tag": "",
"Client Certificate": "",
"Client Certificate (from Credential)": "",
"Clone {{entity}}": "",
"Clone Alert": "再製警報",
"Clone Credential": "",
"Clone Filter": "再製篩選器",
"Clone Group": "再製群組",
"Clone Permission": "再製權限",
"Clone Role": "再製角色",
"Clone Schedule": "再製排程",
"Clone Tag": "再製標籤",
"Clone Target": "再製目標",
"Clone Ticket": "",
"Clone User": "再製使用者",
"Close": "",
"Closed": "",
"Closed CVEs": "",
"Comment": "備註",
"Community": "",
"Complete": "完成",
"Complexity": "複雜性",
"Compliance": "",
"Compliance Audit Reports": "",
"Compliance Audits": "",
"Compliance is changed from {{deltaCompliance}}.": "",
"Compliance Percent": "",
"Compliance Policies": "",
"Compliance: Incomplete": "",
"Compliance: No": "",
"Compliance: Yes": "",
"Compliant": "",
"Compose": "",
"Compose Content for Scan Report": "",
"Compose Report Content": "",
"Condition": "條件式",
"Confidentiality": "",
"Confidentiality Impact": "",
"Config": "設定",
"Configs Filter": "設定篩選",
"Configurable": "",
"Configuration": "設定",
"Confirm": "",
"Confirm Deletion": "",
"Confirm deletion of user {{name}}": "",
"Confirm deletion of users": "",
"Confirm Move to Trashcan": "",
"Confirmation does not match new password!": "",
"Confirmation matches new password!": "",
"Container": "容器",
"Container Task": "容器作業",
"Content": "內容",
"Content Type": "內容類型",
"Contents": "",
"Coordinated Universal Time/UTC": "",
"Corresponding Performance": "",
"Corresponding Report": "",
"Corresponding Results": "",
"Corresponding Task": "",
"Corresponding Task ({{name}})": "",
"Corresponding task is in trashcan": "",
"Corresponding Tickets": "",
"Corresponding TLS Certificates": "下載 TLS 憑證",
"Corresponding Vulnerabilities": "",
"Could not connect to server": "",
"Could not load dashboard settings. Reason: {{error}}": "",
"Count": "",
"CPE": "CPE",
"CPE Filter": "",
"CPE List": "CPE 清單",
"CPE: {{title}}": "",
"CPEs": "CPE",
"CPEs by Creation Time": "",
"CPEs by CVSS (Total: {{count}})": "",
"CPEs by Severity Class (Total: {{count}})": "",
"Create": "建立",
"Create a credential": "建立憑證",
"Create a new alert": "建立新警報",
"Create a new credential": "",
"Create a new Credential": "建立新憑證",
"Create a new port list": "",
"Create a new schedule": "建立新排程",
"Create a new Tag": "",
"Create a new target": "建立新目標",
"Create a new Target": "建立新目標",
"Create a new Task": "建立新作業",
"Create Audit from Policy": "",
"Create Multiple Permissions": "",
"Create new {{entity}}": "",
"Create new Container Task": "",
"Create new ESXi credential": "",
"Create new SMB credential": "",
"Create new SNMP credential": "",
"Create new SSH credential": "",
"Create new SSH elevate credential": "",
"Create new Ticket": "",
"Create new Ticket for Result": "",
"Create new Ticket for Result {{- name}}": "",
"Create Permission": "建立權限",
"Create permission to grant full read and write access among all group members and across any resources": "",
"Create Schedule": "建立排程",
"Create Schedule:": "",
"Create Target form all filtered": "",
"Create Target from Host": "",
"Create Target from page contents": "",
"Create Target from selection": "",
"Created": "建立日期",
"Created CERT-Bund Advs": "",
"Created CPEs": "",
"Created CVEs": "CVE 已建立",
"Created DFN-CERT Advs": "",
"Created Notes": "",
"Created NVTs": "",
"Created Overrides": "",
"Created Tickets": "",
"Created Time": "建立時間",
"Created:": "建立日期:",
"Creation Time": "建立時間",
"Credential": "憑證",
"Credential List": "",
"Credential: {{name}}": "",
"Credentials": "憑證",
"Credentials Filter": "憑證篩選",
"Credentials for authenticated checks": "",
"Current": "",
"Current Report for Audit {{- name}} from {{- date}}": "",
"Current Report for Task {{- name}} from {{- date}}": "",
"Current User": "",
"Custom...": "自訂...",
"CVE": "CVE",
"CVE Filter": "",
"CVE List": "CVE 清單",
"CVE Scanner": "CVE 掃描器",
"CVE Severity": "",
"CVE: {{name}}": "",
"CVEs": "CVE",
"CVEs by Creation Time": "",
"CVEs by CVSS (Total: {{count}})": "",
"CVEs by Severity Class (Total: {{count}})": "",
"CVSS": "CVSS",
"CVSS base": "",
"CVSS Base": "",
"CVSS base vector": "",
"CVSS Base Vector": "",
"CVSS Calculator": "CVSS 計算機",
"CVSS Date": "",
"CVSS Origin": "",
"CVSS v3.1 Vector": "",
"CVSSv2 Base Score Calculator": "CVSS 計算機",
"CVSSv3 Base Score Calculator": "",
"CVSSv4 Score Calculator": "",
"Daily": "每日",
"Dashboard limit reached": "",
"Dashboard Title": "資訊看板標題",
"Dashboards": "資訊看板",
"Dashboards limit reached": "",
"Date": "日期",
"Date Format": "",
"Day": "日",
"day(s)": "日",
"days": "日",
"Debug": "偵錯",
"Decrease the minimum QoD in the filter settings to 30 percent to see those results.": "",
"decreased": "",
"default": "",
"Default": "預設",
"Default Alert": "",
"Default ESXi Credential": "",
"Default OpenVAS Scan Config": "",
"Default OpenVAS Scanner": "",
"Default Port List": "",
"Default Schedule": "",
"Default Severity": "",
"Default SMB Credential": "",
"Default SNMP Credential": "",
"Default SSH Credential": "",
"Default Target": "",
"Default Value": "",
"default:unnamed": "",
"Defaults": "預設",
"Defaults Settings": "",
"Defense Center IP": "",
"Defense Center Port": "",
"Delete": "刪除",
"Delete {{entity}}": "",
"Delete all filtered": "",
"Delete Identifier": "",
"Delete page contents": "",
"Delete Port Range": "",
"Delete Report": "刪除報告",
"Delete Requested": "",
"Delete selection": "",
"Delete TLS Certificate": "TLS 憑證",
"Delta": "",
"Delta Report": "",
"Delta Results": "",
"Deny all": "全部拒絕",
"Deny all and allow": "",
"Deny all and allow from {{addresses}}": "",
"Deprecated": "",
"Deprecated By": "",
"Descending": "",
"Description": "描述",
"Details Export File Name": "",
"Details URL": "詳細資訊 URL",
"Details: ": "細節:",
"Detection Method": "",
"Detection Result": "",
"Detection Results": "",
"DFN-CERT Advisories": "DFN-CERT 公告",
"DFN-CERT Advisories by Creation Time": "",
"DFN-CERT Advisories by CVSS (Total: {{count}})": "",
"DFN-CERT Advisories by Severity Class (Total: {{count}})": "",
"DFN-CERT Advisories Filter": "",
"DFN-CERT Advisory": "DFN-CERT 公告",
"DFN-CERT Advisory: {{title}}": "",
"Different Lines": "",
"Disable Tag": "",
"Distance": "",
"Do not automatically delete reports": "",
"Do not change": "沒有改變",
"Do not start automatically": "",
"Do you really want to remove the Dashboard {{name}} and its configuration?": "",
"Documentation": "",
"Done": "",
"Download CA Certificate": "下載 CA 憑證",
"Download Certificate": "下載憑證",
"Download CSV": "下載 CSV",
"Download Debian (.deb) Package": "",
"Download filtered Report": "",
"Download Greenbone Compliance Report": "",
"Download Public Key": "",
"Download RPM (.rpm) Package": "",
"Download SVG": "下載 SVG",
"Download TLS Certificate": "下載 TLS 憑證",
"Download TLS Certificate as .pem": "下載 TLS 憑證",
"Download Windows Executable (.exe)": "",
"Duration": "期間",
"Duration of last Scan": "",
"Dynamic": "",
"Dynamic Severity": "",
"Edit {{entity}}": "",
"Edit Alert {{name}}": "",
"Edit Audit {{name}}": "編輯代理程式 {{name}}",
"Edit Container Task {{name}}": "編輯容器作業 {{name}}",
"Edit Credential {{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": "編輯驗證",
"Edit My Settings": "",
"Edit Network Vulnerability Test Families ({{counts}})": "",
"Edit Network Vulnerability Tests": "",
"Edit Note {{name}}": "編輯備註 {{name}}",
"Edit Override {{- name}}": "",
"Edit permission {{name}}": "編輯權限 {{name}}",
"Edit Permission {{name}}": "編輯權限 {{name}}",
"Edit Policy {{name}}": "編輯角色 {{name}}",
"Edit Policy Family": "",
"Edit Policy Family {{name}}": "編輯篩選器 {{name}}",
"Edit Policy NVT {{name}}": "編輯角色 {{name}}",
"Edit Policy NVT {{nvtOid}}": "",
"Edit Policy NVT Details": "",
"Edit Port List {{name}}": "",
"Edit RADIUS Authentication": "編輯驗證",
"Edit Report Config {{name}}": "",
"Edit Report Format {{name}}": "",
"Edit Role {{name}}": "編輯角色 {{name}}",
"Edit Scan Config {{name}}": "",
"Edit Scan Config Family": "",
"Edit Scan Config Family {{name}}": "",
"Edit Scan Config NVT {{name}}": "",
"Edit Scan Config NVT {{nvtOid}}": "編輯掃描器 {{name}}",
"Edit Scan Config NVT Details": "",
"Edit Scanner {{name}}": "編輯掃描器 {{name}}",
"Edit Scanner Preferences ({{counts}})": "",
"Edit Schedule {{name}}": "編輯排程 {{name}} ",
"Edit Tag": "",
"Edit Tag {{name}}": "",
"Edit Target {{name}}": "編輯目標 {name}}",
"Edit Task {{name}}": "編輯作業 {{name}}",
"Edit Ticket": "",
"Edit Ticket {{- name}}": "",
"Edit User {{name}}": "編輯使用者 {{name}}",
"Edit User Settings": "",
"Effect": "",
"Elevate privileges": "",
"Email": "電子郵件",
"Email Encryption": "電子郵件加密",
"Email report to": "",
"Email to {{address}}": "寄送郵件至 {{address}}",
"Empty Trash": "",
"Empty, static and fast": "",
"Enable": "啟用",
"Enable Tag": "",
"Enabled": "已啟用",
"Encrypted Email to {{address}}": "",
"End": "",
"End Date": "",
"End date is same or before start date. Please adjust you start and/or end date.": "",
"End Time": "結束時間",
"Entire Operation": "",
"Entity": "",
"EPSS": "",
"EPSS (CVE with highest severity)": "",
"EPSS (highest EPSS score)": "",
"EPSS Percentage": "",
"EPSS Score": "",
"Error": "錯誤",
"Error fetching the feed": "",
"Error Message": "錯誤訊息",
"Error Messages": "錯誤訊息",
"Error while loading Report {{reportId}}": "",
"Error while loading Results for Report {{reportId}}": "",
"ESXi": "",
"ESXi authentication was successful": "編輯驗證",
"ESXi authentication was unsuccessful": "",
"ESXi Credential": "ESXi 憑證",
"Event": "事件",
"Every": "",
"Every {{interval}} days": "每 {{interval}} 日",
"Every {{interval}} hours": "每 {{interval}} 小時",
"Every {{interval}} minutes": "每 {{interval}} 分",
"Every {{interval}} month at days {{days}}": "每 {{interval}} 月的第 {{days}} 日",
"Every {{interval}} months": "每 {{interval}} 月",
"Every {{interval}} seconds": "每 {{interval}} 秒",
"Every {{interval}} weeks": "每 {{interval}} 週",
"Every {{interval}} weeks on {{days}}": "每 {{interval}} 週的 {{days}}",
"Every {{interval}} years": "每 {{interval}} 年",
"Every day": "每日",
"Every hour": "每小時",
"Every minute": "每分",
"Every month": "每月",
"Every month at days {{days}}": "每月的第 {{days}} 日",
"Every second": "每秒",
"Every week": "每週",
"Every week on {{days}}": "每週的 {{days}}",
"Every year": "每年",
"Exclude Hosts": "",
"Excluded": "",
"Executable version": "",
"Expiration": "到期",
"expired": "",
"Expired": "",
"Expires": "",
"Exploit": "",
"Export Alert": "匯出警報",
"Export Alert as XML": "",
"Export all filtered": "",
"Export Audit": "匯出警報",
"Export Audit as XML": "匯出代理程式為 XML",
"Export CERT-Bund Advisory": "",
"Export CPE": "匯出 CPE",
"Export Credential": "",
"Export Credential as XML": "",
"Export CVE": "匯出 CVE",
"Export DFN-CERT Advisory": "",
"Export Filter": "匯出篩選器",
"Export Filter as XML": "匯出篩選器為 XML",
"Export Group": "匯出群組",
"Export Group as XML": "匯出群組為 XML",
"Export Host": "匯出主機",
"Export Host as XML": "匯出主機為 XML",
"Export Note": "匯出備註",
"Export Note as XML": "匯出備註為 XML",
"Export NVT": "",
"Export Operating System": "",
"Export Override": "",
"Export Override as XML": "",
"Export page contents": "",
"Export Permission": "匯出權限",
"Export Permission as XML": "匯出權限為 XML",
"Export Policy": "匯出角色",
"Export Policy as XML": "匯出角色為 XML",
"Export Port List": "",
"Export PortList as XML": "",
"Export Report Config": "",
"Export Result as XML": "匯出結果為 XML",
"Export Role": "匯出角色",
"Export Role as XML": "匯出角色為 XML",
"Export Scan Config": "",
"Export Scan Config as XML": "",
"Export Scanner": "匯出掃描器",
"Export Scanner as XML": "匯出掃描器為 XML",
"Export Schedule": "匯出排程",
"Export Schedule as XML": "匯出排程為 XML",
"Export selection": "",
"Export Tag": "匯出標籤",
"Export Tag as XML": "",
"Export Target": "匯出目標",
"Export Target as XML": "匯出目標為 XML",
"Export Task": "",
"Export Task as XML": "匯出作業為 XML",
"Export Ticket as XML": "",
"Export TLS Certificate as XML": "匯出掃描器為 XML",
"Export User": "匯出使用者",
"Export User as XML": "匯出使用者為 XML",
"Extension": "",
"Failed to run alert.": "",
"False Pos.": "",
"False Positive": "",
"Families: Total": "",
"Families: Trend": "",
"Family": "",
"Feed is currently syncing.": "",
"Feed is currently syncing. Please try again later.": "",
"Feed Status": "摘要狀態",
"Feeds": "摘要",
"File path": "檔案路徑",
"Filter": "篩選",
"Filter List": "篩選器清單",
"Filter matches at least {{count}} {{type}}": "",
"Filter matches at least {{count}} more {{result}} than the previous scan": "",
"Filter Name": "",
"Filter out log message results.": "",
"Filter out results with compliance \"Incomplete\".": "",
"Filter out results with compliance \"Undefined\".": "",
"Filter out results with compliance \"Yes\".": "",
"Filter out results with the severity \"Low\".": "",
"Filter out results with the severity \"Medium\".": "",
"Filter Settings": "",
"Filter: {{name}}": "",
"Filters": "篩選器",
"Filters Filter": "",
"Finally, you can select a sensor which will run the scan.": "",
"First": "",
"First result": "",
"First Run": "",
"First Translation": "",
"Fix Verified": "修正已確認",
"Fixed": "已修正",
"Fold": "",
"Fold all details": "",
"Follow Link": "",
"Foo": "",
"For any other setting the defaults from \"My Settings\" will be applied.": "",
"for current resource only": "",
"for related resources only": "",
"Fr.": "五",
"Friday": "週五",
"From": "",
"From address": "",
"From Address": "",
"From file": "從檔案",
"From host assets ({{count}} hosts)": "",
"From Metrics": "",
"From Task (name)": "作業名稱",
"From Vector": "",
"Full and fast": "",
"General": "一般",
"General Command Permissions": "",
"General note": "",
"General Settings": "",
"Global {{type}}": "",
"GMP error during authentication": "",
"Gone": "",
"Grant": "賦予",
"Greenbone": "",
"Greenbone AG": "",
"Greenbone Security Assistant": "",
"Greenbone Sensor": "",
"Group": "群組",
"Group ID": "群組 ID",
"Group: {{name}}": "",
"Groups": "群組",
"Groups {{group}}": "",
"Groups Filter": "群組篩選",
"Groups List": "群組清單",
"GSA adds various smart features and forms a powerful tool to manage and maintain a high resilience level of the IT infrastructures.": "",
"GSA uses the Greenbone Management Protocol (GMP) to connect tothe database backend gvmd which makes an extensive feature set available, covering vulnerability scanning, vulnerability management, and related activities.": "",
"Has permission to run all commands": "",
"Has read access to {{entityType}}": "",
"Has read access to {{type}} {{name}}": "",
"Has super access": "",
"Has super access to all resources of {{type}} {{name}}": "",
"Has write access to {{entityType}}": "",
"Has write access to {{type}} {{name}}": "",
"Has write access to the authentication configuration": "",
"Help": "説明",
"Help: CERT-Bund Advisories": "",
"Help: Alerts": "",
"Help: Audit Reports": "",
"Help: Audits": "說明:代理程式",
"Help: CERT-Bund Advisories": "",
"Help: CPEs": "說明:CPE",
"Help: Credentials": "",
"Help: CVEs": "說明:CVE",
"Help: CVSS Base Score Calculator": "",
"Help: Dashboards": "資訊看板",
"Help: DFN-CERT Advisories": "",
"Help: Feed Status": "",
"Help: Filters": "說明:篩選器",
"Help: Groups": "說明:群組",
"Help: Hosts": "說明:主機",
"Help: LDAP per-User Authentication": "",
"Help: My Settings": "",
"Help: Notes": "說明:備註",
"Help: NVTs": "",
"Help: Operating Systems": "說明:作業系統",
"Help: Overrides": "",
"Help: Performance": "說明:效能",
"Help: Permissions": "說明:權限",
"Help: Policies": "說明:角色",
"Help: Port Lists": "",
"Help: Powerfilter": "",
"Help: RADIUS Authentication": "",
"Help: Reading Reports": "說明:報告",
"Help: Remediation Tickets": "說明:權限",
"Help: Report Configs": "",
"Help: Report Formats": "",
"Help: Reports": "說明:報告",
"Help: Results": "",
"Help: Roles": "說明:角色",
"Help: Scan Configs": "",
"Help: ScanConfigs": "",
"Help: Scanners": "說明:掃描器",
"Help: Schedules": "說明:排程",
"Help: Tags": "",
"Help: Targets": "說明:目標",
"Help: Tasks": "說明:作業",
"Help: TLS Certificate Assets": "TLS 憑證",
"Help: Trashcan": "",
"Help: User Tags": "",
"Help: Users": "說明:使用者",
"here": "",
"Hide Error Details": "",
"High": "高",
"High per Host": "",
"Highest": "最高",
"Highest Severity": "",
"Highest Severity from Results": "",
"Host": "主機",
"Host (IP)": "主機 (IP)",
"Host (Name)": "主機 (名稱)",
"Host Access": "主機存取",
"Host List": "主機清單",
"Host Name": "",
"Hostname": "主機名稱",
"Hostname / IP": "主機名稱 / IP",
"Hostname is changed from {{deltaHostname}}.": "",
"Hosts": "主機",
"Hosts (All)": "",
"Hosts (Best OS)": "",
"Hosts (High) by Modification Time (Total: {{count}})": "",
"Hosts by CVSS (Total: {{count}})": "",
"Hosts by Modification Time (Total: {{count}})": "",
"Hosts by Severity Class (Total: {{count}})": "",
"Hosts Filter": "主機篩選",
"Hosts scanned": "已掃描主機",
"Hosts Topology": "",
"Hosts with Operating System {{- name}}": "",
"Hosts with Operating System {{- name}} as the best match": "",
"Hour": "時",
"hour(s)": "時",
"Hourly": "每小時",
"HTTP Get": "HTTP Get",
"HTTP GET request": "HTTP GET 要求",
"HTTP GET request to URL {{- url}}": "HTTP GET 要求至 URL {{- url}}",
"HTTP Get URL": "",
"ID:": "ID:",
"If no inheriting user is selected, all owned resources will be deleted as well.": "",
"If the scan got interrupted you can try to re-start the task.": "",
"If you enter an email address in the \"Email report to\" field, a report of the scan will be sent to this address once it is finished.": "",
"Ignore Pagination": "",
"Impact": "影響",
"Import": "匯入",
"Import Policy": "匯入",
"Import Port List": "",
"Import Report": "匯入報告",
"Import Report Format": "",
"Import Scan Config": "",
"Import XML config": "",
"Import XML policy": "匯入報告",
"Import XML Port List": "",
"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.": "",
"inactive": "",
"Inactive": "",
"Include": "",
"Include Content": "",
"Include list of resources with message:": "",
"Include log messages in your filter settings.": "",
"Include report": "",
"Included": "",
"including related resources": "",
"Incomplete": "",
"increased": "",
"Info": "資訊",
"Information": "資訊",
"Inheriting user": "",
"Initial Displays": "",
"Insight": "探索",
"Integrity": "",
"Integrity Impact": "",
"Interrupted": "",
"IP": "IP",
"IP Address": "IP 位址",
"IP address or hostname:": "",
"IPs": "",
"is equal to": "",
"is greater than": "",
"is less than": "",
"Issued by": "",
"Issued By": "",
"Issuer": "簽發者",
"Issuer DN": "簽發者",
"Items": "項目",
"Just wait for results to arrive.": "",
"Known Hosts": "已知主機",
"Last": "",
"Last Day": "最後一日",
"Last Modified": "已修改:",
"Last Report": "",
"Last Report for Audit {{- name}} from {{- date}}": "",
"Last Report for Task {{- name}} from {{- date}}": "",
"Last seen": "",
"Last Seen": "",
"Last updated": "",
"Last updated:": "最後更新:",
"Latest": "最新",
"Latest Identifiers": "",
"Latest Severity": "",
"LDAP": "LDAP",
"LDAP Authentication Only": "",
"LDAP Host": "LDAP 主機",
"LDAP per-User Authentication": "驗證",
"License has expired": "",
"License is active": "",
"License is corrupted": "",
"License Management page": "",
"License: GNU Affero General Public License version 3 or any later version": "",
"List Export File Name": "",
"List Items": "清單項目",
"Listing only the first {{num}} items. ": "",
"Loaded filter": "",
"Loading": "載入中",
"Loading...": "載入中",
"Local": "本機",
"Location": "位置",
"Location (eg. port/protocol)": "",
"Log": "記錄",
"Log messages are currently excluded.": "",
"Login": "登入",
"Login Failed. Invalid password or username.": "",
"Login Name": "登入名稱",
"Logout": "",
"Low": "低",
"Manual": "手動",
"matches at least": "",
"Max High": "",
"Max High per Host": "",
"Max Protocol": "",
"Max Rows Per Page (immutable)": "",
"Max. average Severity Score": "",
"Max. Average Severity Score": "",
"Max. High per Host": "",
"Maximum": "",
"Maximum concurrently executed NVTs per host": "",
"Maximum concurrently scanned hosts": "",