update translation

This commit is contained in:
printempw 2017-01-02 15:36:08 +08:00
parent 30fb7bdedf
commit c2fa342aae
2 changed files with 7 additions and 1 deletions

View File

@ -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)'

View File

@ -140,6 +140,7 @@
disablePlugin: '禁用插件',
confirmDeletion: '真的要删除这个插件吗?',
// Update
preparing: '正在准备',
downloadCompleted: '更新包下载完成',
extracting: '正在解压更新包'