diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue index 59666a275..4f0300d20 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue @@ -259,13 +259,13 @@ export default { minWidth: 200, show: true }, { - label: this.$t('alert.alert'), + label: this.$t('overall.alert'), prop: 'alertNum', show: true, width: 120, sortable: 'custom' }, { - label: this.$t('alert.receiver'), + label: this.$t('dashboard.panel.receivers'), prop: 'receivers', show: false, minWidth: 100 diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue index d650e63df..9376ba69c 100644 --- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue @@ -265,7 +265,7 @@ export default { width: 300 }, { - label: this.$t('alert.alert'), + label: this.$t('overall.alert'), prop: 'alertNum', show: false, width: 120, diff --git a/nezha-fronted/src/components/common/table/settings/mibTable.vue b/nezha-fronted/src/components/common/table/settings/mibTable.vue index b2170274e..5c95ab0fb 100644 --- a/nezha-fronted/src/components/common/table/settings/mibTable.vue +++ b/nezha-fronted/src/components/common/table/settings/mibTable.vue @@ -160,7 +160,7 @@ export default { show: true, minWidth: 100 }, { - label: this.$t('asset.model'), + label: this.$t('overall.models'), prop: 'modelsDetail', show: true }, { diff --git a/nezha-fronted/src/components/page/tool/ping.vue b/nezha-fronted/src/components/page/tool/ping.vue index 0cac8f410..f145e356e 100644 --- a/nezha-fronted/src/components/page/tool/ping.vue +++ b/nezha-fronted/src/components/page/tool/ping.vue @@ -126,7 +126,7 @@ --> Ping - Ping {{$t('config.terminallog.cmd.cmd')}} + Ping {{$t('tools.cmd')}} diff --git a/nezha-fronted/src/components/page/tool/trace.vue b/nezha-fronted/src/components/page/tool/trace.vue index a797e9cb1..3b2d03ca4 100644 --- a/nezha-fronted/src/components/page/tool/trace.vue +++ b/nezha-fronted/src/components/page/tool/trace.vue @@ -114,11 +114,11 @@ - {{$t('overall.placeHolder')}}IP + {{$t('overall.placeHolder')}} IP Trace - Trace {{$t('config.terminallog.cmd.cmd')}} + Trace {{$t('tools.cmd')}}
Ping {{$t('config.terminallog.cmd.cmd')}}
Ping {{$t('tools.cmd')}}
{{$t('overall.placeHolder')}}IP
{{$t('overall.placeHolder')}} IP
Trace {{$t('config.terminallog.cmd.cmd')}}
Trace {{$t('tools.cmd')}}