-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathzh.json
More file actions
4842 lines (4842 loc) · 287 KB
/
zh.json
File metadata and controls
4842 lines (4842 loc) · 287 KB
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
{
" (reversed)": "(反向)",
" & ": "&;",
" Please contact Filigran to get your license at ": "请通过以下方式联系 Filigran 获取许可证",
"-": "-",
"- a random password will be generated for your user: you will need to change it to be able to log in via email and password. Simply use the forget password workflow.": "- 将为用户生成一个随机密码:您需要更改密码才能通过电子邮件和密码登录。只需使用忘记密码工作流程即可。",
"- if your service account has been created originally as a service account (not transformed), please also change the email of your service account before/after transforming it to a user to ensure that the future user will be able to receive an email in the forgot password workflow.": "- 如果您的服务账户最初是作为服务账户创建的(未转换),请在将服务账户转换为用户之前/之后更改服务账户的电子邮件,以确保未来的用户能够在忘记密码工作流程中收到电子邮件。",
"- password will be cleaned: you will not be able to log in to ui with this service account given there will be no password in Database for this service account.": "- 密码将被清除:鉴于数据库中没有此服务帐户的密码,您将无法使用此服务帐户登录到ui。",
"- Unsupported": "- 不支持",
"- you will not pertain to the main platform organisation anymore unless you have been specifically granted access to the organisation.": "- 您将不再与主平台组织有关,除非您已被特别授予组织访问权。",
"- your user will pertain to the main platform organisation in addition to any organisation that the current user is belonging to": "- 除了当前用户所属的任何组织外,您的用户还将与主平台组织有关",
"... successfully deleted": "{entity_type} 成功删除",
"... successfully duplicated": "{entity_type}成功复制",
"[Preview] Ask Ariane": "[预览] 向阿丽亚娜提问",
"{count} days": "{count}天",
"{count} email address(es) extracted from pasted text": "{count} 从粘贴的文本中提取的电子邮件地址",
"{entityType} `{entityName}` added to `{pirName}`": "{entityType}{entityName}`添加到`{pirName}`中",
"{entityType} `{entityName}` removed from `{pirName}`": "{entityType}从\"{entityName}\"中移除\"{pirName}\"。",
"+ N override(s)": "+ {count} 覆盖",
"0 - Less relevant": "0 - 相关性较低",
"0 equals no maximum": "0 等于没有最大值",
"1 day": "1 天",
"1 hour": "1 小时",
"1 month": "1 个月",
"1 year": "1 年",
"12 hours": "12 小时",
"15 minutes": "15 分钟",
"24 hours": "24小时",
"24h": "24小时",
"2FA": "2FA",
"2FA state": "2FA状态",
"30 days": "30天",
"30 minutes": "30 分钟",
"5 minutes": "5 分钟",
"6 hours": "6 小时",
"6 months": "6 个月",
"60 days": "60 天",
"90 days": "90 天",
"A connector with this name already exists. Please choose a different name.": "已存在使用此名称的连接器。请选择其他名称。",
"A field will be created with appropriate type based on the attribute.": "将根据属性创建相应类型的字段。",
"A FINTEL export will contain extra information like markings and creation date": "FINTEL 导出将包含额外信息,如标记和创建日期",
"A guided workflow that streamlines files import, selection of connectors and allows the creation of a workbench or draft for review before final import": "引导式工作流程可简化文件导入、连接器选择,并允许创建工作台或草稿,以便在最终导入前进行审查",
"A new entity enters a selected PIR": "新实体进入选定的 PIR",
"A non-exhaustive enumeration of infrastructure types": "基础设施类型的非详尽列举",
"A public dashboard is a snapshot...": "公共仪表盘是私人仪表盘在特定时间的快照。如果修改了私人仪表盘,则不会修改已创建的公共仪表盘。",
"a random password will be generated for your user: you will need to change it to be able to log in via email and password. Simply use the forget password workflow.": "将为用户生成一个随机密码:您需要更改密码才能通过电子邮件和密码登录。只需使用忘记密码工作流程即可。",
"A widget has a @me filter enabled...": "部件已启用 @me 过滤器。将此仪表盘作为公共仪表盘共享时,@me 筛选器将被\"{name}\"共享仪表盘的人替换。这可能会影响仪表盘中显示的数据。",
"About": "关于",
"Abstract": "摘要",
"Accent color": "辅助色",
"Accept": "接受",
"Access administration": "访问管理",
"Access administration parameters": "访问管理参数",
"Access already granted": "已授予访问权限",
"Access Complexity (AC)": "访问复杂性 (AC)",
"Access connectors": "访问连接器",
"Access CSV feeds directly in your browser": "在浏览器中直接访问 CSV 源",
"Access dashboards": "访问仪表板",
"Access data sharing": "访问数据共享",
"Access ingestion": "访问摄取",
"Access investigations": "访问调查",
"Access knowledge": "访问知识",
"Access restrictions": "访问限制",
"Access right": "访问权限",
"Access security activity": "访问安全活动",
"Access stream directly in your browser": "直接在浏览器中访问流",
"Access this scenario": "访问此方案",
"Access to admin functionalities": "访问管理功能",
"Access to collaborative creation": "访问协作创建",
"Access to file indexing": "访问文件索引",
"Access to support": "访问支持",
"Access to support data": "访问支持数据",
"Access Vector (AV)": "访问向量 (AV)",
"Accessible for": "适用于",
"accidental": "意外",
"Account expiration date": "账户到期日期",
"Account Expire Date": "帐户到期日",
"Account Status": "帐户状态",
"Account status": "账户状态",
"Account type": "账户类型",
"Action": "行动",
"Action type": "行动类型",
"Actions": "行动",
"Activate": "激活",
"Activate access restriction": "激活访问限制",
"Activate/Deactivate default values": "激活/禁用默认值",
"Activated": "活性",
"Activating this rule will automatically generate new relationships on your existing and future data. Please be aware that enabling this rule may impact your platform's data and performance.": "激活此规则将在现有和未来数据上自动生成新关系。请注意,启用此规则可能会影响您的平台数据和性能。",
"Active": "活跃",
"Active background tasks": "活动后台任务",
"Activities": "活动",
"Activity": "活动",
"Activity & history": "活动&历史",
"Activity and history": "活动和历史",
"Activity evaluation": "活动评估",
"Activity raw detail": "活动原始详情",
"ACTIVITY_MANAGER": "活动管理器",
"Add": "添加",
"ADD": "删除",
"Add a file": "添加文件",
"Add a group": "添加组",
"Add a height": "添加身高",
"Add a live trigger": "添加实时触发器",
"Add a location": "添加位置",
"Add a max confidence level for a user": "为用户添加最大置信度",
"Add a new branch at the same level from the parent output": "在父输出的同一级别上添加一个新分支",
"Add a new member": "添加新会员",
"Add a new value": "添加新值",
"Add a reaction point": "添加反应点",
"Add a regular digest": "添加常规摘要",
"Add a specific max confidence level for an entity type": "为实体类型添加特定的最大置信度",
"Add a task to this container": "向此容器添加任务",
"Add a user": "添加用户",
"Add a weight": "添加重量",
"Add a widget": "添加控件",
"Add action": "添加行动",
"Add additional entities first to define relationships": "先添加其他实体以定义关系",
"Add Additional Entity": "添加附加实体",
"Add additional entity": "增加实体",
"add alias": "添加别名",
"Add an action": "增加一个动作",
"Add an entity to this container": "将实体添加到此容器",
"Add an entity to this investigation": "为该调查添加实体",
"Add an organization": "添加组织",
"Add and complete": "添加并完成",
"Add attack patterns": "添加攻击模式",
"Add attributes of the instance": "添加 {type} 的属性",
"Add background color": "添加背景颜色",
"Add background gradient": "添加背景渐变",
"Add background image": "添加背景图像",
"Add citizenship": "添加公民身份",
"Add components": "添加组件",
"Add context": "添加上下文",
"Add country": "添加国家",
"Add country of residence": "添加居住国",
"Add courses of action": "添加应对措施",
"Add coverage metric": "增加覆盖率指标",
"Add data components": "添加数据组件",
"Add data in content": "在内容中添加数据",
"Add data source": "添加数据源",
"Add data sources": "添加数据源",
"Add entities": "添加实体",
"Add Entity": "添加实体",
"Add entity": "添加实体",
"Add external references": "添加外部引用",
"Add field": "添加字段",
"Add Field": "添加字段",
"Add Field to": "添加字段",
"Add Field to Main Entity": "为主实体添加字段",
"Add filter": "添加过滤器",
"Add filtering": "添加过滤",
"Add generated and existing indicators in the container": "添加生成的 & 容器中的现有指标",
"Add generated and existing observables in the container": "在容器中添加生成的和现有的观测值",
"Add header": "添加标题",
"Add image URL": "添加图像 URL",
"Add in container": "添加到容器中",
"Add indicators": "添加指标",
"Add individual": "添加个人",
"Add locations": "添加位置",
"Add more fields": "添加更多字段",
"Add more items...": "添加更多项目...",
"Add nationality": "添加国籍",
"Add new assignees": "添加新的负责人",
"Add new labels": "添加新的标签",
"Add new participants": "添加新的参与者",
"Add new specific access": "添加新的特定访问权限",
"Add notes": "添加注释",
"Add observable": "添加可观测数据",
"Add observables": "添加可观测数据",
"Add option": "添加选项",
"Add persona": "添加人物角色",
"Add query attribute": "添加查询属性",
"Add redirect uris": "添加重定向 uris",
"Add related data": "添加相关数据",
"Add related entity": "添加相关实体",
"Add Relationship": "添加关系",
"Add relationship": "添加关系",
"Add Security coverage": "添加安全保障",
"Add security platforms": "添加安全平台",
"Add software": "添加软件",
"Add sub attack patterns": "添加子攻击模式",
"Add subnarratives": "添加子叙述",
"Add subsectors": "添加子部门",
"Add tag": "添加标签",
"Add Tick": "添加标记",
"Add to a container": "添加到容器",
"Add to container": "添加到容器",
"Add vulnerabilities": "添加漏洞",
"Added": "已添加",
"added a note on": "为 {date} 添加了注释",
"Additional Entities": "附加实体",
"Additional Entity": "附加实体",
"Additional Fields": "附加字段",
"Additional Fields (will be applied to all created entities)": "附加字段(将应用于所有创建的实体)",
"Additional fields (will be applied to all created entities)": "附加字段(将应用于所有创建的实体)",
"Additional mandatory attributes": "额外的强制属性",
"Additional Names": "其他名称",
"Admin": "管理员",
"Administrative areas": "管理区",
"Administrative Areas | Locations": "行政区域|地点",
"advanced": "高级",
"Advanced configuration": "高级配置",
"Advanced options": "高级选项",
"Advanced search": "高级搜索",
"Adversary": "对手",
"Affected software": "受影响的软件",
"Affecting this sector": "影响此部门",
"Agentic AI (Ariane Assistant)": "人工智能代理(阿丽亚娜助理)",
"Agentic AI capabilities": "人工智能代理能力",
"AI Insights": "人工智能洞察",
"AI is not enabled": "未启用人工智能",
"AI Powered": "人工智能技术",
"AI Summary": "人工智能摘要",
"alert_GROUP_WITH_NULL_CONFIDENCE_LEVEL": "从 OpenCTI 6.0 开始,将为组和用户添加最大置信度。这将为平台管理员提供更多对导入数据影响的控制,并防止任何不必要的数据更新。请阅读 {link_blogpost} 获取更多信息。\n \n在本平台中,某些组的 \"Max Confidence Level\" 目前未定义。这些组的成员将无法在 6.X 版平台中创建任何数据。为避免出现这种情况,请确保所有组都设置了最大置信度。更多信息请参见 {link_blogpost}。请特别注意与连接器、馈送和数据流相关联的用户;必要时,您可以设置个人置信度来覆盖组置信度。如果需要建议,请加入 {link_slack} 。",
"Alerting": "警报",
"Alerting | Activity | Settings": "警报 | 活动 | 设置",
"Alias": "别名",
"Aliases": "别名",
"Aliases separated by commas": "用逗号分隔的别名",
"All": "所有",
"All (list)": "全部(列表)",
"All add or remove actions done on the graph after the last expansion will be lost.": "上次扩展后在图形上进行的所有添加或删除操作都将丢失。",
"All confidence levels": "所有置信水平",
"All entities": "所有实体",
"All investigations and dashboard where the user is the only admin, will be deleted.": "用户是唯一管理员的所有调查和仪表板都将被删除",
"All labels": "所有标签",
"All notifications, triggers and digests associated with the user will be deleted.": "与用户关联的所有通知、触发器和摘要都将被删除",
"All observables": "所有可观测数据",
"All other filters": "所有其他筛选器",
"All reports": "所有报告",
"All rule targets": "所有规则目标",
"All the results may not be displayed for these filter values, read documentation for more information.": "这些过滤值可能无法显示所有结果,{link} 获取更多信息",
"All the results may not be displayed since the Dynamic filter targets too many entities.": "由于动态筛选器针对的实体太多,可能无法显示所有结果。",
"All threats": "所有威胁",
"All types of relationship": "关系的所有类型",
"All types of target": "所有类型的目标",
"All workbenches": "所有工作台",
"All years": "所有年份",
"Allow login from identity provider directly": "允许直接从身份提供者登录",
"Allow logout from Identity provider directly": "允许直接从身份供应商处注销",
"Allow modification of sensitive configuration": "允许修改敏感配置",
"Allow multiple files": "允许多个文件",
"Allow multiple instances": "允许多个实例",
"Allow multiple instances of main entity": "允许主实体有多个实例",
"Allow self signed": "允许自己签名",
"Allow self-signed certificates": "允许自签名证书",
"allow to deploy in one-click threat management resources such as feeds, dashboards, playbooks, etc.": "允许一键部署威胁管理资源,如馈送、仪表板、播放簿等。",
"Allow users to uncheck draft mode": "允许用户取消选中草稿模式",
"Allow users to view users of other organizations": "允许用户查看其他组织的用户",
"Allowed marking definitions": "允许的标记定义",
"Allowed markings": "允许的标记",
"Already in plat.": "已经在平台",
"Already registered in XTM Hub": "已在 XTM Hub 注册",
"Also delete these elements": "同时删除这些元素",
"Also include first neighbours": "还包括第一个邻居",
"An analysis connector needs to be available to ask for a mapping suggestion.": "需要有一个分析连接器来询问映射建议。",
"An analysis is ongoing, waiting for results.": "分析正在进行,等待结果。",
"An element will persist in the trash for a fixed period of time before being permanently deleted, according to the garbage collection manager settings.": "根据垃圾回收管理器的设置,一个元素在被永久删除之前,会在垃圾桶中持续存在一段时间。",
"An entity from a selected PIR has been updated": "所选 PIR 中的一个实体已更新",
"An entity has left a selected PIR": "一个实体离开了选定的 PIR",
"An entity is linked to an entity from a selected PIR": "实体与所选 PIR 中的实体建立链接",
"An enumeration of security platform type": "安全平台类型枚举",
"An enumeration of SSH key types": "SSH 密钥类型枚举",
"An enumeration of Windows service start types": "Windows 服务启动类型枚举",
"An enumeration of Windows service statuses": "Windows 服务状态枚举",
"An enumeration of Windows service types": "Windows 服务类型枚举",
"An error occurred while creating the connector": "创建连接器时发生错误",
"An error occurred while importing Synchronizer configuration.": "导入同步器配置时发生错误。",
"An error occurred while importing Taxii Feed configuration.": "导入 Taxii Feed 配置时发生错误。",
"An error occurred while retrieving data for this widget:": "在检索此 widget 的数据时发生错误:",
"An error occurred while updating the connector": "更新连接器时发生错误",
"An instance trigger on an entity X notifies the following events: update/deletion of X, creation/deletion of a relationship from/to X, creation/deletion of an entity that has X in its refs (for instance contains X, is shared with X, is created by X...), adding/removing X in the ref of an entity.": "实体 X 的实例触发器会通知以下事件:更新/删除 X、创建/删除与 X 的关系、创建/删除在其引用中包含 X 的实体(例如包含 X、与 X 共享、由 X 创建......)、在实体的引用中添加/删除 X。",
"An open vocabulary of User Account types": "用户账户类型开放词汇表",
"An unknown error has occurred! Please try again later.": "发生未知错误,请稍后再试。",
"An unknown error has occurred! Please try again later.": "出现未知错误!请稍后再试。",
"An unknown error occurred. Please provide a": "出现未知错误。请提供",
"An unknown error occurred. Please provide a support package to your administrator or OpenCTI maintainers": "出现未知错误。请向管理员或 OpenCTI 维护人员提供 {link_support_package}",
"Analyses": "分析",
"Analysis": "分析",
"Analysis definition version": "分析定义版本",
"Analysis ended": "分析结束",
"Analysis engine version": "分析引擎版本",
"Analysis started": "分析开始",
"Analysis_definition_version": "分析定义版本",
"Analysis_ended": "分析结束",
"Analysis_engine_version": "分析引擎版本",
"Analysis_started": "已开始分析",
"Analyst Workbench | Import | Data": "分析工作台 | 导入 | 数据",
"Analyst workbenches": "分析师工作区",
"Analytics": "分析系统",
"AND": "和",
"and ... more": "和{count}更多。",
"And many more features...": "还有更多功能...",
"API access": "API访问",
"API key": "API 密钥",
"API Tokens": "API 令牌",
"application/json": "JSON",
"application/pdf": "PDF",
"application/vnd.ms-excel": "XLS",
"application/vnd.oasis.opendocument.text": "ODT",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "XLSX",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "DOCX",
"Applied decay rule": "应用的衰减规则",
"Apply": "应用",
"Apply a new case template": "应用新案例模板",
"Apply case templates": "应用案例模板",
"Apply filter to managed deployments only": "仅对托管部署应用过滤器",
"Apply marking definitions": "应用标记定义",
"Apply on": "应用于",
"Apply on indicator observable types": "适用于指标观测类型",
"Apply on indicator observable types (none = ALL)": "适用于指标观测类型 (无 = 全部)",
"Apply predefined rule": "应用预定义规则",
"APPLY RULE": "应用规则",
"Apply the suggestion": "应用建议",
"Applying this rule on the existing data": "对现有数据应用此规则",
"Approve": "批准",
"Approve draft": "批准草案",
"Architecture execution env.": "架构执行环境",
"Architecture mode": "架构模式",
"are updating...": "正在更新...",
"Are you sure you want to make the change?": "您确定要更改吗?",
"Are you sure you want to remove this widget?": "您确定要删除这个小部件吗?",
"Are you sure?": "你确定吗?",
"Area": "地域",
"Areas": "地域",
"around 30 secs": "约30秒",
"Arsenal": "武器库",
"Artifacts": "工件",
"Artifacts | Observations": "制品|观察",
"As it happens": "当其发生时",
"Asc": "Asc",
"Ask a question...": "提问...",
"Ask AI": "询问人工智能",
"Ask AI (multiple formats supported)": "询问 AI(支持多种格式)",
"Ask Ariane": "询问阿丽亚娜",
"ASK ARIANE": "询问阿丽亚娜",
"Ask for knowledge enrichment": "请求知识丰富",
"Ask new mapping": "询问新制图",
"Ask your question": "提出您的问题",
"Assignation": "分配",
"Assignee(s)": "协调人",
"Assignees": "指派对象",
"Associated CWE(s)": "相关 CWE",
"Associated CWE(s) (one by line)": "相关的 CWE(个)(一行一个)",
"Associated entity": "关联实体",
"Associated file": "关联的文件",
"Associated user": "关联用户",
"At least 1 location or 1 sector is required": "至少需要 1 个地点或 1 个部门",
"Attached entity name": "附加实体名称",
"Attached entity type": "附加实体类型",
"Attack Complexity (AC)": "攻击复杂性 (AC)",
"Attack pattern": "攻击模式",
"Attack pattern courses of action": "攻击模式行动路线",
"Attack pattern usage": "攻击模式使用",
"Attack patterns": "攻击模式",
"Attack Patterns | Techniques": "攻击模式|技术",
"Attack patterns coverage": "攻击模式覆盖范围",
"Attack patterns kill chain": "攻击模式杀伤链",
"Attack Requirements (AT)": "攻击要求 (AT)",
"Attack Resource Level is an open vocabulary that captures the general level of resources that a threat actor, intrusion set, or campaign might have access to. It ranges from individual, a person acting alone, to government, the resources of a national government": "攻击资源级别是一个开放词汇,用于捕捉威胁行为者、入侵集群或活动可能访问的一般资源级别。其范围从个人(单独行动的个人)到政府(国家政府的资源",
"Attack Vector (AV)": "攻击向量 (AV)",
"Attribute": "属性",
"Attribute 'notifiers' of a trigger should have at least one notifier.": "触发器的属性 'notifiers' 应至少有一个通知者。",
"Attribute 'trigger_events' of a live trigger should have at least one event.": "触发器的'trigger_events'属性应该至少有一个事件。",
"Attribute \"notifiers\" of a trigger should have at least one notifier.": "触发器的属性“結果”应至少有一个結果。",
"Attribute \"trigger_events\" of a live trigger should have at least one event.": "实时触发器的属性 \"trigger_events\" 应至少有一个事件。",
"Attribute copied to clipboard": "属性复制到剪贴板",
"Attribute in token": "标记中的属性",
"Attribute mapping configuration": "属性映射配置",
"Attribute path to get next uri": "获取下一个 uri 的属性路径",
"Attribute used to create multiple": "用于创建多个",
"Attribute/path in token": "令牌中的属性/路径",
"Attributed to this actor": "归因到此威胁主体",
"Attributed to this campaign": "归因到该攻击活动",
"Attributed to this country": "归因到此国家/地区",
"Attributed to this individual": "归因到此个体",
"Attributed to this intrusion set": "归因到该入侵集合",
"Attributed to this organization": "归因到该组织",
"Attributed to this region": "归因到该区域",
"Attributes": "属性",
"Attributes of the instance": "{type}的属性",
"Attributes of the platform": "平台属性",
"Attributes of the user": "用户属性",
"Attribution": "属性",
"Audience": "受众",
"Audit logs": "审计日志",
"Audits are not supported in public dashboards": "公共仪表盘不支持审计",
"Audits list": "审核列表",
"Authentication": "验证",
"Authentication (AU)": "验证 (AU)",
"Authentication | Security | Settings": "身份验证 | 安全 | 设置",
"Authentication Configuration": "验证配置",
"Authentication configuration": "验证配置",
"Authentication context (comma-separated)": "身份验证上下文(逗号分隔)",
"Authentication Name": "验证名称",
"Authentication strategies": "认证策略",
"Authentication strategy": "认证策略",
"Authentication successfully updated": "认证更新成功",
"Authentication type": "验证类型",
"Authentications": "认证",
"Author": "作者",
"Author (organization)": "作者(组织)",
"Authorized members": "授权成员",
"Authorized members successfully updated": "授权成员成功更新",
"Authorized_members": "访问限制",
"auto": "自动",
"AUTO": "自动",
"Auto collapse submenus in left navigation": "自动折叠左侧导航中的子菜单",
"Auto create group": "自动创建组",
"Auto create groups": "自动创建组",
"Auto create organizations": "自动创建组织",
"Auto new markings": "新标记的自动化",
"auto-create group": "自动创建组",
"auto:": "自动:",
"Automated using enrichment": "自动使用浓缩",
"Automatic": "自动",
"Automatic references at file upload": "文件上传时自动引用",
"Automatic trigger": "自动触发",
"Automatically add users to default groups": "自动将用户添加到默认组",
"Automatically add users to default organizations": "自动将用户添加到默认组织",
"Automatically authorize this group to new marking definition": "自动将此组权限授权给新的标记定义",
"Automatically convert to STIX patterns": "自动转换为 STIX 模式",
"Automatically create a service account": "自动创建服务帐户",
"Automatically create a user": "自动创建用户",
"Automatically create indicators from observables": "自动从观测值创建指标",
"Automatically create observables from indicators": "从指标自动创建可观测指标",
"Automation": "自动化",
"Automation | Processing | Data": "自动化 | 处理 | 数据",
"Autonomous system": "自治系统",
"Autonomous systems": "自治系统",
"Availability Impact (A)": "可用性影响 (A)",
"Available columns": "可用栏目",
"Available for manual enrollment / trigger": "可用于手动注册/触发",
"Available playbooks": "可用的游戏手册",
"Averages of context relations": "上下文关系的平均值",
"Avoid dependencies resolution": "避免依赖解析",
"Back": "返回",
"Back to login": "返回登录",
"Background color": "背景颜色",
"Background primary color": "背景原色",
"Background secondary color": "背景次要色",
"Background tasks": "后台任务",
"Background tasks currently running": "当前运行的后台任务",
"Bad login or password": "用户名或密码错误",
"Base attribute": "基础属性",
"Base configuration": "基本配置",
"Base score": "基础分数",
"Base score:": "基础分数:",
"Base URL": "基本URL",
"Based on": "基于",
"based-on": "基于",
"Basic information": "基础信息",
"Basic user / password": "基本用户/密码",
"Be careful, please define some filter for your exclusion rule, otherwise, since no filters are set, any indicator will match the rule and will have an exclusion rule": "请注意,请为您的排除规则定义一些筛选器,否则,由于没有设置筛选器,任何指标都将匹配该规则,并具有一个排除规则",
"Be careful, you are about to delete the selected entities": "小心,您将删除选定的实体",
"Be careful, you are about to delete the selected entities (not the relationships)": "小心,您将删除选定的实体(而不是关系)",
"Be careful, you are about to delete the selected observables (not the relationships)": "小心,您将删除所选的可观察对象(而不是关系)",
"Bearer token": "承载令牌",
"Because by default the workbench won't include the updates made on the entity after the creation of the workbench.": "因为默认情况下,工作台不会包含创建工作台后对实体进行的更新。",
"Before creating a ticket with your support package takes some time to check if you can safely share the content depending of your security policy.": "在使用支持包创建票单之前,请花一些时间检查您是否可以根据安全策略安全地共享内容。",
"behind live stream": "直播背后",
"Belonging to this organization": "归属于该组织",
"bic values can only include A-Z and 0-9, 8 or 11 characters": "bic值只能包含A-Z和0-9、8或11个字符",
"Bind credentials": "绑定凭证",
"Bind credentials (leave empty to keep current)": "绑定凭据(留空以保持当前)",
"Bind DN": "绑定 DN",
"Biographic Information": "简历信息",
"Biographics": "传记",
"Body": "主体",
"Bookmark": "书签",
"Bookmarks are not supported in public dashboards": "公共仪表盘不支持书签",
"Both latitude and longitude must be provided together": "必须同时提供经度和纬度",
"Browse files": "浏览文件",
"Browse More": "浏览更多",
"Browse the link": "浏览链接",
"Buffering: ": "缓冲:",
"Built-in: HTML template to PDF": "内置:HTML 模板到 PDF",
"Built-in: template to HTML/PDF": "内置:模板转 HTML/PDF",
"Bulk creation not supported for this type": "该类型不支持批量创建",
"Bulk Search": "批次搜索",
"Bulk search": "批量搜索",
"Bundle content": "捆绑包内容",
"Bundle details": "捆绑包详情",
"Bundles processed": "已处理的捆绑包",
"Button label": "按钮标签",
"by": "由",
"By default we accept iso date (YYYY-MM-DD), but you can specify your own date format in ISO notation (for instance DD.MM.YYYY)": "默认情况下,我们接受ISO日期(YYYY-MM-DD),但您可以在ISO表示法中指定自己的日期格式(例如DD.MM.AAAA)",
"By default, all files will be used to generate the response.": "默认情况下,将使用所有文件生成响应。",
"By enabling the OpenCTI Enterprise Edition, you (and your organization) agrees to the OpenCTI Enterprise Edition (EE) ": "通过启用 OpenCTI 企业版,您(和您的组织)同意 OpenCTI 企业版 (EE)",
"By enabling the OpenCTI Enterprise Edition, you (and your organization) agrees to the OpenCTI Enterprise Edition (EE) supplemental ": "启用 OpenCTI 企业版,即表示您(和您的组织)同意 OpenCTI 企业版 (EE) 的补充规定。",
"By enabling the OpenCTI LTS, you (and your organization) agrees to the": "通过启用 OpenCTI LTS,您(和您的组织)同意",
"By registering this platform into the hub, it will allow to:": "将此平台注册到中心后,就可以:",
"By registering this platform into the hub, it will:": "把这个平台注册到中心,它就能",
"By registering your OpenCTI platform, you'll be able to:": "注册 OpenCTI 平台后,您将能够",
"Bypass all capabilities": "绕过所有功能",
"Bypass enforced reference": "旁路强制参考",
"CA certificate (base64)": "CA 证书(base64)",
"Callback URL": "回调 URL",
"Callback URL override": "回调 URL 覆盖",
"Campaign": "攻击活动",
"Campaigns": "攻击活动",
"Campaigns | Threats": "活动|威胁",
"can edit": "可以编辑",
"can manage": "可以管理",
"can use": "可以使用",
"can view": "可以查看",
"Cancel": "取消",
"Capabilities": "能力",
"Capabilities in Draft": "能力草案",
"Cards view": "卡片视图",
"Cascade delete": "级联删除",
"Case priority": "优先级",
"Case severity": "严重性",
"Case templates": "案例模板",
"Case Templates | Taxonomies | Settings": "案例模板 | 分类标准 | 设置",
"Cases": "案例",
"Cases & Analyses": "案例与分析",
"CaseTemplate": "案例模板",
"Category": "类别",
"category": "类别",
"Center latitude": "中心纬度",
"Center longitude": "中心经度",
"Certificate (base64)": "证书(base64)",
"Certificates & Keys": "证书和密钥",
"Change tone": "改变音调",
"Change which data to retrieve in this widget": "更改要在此部件中检索的数据",
"Change your password": "更改密码",
"Channel": "频道",
"Channel type": "频道类型",
"Channel types": "频道类型",
"channel_types": "频道类型",
"Channels": "频道",
"Channels | Arsenal": "频道",
"Char to escape line": "用于转义行的字符",
"Check the posture in OpenBAS": "检查 OpenBAS 中的态势",
"Checkbox": "复选框",
"Child organizations": "子组织",
"Chinese": "中文",
"Choose a form to fill out and create entities": "选择表格填写并创建实体",
"Choose target": "选择目标",
"Choose type": "选择类型",
"CISA KEV": "CISA KEV",
"Cities": "城市",
"Cities | Locations": "城市/地点",
"Citizenship": "国籍",
"City": "城市",
"Cleaning up this rule on the existing data": "正在清除现有数据上的此规则",
"Clear": "清除",
"Clear all filters": "清除所有筛选器",
"Clear all works": "清除所有作品",
"Clear filters": "清除过滤器",
"Clear local storage": "清除本地存储",
"Clear mappings": "清除映射",
"Clear this connector": "清除此连接器",
"Click here to add one": "单击此处添加",
"Click on details to see more information": "点击详细信息以查看更多信息",
"Click to view full value": "点击查看全部价值",
"Client certificate": "客户端证书",
"Client Certificate": "客户端证书",
"Client certificate requires the platform to be configured with HTTPS": "客户端证书要求平台配置 HTTPS",
"Client ID": "客户端 ID",
"Client Secret": "客户秘密",
"Client secret": "客户端密钥",
"Client secret (leave empty to keep current)": "客户端密钥(留空以保持当前)",
"Close": "关闭",
"Close registration process?": "关闭注册程序?",
"Close unregistration process?": "关闭取消注册程序?",
"Cloud": "云",
"Cloud Control Plane": "云控制平面",
"club": "俱乐部",
"Cluster": "集群",
"Code": "代码",
"coercion": "强制",
"Collapse": "收起",
"Color": "颜色",
"color": "颜色",
"Column": "列",
"Column index": "列索引",
"Column name": "列名",
"Columns": "列",
"coming soon": "即将推出",
"Comma": "逗号",
"Comma-separated": "逗号分隔",
"comment": "注释",
"Commit message": "提交消息",
"Commit message when updating data from the UI.": "从UI更新数据时提交消息",
"Commit messages": "提交消息",
"Community": "社区",
"Compare": "对比",
"Compare with my security posture": "与我的安全态势相比",
"complete": "完成",
"COMPLETE_DELETE": "完成删除",
"Completed": "已完成",
"Completed tasks": "已完成的任务",
"Completed works": "已完成的工作",
"Complex": "复杂",
"Computing activity evaluation...": "计算活动评估...",
"Confidence": "置信度",
"confidence": "置信度",
"Confidence level": "置信级别",
"confidence scale configuration has been successfully updated": "置信度配置已成功更新",
"confidence_0": "无",
"confidence_15": "低",
"confidence_50": "中",
"confidence_75": "好",
"confidence_85": "高",
"confidence_gt": "置信度大于",
"confidence_lte": "置信度低于或等于",
"confidence_unknown": "未知",
"Confidences": "秘密",
"Confidentiality Impact (C)": "保密性影响 (C)",
"Confidentiality impact (C)": "保密性影响 (C)",
"Configuration": "配置",
"Configuration | Activity | Settings": "配置 | 活动 | 设置",
"Configuration Name": "配置名称",
"Configuration name": "配置名称",
"Configuration version": "配置版本",
"Configuration_version": "配置版本",
"Configure file indexing": "配置文件索引",
"Confirm": "确认",
"Confirmation": "确认",
"Confirmation required": "需要确认",
"Connected": "已连接",
"Connected since": "连接自",
"Connected workers": "已连接的工作器",
"connectedToId": "相关实体",
"Connection successfully verified": "已成功验证连接",
"Connectivity lost": "连接丢失",
"Connector": "连接器",
"Connector catalog": "连接器目录",
"Connector catalog | Ingestion | Data": "连接器目录 | 输入 | 数据",
"Connector catalogs": "连接器目录",
"Connector configuration": "连接器配置",
"Connector name": "连接器名称",
"Connectors": "连接器",
"Connectors & workers": "连接器和工作器",
"Connectors | Ingestion | Data": "连接器 | 输入 | 数据",
"Connectors API usage: register, ping, export push ...": "连接器API使用",
"consent message": "同意信息",
"Constituent": "组成",
"Contact information": "联系信息",
"contact the Filigran team": "联系 Filigran 团队",
"Contact us": "联系我们",
"Container": "容器",
"Container summary": "容器摘要",
"Container type": "容器类型",
"Container wrapper": "容器包装器",
"container_type": "容器类型",
"Containers": "容器",
"containers": "案例与分析",
"Containers (reports, groupings, notes & opinions)": "容器(报告、分组、注释和意见)",
"Containers digest": "容器摘要",
"Contains": "包含",
"contains": "包含",
"Content": "内容",
"Content (1 / line)": "内容 (1 / 行)",
"Content mapping view": "内容映射视图",
"Content max marking definition levels": "内容最大标记定义级别",
"Content view": "内容视图",
"contest": "比赛",
"Context": "上下文",
"context": "关联",
"Context relations": "上下文关系",
"Context_data.created_by_ref_id": "作者",
"Context_data.creator_ids": "创建者",
"Context_data.id": "相关实体",
"Context_data.labels_ids": "标签",
"Context_data.object_marking_refs_ids": "标记定义",
"Context_data.search": "搜索关键字",
"contextCreatedBy": "相关实体作者",
"contextCreator": "相关实体创建者",
"contextEntityId": "相关实体",
"contextEntityType": "相关实体类型",
"contextObjectLabel": "相关实体标签",
"contextObjectMarking": "相关实体标记",
"Contextual view": "情境视图",
"CONTINUE": "继续",
"Continue": "继续",
"Continue registration": "继续注册",
"Continue to register": "继续注册",
"Continue to unregister": "继续取消注册",
"Continue unregistration": "继续取消注册",
"Contracts": "合同",
"Control": "控制",
"Convert": "转换",
"Convert associated files to STIX 2.1": "将相关文件转换为 STIX 2.1",
"Convert Service account": "转换服务账户",
"Convert Service account into User": "将服务帐户转换为用户帐户",
"Convert this workbench to a draft": "将此工作台转换为草稿",
"Convert to draft": "转换为草稿",
"Convert User": "转换用户",
"convert USER": "转换用户",
"Convert User into Service account": "将用户转换为服务帐户",
"Copied": "已复制",
"Copied to clipboard": "已复制到剪貼板",
"Copy": "复制",
"copy": "复制",
"Copy attribute name to clipboard": "复制属性名到剪贴板",
"Copy confidence level to OpenCTI scores for indicators": "将置信度复制到 OpenCTI 指标得分",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "复制已关闭:选取元素过多(复制的最大元素数:",
"Copy link": "复制链接",
"Copy OpenCTI scores to confidence level for indicators": "将 OpenCTI 分数复制到指标的置信水平",
"Copy public link": "复制公共链接",
"Copy to clipboard": "复制到剪贴板",
"Copy uri to clipboard for your csv client": "将 uri 复制到剪贴板,供 csv 客户端使用",
"Copy uri to clipboard for your Taxii client": "为 Taxii 客户端复制 uri 到剪贴板",
"Copy widget name to clipboard": "将部件名称复制到剪贴板",
"Copy/paste mode": "复制/粘贴模式",
"Copy/paste text content": "复制/粘贴文本内容",
"Correlate": "关联",
"Correlated cases": "相关案例",
"Correlated containers": "相关容器",
"Correlated groupings": "相关分组",
"Correlated indicators and observables": "相关指标和观测指标",
"Correlated indicators and observables distribution": "相关指标和观测值分布",
"Correlated intrusion sets": "相关入侵集",
"Correlated reports": "相关报道",
"Correlation view": "关联视图",
"Count": "总数",
"Countries": "国家/地区",
"Countries | Locations": "国家|地点",
"Country": "国家/地区",
"Country of Residence": "居住国家",
"Course of action": "应对措施",
"Courses of action": "应对措施",
"Courses of Action | Techniques": "行动路线|技巧",
"Courses of action view": "应对措施视图",
"Cover page text color": "封面文字颜色",
"Coverage": "覆盖范围",
"Coverage details": "保险详情",
"Coverage information": "覆盖率信息",
"Coverage Information": "覆盖范围信息",
"Coverage name": "覆盖范围名称",
"Coverage recurrence (every x)": "覆盖重复性(每 x 次)",
"Coverage score (0-100)": "覆盖范围得分(0-100)",
"Coverage update periodicity": "保险更新周期",
"Coverage validity period": "保险有效期",
"Covered entity": "覆盖实体",
"CREATE": "创建",
"Create": "创建",
"create": "创建",
"Create ...": "创建 {entity_type}",
"Create / Update dashboards": "创建/更新仪表板",
"Create / Update investigations": "创建/更新调查",
"Create / Update knowledge": "创建/更新知识",
"Create a campaign": "创建攻击活动",
"Create a case template": "创建新案例模板",
"Create a channel": "创建频道",
"Create a city": "创建城市",
"Create a connector": "创建连接器",
"Create a container and wrap the element inside it": "创建一个容器并将元素包裹其中",
"Create a content from a template": "从模板创建内容",
"Create a country": "创建国家/地区",
"Create a course of action": "创建应对措施",
"Create a coverage": "创建一个覆盖范围",
"Create a CSV Feed": "创建 CSV Feed",
"Create a CSV Ingester": "创建一个CSV导入程序",
"Create a CSV ingester": "创建 CSV 采集器",
"Create a CSV mapper": "创建CSV映射器",
"Create a CSV Mapper configuration": "创建CSV映射配置",
"Create a custom theme": "创建自定义主题",
"Create a data component": "创建数据组件",
"Create a data source": "创建数据源",
"Create a decay exclusion rule": "创建衰变排除规则",
"Create a decay rule": "创建衰变规则",
"Create a dissemination list": "创建传播清单",
"Create a Draft": "创建草稿",
"Create a feed": "创建订阅源",
"Create a feedback": "创建反馈",
"Create a file": "创建文件",
"Create a fintel design": "创建芬特尔设计",
"Create a form": "创建表格",
"Create a group": "创建组",
"Create a grouping": "创建分组",
"Create a individual": "创建个体",
"Create a JSON feed": "创建 JSON 源",
"Create a JSON mapper": "创建 JSON 映射器",
"Create a kill chain phase": "创建杀伤链阶段",
"Create a label": "创建标签",
"Create a live activity trigger": "创建实时活动触发器",
"Create a live stream": "创建实时流",
"Create a live trigger": "创建实时触发器",
"Create a malware": "创建恶意软件",
"Create a malware analysis": "创建恶意软件分析",
"Create a marking definition": "创建标记定义",
"Create a message": "创建消息",
"Create a narrative": "创建叙述",
"Create a nested relationship": "创建嵌套关系",
"Create a new container at each run": "每次运行时创建一个新容器",
"Create a new file with the content": "创建一个包含内容的新文件",
"Create a new public dashboard": "创建新的公共仪表盘",
"Create a new template": "创建新模板",
"Create a note": "创建注释",
"Create a notifier": "创建通知器",
"Create a opinions": "创建意见",
"Create a playbook": "创建剧本",
"Create a position": "创建职位",
"Create a public dashboard": "创建公共仪表板",
"Create a region": "创建区域",
"Create a regular activity digest": "创建定期活动摘要",
"Create a regular digest": "创建定期摘要",
"Create a relationship": "创建关系",
"Create a report": "创建报告",
"Create a request for information": "创建信息请求",
"Create a request for takedown": "创建移除请求",
"Create a retention policy": "创建保留策略",
"Create a role": "创建角色",
"Create a RSS ingester": "创建RSS采集器",
"Create a sector": "创建部门",
"Create a security coverage": "创建安全覆盖",
"Create a security platform": "创建安全平台",
"Create a service account for this feed": "为此饲料创建服务账户",
"Create a sighting": "创建目击",
"Create a status": "创建状态",
"Create a status template": "创建状态模版",
"Create a stream": "创建一个流",
"Create a subscription": "创建一个订阅",
"Create a system": "创建系统",
"Create a task": "创建任务",
"Create a task template": "创建任务模板",
"Create a TAXII collection": "创建TAXII集合",
"Create a TAXII ingester": "创建 TAXII 接收站",
"Create a template": "创建模板",
"Create a threat actor group": "创建威胁行为者组",
"Create a threat actor individual": "创建威胁行为者个人",
"Create a tool": "创建攻击工具",
"Create a user": "创建用户",
"Create a user for this feed": "为该 feed 创建一个用户",
"Create a vocabulary": "创建词汇表",
"Create a vulnerability": "创建漏洞",
"Create a widget": "创建小部件",
"Create a workbench": "创建工作区",
"Create a workspace": "创建工作区",
"Create an area": "创建区域",
"Create an artifact": "创建工件",
"Create an attack pattern": "创建攻击模式",
"Create an attribute": "创建属性",
"Create an automatic user": "创建自动用户",
"Create an entity": "创建实体",
"Create an event": "创建活动",
"Create an exclusion list": "创建排除名单",
"Create an external reference": "创建外部引用",
"Create an incident": "创建安全事件",
"Create an incident response": "创建案例事件",
"Create an indicator": "创建攻击指标",
"Create an indicator based on an observable": "根据可观察对象创建指示器",
"Create an indicator from this observable": "从该可观测数据创建攻击指标",
"Create an infrastructure": "创建基础设施",
"Create an intrusion set": "创建入侵集合",
"Create an investigation": "创建调查",
"Create an observable": "创建可观测数据",
"Create an observed data": "创建可观测数据",
"Create an OpenCTI Stream": "创建 OpenCTI 流",
"Create an opinion": "创建意见",
"Create an organization": "创建组织",
"Create an outcome based on a template": "根据模板创建结果",
"Create and map": "创建和映射",
"Create as draft": "创建为草稿",
"Create as draft by default": "默认创建为草稿",
"Create Authentication": "创建身份验证",
"Create dashboard": "创建仪表板",
"Create external reference at upload": "上传时创建外部参考",
"Create file": "创建文件",
"Create indicators from all observables in the bundle": "从捆绑包中的所有观测变量创建指标",
"Create investigation": "创建调查",
"Create LDAP": "创建 LDAP",
"Create LDAP Authentication": "创建 LDAP 身份验证",
"Create Location": "创建位置",
"Create missing entities": "创建缺失的实体",
"Create multiple entities": "创建多个实体",
"Create multiple observables": "创建多个观测值",
"Create multiple relationships": "创建多重关系",
"Create observables based on an indicator": "基于指标创建可观测变量",
"Create observables from all indicators in the bundle": "从捆绑包中的所有观测指标创建观测指标",
"Create observables from this indicator": "从该指标创建观测值",
"Create OIDC": "创建 OIDC",
"Create OIDC Authentication": "创建 OIDC 身份验证",
"Create OpenID": "创建 OpenID",
"Create priority intelligence requirement": "创建优先情报需求",
"Create relations in bulk": "批量创建关系",
"Create relations in bulk for": "批量创建关系",
"Create Relationship": "创建关系",
"Create SAML": "创建 SAML",
"Create SAML Authentication": "创建 SAML 身份验证",
"Create SSO": "创建 SSO",
"Create unknown entities": "创建未知实体",
"Create Widget": "创建小工具",
"Create Workbench": "创建工作台",
"created": "创建",
"Created At": "创建于",
"Created by": "创建者",
"Created By": "创建者",
"Created entities": "创建的实体",
"Created the": "已创建",
"created_at": "创建",
"created_at_gt": "创建开始日期",
"created_at_lt": "创建结束日期",
"created_gt": "创建开始日期",
"created_lt": "创建结束日期",
"created-by": "作者",
"Created-by.internal_id": "创建者内部ID",
"createdBy": "作者",
"Creating entities...": "创建实体...",
"Creation": "创造",
"Creation date": "创建日期",
"Creation date (in this platform)": "创建日期(在此平台中)",
"Creator": "创建者",
"Creator_id": "创建者ID",
"creator_id": "创建者ID",
"Creators": "创建者",
"Credential": "证书",
"Credentials": "证书",
"Credentials lookup": "凭据查找",
"Criteria": "标准",
"Critical": "关键",
"CRITICAL": "严重",
"CSIRT": "CSIRT",
"CSV data.": "CSV 数据。",
"CSV Feeds": "CSV订阅源",
"CSV feeds": "CSV 饲料",
"CSV Feeds | Data sharing | Data": "CSV Feeds | 数据共享 | 数据",
"CSV Feeds | Ingestion | Data": "CSV 源 | 输入 | 数据",
"CSV file": "CSV文件",
"CSV mapper created": "创建的 CSV 映射器",
"CSV Mapper edition": "CSV映射器编辑",
"CSV Mappers": "CSV映射器",
"CSV Mappers | Processing | Data": "CSV 映射器 | 处理 | 数据",
"CSV separator": "CSV分隔符",
"CSV URL": "CSV URL",
"Current cache version date": "当前缓存版本日期",
"Current entity refers to the entity in which you will use the Fintel template. Removing this filter means you will lost the context of the container in which the template is used.": "当前实体是指使用 Fintel 模板的实体。移除该过滤器意味着您将失去使用该模板的容器的上下文。",
"Current instance": "当前实例",
"Current password": "当前密码",
"Current platform": "当前平台",
"Current specific accesses": "当前特定访问权限",
"Current stable score": "当前稳定分数",
"Current state": "当前状态",
"Current User": "当前用户",
"Custom dashboard": "自定义仪表盘",
"Custom dashboards": "自定义仪表盘",
"Custom dashboards | Dashboards": "自定义仪表盘",
"Customization": "定制化",
"Customize columns": "自定义列",
"Customize provider identifier": "自定义提供商标识符",
"Customize scale": "定制规模",
"CVSS V2": "CVSS V2",
"CVSS V3": "CVSS V3",
"CVSS V4": "CVSS V4",
"CVSS2 Access Complexity (AC)": "CVSS2 访问复杂性 (AC)",
"CVSS2 Access Vector (AV)": "CVSS2 访问向量 (AV)",
"CVSS2 Authentication (Au)": "CVSS2 验证 (Au)",
"CVSS2 Availability Impact (A)": "CVSS2 可用性影响 (A)",
"CVSS2 Confidentiality Impact (C)": "CVSS2 保密性影响 (C)",
"CVSS2 Exploitability (E)": "CVSS2 可利用性 (E)",
"CVSS2 Integrity Impact (I)": "CVSS2 完整性影响 (I)",
"CVSS2 Remediation Level (RL)": "CVSS2 修复级别 (RL)",
"CVSS2 Report Confidence (RC)": "CVSS2 报告可信度 (RC)",
"CVSS2 Score": "CVSS2 分数",
"CVSS2 Temporal Score": "CVSS2 时间分数",
"CVSS2 Vector": "CVSS2 向量",
"CVSS3 - Attack vector": "CVSS3 - 攻击向量",
"CVSS3 - Attack vector (AV)": "CVSS3 - 攻击向量 (AV)",
"CVSS3 - Availability impact": "CVSS3 - 可用性影响",
"CVSS3 - Availability impact (A)": "CVSS3 - 可用性影响 (A)",
"CVSS3 - Confidentiality impact": "CVSS3 - 保密性影响",
"CVSS3 - Confidentiality impact (C)": "CVSS3 - 保密性影响 (C)",
"CVSS3 - Integrity impact": "CVSS3 - 完整性影响",
"CVSS3 - Integrity impact (I)": "CVSS3 - 完整性影响 (I)",
"CVSS3 - Scope (S)": "CVSS3 - 范围 (S)",
"CVSS3 - Score": "CVSS3 - 得分",
"CVSS3 - Severity": "CVSS3 - 严重程度",
"CVSS3 Attack Complexity (AC)": "CVSS3 攻击复杂性 (AC)",
"CVSS3 Attack Vector (AV)": "CVSS3 攻击向量 (AV)",
"CVSS3 Availability Impact (A)": "CVSS3 可用性影响 (A)",
"CVSS3 Confidentiality Impact (C)": "CVSS3 保密性影响 (C)",
"CVSS3 Exploit Code Maturity (E)": "CVSS3 漏洞代码成熟度 (E)",
"CVSS3 Integrity Impact (I)": "CVSS3 完整性影响 (I)",
"CVSS3 Privileges Required (PR)": "CVSS3 所需权限 (PR)",
"CVSS3 Remediation Level (RL)": "CVSS3 修复级别 (RL)",
"CVSS3 Report Confidence (RC)": "CVSS3 报告可信度 (RC)",
"CVSS3 Score": "CVSS3 分数",
"CVSS3 Severity": "CVSS3 严重性",
"CVSS3 Temporal Score": "CVSS3 时间分数",
"CVSS3 User interaction (UI)": "CVSS3 用户交互 (UI)",
"CVSS3 Vector": "CVSS3 向量",
"CVSS4 Attack Complexity (AC)": "CVSS4 攻击复杂性 (AC)",
"CVSS4 Attack Requirements (AT)": "CVSS4 攻击要求 (AT)",
"CVSS4 Attack Vector (AV)": "CVSS4 攻击向量 (AV)",
"CVSS4 Exploit Maturity (E)": "CVSS4 漏洞利用成熟度 (E)",
"CVSS4 Privileges Required (PR)": "CVSS4 所需权限 (PR)",
"CVSS4 Score": "CVSS4 得分",
"CVSS4 Severity": "CVSS4 严重性",
"CVSS4 SS Avalability Impact (SA)": "CVSS4 SS 可用性影响 (SA)",
"CVSS4 SS Confidentiality Impact (SC)": "CVSS4 SS 保密性影响 (SC)",
"CVSS4 SS Integrity Impact (SI)": "CVSS4 SS 完整性影响 (SI)",
"CVSS4 User Interaction (UI)": "CVSS4 用户交互 (UI)",
"CVSS4 Vector": "CVSS4 向量",
"CVSS4 VS Availability Impact (VA)": "CVSS4 VS 可用性影响 (VA)",
"CVSS4 VS Confidentiality Impact (VC)": "CVSS4 VS 保密性影响 (VC)",
"CVSS4 VS Integrity Impact (VI)": "CVSS4 VS 完整性影响 (VI)",