@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 431 B
JavaScript
//#region src/i18n/resources/en/hotkey.ts
var hotkey_default = {
"hotkey.conflict": "This shortcut conflicts with an existing one.",
"hotkey.invalidCombination": "Shortcut must include a modifier key (Ctrl, Alt, Shift) and only one regular key.",
"hotkey.placeholder": "Press keys to record shortcut",
"hotkey.reset": "Reset to default"
};
//#endregion
export { hotkey_default as default };
//# sourceMappingURL=hotkey.mjs.map