en.js 590 B

1234567891011121314
  1. module.exports = {
  2. 'name': 'PNG Auto Compress',
  3. 'setting': 'Setting',
  4. // main
  5. 'configSaved': 'Config saved',
  6. 'willCompress': 'PNG resources will be compressed automatically after the build is completed...',
  7. 'prepareCompress': 'Prepare to compress...',
  8. 'notSupport': 'Does not support the current system platform!',
  9. 'startCompress': 'Compress...',
  10. 'compressDir': 'Asset path',
  11. // setting panel
  12. 'repository': '· Git repository of this extension: [ccc-png-auto-compress](https://gitee.com/ifaswind/ccc-png-auto-compress)',
  13. 'apply': 'Apply',
  14. };