From c2fa342aae40c125a9809acb71c3a39dd59e60ce Mon Sep 17 00:00:00 2001 From: printempw Date: Mon, 2 Jan 2017 15:36:08 +0800 Subject: [PATCH] update translation --- resources/lang/en/locale.js | 7 ++++++- resources/lang/zh_CN/locale.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/locale.js b/resources/lang/en/locale.js index 4c9f69bb..404f1c77 100644 --- a/resources/lang/en/locale.js +++ b/resources/lang/en/locale.js @@ -138,7 +138,12 @@ statusDisabled: 'Disabled', enablePlugin: 'Enable', disablePlugin: 'Disable', - confirmDeletion: 'Are you sure to delete this plugin?' + confirmDeletion: 'Are you sure to delete this plugin?', + + // Update + preparing: 'Preparing', + downloadCompleted: 'Update package download completed.', + extracting: 'Extracting update package..' }, utils: { fatalError: 'Fatal Error (Please contact the author)' diff --git a/resources/lang/zh_CN/locale.js b/resources/lang/zh_CN/locale.js index ca2dcb3f..3c366315 100644 --- a/resources/lang/zh_CN/locale.js +++ b/resources/lang/zh_CN/locale.js @@ -140,6 +140,7 @@ disablePlugin: '禁用插件', confirmDeletion: '真的要删除这个插件吗?', + // Update preparing: '正在准备', downloadCompleted: '更新包下载完成', extracting: '正在解压更新包'