From b31de5e637037533aaee014ac423da58522eeb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5E=E8=96=84=E8=8D=B7=E5=B8=83=E4=B8=81=5E?= <81958172+SkyAerope@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=BF=BB=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20(#1797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 3baa56370..6006c4ee3 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -531,7 +531,7 @@ const message = { env: '環境變量', restartPolicy: '重啟規則', always: '一直重啟', - unlessStopped: '關閉後重啟', + unlessStopped: '未手動停止則重啟', onFailure: '失敗後重啟(默認重啟 5 次)', no: '不重啟', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index c5e9db9ee..e418768c8 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -531,7 +531,7 @@ const message = { env: '环境变量', restartPolicy: '重启规则', always: '一直重启', - unlessStopped: '关闭后重启', + unlessStopped: '未手动停止则重启', onFailure: '失败后重启(默认重启 5 次)', no: '不重启',