You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
812 B
16 lines
812 B
module.exports = {
|
|
'name': 'Quick Finder',
|
|
'search': 'Search',
|
|
'setting': 'Setting',
|
|
'select': 'Hotkey',
|
|
'selectTooltip': 'Chose a hotkey to open the search bar quickly',
|
|
'custom': 'Custom',
|
|
'customPlaceholder': 'Choose a hotkey above or customize one by yourself',
|
|
'customTooltip': 'You can also customize your own hotkey',
|
|
'reference': '· Hotkey customization reference: [Keyboard Shortcuts](https://www.electronjs.org/docs/api/accelerator)',
|
|
'repository': '· Git repository of this extension: [ccc-quick-finder](https://gitee.com/ifaswind/ccc-quick-finder)',
|
|
'apply': 'Apply',
|
|
'quoteError': 'Do not use double quotes!',
|
|
'customError': 'Please specify a hotkey!',
|
|
'dataError': 'Load assets data failed, please reopen the search bar and try again!',
|
|
};
|
|
|