en.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. module.exports = {
  2. 'name': 'References Finder',
  3. 'find': 'Find Current Selected',
  4. 'find-panel': 'Find Panel',
  5. 'settings': 'Settings',
  6. 'check-update': 'Check Update',
  7. // update
  8. 'current-latest': 'Currently the latest version!',
  9. 'has-new-version': 'New version found!',
  10. 'local-version': 'Local version: ',
  11. 'latest-version': 'Latest version: ',
  12. 'git-releases': 'Releases: https://gitee.com/ifaswind/ccc-references-finder/releases',
  13. 'cocos-store': 'Cocos Store: https://store.cocos.com/app/detail/2531',
  14. // main
  15. 'please-select-assets': 'Please select asset(s) in Asset Panel first',
  16. 'invalid-uuid': 'Invalid uuid',
  17. 'not-support-folder': 'Does not support folder',
  18. 'find-asset-refs': 'Find references',
  19. 'no-refs': 'No references found',
  20. 'scene': 'Scene',
  21. 'prefab': 'Prefab',
  22. 'animation': 'Animation',
  23. 'material': 'Material',
  24. 'font': 'Font',
  25. 'node': 'Node',
  26. 'component': 'Component',
  27. 'property': 'Property',
  28. 'result': 'Reference result',
  29. 'node-refs': 'Node References',
  30. 'asset-refs': 'Asset References',
  31. 'asset-info': 'Asset Info',
  32. 'asset-type': 'Type: ',
  33. 'asset-uuid': 'Uuid: ',
  34. 'asset-url': 'Url: ',
  35. 'asset-path': 'Path: ',
  36. // settings
  37. 'none': 'None',
  38. 'select-key': 'Hotkey',
  39. 'select-key-tooltip': 'Chose a hotkey to open the search bar quickly',
  40. 'custom-key': 'Custom',
  41. 'custom-key-placeholder': 'Choose a hotkey above or customize one by yourself',
  42. 'custom-key-tooltip': 'You can also customize your own hotkey',
  43. 'auto-check-update': 'Auto Check Update',
  44. 'auto-check-update-tooltip': 'Check if there is a new version when the extension is loaded',
  45. 'reference': '· Hotkey customization reference: ',
  46. 'accelerator': 'Keyboard Shortcuts',
  47. 'repository': '· Git repository of this extension: ',
  48. 'apply': 'Apply',
  49. 'quote-error': 'Do not use double quotes!',
  50. 'custom-key-error': 'Please specify a hotkey!',
  51. 'print-details': 'Show Details',
  52. 'print-details-tooltip': 'Show more details(node, component, property)',
  53. 'print-folding': 'Fold Result',
  54. 'print-folding-tooltip': 'Fold result in one log',
  55. };