update translation
This commit is contained in:
parent
30fb7bdedf
commit
c2fa342aae
|
|
@ -138,7 +138,12 @@
|
||||||
statusDisabled: 'Disabled',
|
statusDisabled: 'Disabled',
|
||||||
enablePlugin: 'Enable',
|
enablePlugin: 'Enable',
|
||||||
disablePlugin: 'Disable',
|
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: {
|
utils: {
|
||||||
fatalError: 'Fatal Error (Please contact the author)'
|
fatalError: 'Fatal Error (Please contact the author)'
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@
|
||||||
disablePlugin: '禁用插件',
|
disablePlugin: '禁用插件',
|
||||||
confirmDeletion: '真的要删除这个插件吗?',
|
confirmDeletion: '真的要删除这个插件吗?',
|
||||||
|
|
||||||
|
// Update
|
||||||
preparing: '正在准备',
|
preparing: '正在准备',
|
||||||
downloadCompleted: '更新包下载完成',
|
downloadCompleted: '更新包下载完成',
|
||||||
extracting: '正在解压更新包'
|
extracting: '正在解压更新包'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user