HJ_Client/extensions/ccc-skeleton-viewer/i18n/en.js
DESKTOP-15R5JU0\legu 62fef0360c init
2023-11-17 14:13:11 +08:00

59 lines
2.3 KiB
JavaScript

module.exports = {
'name': 'Skeleton Viewer',
'view': 'View',
'settings': 'Settings',
'checkUpdate': 'Check Update',
// update
'currentLatest': 'Currently the latest version!',
'hasNewVersion': 'New version found!',
'localVersion': 'Local version: ',
'latestVersion': 'Latest version: ',
'releases': 'Releases: https://gitee.com/ifaswind/ccc-skeleton-viewer/releases',
'cocosStore': 'Cocos Store: http://store.cocos.com/app/detail/3008',
// main
'skeletonAssets': 'Spine Assets',
'selectAssets': 'Select skeleton assets',
'noAssets': 'No assets selected',
'noSkeleton': 'No skeleton asset selected!',
'noTexture': 'No texture assets found!',
'noAtlas': 'No atlas assets found!',
// view
'skin': 'Skin',
'animation': 'Animation',
'viewScale': 'View Scale',
'loop': 'Loop',
'premultipliedAlpha': 'Premultiplied Alpha',
'timeScale': 'Time Scale',
'drawBones': 'Draw Bones',
'drawBoundingBoxes': 'Draw Bounding Boxes',
'drawMeshTriangles': 'Draw Mesh Triangles',
'drawPaths': 'Draw Paths',
'spineRuntime': 'Spine Runtime',
'version': 'Version',
'noVersion': 'Cannot identify the version of the asset!',
'noSpineRuntime': 'Target version of spine runtime is missing!',
'noWebGL': 'WebGL is unavailable!',
'noSkeletonData': 'Lack of skeleton data!',
'dataMismatch': 'Data mismatch! Please check the selection!',
'reset': 'Reset',
'reposition': 'Reposition',
'canvasColor': 'Canvas Color',
// settings
'none': 'None',
'selectKey': 'Shortcut Key',
'selectKeyTooltip': 'Choose a shortcut key',
'customKey': 'Custom',
'customKeyPlaceholder': 'Choose a shortcut key above or customize one by yourself',
'customKeyTooltip': 'You can also customize your own shortcut key',
'alwaysOnTop': 'Always On Top',
'alwaysOnTopTooltip': 'Keep view panel on top (3.3+)',
'autoCheckUpdate': 'Auto Check Update',
'autoCheckUpdateTooltip': 'Check if there is a new version when the extension is loaded',
'reference': '· Hotkey customization reference: ',
'accelerator': 'Keyboard Shortcuts',
'repository': '· Git repository of this extension: ',
'apply': 'Apply',
'quoteError': 'Do not use double quotes!',
'customKeyError': 'Please specify a shortcut key!',
};