zh.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. module.exports = {
  2. 'name': '引用查找器',
  3. 'find': '查找当前选中资源',
  4. 'find-panel': '查找面板',
  5. 'settings': '设置',
  6. 'check-update': '检查更新',
  7. // update
  8. 'current-latest': '当前已是最新版本!',
  9. 'has-new-version': '发现新版本!',
  10. 'local-version': '本地版本:',
  11. 'latest-version': '最新版本:',
  12. 'git-releases': '发行版:https://gitee.com/ifaswind/ccc-references-finder/releases',
  13. 'cocos-store': 'Cocos 商店:https://store.cocos.com/app/detail/2531',
  14. // main
  15. 'please-select-assets': '请先在资源管理器中选择需要查找引用的资源',
  16. 'invalid-uuid': '无效的 uuid',
  17. 'not-support-folder': '暂不支持查找文件夹',
  18. 'find-asset-refs': '查找资源引用',
  19. 'no-refs': '没有找到该资源的引用',
  20. 'scene': '场景',
  21. 'prefab': '预制体',
  22. 'animation': '动画',
  23. 'material': '材质',
  24. 'font': '字体',
  25. 'node': '节点',
  26. 'component': '组件',
  27. 'property': '属性',
  28. 'result': '引用查找结果',
  29. 'node-refs': '节点引用',
  30. 'asset-refs': '资源引用',
  31. 'asset-info': '资源信息',
  32. 'asset-type': 'Type:',
  33. 'asset-uuid': 'Uuid:',
  34. 'asset-url': 'Url:',
  35. 'asset-path': 'Path:',
  36. // settings
  37. 'none': '无',
  38. 'select-key': '快捷键',
  39. 'select-key-tooltip': '选择一个快速打开搜索栏的快捷键',
  40. 'custom-key': '自定义',
  41. 'custom-key-placeholder': '在上方选择一个快捷键或自定义一个快捷键',
  42. 'custom-key-tooltip': '自定义快速打开搜索栏的快捷键',
  43. 'auto-check-update': '自动检查更新',
  44. 'auto-check-update-tooltip': '扩展启动时自动检查是否有新版本',
  45. 'reference': '· 快捷键自定义请参考:',
  46. 'accelerator': '键盘快捷键',
  47. 'repository': '· 本扩展的 Git 仓库:',
  48. 'apply': '应用',
  49. 'quote-error': '请勿使用双引号!',
  50. 'custom-key-error': '请指定一个快捷键!',
  51. 'print-details': '展示详情',
  52. 'print-details-tooltip': '引用查找结果精确到节点、组件和属性',
  53. 'print-folding': '折叠结果',
  54. 'print-folding-tooltip': '引用查找结果将需要手动展开,拯救你的控制台',
  55. };