diff --git a/ui/console-src/views/system/Setup.vue b/ui/console-src/views/system/Setup.vue index 41b3e1fa6..8a5f7bb5f 100644 --- a/ui/console-src/views/system/Setup.vue +++ b/ui/console-src/views/system/Setup.vue @@ -1,5 +1,4 @@ diff --git a/ui/src/components/alerts/H2WarningAlert.vue b/ui/src/components/alerts/H2WarningAlert.vue index e8c8dedaf..9c41bffb2 100644 --- a/ui/src/components/alerts/H2WarningAlert.vue +++ b/ui/src/components/alerts/H2WarningAlert.vue @@ -26,5 +26,8 @@ const { data: info } = useQuery({ + diff --git a/ui/src/locales/en.yaml b/ui/src/locales/en.yaml index 08c63a95f..704f96729 100644 --- a/ui/src/locales/en.yaml +++ b/ui/src/locales/en.yaml @@ -1785,6 +1785,7 @@ core: revoke: Revoke disable: Disable enable: Enable + continue: Continue radio: "yes": "Yes" "no": "No" diff --git a/ui/src/locales/zh-CN.yaml b/ui/src/locales/zh-CN.yaml index b1c6fd93d..d2c08b720 100644 --- a/ui/src/locales/zh-CN.yaml +++ b/ui/src/locales/zh-CN.yaml @@ -1694,6 +1694,7 @@ core: revoke: 撤销 disable: 禁用 enable: 启用 + continue: 继续 radio: "yes": 是 "no": 否 diff --git a/ui/src/locales/zh-TW.yaml b/ui/src/locales/zh-TW.yaml index bdc18ee88..6c658c7f9 100644 --- a/ui/src/locales/zh-TW.yaml +++ b/ui/src/locales/zh-TW.yaml @@ -1651,6 +1651,7 @@ core: revoke: 撤銷 disable: 禁用 enable: 启用 + continue: 繼續 radio: "yes": 是 "no": 否