Skip to content

Commit 4ed6bbc

Browse files
committed
[frontend/backend] Use filter interface for conditions (#15067)
1 parent c3830cc commit 4ed6bbc

47 files changed

Lines changed: 642 additions & 205 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

opencti-platform/opencti-front/lang/back/de.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "Wird entdeckt",
484484
"Is enabled": "Ist aktiviert",
485485
"Is family": "Ist Familie",
486+
"Is in group": "Ist in Gruppe",
487+
"Is in organization": "Ist in der Organisation",
486488
"Is inferred": "Wird abgeleitet",
487489
"Is live": "Ist live",
488490
"Is read": "Wird gelesen",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "Vorname des Benutzers",
10261028
"User ID": "Benutzer-ID",
10271029
"User id": "Benutzer-ID",
1030+
"User is": "Benutzer ist",
10281031
"User lastname": "Nachname des Benutzers",
10291032
"User service account": "Benutzerdienstkonto",
10301033
"User_id": "Benutzer_id",

opencti-platform/opencti-front/lang/back/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "Is detected",
484484
"Is enabled": "Is enabled",
485485
"Is family": "Is family",
486+
"Is in group": "Is in group",
487+
"Is in organization": "Is in organization",
486488
"Is inferred": "Is inferred",
487489
"Is live": "Is live",
488490
"Is read": "Is read",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "User firstname",
10261028
"User ID": "User ID",
10271029
"User id": "User id",
1030+
"User is": "User is",
10281031
"User lastname": "User lastname",
10291032
"User service account": "User service account",
10301033
"User_id": "User_id",

opencti-platform/opencti-front/lang/back/es.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "Se detecta",
484484
"Is enabled": "Está activado",
485485
"Is family": "Es familia",
486+
"Is in group": "Está en el grupo",
487+
"Is in organization": "Está en la organización",
486488
"Is inferred": "Se deduce",
487489
"Is live": "Está vivo",
488490
"Is read": "Se lee",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "Nombre de usuario",
10261028
"User ID": "ID de usuario",
10271029
"User id": "Id de usuario",
1030+
"User is": "El usuario es",
10281031
"User lastname": "Apellido del usuario",
10291032
"User service account": "Cuenta de servicio de usuario",
10301033
"User_id": "User_id",

opencti-platform/opencti-front/lang/back/fr.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "Est détecté",
484484
"Is enabled": "Est activé",
485485
"Is family": "Est la famille",
486+
"Is in group": "Est dans le groupe",
487+
"Is in organization": "Est dans l'organisation",
486488
"Is inferred": "Est déduit",
487489
"Is live": "Est en direct",
488490
"Is read": "Est lu",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "Prénom de l'utilisateur",
10261028
"User ID": "ID de l'utilisateur",
10271029
"User id": "Identité de l'utilisateur",
1030+
"User is": "L'utilisateur est",
10281031
"User lastname": "Nom de l'utilisateur",
10291032
"User service account": "Compte de service utilisateur",
10301033
"User_id": "User_id",

opencti-platform/opencti-front/lang/back/it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "È rilevato",
484484
"Is enabled": "È abilitato",
485485
"Is family": "È una famiglia",
486+
"Is in group": "È nel gruppo",
487+
"Is in organization": "Fa parte dell'organizzazione",
486488
"Is inferred": "Si deduce",
487489
"Is live": "È attivo",
488490
"Is read": "È letto",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "Nome utente",
10261028
"User ID": "ID utente",
10271029
"User id": "ID utente",
1030+
"User is": "L'utente è",
10281031
"User lastname": "Cognome utente",
10291032
"User service account": "Account di servizio utente",
10301033
"User_id": "ID_utente",

opencti-platform/opencti-front/lang/back/ja.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "検出される",
484484
"Is enabled": "有効",
485485
"Is family": "アーキテクチャの実行環境",
486+
"Is in group": "グループ内",
487+
"Is in organization": "組織に属している",
486488
"Is inferred": "推測される",
487489
"Is live": "ライブ",
488490
"Is read": "ユーザー",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "ユーザー名",
10261028
"User ID": "ユーザーID",
10271029
"User id": "ユーザーID",
1030+
"User is": "ユーザーは",
10281031
"User lastname": "ユーザー名",
10291032
"User service account": "ユーザー・サービス・アカウント",
10301033
"User_id": "ユーザID",

opencti-platform/opencti-front/lang/back/ko.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "감지됨",
484484
"Is enabled": "활성화됨",
485485
"Is family": "가족 여부",
486+
"Is in group": "그룹에 있음",
487+
"Is in organization": "조직에 있음",
486488
"Is inferred": "추론됨",
487489
"Is live": "실시간 여부",
488490
"Is read": "읽음 여부",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "사용자 이름",
10261028
"User ID": "사용자 ID",
10271029
"User id": "사용자 id",
1030+
"User is": "사용자는",
10281031
"User lastname": "사용자 성",
10291032
"User service account": "사용자 서비스 계정",
10301033
"User_id": "User_id",

opencti-platform/opencti-front/lang/back/ru.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "Обнаружено",
484484
"Is enabled": "Включено",
485485
"Is family": "Семья",
486+
"Is in group": "Находится в группе",
487+
"Is in organization": "Находится в организации",
486488
"Is inferred": "Предполагается",
487489
"Is live": "Живой",
488490
"Is read": "Прочитано",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "Имя пользователя",
10261028
"User ID": "Идентификатор пользователя",
10271029
"User id": "Идентификатор пользователя",
1030+
"User is": "Пользователь",
10281031
"User lastname": "Фамилия пользователя",
10291032
"User service account": "Учетная запись службы пользователя",
10301033
"User_id": "User_id",

opencti-platform/opencti-front/lang/back/zh.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@
483483
"Is detected": "被检测到",
484484
"Is enabled": "已启用",
485485
"Is family": "是家族",
486+
"Is in group": "所在组别",
487+
"Is in organization": "是否参加组织",
486488
"Is inferred": "推论出",
487489
"Is live": "活动的",
488490
"Is read": "已读",
@@ -1025,6 +1027,7 @@
10251027
"User firstname": "用户名",
10261028
"User ID": "用户 ID",
10271029
"User id": "用户 ID",
1030+
"User is": "用户是",
10281031
"User lastname": "用户姓氏",
10291032
"User service account": "用户服务账户",
10301033
"User_id": "用户id",

opencti-platform/opencti-front/lang/front/de.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,7 @@
14041404
"Download this support package": "Laden Sie dieses Support-Paket herunter",
14051405
"Draft": "Entwurf",
14061406
"Draft context set successfully.": "Entwurfskontext erfolgreich gesetzt.",
1407+
"Draft filters": "Entwurfsfilter",
14071408
"Draft Mode": "Entwurfsmodus",
14081409
"Draft name": "Name des Entwurfs",
14091410
"Draft overview": "Entwurf einer Übersicht",
@@ -4769,10 +4770,14 @@
47694770
"Workbench": "Werkbank",
47704771
"Workers statistics": "Arbeiterstatistik",
47714772
"Workflow": "Arbeitsablauf",
4773+
"Workflow filters": "Workflow-Filter",
47724774
"Workflow of": "Arbeitsablauf von",
47734775
"Workflow status": "Workflow-Status",
47744776
"Workflow successfully updated": "Workflow erfolgreich aktualisiert",
4777+
"workflow_group": "Gruppe",
47754778
"workflow_id": "Status",
4779+
"workflow_organization": "Organisation",
4780+
"workflow_user": "Benutzer",
47764781
"Workflows": "Arbeitsabläufe",
47774782
"Works": "Werke",
47784783
"Workspace": "Arbeitsbereich",

0 commit comments

Comments
 (0)