File tree Expand file tree Collapse file tree 16 files changed +677
-636
lines changed
opencti-platform/opencti-front Expand file tree Collapse file tree 16 files changed +677
-636
lines changed Original file line number Diff line number Diff line change 23652365 "lte" : " Kleiner als oder gleich" ,
23662366 "MAC address" : " MAC-Adresse" ,
23672367 "MAC addresses" : " MAC-Adressen" ,
2368+ "Made by" : " Hergestellt von" ,
23682369 "Main content" : " Hauptinhalt" ,
23692370 "Main Entity" : " Hauptentität" ,
23702371 "Main Entity Fields" : " Hauptentitätsfelder" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " Lower than or equals" ,
23662366 "MAC address" : " MAC address" ,
23672367 "MAC addresses" : " MAC addresses" ,
2368+ "Made by" : " Made by" ,
23682369 "Main content" : " Main content" ,
23692370 "Main Entity" : " Main Entity" ,
23702371 "Main Entity Fields" : " Main Entity Fields" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " Inferior o igual a" ,
23662366 "MAC address" : " Dirección MAC" ,
23672367 "MAC addresses" : " Direcciones MAC" ,
2368+ "Made by" : " Fabricado por" ,
23682369 "Main content" : " Contenido principal" ,
23692370 "Main Entity" : " Entidad principal" ,
23702371 "Main Entity Fields" : " Campos de la entidad principal" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " Inférieur ou égal à" ,
23662366 "MAC address" : " Adresse MAC" ,
23672367 "MAC addresses" : " Adresses MAC" ,
2368+ "Made by" : " Créé par" ,
23682369 "Main content" : " Contenu principal" ,
23692370 "Main Entity" : " Entité principale" ,
23702371 "Main Entity Fields" : " Champs de l'entité principale" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " minore o uguale a" ,
23662366 "MAC address" : " Indirizzo MAC" ,
23672367 "MAC addresses" : " Indirizzi MAC" ,
2368+ "Made by" : " Realizzato da" ,
23682369 "Main content" : " Contenuto principale" ,
23692370 "Main Entity" : " Entità principale" ,
23702371 "Main Entity Fields" : " Campi dell'entità principale" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " 以下" ,
23662366 "MAC address" : " MACアドレス" ,
23672367 "MAC addresses" : " MACアドレス" ,
2368+ "Made by" : " メイド・バイ" ,
23682369 "Main content" : " メインコンテンツ" ,
23692370 "Main Entity" : " メイン・エンティティ" ,
23702371 "Main Entity Fields" : " 主なエンティティフィールド" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " 보다 낮거나 같음" ,
23662366 "MAC address" : " MAC 주소" ,
23672367 "MAC addresses" : " MAC 주소" ,
2368+ "Made by" : " 제작자" ,
23682369 "Main content" : " 주요 내용" ,
23692370 "Main Entity" : " 주 엔티티" ,
23702371 "Main Entity Fields" : " 주요 엔티티 필드" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " lte" ,
23662366 "MAC address" : " MAC-адрес" ,
23672367 "MAC addresses" : " MAC-адреса" ,
2368+ "Made by" : " Сделано" ,
23682369 "Main content" : " Основное содержание" ,
23692370 "Main Entity" : " Основная сущность" ,
23702371 "Main Entity Fields" : " Основные поля сущности" ,
Original file line number Diff line number Diff line change 23652365 "lte" : " 小于或等于" ,
23662366 "MAC address" : " MAC地址" ,
23672367 "MAC addresses" : " MAC地址" ,
2368+ "Made by" : " 由" ,
23682369 "Main content" : " 主要内容" ,
23692370 "Main Entity" : " 主实体" ,
23702371 "Main Entity Fields" : " 主要实体字段" ,
Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ declare module '@mui/material/styles' {
5959 light ?: string ;
6060 dark ?: string ;
6161 } ;
62+ background : {
63+ paper : string ;
64+ default : string ;
65+ secondary : string ;
66+ nav : string ;
67+ popoverItem : string ;
68+ } ;
6269 }
6370
6471 interface PaletteOptions {
@@ -77,6 +84,13 @@ declare module '@mui/material/styles' {
7784 light ?: string ;
7885 dark ?: string ;
7986 } ;
87+ background ?: {
88+ paper ?: string ;
89+ default ?: string ;
90+ secondary ?: string ;
91+ nav ?: string ;
92+ popoverItem ?: string ;
93+ } ;
8094 }
8195
8296 interface Theme {
@@ -101,6 +115,7 @@ declare module '@mui/material/styles' {
101115 small ?: SizeConfig ;
102116 } ;
103117 } ;
118+
104119 }
105120}
106121
@@ -132,6 +147,7 @@ interface ExtendedBackground extends TypeBackground {
132147 accent : string ;
133148 shadow : string ;
134149 secondary : string ;
150+ popoverItem : string ;
135151}
136152
137153interface ExtendedText extends TypeText {
@@ -141,6 +157,12 @@ interface ExtendedText extends TypeText {
141157interface ExtendedPaletteOptions extends PaletteOptions {
142158 common : Partial < CommonColors & { grey : string ; lightGrey : string } > ;
143159 background : Partial < ExtendedBackground > ;
160+ leftBar : {
161+ header : {
162+ itemBackground : string ;
163+ } ;
164+ popoverItem : string ;
165+ } ;
144166 border : {
145167 primary : string ;
146168 secondary : string ;
You can’t perform that action at this time.
0 commit comments