12345678910111213141516171819202122232425262728293031323334 |
- module.exports = {
- 'name': 'Quick Add Component',
- 'search': 'Search',
- '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-quick-add-component/releases',
- 'cocosStore': 'Cocos Store: http://store.cocos.com/app/detail/2712',
- // main
- 'noSelected': 'Please select node(s) before opening search bar!',
- 'dataError': 'Load components lists failed, please reopen the search bar and try again!',
- // search
- 'searchPlaceholder': 'Enter component name...',
- 'searchBtn': 'ADD',
- // setting
- 'none': 'None',
- 'selectKey': 'Hotkey',
- 'selectKeyTooltip': 'Chose a hotkey to open the search bar quickly',
- 'customKey': 'Custom',
- 'customKeyPlaceholder': 'Choose a hotkey above or customize one by yourself',
- 'customKeyTooltip': 'You can also customize your own hotkey',
- 'autoCheck': 'Auto Check Update',
- 'autoCheckTooltip': '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 hotkey!',
- };
|