diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 6f49eb863..ab8f99ba5 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -204,7 +204,7 @@ @@ -241,7 +241,7 @@
- {{'item' + index}} + {{$t('project.endpoint.item') + index}} @@ -264,7 +264,7 @@ :maxlength="32" ref="relabelTag" tabindex="9999" - :placeholder="'add parameter'" + :placeholder="$t('overall.addParameter')" :tags="item.source_labels" @before-adding-tag="beforeAddingTag" @blur="relabelTabBlur" diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 7f8d11d7e..e5c836193 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -185,7 +185,7 @@ @@ -222,7 +222,7 @@
- {{'item' + index}} + {{$t('project.endpoint.item') + index}} @@ -245,7 +245,7 @@ :maxlength="32" ref="relabelTag" tabindex="9999" - :placeholder="'add parameter'" + :placeholder="$t('overall.addParameter')" :tags="item.source_labels" @before-adding-tag="beforeAddingTag" @blur="relabelTabBlur"