You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
590 B
15 lines
590 B
4 weeks ago
|
module.exports = {
|
||
|
'name': 'PNG Auto Compress',
|
||
|
'setting': 'Setting',
|
||
|
// main
|
||
|
'configSaved': 'Config saved',
|
||
|
'willCompress': 'PNG resources will be compressed automatically after the build is completed...',
|
||
|
'prepareCompress': 'Prepare to compress...',
|
||
|
'notSupport': 'Does not support the current system platform!',
|
||
|
'startCompress': 'Compress...',
|
||
|
'compressDir': 'Asset path',
|
||
|
// setting panel
|
||
|
'repository': '· Git repository of this extension: [ccc-png-auto-compress](https://gitee.com/ifaswind/ccc-png-auto-compress)',
|
||
|
'apply': 'Apply',
|
||
|
};
|