fix node npm detection (#1163)
This commit is contained in:
@@ -1109,6 +1109,7 @@ export default {
|
||||
yes: "是",
|
||||
no: "否",
|
||||
actionFailed: "操作失敗",
|
||||
nodeEnvironmentMissing: "未偵測到可用的 Node/npm 環境,請先安裝 Node.js 後重試。",
|
||||
prepareSuccess: "預覽程式碼已準備好",
|
||||
installSuccess: "依賴安裝完成",
|
||||
startSuccess: "預覽已啟動",
|
||||
@@ -1132,6 +1133,7 @@ export default {
|
||||
installing: "安裝中",
|
||||
installSuccess: "安裝完成",
|
||||
installFailed: "安裝失敗",
|
||||
nodeEnvironmentMissing: "未偵測到可用的 Node/npm 環境,請先安裝 Node.js 後重試。",
|
||||
deleteNow: "刪除",
|
||||
deleting: "刪除中",
|
||||
deleteSuccess: "刪除完成",
|
||||
|
||||
Reference in New Issue
Block a user