Update: 调整msg

This commit is contained in:
王立帮
2024-08-24 02:38:10 +08:00
parent 3ac587207e
commit e1246aee3f
4 changed files with 5 additions and 5 deletions

View File

@@ -65,9 +65,9 @@ class FSBoardExt extends FSBoard {
this.#shell_.exec(command) this.#shell_.exec(command)
.then((info) => { .then((info) => {
if (info.code) { if (info.code) {
statusBarTerminal.addValue(`\n==${Msg.Lang['dushell.downloadFailed']}==\n`); statusBarTerminal.addValue(`\n==${Msg.Lang['shell.downloadFailed']}==\n`);
} else { } 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) .catch(Debug.error)

View File

@@ -299,7 +299,7 @@
"shell.burnCanceled": "Burn canceled", "shell.burnCanceled": "Burn canceled",
"shell.downloading": "Download in progress", "shell.downloading": "Download in progress",
"shell.downloadFailed": "Download failed", "shell.downloadFailed": "Download failed",
"shell.burdownloadSucc": "Download successful", "shell.downloadSucc": "Download successful",
"shell.downloadCanceled": "Download canceled", "shell.downloadCanceled": "Download canceled",
"shell.aborting": "Aborting", "shell.aborting": "Aborting",
"shell.timeCost": "Time", "shell.timeCost": "Time",

View File

@@ -299,7 +299,7 @@
"shell.burnCanceled": "已取消烧录", "shell.burnCanceled": "已取消烧录",
"shell.downloading": "下载中", "shell.downloading": "下载中",
"shell.downloadFailed": "下载失败", "shell.downloadFailed": "下载失败",
"shell.burdownloadSucc": "下载成功", "shell.downloadSucc": "下载成功",
"shell.downloadCanceled": "已取消下载", "shell.downloadCanceled": "已取消下载",
"shell.aborting": "终止中", "shell.aborting": "终止中",
"shell.timeCost": "用时", "shell.timeCost": "用时",

View File

@@ -299,7 +299,7 @@
"shell.burnCanceled": "已取消燒錄", "shell.burnCanceled": "已取消燒錄",
"shell.downloading": "下載中", "shell.downloading": "下載中",
"shell.downloadFailed": "下載失敗", "shell.downloadFailed": "下載失敗",
"shell.burdownloadSucc": "下載成功", "shell.downloadSucc": "下載成功",
"shell.downloadCanceled": "已取消下載", "shell.downloadCanceled": "已取消下載",
"shell.aborting": "終止中", "shell.aborting": "終止中",
"shell.timeCost": "用時", "shell.timeCost": "用時",