Commit d8471a1f authored by Medicean's avatar Medicean

(Fix:LANG) fix #145

parent b003c760
......@@ -2,6 +2,12 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.0.8)`
### 其它
* 修正错别字 #145
## 2019/04/08 `v(2.0.7)`
### 核心
......
......@@ -621,7 +621,7 @@ module.exports = {
dling: (progress)=> `正在下载更新包...${progress}%`,
dlingnp: (size)=> `正在下载更新包...${size}`,
dlend: "下载完毕",
extract: "正在解压, 请关闭程序",
extract: "正在解压, 请关闭程序",
ing: '努力更新中。。',
fail: (err) => `更新失败!【${err}】`,
success: '更新成功!请稍后手动重启应用!'
......
......@@ -621,7 +621,7 @@ module.exports = {
dling: (progress)=> `正在下載更新包...${progress}%`,
dlingnp: (size)=> `正在下載更新包...${size}`,
dlend: "下載完畢",
extract: "正在解壓, 請關閉程序",
extract: "正在解壓, 請關閉程序",
ing: '努力更新中。。',
fail: (err) => `更新失敗!【${err}】`,
success: '更新成功!請稍後手動重啟應用!'
......
......@@ -621,7 +621,7 @@ module.exports = {
dling: (progress)=> `正在下載更新包...${progress}%`,
dlingnp: (size)=> `正在下載更新包...${size}`,
dlend: "下載完畢",
extract: "正在解壓, 請關閉程序",
extract: "正在解壓, 請關閉程序",
ing: '努力更新中。。',
fail: (err) => `更新失敗!【${err}】`,
success: '更新成功!請稍後手動重啟應用!'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment