@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
37 lines (36 loc) • 772 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
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: '图片'
}
};
var _default = exports.default = localeValues;