ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
40 lines (39 loc) • 806 B
JavaScript
const e = {
locale: "en",
Conversations: {
create: "New chat"
},
Sender: {
stopLoading: "Stop loading",
speechRecording: "Speech recording"
},
Actions: {
feedbackLike: "Like",
feedbackDislike: "Dislike",
audio: "Play audio",
audioRunning: "Audio playing",
audioError: "Playback error",
audioLoading: "Loading audio"
},
Bubble: {
editableOk: "OK",
editableCancel: "Cancel"
},
Mermaid: {
zoomIn: "Zoom in",
zoomOut: "Zoom out",
zoomReset: "Reset",
download: "Download",
code: "Code",
image: "Image"
},
Folder: {
selectFile: "Please select a file",
loadError: "Failed to load file",
noService: "File content service not configured",
loadFailed: "Failed to load file"
}
};
export {
e as default
};