ds-markdown
Version:
> 🚀 高性能 React Markdown 打字动画组件,完美复刻 DeepSeek 聊天界面效果
26 lines (24 loc) • 638 B
JavaScript
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',
},
};
export { enUS as default, enUS };
//# sourceMappingURL=index.js.map