en.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. module.exports = {
  2. 'name': 'Skeleton Viewer',
  3. 'view': 'View',
  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-skeleton-viewer/releases',
  12. 'cocosStore': 'Cocos Store: http://store.cocos.com/app/detail/3008',
  13. // main
  14. 'skeletonAssets': 'Spine Assets',
  15. 'selectAssets': 'Select skeleton assets',
  16. 'noAssets': 'No assets selected',
  17. 'noSkeleton': 'No skeleton asset selected!',
  18. 'noTexture': 'No texture assets found!',
  19. 'noAtlas': 'No atlas assets found!',
  20. // view
  21. 'skin': 'Skin',
  22. 'animation': 'Animation',
  23. 'viewScale': 'View Scale',
  24. 'loop': 'Loop',
  25. 'premultipliedAlpha': 'Premultiplied Alpha',
  26. 'timeScale': 'Time Scale',
  27. 'drawBones': 'Draw Bones',
  28. 'drawBoundingBoxes': 'Draw Bounding Boxes',
  29. 'drawMeshTriangles': 'Draw Mesh Triangles',
  30. 'drawPaths': 'Draw Paths',
  31. 'spineRuntime': 'Spine Runtime',
  32. 'version': 'Version',
  33. 'noVersion': 'Cannot identify the version of the asset!',
  34. 'noSpineRuntime': 'Target version of spine runtime is missing!',
  35. 'noWebGL': 'WebGL is unavailable!',
  36. 'noSkeletonData': 'Lack of skeleton data!',
  37. 'dataMismatch': 'Data mismatch! Please check the selection!',
  38. 'reset': 'Reset',
  39. 'reposition': 'Reposition',
  40. 'canvasColor': 'Canvas Color',
  41. // settings
  42. 'none': 'None',
  43. 'selectKey': 'Hotkey',
  44. 'selectKeyTooltip': 'Choose a hotkey',
  45. 'customKey': 'Custom',
  46. 'customKeyPlaceholder': 'Choose a hotkey above or customize one by yourself',
  47. 'customKeyTooltip': 'You can also customize your own hotkey',
  48. 'autoCheck': 'Auto Check Update',
  49. 'autoCheckTooltip': 'Check if there is a new version when the extension is loaded',
  50. 'reference': '· Hotkey customization reference: ',
  51. 'accelerator': 'Keyboard Shortcuts',
  52. 'repository': '· Git repository of this extension: ',
  53. 'apply': 'Apply',
  54. 'quoteError': 'Do not use double quotes!',
  55. 'customKeyError': 'Please specify a hotkey!',
  56. };