From 968ad1445746db20fda3950226f1fecd9d836dbc Mon Sep 17 00:00:00 2001 From: VirtualHotBar <96966978+VirtualHotBar@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controller/language/pack/en.json | 2 +- src/controller/language/pack/zh-cn.json | 2 +- src/controller/language/pack/zh-hant.json | 2 +- src/page/mount/mount.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controller/language/pack/en.json b/src/controller/language/pack/en.json index b07a291..bbbcb4e 100644 --- a/src/controller/language/pack/en.json +++ b/src/controller/language/pack/en.json @@ -487,5 +487,5 @@ "description.thunderx": "Thunder X", "description.thunderxexpert": "Thunder X Expert Edition", - "restart_to_take_effect": "Restart to take effect" + "restartself_to_take_effect": "Restart to take effect" } \ No newline at end of file diff --git a/src/controller/language/pack/zh-cn.json b/src/controller/language/pack/zh-cn.json index 09e1b1c..b78cc4a 100644 --- a/src/controller/language/pack/zh-cn.json +++ b/src/controller/language/pack/zh-cn.json @@ -556,5 +556,5 @@ "description.thunderx": "迅雷X", "description.thunderxexpert": "迅雷X专家版", - "restart_to_take_effect": "重启以使更改生效" + "restartself_to_take_effect": "重启软件以使更改生效" } \ No newline at end of file diff --git a/src/controller/language/pack/zh-hant.json b/src/controller/language/pack/zh-hant.json index 3087151..1d88812 100644 --- a/src/controller/language/pack/zh-hant.json +++ b/src/controller/language/pack/zh-hant.json @@ -556,5 +556,5 @@ "description.thunderx": "迅雷X", "description.thunderxexpert": "迅雷X專家版", - "restart_to_take_effect": "更改設定需要重新啟動應用程式才能生效。" + "restartself_to_take_effect": "更改設定需要重新啟動程式才能生效。" } diff --git a/src/page/mount/mount.tsx b/src/page/mount/mount.tsx index 1e479a7..4ce706b 100644 --- a/src/page/mount/mount.tsx +++ b/src/page/mount/mount.tsx @@ -99,7 +99,7 @@ function Mount_page() { simple: true, maskClosable: false, escToExit: false, - content: t('restart_to_take_effect'), + content: t('restartself_to_take_effect'), onOk: () => { exit(true); },