Skip to content

Commit

Permalink
[frontend/backend] Split dashboard views between dashboards and publi…
Browse files Browse the repository at this point in the history
…c dashboards (#6509)

Co-authored-by: Landry Trebon <[email protected]>
  • Loading branch information
CelineSebe and lndrtrbn authored Aug 19, 2024
1 parent c504df2 commit 5061a4f
Show file tree
Hide file tree
Showing 54 changed files with 1,056 additions and 287 deletions.
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "Dunkles Papier",
"Dark primary": "Dunkle primäre",
"Dark secondary": "Dunkelheit sekundär",
"Dashboard": "Dashboard",
"Dashboard id": "Dashboard-ID",
"Data": "Daten",
"Data source": "Datenquelle",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Uri-Schlüssel",
"URI key": "URI-Schlüssel",
"URL": "URL",
"User": "Benutzer",
"User account creator": "Ersteller des Benutzerkontos",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "Dark paper",
"Dark primary": "Dark primary",
"Dark secondary": "Dark secondary",
"Dashboard": "Dashboard",
"Dashboard id": "Dashboard id",
"Data": "Data",
"Data source": "Data source",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Uri key",
"URI key": "URI key",
"URL": "URL",
"User": "User",
"User account creator": "User account creator",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "Papel oscuro",
"Dark primary": "Oscuro primario",
"Dark secondary": "Oscuro secundario",
"Dashboard": "Cuadro de mandos",
"Dashboard id": "ID del panel",
"Data": "Datos",
"Data source": "Fuente de datos",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Clave Uri",
"URI key": "Clave URI",
"URL": "URL",
"User": "Usuario",
"User account creator": "Creador de la cuenta de usuario",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "Papier foncé",
"Dark primary": "Primaire foncée",
"Dark secondary": "Sombre secondaire",
"Dashboard": "Tableau de bord",
"Dashboard id": "Identifiant du tableau de bord",
"Data": "Données",
"Data source": "Source de données",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Clé Uri",
"URI key": "Clé URI",
"URL": "URL",
"User": "Utilisateur",
"User account creator": "Créateur du compte utilisateur",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "暗い紙",
"Dark primary": "暗いプライマリ",
"Dark secondary": "ダークセカンダリー",
"Dashboard": "ダッシュボード",
"Dashboard id": "ダッシュボードID",
"Data": "データ",
"Data source": "レイヤー",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "ウリ",
"Uri key": "Uri キー",
"URI key": "URIキー",
"URL": "URL",
"User": "内蔵",
"User account creator": "ユーザーアカウント作成者",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "어두운 종이",
"Dark primary": "어두운 주요 색상",
"Dark secondary": "어두운 보조 색상",
"Dashboard": "대시보드",
"Dashboard id": "대시보드 ID",
"Data": "데이터",
"Data source": "데이터 출처",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Uri 키",
"URI key": "URI 키",
"URL": "URL",
"User": "사용자",
"User account creator": "사용자 계정 생성자",
Expand Down
2 changes: 2 additions & 0 deletions opencti-platform/opencti-front/lang/back/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Dark paper": "深色页面",
"Dark primary": "深色基调",
"Dark secondary": "深色附属",
"Dashboard": "仪表板",
"Dashboard id": "控制面板 ID",
"Data": "数据",
"Data source": "数据源",
Expand Down Expand Up @@ -672,6 +673,7 @@
"URI": "URI",
"Uri": "Uri",
"Uri key": "Uri key",
"URI key": "URI 密钥",
"URL": "URL",
"User": "用户",
"User account creator": "用户账户创建者",
Expand Down
6 changes: 6 additions & 0 deletions opencti-platform/opencti-front/lang/front/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"Copy": "Kopieren",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "Kopieren deaktiviert: zu viele ausgewählte Elemente (maximale Anzahl von Elementen für eine Kopie:",
"Copy link": "Link kopieren",
"Copy public link": "Öffentlichen Link kopieren",
"Copy uri to clipboard for your csv client": "Kopiere uri in die Zwischenablage für deinen csv Client",
"Copy uri to clipboard for your Taxii client": "Kopiere uri in die Zwischenablage für deinen Taxii-Client",
"Copy/paste text content": "Kopieren/Einfügen von Textinhalten",
Expand Down Expand Up @@ -667,6 +668,7 @@
"Disable horizontal tree mode": "Deaktivieren des horizontalen Baummodus",
"Disable invert colors": "Farben invertieren deaktivieren",
"Disable public dashboard": "Öffentliches Dashboard deaktivieren",
"Disable public link": "Öffentlichen Link deaktivieren",
"Disable timeout on this page": "Timeout auf dieser Seite deaktivieren",
"Disable tree horizontal mode": "Deaktivieren des horizontalen Baummodus",
"Disable tree vertical mode": "Vertikalmodus des Baums deaktivieren",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"Global search": "Globale Suche",
"Global streams are available for granted users. Live at /stream/live and raw at /stream": "Globale Streams sind für zugelassene Benutzer verfügbar. Live unter /stream/live und raw unter /stream",
"Global workbenches": "Globale Werkbänke",
"Go to Original dashboard": "Zum ursprünglichen Dashboard gehen",
"Goals": "Ziele",
"goals": "ziele",
"Goals (1 / line)": "Ziele (1 / Zeile)",
Expand Down Expand Up @@ -1616,6 +1619,7 @@
"Max level markings": "Max Level Markierungen",
"Max marking definition level": "Maximale Markierungsdefinitionsebene",
"Max marking definitions override...": "Die von Ihnen festgelegten maximalen Markierungsdefinitionen sind höher als die vom Administrator konfigurierten. Sie werden durch ersetzt:",
"Max markings shared": "Max Markierungen geteilt",
"Max retention": "Maximale Aufbewahrung",
"Maximum": "Maximum",
"Maximum marking definition allowed to be shared for public dashboard": "Maximale Markierungsdefinition, die für das öffentliche Dashboard freigegeben werden kann",
Expand Down Expand Up @@ -2339,6 +2343,7 @@
"Share as public dashboard": "Als öffentliches Dashboard freigeben",
"Share with an organization": "Teilen mit einer Organisation",
"Share with organizations": "Mit Organisationen teilen",
"Shared by": "Geteilt von",
"shodan": "Shodan",
"Show left navigation submenu icons": "Symbole des linken Navigations-Untermenüs anzeigen",
"Show suggested mapping": "Vorgeschlagenes Mapping anzeigen",
Expand Down Expand Up @@ -2883,6 +2888,7 @@
"View all": "Alle anzeigen",
"View all entities created by user": "Alle vom Benutzer erstellten Organisationen anzeigen",
"View all relationships created by user": "Alle vom Benutzer erstellten Beziehungen anzeigen",
"View associated public dashboards": "Zugehörige öffentliche Dashboards anzeigen",
"View the item": "Betrachten Sie das Element",
"Visualization": "Visualisierung",
"Vocabularies": "Vokabularien",
Expand Down
6 changes: 6 additions & 0 deletions opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"copy": "copy",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "Copy disabled: too many selected elements (maximum number of elements for a copy: ",
"Copy link": "Copy link",
"Copy public link": "Copy public link",
"Copy uri to clipboard for your csv client": "Copy uri to clipboard for your csv client",
"Copy uri to clipboard for your Taxii client": "Copy uri to clipboard for your Taxii client",
"Copy/paste text content": "Copy/paste text content",
Expand Down Expand Up @@ -667,6 +668,7 @@
"Disable horizontal tree mode": "Disable horizontal tree mode",
"Disable invert colors": "Disable invert colors",
"Disable public dashboard": "Disable public dashboard",
"Disable public link": "Disable public link",
"Disable timeout on this page": "Disable timeout on this page",
"Disable tree horizontal mode": "Disable tree horizontal mode",
"Disable tree vertical mode": "Disable tree vertical mode",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"Global search": "Global search",
"Global streams are available for granted users. Live at /stream/live and raw at /stream": "Global streams are available for granted users. Live at /stream/live and raw at /stream",
"Global workbenches": "Global workbenches",
"Go to Original dashboard": "Go to Original dashboard",
"Goals": "Goals",
"goals": "goals",
"Goals (1 / line)": "Goals (1 / line)",
Expand Down Expand Up @@ -1616,6 +1619,7 @@
"Max level markings": "Max level markings",
"Max marking definition level": "Max marking definition level",
"Max marking definitions override...": "Max marking definitions you defined are higher than the ones configured by admin. They will be replaced by:",
"Max markings shared": "Max markings shared",
"Max retention": "Max retention",
"Maximum": "Maximum",
"Maximum marking definition allowed to be shared for public dashboard": "Maximum marking definition allowed to be shared for public dashboard",
Expand Down Expand Up @@ -2339,6 +2343,7 @@
"Share as public dashboard": "Share as public dashboard",
"Share with an organization": "Share with an organization",
"Share with organizations": "Share with organizations",
"Shared by": "Shared by",
"shodan": "Shodan",
"Show left navigation submenu icons": "Show left navigation submenu icons",
"Show suggested mapping": "Show suggested mapping",
Expand Down Expand Up @@ -2883,6 +2888,7 @@
"View all": "View all",
"View all entities created by user": "View all entities created by user",
"View all relationships created by user": "View all relationships created by user",
"View associated public dashboards": "View associated public dashboards",
"View the item": "View the item",
"Visualization": "Visualization",
"Vocabularies": "Vocabularies",
Expand Down
6 changes: 6 additions & 0 deletions opencti-platform/opencti-front/lang/front/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"copy": "copia",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "Copia deshabilitada: demasiados elementos seleccionados (número máximo de elementos para una copia: ",
"Copy link": "Copiar enlace",
"Copy public link": "Copiar enlace público",
"Copy uri to clipboard for your csv client": "Copiar uri al portapapeles para su cliente csv",
"Copy uri to clipboard for your Taxii client": "Copiar uri al portapapeles para su cliente Taxii",
"Copy/paste text content": "Copiar o pegar contenido textual",
Expand Down Expand Up @@ -667,6 +668,7 @@
"Disable horizontal tree mode": "Desactivar el modo de árbol horizontal",
"Disable invert colors": "Desactivar invertir colores",
"Disable public dashboard": "Desactivar panel público",
"Disable public link": "Desactivar enlace público",
"Disable timeout on this page": "Deshabilitar el tiempo de espera en esta página",
"Disable tree horizontal mode": "Desactivar el modo árbol horizontal",
"Disable tree vertical mode": "Desactivar el modo árbol vertical",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"Global search": "Búsqueda global",
"Global streams are available for granted users. Live at /stream/live and raw at /stream": "Las publicaciones en vivo están permitidas para usuarios autorizados. En tiempo real en /stream/live y en bruto en /stream",
"Global workbenches": "Bancos de trabajo globales",
"Go to Original dashboard": "Ir al panel original",
"Goals": "Objetivos",
"goals": "Objetivos",
"Goals (1 / line)": "Objetivos (1 por línea)",
Expand Down Expand Up @@ -1616,6 +1619,7 @@
"Max level markings": "Marcas de nivel máximo",
"Max marking definition level": "Máximo nivel de categoría de clasificación",
"Max marking definitions override...": "Las definiciones de marcado máximo que ha definido son superiores a las configuradas por el administrador. Serán sustituidas por:",
"Max markings shared": "Marcas máximas compartidas",
"Max retention": "Retención máxima",
"Maximum": "Máximo",
"Maximum marking definition allowed to be shared for public dashboard": "Máxima definición de marcado que se permite compartir para el cuadro de mandos público",
Expand Down Expand Up @@ -2339,6 +2343,7 @@
"Share as public dashboard": "Compartir como tablero público",
"Share with an organization": "Compartir con una organización",
"Share with organizations": "Compartir con organizaciones",
"Shared by": "Compartido por",
"shodan": "Shodan",
"Show left navigation submenu icons": "Mostrar iconos del submenú de navegación izquierdo",
"Show suggested mapping": "Mostrar mapeo sugerida",
Expand Down Expand Up @@ -2883,6 +2888,7 @@
"View all": "Ver todos",
"View all entities created by user": "Ver todas las entidades creadas por el usuario",
"View all relationships created by user": "Ver todas las relaciones creadas por el usuario",
"View associated public dashboards": "Ver los cuadros de mando públicos asociados",
"View the item": "Ver el objeto",
"Visualization": "Visualización",
"Vocabularies": "Vocabularios",
Expand Down
6 changes: 6 additions & 0 deletions opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"copy": "copie",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "Copie désactivée : trop d’éléments sélectionnés (nombre maximum d'éléments pour une copie: ",
"Copy link": "Copier le lien",
"Copy public link": "Copier le lien public",
"Copy uri to clipboard for your csv client": "Copier l'uri dans le presse-papier pour votre client csv",
"Copy uri to clipboard for your Taxii client": "Copier l'uri dans le presse-papier pour votre client Taxii",
"Copy/paste text content": "Copier/coller du contenu textuel",
Expand Down Expand Up @@ -667,6 +668,7 @@
"Disable horizontal tree mode": "Désactiver le mode arbre horizontal",
"Disable invert colors": "Désactiver l'inversion des couleurs",
"Disable public dashboard": "Désactiver le tableau de bord public",
"Disable public link": "Désactiver le lien public",
"Disable timeout on this page": "Désactiver le délai d'attente sur cette page",
"Disable tree horizontal mode": "Désactiver le mode arbre horizontal",
"Disable tree vertical mode": "Désactiver le mode arbre vertical",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"Global search": "Recherche globale",
"Global streams are available for granted users. Live at /stream/live and raw at /stream": "Les flux globaux sont disponibles pour les utilisateurs autorisés. Live à /stream/live et raw à /stream",
"Global workbenches": "Établis globaux",
"Go to Original dashboard": "Aller au tableau de bord original",
"Goals": "Objectifs",
"goals": "Objectifs",
"Goals (1 / line)": "Objectifs (1 / ligne)",
Expand Down Expand Up @@ -1616,6 +1619,7 @@
"Max level markings": "Marquage de niveau maximum",
"Max marking definition level": "Niveau de marquage maximum",
"Max marking definitions override...": "Les définitions de marquage maximales que vous avez définies sont supérieures à celles configurées par l'administrateur. Elles seront remplacées par :",
"Max markings shared": "Marquages maximaux partagés",
"Max retention": "Rétention maximum",
"Maximum": "Maximum",
"Maximum marking definition allowed to be shared for public dashboard": "Définition maximale du marquage autorisée à être partagée pour le tableau de bord public",
Expand Down Expand Up @@ -2339,6 +2343,7 @@
"Share as public dashboard": "Partager comme tableau de bord public",
"Share with an organization": "Partager avec une organisation",
"Share with organizations": "Partager avec des organisations",
"Shared by": "Partagé par",
"shodan": "Shodan",
"Show left navigation submenu icons": "Afficher les icônes des sous-menus de la navigation de gauche",
"Show suggested mapping": "Afficher le mapping suggéré",
Expand Down Expand Up @@ -2883,6 +2888,7 @@
"View all": "Tout voir",
"View all entities created by user": "Voir toutes les entités créées par l'utilisateur",
"View all relationships created by user": "Afficher toutes les relations créées par l'utilisateur",
"View associated public dashboards": "Voir les tableaux de bord publics associés",
"View the item": "Voir l'object",
"Visualization": "Visualisation",
"Vocabularies": "Vocabulaires",
Expand Down
6 changes: 6 additions & 0 deletions opencti-platform/opencti-front/lang/front/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"copy": "コピー",
"Copy disabled: too many selected elements (maximum number of elements for a copy: ": "コピー無効:選択した要素が多すぎます(コピーの要素の最大数:",
"Copy link": "リンクをコピー",
"Copy public link": "公開リンクをコピー",
"Copy uri to clipboard for your csv client": "csvクライアント用にuriをクリップボードにコピーする",
"Copy uri to clipboard for your Taxii client": "TaxiiクライアントのURIをクリップボードにコピーする",
"Copy/paste text content": "コンテンツのコピー/ペースト",
Expand Down Expand Up @@ -667,6 +668,7 @@
"Disable horizontal tree mode": "水平ツリーモードを無効にする",
"Disable invert colors": "色の反転を無効にする",
"Disable public dashboard": "公開ダッシュボードを無効にする",
"Disable public link": "公開リンクを無効にする",
"Disable timeout on this page": "このページでタイムアウトを無効にする",
"Disable tree horizontal mode": "水平ツリー表示をやめる",
"Disable tree vertical mode": "垂直ツリー表示をやめる",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"Global search": "グローバル検索",
"Global streams are available for granted users. Live at /stream/live and raw at /stream": "グローバルストリームが許可されたユーザーで利用可能です。ライブストリームは/stream/live、生データは/streamから利用してください。",
"Global workbenches": "グローバルワークベンチ",
"Go to Original dashboard": "オリジナルダッシュボードへ",
"Goals": "目標",
"goals": "目標",
"Goals (1 / line)": "目標 (1行あたり1つ)",
Expand Down Expand Up @@ -1616,6 +1619,7 @@
"Max level markings": "最大レベルのマーキング",
"Max marking definition level": "データマーキングレベルの最大値",
"Max marking definitions override...": "あなたが定義したマーキング定義の最大値は、管理者が設定したものよりも高くなります。それらは",
"Max markings shared": "最大マーキング数",
"Max retention": "最大保持数",
"Maximum": "最大値",
"Maximum marking definition allowed to be shared for public dashboard": "公開ダッシュボードで共有できるマーキング定義の最大値",
Expand Down Expand Up @@ -2339,6 +2343,7 @@
"Share as public dashboard": "公開ダッシュボードとして共有",
"Share with an organization": "組織と共有する",
"Share with organizations": "組織と共有する",
"Shared by": "共有者",
"shodan": "Shodan",
"Show left navigation submenu icons": "左側のナビゲーション サブメニュー アイコンを表示する",
"Show suggested mapping": "提案されたマッピングを表示する",
Expand Down Expand Up @@ -2883,6 +2888,7 @@
"View all": "全てを見る",
"View all entities created by user": "ユーザーによって作成されたすべてのエンティティを表示する",
"View all relationships created by user": "ユーザーによって作成されたすべての関係を表示する",
"View associated public dashboards": "関連する公開ダッシュボードを見る",
"View the item": "アイテムの表示",
"Visualization": "可視化",
"Vocabularies": "語彙",
Expand Down
Loading

0 comments on commit 5061a4f

Please sign in to comment.