ds-markdown
Version:
> 🚀 高性能 React Markdown 打字动画组件,完美复刻 DeepSeek 聊天界面效果
31 lines (27 loc) • 728 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const enUS = {
codeBlock: {
copy: 'Copy',
copied: 'Copied',
download: 'Download',
downloaded: 'Downloaded',
},
mermaid: {
diagram: 'Diagram',
code: 'Code',
zoomOut: 'Zoom Out',
zoomIn: 'Zoom In',
download: 'Download',
fullScreen: 'Full Screen',
exitFullScreen: 'Exit Full Screen',
downloadImage: 'Download Image',
downloadedImage: 'Downloaded',
copiedImage: 'Copied',
copyImage: 'Copy Image',
fitInView: 'Fit in view',
},
};
exports.default = enUS;
exports.enUS = enUS;
//# sourceMappingURL=index.js.map