diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml index 28ba7edbbc..ad9219e477 100644 --- a/assets/translations/en-us.yaml +++ b/assets/translations/en-us.yaml @@ -5196,6 +5196,8 @@ harvester: unplug: title: 'Are you sure that you want to detach volume {name} ?' actionLabel: Detach + detachVolume: + Detach Volume restartTip: Restart the virtual machine now to take effect of the configuration changes. createRunning: Start virtual machine on creation restartNow: Restart Now diff --git a/assets/translations/zh-hans.yaml b/assets/translations/zh-hans.yaml index 97d4f7d94f..692de1eab8 100644 --- a/assets/translations/zh-hans.yaml +++ b/assets/translations/zh-hans.yaml @@ -4308,6 +4308,8 @@ harvester: unplug: title: '你确定要拔掉卷{name} ?' actionLabel: 拔出 + detachVolume: + 拔出卷 restartTip: 现在重新启动虚拟机以使配置更改生效. createRunning: 创建时启动虚拟机 restartNow: 现在重启 diff --git a/components/dialog/SupportBundle.vue b/components/dialog/harvester/SupportBundle.vue similarity index 100% rename from components/dialog/SupportBundle.vue rename to components/dialog/harvester/SupportBundle.vue diff --git a/components/form/ResourceQuota/index.vue b/components/form/ResourceQuota/index.vue index 4c8f2fee79..bfbc22c8f6 100644 --- a/components/form/ResourceQuota/index.vue +++ b/components/form/ResourceQuota/index.vue @@ -1,6 +1,5 @@