diff --git a/opencti-platform/opencti-front/lang/front/de.json b/opencti-platform/opencti-front/lang/front/de.json index 7d260d41bad5e..54e56e0c2d73e 100644 --- a/opencti-platform/opencti-front/lang/front/de.json +++ b/opencti-platform/opencti-front/lang/front/de.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "Erstellen von Observablen aus diesem Indikator", "Create relations in bulk": "Beziehungen in Massen erstellen", "Create relations in bulk for": "Erstellen von Relationen im Bulk für", + "Create Relationship": "Beziehung erstellen", "created": "Erstellt", "Created entities": "Erstellte Entitäten", "Created the": "Erstellt die", @@ -1770,6 +1771,7 @@ "No restrictions": "Keine Einschränkungen", "No task": "Keine Aufgabe", "No tasks has been found.": "Es wurden keine Aufgaben gefunden.", + "No valid target entities": "Keine gültigen Zieleinheiten", "No value": "Kein Wert", "No widget in this workspace": "Kein Widget in diesem Arbeitsbereich", "No work": "Keine Arbeit", diff --git a/opencti-platform/opencti-front/lang/front/en.json b/opencti-platform/opencti-front/lang/front/en.json index 7161031945a12..5194033cdd53c 100644 --- a/opencti-platform/opencti-front/lang/front/en.json +++ b/opencti-platform/opencti-front/lang/front/en.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "Create observables from this indicator", "Create relations in bulk": "Create relations in bulk", "Create relations in bulk for": "Create relations in bulk for", + "Create Relationship": "Create Relationship", "created": "Created", "Created entities": "Created entities", "Created the": "Created the", @@ -1770,6 +1771,7 @@ "No restrictions": "No restrictions", "No task": "No task", "No tasks has been found.": "No tasks has been found.", + "No valid target entities": "No valid target entities", "No value": "No value", "No widget in this workspace": "No widget in this workspace", "No work": "No work", diff --git a/opencti-platform/opencti-front/lang/front/es.json b/opencti-platform/opencti-front/lang/front/es.json index 275937f3efd44..28767c5015321 100644 --- a/opencti-platform/opencti-front/lang/front/es.json +++ b/opencti-platform/opencti-front/lang/front/es.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "Crear observables a partir de este indicador", "Create relations in bulk": "Crear relaciones en bloque", "Create relations in bulk for": "Crear relaciones en bloque para", + "Create Relationship": "Nueva relación", "created": "Creado", "Created entities": "Entidades creadas", "Created the": "Creado el", @@ -1770,6 +1771,7 @@ "No restrictions": "Sin restricciones", "No task": "Ninguna tarea", "No tasks has been found.": "No se han encontrado tareas.", + "No valid target entities": "No hay entidades de destino válidas", "No value": "Sin valor", "No widget in this workspace": "Sin elementos gráficos en este espacio de trabajo", "No work": "Ningún trabajo", diff --git a/opencti-platform/opencti-front/lang/front/fr.json b/opencti-platform/opencti-front/lang/front/fr.json index ea7a0e50058e8..77c3e2007adab 100644 --- a/opencti-platform/opencti-front/lang/front/fr.json +++ b/opencti-platform/opencti-front/lang/front/fr.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "Créer des observables à partir de cet indicateur", "Create relations in bulk": "Créer des relations en masse", "Create relations in bulk for": "Créer des relations en masse pour", + "Create Relationship": "Créer une relation", "created": "Créé", "Created entities": "Entités créées", "Created the": "Créé le", @@ -1770,6 +1771,7 @@ "No restrictions": "Aucune restriction", "No task": "Aucune tâche", "No tasks has been found.": "Aucune tâche n'a été trouvée.", + "No valid target entities": "Aucune entité cible valide", "No value": "Aucune valeur", "No widget in this workspace": "Aucun widget dans cet espace de travail", "No work": "Aucune exécution", diff --git a/opencti-platform/opencti-front/lang/front/ja.json b/opencti-platform/opencti-front/lang/front/ja.json index 7b13e72356777..04647f30f0b58 100644 --- a/opencti-platform/opencti-front/lang/front/ja.json +++ b/opencti-platform/opencti-front/lang/front/ja.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "このインジケータから観測値を作成する", "Create relations in bulk": "リレーションの一括作成", "Create relations in bulk for": "リレーションシップの一括作成", + "Create Relationship": "リレーションシップを作成", "created": "作成日時", "Created entities": "作成されたエンティティ", "Created the": "作成日時", @@ -1770,6 +1771,7 @@ "No restrictions": "制限なし", "No task": "タスクなし", "No tasks has been found.": "タスクが見つかりませんでした。", + "No valid target entities": "有効なターゲットエンティティがありません", "No value": "値なし", "No widget in this workspace": "このワークスペースにウィジェットはありません", "No work": "作業なし", diff --git a/opencti-platform/opencti-front/lang/front/ko.json b/opencti-platform/opencti-front/lang/front/ko.json index 4623f77e88aa0..00a1710fe8510 100644 --- a/opencti-platform/opencti-front/lang/front/ko.json +++ b/opencti-platform/opencti-front/lang/front/ko.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "이 지표에서 관찰 가능 항목 생성", "Create relations in bulk": "대량으로 관계 만들기", "Create relations in bulk for": "다음에 대한 대량 관계 만들기", + "Create Relationship": "관계 만들기", "created": "생성됨", "Created entities": "생성된 엔터티", "Created the": "생성됨", @@ -1770,6 +1771,7 @@ "No restrictions": "제한 없음", "No task": "작업 없음", "No tasks has been found.": "작업이 발견되지 않았습니다.", + "No valid target entities": "유효한 대상 엔터티 없음", "No value": "값 없음", "No widget in this workspace": "이 작업 공간에 위젯 없음", "No work": "작업 없음", diff --git a/opencti-platform/opencti-front/lang/front/zh.json b/opencti-platform/opencti-front/lang/front/zh.json index a1ccce25ac007..e7c34e0a38292 100644 --- a/opencti-platform/opencti-front/lang/front/zh.json +++ b/opencti-platform/opencti-front/lang/front/zh.json @@ -528,6 +528,7 @@ "Create observables from this indicator": "从该指标创建观测值", "Create relations in bulk": "批量创建关系", "Create relations in bulk for": "批量创建关系", + "Create Relationship": "创建关系", "created": "创建", "Created entities": "创建的实体", "Created the": "已创建", @@ -1770,6 +1771,7 @@ "No restrictions": "无限制", "No task": "没有任务", "No tasks has been found.": "没有找到任务。", + "No valid target entities": "没有有效的目标实体", "No value": "没有价值", "No widget in this workspace": "此工作区没有控件", "No work": "没有工作",