en.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. module.exports = {
  2. 'name': 'Quick Add Component',
  3. 'search': 'Search',
  4. 'settings': 'Settings',
  5. 'checkUpdate': 'Check Update',
  6. // update
  7. 'currentLatest': 'Currently the latest version!',
  8. 'hasNewVersion': 'New version found!',
  9. 'localVersion': 'Local version: ',
  10. 'latestVersion': 'Latest version: ',
  11. 'releases': 'Releases: https://gitee.com/ifaswind/ccc-quick-add-component/releases',
  12. 'cocosStore': 'Cocos Store: http://store.cocos.com/app/detail/2712',
  13. // main
  14. 'noSelected': 'Please select node(s) before opening search bar!',
  15. 'dataError': 'Load components lists failed, please reopen the search bar and try again!',
  16. // search
  17. 'searchPlaceholder': 'Enter component name...',
  18. 'searchBtn': 'ADD',
  19. // setting
  20. 'none': 'None',
  21. 'selectKey': 'Hotkey',
  22. 'selectKeyTooltip': 'Chose a hotkey to open the search bar quickly',
  23. 'customKey': 'Custom',
  24. 'customKeyPlaceholder': 'Choose a hotkey above or customize one by yourself',
  25. 'customKeyTooltip': 'You can also customize your own hotkey',
  26. 'autoCheck': 'Auto Check Update',
  27. 'autoCheckTooltip': 'Check if there is a new version when the extension is loaded',
  28. 'reference': '· Hotkey customization reference: ',
  29. 'accelerator': 'Keyboard Shortcuts',
  30. 'repository': '· Git repository of this extension: ',
  31. 'apply': 'Apply',
  32. 'quoteError': 'Do not use double quotes!',
  33. 'customKeyError': 'Please specify a hotkey!',
  34. };