Skip to content

Commit

Permalink
[frontend] Confirmation message when deleting an infrastructure (#9721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit authored Jan 27, 2025
1 parent 9faadc3 commit 762b8b2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "Möchten Sie diesen Vorfall löschen?",
"Do you want to delete this indicator?": "Möchten Sie diesen Indikator löschen?",
"Do you want to delete this individual?": "Möchten Sie diese Person löschen?",
"Do you want to delete this infrastructure?": "Möchten Sie diese Infrastruktur löschen?",
"Do you want to delete this intrusion set?": "Möchten Sie dieses Intrusion Set löschen?",
"Do you want to delete this kill chain phase?": "Möchten Sie diese Kill-Chain-Phase löschen?",
"Do you want to delete this label?": "Möchten Sie dieses Etikett löschen?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "Do you want to delete this incident?",
"Do you want to delete this indicator?": "Do you want to delete this indicator?",
"Do you want to delete this individual?": "Do you want to delete this individual?",
"Do you want to delete this infrastructure?": "Do you want to delete this infrastructure?",
"Do you want to delete this intrusion set?": "Do you want to delete this intrusion set?",
"Do you want to delete this kill chain phase?": "Do you want to delete this kill chain phase?",
"Do you want to delete this label?": "Do you want to delete this label?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "¿Quieres borrar este incidente?",
"Do you want to delete this indicator?": "¿Quieres borrar este indicador?",
"Do you want to delete this individual?": "¿Quieres borrar a este individuo?",
"Do you want to delete this infrastructure?": "¿Desea eliminar esta infraestructura?",
"Do you want to delete this intrusion set?": "¿Quieres borrar este set de intrusión?",
"Do you want to delete this kill chain phase?": "¿Quieres borrar esta fase de la «kill chain»?",
"Do you want to delete this label?": "¿Quieres borrar esta etiqueta?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "Souhaitez-vous supprimer cet incident ?",
"Do you want to delete this indicator?": "Souhaitez-vous supprimer cet indicateur ?",
"Do you want to delete this individual?": "Souhaitez-vous supprimer cette individualne ?",
"Do you want to delete this infrastructure?": "Souhaitez-vous supprimer cette infrastructure ?",
"Do you want to delete this intrusion set?": "Souhaitez-vous supprimer ce mode opératoire ?",
"Do you want to delete this kill chain phase?": "Souhaitez-vous supprimer cette étape de kill chain ?",
"Do you want to delete this label?": "Souhaitez-vous supprimer ce label ?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "このインシデントを削除しますか?",
"Do you want to delete this indicator?": "このインジケータを削除しますか?",
"Do you want to delete this individual?": "この個人を削除しますか?",
"Do you want to delete this infrastructure?": "このインフラを削除しますか?",
"Do you want to delete this intrusion set?": "この侵入セットを削除しますか?",
"Do you want to delete this kill chain phase?": "このキルチェーンフェーズを削除しますか?",
"Do you want to delete this label?": "このラベルを削除しますか?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "이 사건을 삭제하시겠습니까?",
"Do you want to delete this indicator?": "이 지표를 삭제하시겠습니까?",
"Do you want to delete this individual?": "이 개인을 삭제하시겠습니까?",
"Do you want to delete this infrastructure?": "이 인프라를 삭제하시겠습니까?",
"Do you want to delete this intrusion set?": "이 침입 세트를 삭제하시겠습니까?",
"Do you want to delete this kill chain phase?": "이 킬 체인 단계를 삭제하시겠습니까?",
"Do you want to delete this label?": "이 라벨을 삭제하시겠습니까?",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"Do you want to delete this incident?": "是否要删除此安全事件?",
"Do you want to delete this indicator?": "是否要删除此攻击指标?",
"Do you want to delete this individual?": "是否要删除此个体?",
"Do you want to delete this infrastructure?": "您想删除此基础设施吗?",
"Do you want to delete this intrusion set?": "是否要删除此入侵集合?",
"Do you want to delete this kill chain phase?": "是否要删除此杀伤链阶段?",
"Do you want to delete this label?": "是否要删除此标签?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const InfrastructurePopover = ({ id }: { id: string }) => {
>
<DialogContent>
<DialogContentText>
{t_i18n('Do you want to delete this intrusion set?')}
{t_i18n('Do you want to delete this infrastructure?')}
</DialogContentText>
</DialogContent>
<DialogActions>
Expand Down

0 comments on commit 762b8b2

Please sign in to comment.