Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
aeac178
[backend] implement new workflows engine (#14047)
OctaveLaventure Mar 5, 2026
161ce66
[backend] Add authorized members side effect (#14047)
OctaveLaventure Mar 5, 2026
8407676
[backend/frontend] Trigger workflow transitions from the draft UI (#1…
OctaveLaventure Mar 17, 2026
680ae0b
[frontend] Workflow UI (#15066)
delemaf Mar 25, 2026
c3830cc
[frontend] fix create Status (#15221)
delemaf Mar 27, 2026
4ed6bbc
[frontend/backend] Use filter interface for conditions (#15067)
delemaf Apr 22, 2026
6f67992
[backend] Validate workflow schema on save (#14578)
OctaveLaventure Apr 28, 2026
6a92e4f
[frontend] Workflow: Improve UI and layout (#15068)
delemaf Apr 30, 2026
e3dcc02
[frontend/backend] allow settings comments on workflow transition (#1…
frapuks May 4, 2026
81613e9
[frontend] display allowed comment in the transition node (#15768)
frapuks May 5, 2026
510e182
[backend] type definitions and schema updates
OctaveLaventure Mar 12, 2026
dc23ce9
[frontend] add read-only toggle
OctaveLaventure Mar 12, 2026
11faffd
[frontend] add draft configuration
OctaveLaventure Mar 12, 2026
39e3e20
[frontend] add dynamic authorized members UI
OctaveLaventure Mar 13, 2026
6c32da3
[frontend] enforce read-only fields
OctaveLaventure Mar 13, 2026
17e52da
[frontend] handle draft custom fields init
OctaveLaventure Mar 13, 2026
0c79b96
[frontend] display defaults in form
OctaveLaventure Mar 18, 2026
9c4e217
[frontend] always display draft advanced options
OctaveLaventure Mar 18, 2026
4e4fe2e
[back/front] re-use authorized members component
OctaveLaventure Mar 18, 2026
4283bd4
[back/front] prevent non bypass from updating form intake authorized …
OctaveLaventure Mar 18, 2026
6954399
[back/front] add tests
OctaveLaventure Mar 19, 2026
a2c4285
[backend] fix draft author mapping from object to ID
OctaveLaventure Mar 20, 2026
30f495f
[frontend] prevent error on save
OctaveLaventure Mar 27, 2026
9a689db
[frontend] improve draft author validation and clearable state
OctaveLaventure Mar 27, 2026
261166e
[back/front] add other draft metadata to form intake
OctaveLaventure Mar 30, 2026
13a0c8e
[backend] ensure draft defaults can be cleared
OctaveLaventure Mar 31, 2026
219ae28
[frontend] fix lint errors
OctaveLaventure Mar 31, 2026
6f44b41
[backend] add draft fallback test and fix schema
OctaveLaventure Mar 31, 2026
b12e31c
[backend] Consolidate draft authorized-members normalization and type…
OctaveLaventure Mar 31, 2026
a74d61f
[frontend] Improve draft fields clarity and add test
OctaveLaventure Mar 31, 2026
4f9b654
[frontend] Centralize draft authorized-members migration and schema n…
OctaveLaventure Mar 31, 2026
8019e57
[frontend] fix form state sync and prevent random reset
OctaveLaventure Mar 31, 2026
8e3684e
[frontend] Reduce nested Formik contexts
OctaveLaventure Mar 31, 2026
128c824
[frontend] fix linting
OctaveLaventure Mar 31, 2026
a0a0abf
[backend] fix form submit test
OctaveLaventure Mar 31, 2026
2fb361c
[frontend] fix authorized members field Formik flow
OctaveLaventure Apr 2, 2026
7f765a7
[frontend] add translations
OctaveLaventure Apr 2, 2026
2a66de6
[frontend] make playbook dynamic keys generic
OctaveLaventure Apr 13, 2026
d766a1a
[back/front] implement feedbacks on author fields
OctaveLaventure Apr 13, 2026
e695a13
[back/front] allow dynamic org + group intersection in authorized mem…
OctaveLaventure Apr 13, 2026
cbcc916
[back/front] allow bypass of all uneditable fields
OctaveLaventure Apr 13, 2026
66b7cbe
[front/back] fix lint
OctaveLaventure Apr 13, 2026
03756c7
[frontend] fix translations
OctaveLaventure Apr 14, 2026
750661b
[back/front] use modern object property check
OctaveLaventure Apr 14, 2026
846fc97
[back/front] restore missing sanizitation after rebase
OctaveLaventure Apr 14, 2026
1c6d35f
[frontend] fix read only persistence
OctaveLaventure Apr 14, 2026
6c72e6b
[frontend] fix static author persistence
OctaveLaventure Apr 14, 2026
b53175e
[frontend] hidden read-only fields shouldn't block submit
OctaveLaventure Apr 14, 2026
fb750b3
[frontend] ensure bypass users can bypass uneditable fields
OctaveLaventure Apr 14, 2026
eb70728
[backend] enforce isEditable and isReadonly
OctaveLaventure Apr 14, 2026
37bb6df
[frontend] normalize submit
OctaveLaventure Apr 14, 2026
eac41d2
[back/front] improve test coverage
OctaveLaventure Apr 15, 2026
7a44a5a
[frontend] fix types
OctaveLaventure Apr 15, 2026
0785676
[frontend] fix author default value display for bypass
OctaveLaventure Apr 22, 2026
9b2f02a
[backend] fix read-only default value application for non-bypass users
OctaveLaventure Apr 22, 2026
af0bb84
[backend] explain group restriction resolution strategy
OctaveLaventure Apr 22, 2026
3c98cf2
[backend] fix test naming
OctaveLaventure Apr 22, 2026
d954622
[backend] fix indentation
OctaveLaventure Apr 22, 2026
3e82c92
[backend] fix main entity author inheritance
OctaveLaventure Apr 22, 2026
b25ccb4
[backend] remove unnecessary null checks
OctaveLaventure Apr 22, 2026
66e0bb9
[frontend] update viewform fields visibility rules
OctaveLaventure Apr 22, 2026
02ee7f4
[backend] fix types
OctaveLaventure Apr 23, 2026
90bdb7e
[frontend] update input labels
OctaveLaventure May 4, 2026
cf0e8c3
[backend/frontend] update AM field behavior
OctaveLaventure May 4, 2026
e2eb8d9
[frontend] display form view draft as a separate section
OctaveLaventure May 4, 2026
f467bf3
[frontend] fix + button placement in author field
OctaveLaventure May 4, 2026
58dbe3e
[frontend] display entity type in author subtext when reusing the mai…
OctaveLaventure May 4, 2026
db29864
[backend] fix draft exit
OctaveLaventure May 5, 2026
dc5d775
[frontend] fix disabling access restriction default value
OctaveLaventure May 5, 2026
b48d3e9
[frontend] fix AM editable toggle
OctaveLaventure May 5, 2026
7d75136
[frontend] display AM field if enabled + (manage AM capa or bypass)
OctaveLaventure May 5, 2026
f9aa15a
[frontend] fix default author saving
OctaveLaventure May 5, 2026
e86dc2b
[frontend] display draft fields based on editable attribute
OctaveLaventure May 5, 2026
a5184b1
[frontend] ensure required is false if editable is false
OctaveLaventure May 5, 2026
783310c
[backend] don't require admin user in AM for draft creation
OctaveLaventure May 5, 2026
d7e3cbd
[backend] add user to draft admins after creation via form intake
OctaveLaventure May 5, 2026
ebbf681
[frontend/backend] manage comment in definition, instance, and get in…
frapuks May 6, 2026
d5f9b1a
[frontend] add comment modal (#14054)
frapuks May 6, 2026
88775b6
[frontend/backend] add a comment in history and display the last comm…
frapuks May 6, 2026
1e7286d
[frontend/backend] add api last comment and remove history (#14054)
frapuks May 6, 2026
9100968
[frontend] use theme palette instead of hardcoded color
OctaveLaventure May 6, 2026
c41f46d
[frontend] refactor type definitions to reduce repetition
OctaveLaventure May 6, 2026
7054747
[backend] update test
OctaveLaventure May 6, 2026
19e5aed
[frontend/backend] replace lastComment api by lastHistory (#14054)
frapuks May 6, 2026
7eb11c2
[backend] add tests (#14054)
frapuks May 6, 2026
0988746
[frontend/backend] fix comment limit + simplify lastHistoryEntry (#14…
frapuks May 7, 2026
6ee9430
[frontend/backend] add tests (#14054)
frapuks May 7, 2026
16dddec
[frontend/backend] fix (#14054)
frapuks May 7, 2026
2c2b2c3
[frontend/backend] fix tests (#14054)
frapuks May 7, 2026
977a213
[froontend/backend] fix tests (#14054)
frapuks May 7, 2026
8733625
[backend] Workflow: data model – async pending state types and entity…
OctaveLaventure May 7, 2026
648eca4
[backend] Workflow: validation schema extensions and asyncBulkAction …
OctaveLaventure May 7, 2026
9435203
[backend] Workflow: two-phase async/sync engine execution
OctaveLaventure May 7, 2026
7e4803c
[backend] Workflow: extend createListTask with workflow correlation f…
OctaveLaventure May 7, 2026
22d100e
[backend] Workflow: async completion leaf module and work.js completi…
OctaveLaventure May 7, 2026
4e5d42d
[backend] Workflow: two-phase domain orchestration, retry, and admin …
OctaveLaventure May 7, 2026
211c3f3
[backend] Workflow: GraphQL schema additions and resolver wiring
OctaveLaventure May 7, 2026
484060b
[frontend] Workflow: asyncBulkAction config UI (utils, field item, tr…
OctaveLaventure May 7, 2026
4e4dd24
[frontend] fix test (#14054)
frapuks May 7, 2026
53b2e2c
[frontend] Workflow: pending/retry/clear/org-picker UI in WorkflowStatus
OctaveLaventure May 7, 2026
4fc9fdc
[frontend] Workflow: dynamic poll interval in DraftToolbar (2s when p…
OctaveLaventure May 7, 2026
708ebd4
[frontend] Workflow: regenerate Relay artifacts
OctaveLaventure May 7, 2026
c9059ea
[frontend] fix test (#14054)
frapuks May 7, 2026
7805446
[frontend] fix test (#14054)
frapuks May 7, 2026
36b4958
[backend/frontend] add org sharing inputs
OctaveLaventure May 7, 2026
b361a75
[frontend/backend] change comment icon + change limit to 1000 (#14054)
frapuks May 7, 2026
bda91bf
[backend/frontend] update pending tracking and display
OctaveLaventure May 7, 2026
bf167fa
[frontend] add translations
OctaveLaventure May 7, 2026
777358e
[backend/frontend] fix lint/ts
OctaveLaventure May 7, 2026
0d0a88c
[back/front] clean up dead code
OctaveLaventure May 8, 2026
fd6b851
[backend] remove unnecessary attribute registration
OctaveLaventure May 8, 2026
7608dc6
[backend] remove unnecessary find operation
OctaveLaventure May 8, 2026
4c4e600
[backend] implement retry mechanism by saving the task input
OctaveLaventure May 8, 2026
2d20afc
Merge branch 'issue/2484-draft-workflow-feature' into feature_branch/…
OctaveLaventure May 8, 2026
bc668d8
Merge branch 'issue/14054' into feature_branch/workflows-demo-may-12
OctaveLaventure May 8, 2026
84bb01b
[backend/frontend] update test + generated type
OctaveLaventure May 8, 2026
9438e40
[backend] add type declaration for js-deep-equals
OctaveLaventure May 8, 2026
5afceaf
[backend/frontend] add support for parallel share/unshare
OctaveLaventure May 8, 2026
e2b78f9
Merge branch 'issue/15069-async-actions' into feature_branch/workflow…
OctaveLaventure May 8, 2026
690269b
Merge branch 'issue/15069-async-actions' into feature_branch/workflow…
OctaveLaventure May 8, 2026
7f408d6
[backend] init workflow instance on draft creation
OctaveLaventure May 9, 2026
96f18bc
Merge branch 'issue/15069-async-actions' into feature_branch/workflow…
OctaveLaventure May 9, 2026
ddffa2d
[backend/frontend] support multiple from to the same transition
OctaveLaventure May 9, 2026
c06a252
[backend-frontend] display saved org + group restriction
OctaveLaventure May 11, 2026
7fd7e64
[backend/frontend] correctly handle multiple possible actions
OctaveLaventure May 11, 2026
6c30ce1
[frontend] add translations
OctaveLaventure May 11, 2026
12d2ac2
[backend] cleanup test after dead code removal
OctaveLaventure May 11, 2026
e73f61f
[backend] use a dedicated system user for workflow actions
OctaveLaventure May 11, 2026
93199bb
[frontend] update transition section titles wording
OctaveLaventure May 18, 2026
50b1354
cleanup workflow instances on draft deletion or validation
OctaveLaventure May 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_mapper_type",
"Ctime": "Ctime",
"Current draft context": "Aktueller Entwurfskontext",
"Current State": "Aktueller Stand",
"Current state cursor": "Aktueller Status Cursor",
"Current state date": "Aktuelles Statusdatum",
"Current stated date": "Aktuell angegebenes Datum",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "Höhenmaß",
"Height measure date": "Höhenmaß Datum",
"Hidden": "Versteckte",
"History": "Geschichte",
"Holder name": "Name des Inhabers",
"HUB_REGISTRATION_MANAGER": "Hub-Registrierungsmanager",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "Wird entdeckt",
"Is enabled": "Ist aktiviert",
"Is family": "Ist Familie",
"Is in group": "Ist in Gruppe",
"Is in organization": "Ist in der Organisation",
"Is inferred": "Wird abgeleitet",
"Is live": "Ist live",
"Is read": "Wird gelesen",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "Mustertyp",
"Pattern version": "Version des Musters",
"Payload": "Nutzlast",
"Pending Error": "Anstehender Fehler",
"Pending Status": "Ausstehender Status",
"Pending Transition": "Ausstehende Transition",
"Period": "Zeitraum",
"Periodicity": "Periodizität",
"Permissions required": "Erforderliche Berechtigungen",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "Vorname des Benutzers",
"User ID": "Benutzer-ID",
"User id": "Benutzer-ID",
"User is": "Benutzer ist",
"User lastname": "Nachname des Benutzers",
"User service account": "Benutzerdienstkonto",
"User_id": "Benutzer_id",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "Status des Arbeitsabschlusses",
"Work status": "Arbeitsstatus",
"Workbench labels": "Workbench-Etiketten",
"Workflow action ID": "Workflow-Aktions-ID",
"Workflow activated": "Workflow aktiviert",
"Workflow content": "Inhalt des Arbeitsablaufs",
"Workflow Definition ID": "Workflow-Definitions-ID",
"Workflow ID": "Arbeitsablauf-ID",
"Workflow instance ID": "Workflow-Instanz-ID",
"Workflow status": "Workflow-Status",
"Workspace graph data": "Daten des Arbeitsbereichsdiagramms",
"Workspace type": "Arbeitsbereichstyp",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_mapper_type",
"Ctime": "Ctime",
"Current draft context": "Current draft context",
"Current State": "Current State",
"Current state cursor": "Current state cursor",
"Current state date": "Current state date",
"Current stated date": "Current stated date",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "Height measure",
"Height measure date": "Height measure date",
"Hidden": "Hidden",
"History": "History",
"Holder name": "Holder name",
"HUB_REGISTRATION_MANAGER": "Hub registration manager",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "Is detected",
"Is enabled": "Is enabled",
"Is family": "Is family",
"Is in group": "Is in group",
"Is in organization": "Is in organization",
"Is inferred": "Is inferred",
"Is live": "Is live",
"Is read": "Is read",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "Pattern type",
"Pattern version": "Pattern version",
"Payload": "Payload",
"Pending Error": "Pending Error",
"Pending Status": "Pending Status",
"Pending Transition": "Pending Transition",
"Period": "Period",
"Periodicity": "Periodicity",
"Permissions required": "Permissions required",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "User firstname",
"User ID": "User ID",
"User id": "User id",
"User is": "User is",
"User lastname": "User lastname",
"User service account": "User service account",
"User_id": "User_id",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "Work completion status",
"Work status": "Work status",
"Workbench labels": "Workbench labels",
"Workflow action ID": "Workflow action ID",
"Workflow activated": "Workflow activated",
"Workflow content": "Workflow content",
"Workflow Definition ID": "Workflow Definition ID",
"Workflow ID": "Workflow ID",
"Workflow instance ID": "Workflow instance ID",
"Workflow status": "Workflow status",
"Workspace graph data": "Workspace graph data",
"Workspace type": "Workspace type",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_mapper_type",
"Ctime": "Ctime",
"Current draft context": "Contexto actual del proyecto",
"Current State": "Estado actual",
"Current state cursor": "Cursor de estado actual",
"Current state date": "Fecha de estado actual",
"Current stated date": "Fecha actual",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "Medida de altura",
"Height measure date": "Altura medida fecha",
"Hidden": "Oculto",
"History": "Historia",
"Holder name": "Nombre del titular",
"HUB_REGISTRATION_MANAGER": "Gestor de inscripciones Hub",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "Se detecta",
"Is enabled": "Está activado",
"Is family": "Es familia",
"Is in group": "Está en el grupo",
"Is in organization": "Está en la organización",
"Is inferred": "Se deduce",
"Is live": "Está vivo",
"Is read": "Se lee",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "Tipo de patrón",
"Pattern version": "Versión del patrón",
"Payload": "Carga útil",
"Pending Error": "Error pendiente",
"Pending Status": "Estado pendiente",
"Pending Transition": "Transición pendiente",
"Period": "Periodo",
"Periodicity": "Periodicidad",
"Permissions required": "Permisos requeridos",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "Nombre de usuario",
"User ID": "ID de usuario",
"User id": "Id de usuario",
"User is": "El usuario es",
"User lastname": "Apellido del usuario",
"User service account": "Cuenta de servicio de usuario",
"User_id": "User_id",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "Estado de finalización de los trabajos",
"Work status": "Situación laboral",
"Workbench labels": "Etiquetas del Workbench",
"Workflow action ID": "ID de acción de flujo de trabajo",
"Workflow activated": "Flujo de trabajo activado",
"Workflow content": "Contenido del flujo de trabajo",
"Workflow Definition ID": "ID de definición del flujo de trabajo",
"Workflow ID": "ID del flujo de trabajo",
"Workflow instance ID": "ID de instancia de flujo de trabajo",
"Workflow status": "Estado del flujo de trabajo",
"Workspace graph data": "Datos del gráfico del espacio de trabajo",
"Workspace type": "Tipo de espacio de trabajo",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_mapper_type",
"Ctime": "Ctime",
"Current draft context": "Contexte du projet actuel",
"Current State": "État actuel",
"Current state cursor": "Curseur d'état actuel",
"Current state date": "Date de l'état actuel",
"Current stated date": "Current stated date",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "Mesure de la taille",
"Height measure date": "Date de mesure de la taille",
"Hidden": "Caché",
"History": "Historique",
"Holder name": "Nom du titulaire",
"HUB_REGISTRATION_MANAGER": "Manager d'enregistrement du Hub",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "Est détecté",
"Is enabled": "Est activé",
"Is family": "Est la famille",
"Is in group": "Est dans le groupe",
"Is in organization": "Est dans l'organisation",
"Is inferred": "Est déduit",
"Is live": "Est en direct",
"Is read": "Est lu",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "Type de modèle",
"Pattern version": "Version du motif",
"Payload": "Charge utile",
"Pending Error": "Erreur en cours",
"Pending Status": "Statut en attente",
"Pending Transition": "Transition en attente",
"Period": "Période",
"Periodicity": "Périodicité",
"Permissions required": "Permissions requises",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "Prénom de l'utilisateur",
"User ID": "ID de l'utilisateur",
"User id": "Identité de l'utilisateur",
"User is": "L'utilisateur est",
"User lastname": "Nom de l'utilisateur",
"User service account": "Compte de service utilisateur",
"User_id": "User_id",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "État d'avancement du travail",
"Work status": "Statut du travail",
"Workbench labels": "Étiquettes de l'atelier",
"Workflow action ID": "ID de l'action de workflow",
"Workflow activated": "Flux de travail activé",
"Workflow content": "Contenu du flux de travail",
"Workflow Definition ID": "ID de définition du flux de travail",
"Workflow ID": "ID du flux de travail",
"Workflow instance ID": "ID de l'instance de workflow",
"Workflow status": "Statut du flux de travail",
"Workspace graph data": "Données du graphique de l'espace de travail",
"Workspace type": "Type d'espace de travail",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Tipo_csv_mapper",
"Ctime": "Ctime",
"Current draft context": "Contesto della bozza corrente",
"Current State": "Stato attuale",
"Current state cursor": "Cursore dello stato corrente",
"Current state date": "Data dello stato corrente",
"Current stated date": "Data dichiarata corrente",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "Misura dell'altezza",
"Height measure date": "Data della misura dell'altezza",
"Hidden": "Nascosto",
"History": "Storia",
"Holder name": "Nome del titolare",
"HUB_REGISTRATION_MANAGER": "Responsabile della registrazione dell'hub",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "È rilevato",
"Is enabled": "È abilitato",
"Is family": "È una famiglia",
"Is in group": "È nel gruppo",
"Is in organization": "Fa parte dell'organizzazione",
"Is inferred": "Si deduce",
"Is live": "È attivo",
"Is read": "È letto",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "Tipo di modello",
"Pattern version": "Versione del modello",
"Payload": "Payload",
"Pending Error": "Errore in attesa",
"Pending Status": "Stato in attesa",
"Pending Transition": "In attesa di transizione",
"Period": "Periodo",
"Periodicity": "Periodicità",
"Permissions required": "Permessi richiesti",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "Nome utente",
"User ID": "ID utente",
"User id": "ID utente",
"User is": "L'utente è",
"User lastname": "Cognome utente",
"User service account": "Account di servizio utente",
"User_id": "ID_utente",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "Stato di completamento del lavoro",
"Work status": "Stato del lavoro",
"Workbench labels": "Etichette della workbench",
"Workflow action ID": "ID azione flusso di lavoro",
"Workflow activated": "Workflow attivato",
"Workflow content": "Contenuto del flusso di lavoro",
"Workflow Definition ID": "ID definizione flusso di lavoro",
"Workflow ID": "ID flusso di lavoro",
"Workflow instance ID": "ID istanza flusso di lavoro",
"Workflow status": "Stato del workflow",
"Workspace graph data": "Dati del grafico dello spazio di lavoro",
"Workspace type": "Tipo di spazio di lavoro",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_mapper_type",
"Ctime": "Ctime",
"Current draft context": "現在のドラフト状況",
"Current State": "現在の状態",
"Current state cursor": "ヘッダー",
"Current state date": "摂取実行",
"Current stated date": "現在の記載日",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "身長メジャー",
"Height measure date": "身長測定日",
"Hidden": "ヒドゥン",
"History": "歴史",
"Holder name": "ホルダー名",
"HUB_REGISTRATION_MANAGER": "ハブ登録マネージャー",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "検出される",
"Is enabled": "有効",
"Is family": "アーキテクチャの実行環境",
"Is in group": "グループ内",
"Is in organization": "組織に属している",
"Is inferred": "推測される",
"Is live": "ライブ",
"Is read": "ユーザー",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "パターンバージョン",
"Pattern version": "パターン",
"Payload": "ペイロード",
"Pending Error": "保留中のエラー",
"Pending Status": "保留ステータス",
"Pending Transition": "保留トランジション",
"Period": "トリガー時間",
"Periodicity": "周期性",
"Permissions required": "検出",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "ユーザー名",
"User ID": "ユーザーID",
"User id": "ユーザーID",
"User is": "ユーザーは",
"User lastname": "ユーザー名",
"User service account": "ユーザー・サービス・アカウント",
"User_id": "ユーザID",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "作業完了状況",
"Work status": "勤務状況",
"Workbench labels": "ラベル",
"Workflow action ID": "ワークフローアクションID",
"Workflow activated": "イベントの種類",
"Workflow content": "ワークフローの内容",
"Workflow Definition ID": "ワークフロー定義ID",
"Workflow ID": "ワークフローID",
"Workflow instance ID": "ワークフローインスタンスID",
"Workflow status": "ワークフローの状態",
"Workspace graph data": "ワークスペースのグラフデータ",
"Workspace type": "ワークスペースタイプ",
Expand Down
13 changes: 13 additions & 0 deletions opencti-platform/opencti-front/lang/back/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"Csv_mapper_type": "Csv_매퍼_유형",
"Ctime": "변경 시간",
"Current draft context": "현재 초안 컨텍스트",
"Current State": "현재 상태",
"Current state cursor": "현재 상태 커서",
"Current state date": "현재 상태 날짜",
"Current stated date": "현재 명시된 날짜",
Expand Down Expand Up @@ -428,6 +429,7 @@
"Height measure": "키 측정",
"Height measure date": "키 측정 날짜",
"Hidden": "숨김",
"History": "기록",
"Holder name": "소지자 이름",
"HUB_REGISTRATION_MANAGER": "허브 등록 관리자",
"IBAN": "IBAN",
Expand Down Expand Up @@ -481,6 +483,8 @@
"Is detected": "감지됨",
"Is enabled": "활성화됨",
"Is family": "가족 여부",
"Is in group": "그룹에 있음",
"Is in organization": "조직에 있음",
"Is inferred": "추론됨",
"Is live": "실시간 여부",
"Is read": "읽음 여부",
Expand Down Expand Up @@ -703,6 +707,9 @@
"Pattern type": "패턴 유형",
"Pattern version": "패턴 버전",
"Payload": "페이로드",
"Pending Error": "보류 중 오류",
"Pending Status": "보류 중 상태",
"Pending Transition": "보류 중인 전환",
"Period": "기간",
"Periodicity": "주기성",
"Permissions required": "필요한 권한",
Expand Down Expand Up @@ -1026,6 +1033,7 @@
"User firstname": "사용자 이름",
"User ID": "사용자 ID",
"User id": "사용자 id",
"User is": "사용자는",
"User lastname": "사용자 성",
"User service account": "사용자 서비스 계정",
"User_id": "User_id",
Expand Down Expand Up @@ -1060,7 +1068,12 @@
"Work completion status": "작업 완료 상태",
"Work status": "작업 상태",
"Workbench labels": "작업대 라벨",
"Workflow action ID": "워크플로 작업 ID",
"Workflow activated": "워크플로우 활성화됨",
"Workflow content": "워크플로 콘텐츠",
"Workflow Definition ID": "워크플로 정의 ID",
"Workflow ID": "워크플로 ID",
"Workflow instance ID": "워크플로 인스턴스 ID",
"Workflow status": "워크플로우 상태",
"Workspace graph data": "작업 공간 그래프 데이터",
"Workspace type": "작업 공간 유형",
Expand Down
Loading
Loading