diff --git a/src/dashboard-front/src/language/lang.ts b/src/dashboard-front/src/language/lang.ts
index e271809b8..f9f174be7 100644
--- a/src/dashboard-front/src/language/lang.ts
+++ b/src/dashboard-front/src/language/lang.ts
@@ -1373,6 +1373,12 @@ const lang: ILANG = {
'编辑后端服务': ['Edit back-end services'],
'去查看发布记录': ['Go to the release record'],
'后端服务内容保存成功,正在发布到对应的环境': ['The back-end service content is saved successfully and is being published to the corresponding environment'],
+ '当前服务 {name},已绑定以下 {num} 个环境,所有修改都将发布到这些环境中:': ['The current service, {name}, is bound to the following {num} environments to which all changes will be published:'],
+ '当前服务': ['The current service'],
+ ',': [','],
+ '已绑定以下': ['is bound to the following'],
+ '个环境,所有修改都将发布到这些环境中:': ['environments to which all changes will be published:'],
+ '内容保存成功,正在发布至对应环境...': ['The content is saved successfully and is being published to the corresponding environment...'],
'当前后端服务({name})已绑定以下 {num} 个环境,所有修改都将发布到这些环境中:{names}': ['The current backend service ({name}) has bound the following {num} environments to which all changes will be published: {names}'],
'网关环境【prod】中的配置【后端服务地址】不合法。请在网关 `后端服务` 中进行配置。': ['The back-end service address configured in gateway environment prod is invalid. Please configure in Gateway back-end services.'],
'最大 300s': ['Maximum 300s'],
diff --git a/src/dashboard-front/src/views/backend-service/add.vue b/src/dashboard-front/src/views/backend-service/add.vue
index 3334f2adc..9c8b6ffa8 100644
--- a/src/dashboard-front/src/views/backend-service/add.vue
+++ b/src/dashboard-front/src/views/backend-service/add.vue
@@ -163,6 +163,37 @@
+
+
+
+