From a855a90643278ed341a26feee7fd433c02bb0b33 Mon Sep 17 00:00:00 2001 From: zhangxiaolong Date: Mon, 14 Mar 2022 15:40:35 +0800 Subject: [PATCH] =?UTF-8?q?CN-381=20CN-383=20refactor=20:=20=20i18n?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E8=AE=BE=E7=BD=AE=E4=B8=8E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overview/DetectionPerformanceEventAppOverview.vue | 10 +++++----- .../DetectionPerformanceEventDomainOverview.vue | 6 +++--- .../overview/DetectionPerformanceEventIpOverview.vue | 10 +++++----- .../overview/DetectionSecurityEventOverview.vue | 5 ++--- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index afc887c4..f4876a90 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -6,22 +6,22 @@
{{ detection.app_name }}{{ detection.appName }}
diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue index e61f8d94..eff96d5f 100644 --- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue @@ -11,17 +11,17 @@ > diff --git a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue index 004f1837..3f04dea0 100644 --- a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue @@ -6,22 +6,22 @@
{{ detection.server_ip }}{{ detection.serverIp }}
diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index a4726b86..6a0e3402 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -11,7 +11,7 @@ >{{ detection.victimIp }}  - attempted to access a command&control server (C&C) indicated by + {{$t('detection.commandAndControl')}} {{ detection.iocValue @@ -24,8 +24,7 @@ >{{ detection.victimIp }}  - attempted to access a malware distribution server (payload - delivery) indicated by + {{$t('detection.payloadAndDelivery')}} {{ detection.iocValue