UnisKB/ui/src/locales/lang/zh-CN/components.ts

13 lines
302 B
TypeScript
Raw Normal View History

2025-06-03 08:08:49 +00:00
export default {
quickCreatePlaceholder: '快速创建空白文档',
quickCreateName: '文档名称',
noData: '无匹配数据',
loading: '加载中',
noMore: '到底啦!',
selectParagraph: {
title: '选择分段',
error: '仅执行未成功分段',
all: '全部分段'
}
}