From e1246aee3f67478e8d3eac3bb8f591c20bf49766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sat, 24 Aug 2024 02:38:10 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E8=B0=83=E6=95=B4msg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/electron/fs-board.js | 4 ++-- common/msg/mixly/en.json | 2 +- common/msg/mixly/zh-hans.json | 2 +- common/msg/mixly/zh-hant.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/modules/mixly-modules/electron/fs-board.js b/common/modules/mixly-modules/electron/fs-board.js index 667a0f47..d3ac16cd 100644 --- a/common/modules/mixly-modules/electron/fs-board.js +++ b/common/modules/mixly-modules/electron/fs-board.js @@ -65,9 +65,9 @@ class FSBoardExt extends FSBoard { this.#shell_.exec(command) .then((info) => { if (info.code) { - statusBarTerminal.addValue(`\n==${Msg.Lang['dushell.downloadFailed']}==\n`); + statusBarTerminal.addValue(`\n==${Msg.Lang['shell.downloadFailed']}==\n`); } else { - statusBarTerminal.addValue(`\n==${Msg.Lang['shell.burdownloadSucc']}(${Msg.Lang['shell.timeCost']} ${info.time})==\n`); + statusBarTerminal.addValue(`\n==${Msg.Lang['shell.downloadSucc']}(${Msg.Lang['shell.timeCost']} ${info.time})==\n`); } }) .catch(Debug.error) diff --git a/common/msg/mixly/en.json b/common/msg/mixly/en.json index 0062176b..2a0f351b 100644 --- a/common/msg/mixly/en.json +++ b/common/msg/mixly/en.json @@ -299,7 +299,7 @@ "shell.burnCanceled": "Burn canceled", "shell.downloading": "Download in progress", "shell.downloadFailed": "Download failed", - "shell.burdownloadSucc": "Download successful", + "shell.downloadSucc": "Download successful", "shell.downloadCanceled": "Download canceled", "shell.aborting": "Aborting", "shell.timeCost": "Time", diff --git a/common/msg/mixly/zh-hans.json b/common/msg/mixly/zh-hans.json index 4129be56..fff89912 100644 --- a/common/msg/mixly/zh-hans.json +++ b/common/msg/mixly/zh-hans.json @@ -299,7 +299,7 @@ "shell.burnCanceled": "已取消烧录", "shell.downloading": "下载中", "shell.downloadFailed": "下载失败", - "shell.burdownloadSucc": "下载成功", + "shell.downloadSucc": "下载成功", "shell.downloadCanceled": "已取消下载", "shell.aborting": "终止中", "shell.timeCost": "用时", diff --git a/common/msg/mixly/zh-hant.json b/common/msg/mixly/zh-hant.json index a7acd468..f24334cb 100644 --- a/common/msg/mixly/zh-hant.json +++ b/common/msg/mixly/zh-hant.json @@ -299,7 +299,7 @@ "shell.burnCanceled": "已取消燒錄", "shell.downloading": "下載中", "shell.downloadFailed": "下載失敗", - "shell.burdownloadSucc": "下載成功", + "shell.downloadSucc": "下載成功", "shell.downloadCanceled": "已取消下載", "shell.aborting": "終止中", "shell.timeCost": "用時",