en.js 1.2 KB

1234567891011121314151617181920212223242526
  1. 'use strict';
  2. const title = 'Cocos Assistant';
  3. module.exports = {
  4. title,
  5. 'info-title': 'Info',
  6. 'warn-title': 'Warn',
  7. 'info-non-logged-in': `You have not logged in to your account, \
  8. please log in if you want to use ${title}.`,
  9. 'get-entry-url-failed': 'Cannot get the entry URL.',
  10. ok: 'OK',
  11. cancel: 'Cancel',
  12. 'save-image': 'Save Image',
  13. 'save-file': 'Save File',
  14. 'select-image': 'Select Image',
  15. 'select-file': 'Select File',
  16. 'image-filter-name': 'Image',
  17. 'file-filter-name': 'File',
  18. 'session-expired': 'Your login credentials have expired, please re-login Cocos Creator.',
  19. 'new-version-found': `New version of ${title} found: v_. It is highly recommended that you update. update now?`,
  20. 'download-new-version-failed': `Fail to download the new version of ${title}.`,
  21. 'remove-current-version-failed': `Fail to remove current version of ${title}, maybe there are multiple Cocos Creators running, please close all Cocos Creators then retry or try to upgrade the plugin from Extension Store manually.`,
  22. 'install-new-version-failed': `Fail to install the new version of ${title}.`,
  23. 'install-new-version-succeed': `Succeed to install the new version of ${title}.`,
  24. };