diff --git a/nezha-fronted/src/components/chart/chartDetail.vue b/nezha-fronted/src/components/chart/chartDetail.vue
index 4fac06def..913d12668 100644
--- a/nezha-fronted/src/components/chart/chartDetail.vue
+++ b/nezha-fronted/src/components/chart/chartDetail.vue
@@ -3,7 +3,7 @@
- Basic info
+ {{$t('overall.basicInfo')}}
@@ -78,7 +78,7 @@
-
Endpoint
+
{{$t('asset.endpoint')}}
{{chartDetail ? chartDetail.endpointNum : 0}}
diff --git a/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue b/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue
index 6f4714f24..b400b73db 100644
--- a/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue
+++ b/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue
@@ -18,7 +18,7 @@
- All
+ {{$t('config.assetLabel.all')}}
@@ -50,7 +50,7 @@
- All
+ {{$t('config.assetLabel.all')}}
diff --git a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
index b73a182f5..85df004a8 100644
--- a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
+++ b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue
@@ -160,32 +160,32 @@ export default {
panel: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: true },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
- { prop: 'endpointTab', name: 'Endpoint', active: false },
- { prop: 'log', name: 'Log', active: false }
+ { prop: 'endpointTab', name: this.$t('asset.endpoint'), active: false },
+ { prop: 'log', name: this.$t('overall.logs'), active: false }
],
alertMessage: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true },
- { prop: 'endpointTab', name: 'Endpoint', active: false },
- { prop: 'log', name: 'Log', active: false }
+ { prop: 'endpointTab', name: this.$t('asset.endpoint'), active: false },
+ { prop: 'log', name: this.$t('overall.logs'), active: false }
],
endpoint: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
- { prop: 'endpointTab', name: 'Endpoint', active: true },
- { prop: 'log', name: 'Log', active: false }
+ { prop: 'endpointTab', name: this.$t('asset.endpoint'), active: true },
+ { prop: 'log', name: this.$t('overall.logs'), active: false }
],
log: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
- { prop: 'endpointTab', name: 'Endpoint', active: false },
- { prop: 'log', name: 'Log', active: true }
+ { prop: 'endpointTab', name: this.$t('asset.endpoint'), active: false },
+ { prop: 'log', name: this.$t('overall.logs'), active: true }
],
alertMessageSub: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
- { prop: 'endpointTab', name: 'Endpoint', active: false },
- { prop: 'log', name: 'Log', active: false },
+ { prop: 'endpointTab', name: this.$t('asset.endpoint'), active: false },
+ { prop: 'log', name: this.$t('overall.logs'), active: false },
{ prop: 'assetSubTab', name: this.$t('overall.assetSubTab'), active: true }
]
},
@@ -200,8 +200,8 @@ export default {
endpointTabTitle: [
{ prop: 'panelTab', name: this.$t('overall.detail') },
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') },
- { prop: 'endpointQuery', name: 'Metrics' },
- { prop: 'log', name: 'Log' }
+ { prop: 'endpointQuery', name: this.$t('project.metrics.metrics') },
+ { prop: 'log', name: this.$t('overall.logs') }
]
},
chartTemp: {
diff --git a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue
index 6372b0a8f..7e72e7f66 100644
--- a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue
+++ b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue
@@ -93,7 +93,7 @@
{{$t('globalSearch.toEsc')}}