maxkb/ui/src/locales/lang/zh-CN/components.ts
wangdan-fit2cloud a84c287963 feat: knowledge
2025-06-04 18:09:00 +08:00

16 lines
351 B
TypeScript

export default {
quickCreatePlaceholder: '快速创建空白文档',
quickCreateName: '文档名称',
noData: '无匹配数据',
loading: '加载中',
noMore: '到底啦!',
selectParagraph: {
title: '选择分段',
error: '仅执行未成功分段',
all: '全部分段'
},
folder: {
addFolder:'添加文件夹'
}
}