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: '正在解压更新包'