@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
31 lines • 648 B
JavaScript
const localeValues = {
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: '图片'
}
};
export default localeValues;