diff --git a/opencti-platform/opencti-front/lang/front/de.json b/opencti-platform/opencti-front/lang/front/de.json index 5fa6bf16b6517..1b465aa495aab 100644 --- a/opencti-platform/opencti-front/lang/front/de.json +++ b/opencti-platform/opencti-front/lang/front/de.json @@ -519,6 +519,7 @@ "Create multiple entities": "Mehrere Entitäten erstellen", "Create multiple observables": "Mehrere Observablen erstellen", "Create observables from this indicator": "Erstellen von Observablen aus diesem Indikator", + "Create Relationship": "Beziehung erstellen", "created": "Erstellt", "Created entities": "Erstellte Entitäten", "Created the": "Erstellt die", @@ -1742,6 +1743,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 075489eac51d8..8a3e0f1dc50a8 100644 --- a/opencti-platform/opencti-front/lang/front/en.json +++ b/opencti-platform/opencti-front/lang/front/en.json @@ -519,6 +519,7 @@ "Create multiple entities": "Create multiple entities", "Create multiple observables": "Create multiple observables", "Create observables from this indicator": "Create observables from this indicator", + "Create Relationship": "Create Relationship", "created": "Created", "Created entities": "Created entities", "Created the": "Created the", @@ -1742,6 +1743,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 d95f0ded2d4f1..6bbded60abe02 100644 --- a/opencti-platform/opencti-front/lang/front/es.json +++ b/opencti-platform/opencti-front/lang/front/es.json @@ -519,6 +519,7 @@ "Create multiple entities": "Crear múltiples entidades", "Create multiple observables": "Crear múltiples observables", "Create observables from this indicator": "Crear observables a partir de este indicador", + "Create Relationship": "Nueva relación", "created": "Creado", "Created entities": "Entidades creadas", "Created the": "Creado el", @@ -1742,6 +1743,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 c0fc3375b7cb3..7506929e77305 100644 --- a/opencti-platform/opencti-front/lang/front/fr.json +++ b/opencti-platform/opencti-front/lang/front/fr.json @@ -519,6 +519,7 @@ "Create multiple entities": "Créer plusieurs entités", "Create multiple observables": "Créer plusieurs observables", "Create observables from this indicator": "Créer des observables à partir de cet indicateur", + "Create Relationship": "Créer une relation", "created": "Créé", "Created entities": "Entités créées", "Created the": "Créé le", @@ -1742,6 +1743,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 9139211a674a3..c76be88c1a630 100644 --- a/opencti-platform/opencti-front/lang/front/ja.json +++ b/opencti-platform/opencti-front/lang/front/ja.json @@ -519,6 +519,7 @@ "Create multiple entities": "複数のエンティティを作成する", "Create multiple observables": "複数のオブザーバブルを作成する", "Create observables from this indicator": "このインジケータから観測値を作成する", + "Create Relationship": "リレーションシップを作成", "created": "作成日時", "Created entities": "作成されたエンティティ", "Created the": "作成日時", @@ -1742,6 +1743,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 cdb501a4cbcfd..247de4431ee93 100644 --- a/opencti-platform/opencti-front/lang/front/ko.json +++ b/opencti-platform/opencti-front/lang/front/ko.json @@ -515,6 +515,7 @@ "Create multiple entities": "여러 엔터티 만들기", "Create multiple observables": "여러 관측값 만들기", "Create observables from this indicator": "이 지표에서 관찰 가능 항목 생성", + "Create Relationship": "관계 만들기", "created": "생성됨", "Created entities": "생성된 엔터티", "Created the": "생성됨", @@ -1730,6 +1731,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 5924597d88f64..354ee51943d85 100644 --- a/opencti-platform/opencti-front/lang/front/zh.json +++ b/opencti-platform/opencti-front/lang/front/zh.json @@ -519,6 +519,7 @@ "Create multiple entities": "创建多个实体", "Create multiple observables": "创建多个观测值", "Create observables from this indicator": "从该指标创建观测值", + "Create Relationship": "创建关系", "created": "创建", "Created entities": "创建的实体", "Created the": "已创建", @@ -1742,6 +1743,7 @@ "No restrictions": "无限制", "No task": "没有任务", "No tasks has been found.": "没有找到任务。", + "No valid target entities": "没有有效的目标实体", "No value": "没有价值", "No widget in this workspace": "此工作区没有控件", "No work": "没有工作",