ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
40 lines (39 loc) • 814 B
JavaScript
const e = {
locale: "zh-cn",
Conversations: {
create: "新对话"
},
Sender: {
stopLoading: "停止请求",
speechRecording: "正在录音"
},
Actions: {
feedbackLike: "喜欢",
feedbackDislike: "不喜欢",
audio: "播放语音",
audioRunning: "语音播放中",
audioError: "播放出错了",
audioLoading: "正在加载语音"
},
Bubble: {
editableOk: "确认",
editableCancel: "取消"
},
Mermaid: {
zoomIn: "放大",
zoomOut: "缩小",
zoomReset: "重置",
download: "下载",
code: "代码",
image: "图片"
},
Folder: {
selectFile: "请选择一个文件",
loadError: "文件加载失败",
noService: "未配置文件内容服务",
loadFailed: "加载文件失败"
}
};
export {
e as default
};