@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines (11 loc) • 454 B
JavaScript
//#region src/i18n/resources/zhCn/hotkey.ts
var hotkey_default = {
"hotkey.clear": "清除绑定",
"hotkey.conflict": "此快捷键与现有快捷键冲突。",
"hotkey.invalidCombination": "快捷键必须包含修饰键(Ctrl、Alt、Shift)且只能有一个常规键。",
"hotkey.placeholder": "按键录制快捷键",
"hotkey.reset": "重置为默认"
};
//#endregion
export { hotkey_default as default };
//# sourceMappingURL=hotkey.mjs.map