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

19 lines
475 B
TypeScript
Raw Normal View History

2025-06-03 08:08:49 +00:00
export default {
quickCreatePlaceholder: '快速创建空白文档',
quickCreateName: '文档名称',
noData: '无匹配数据',
loading: '加载中',
noMore: '到底啦!',
selectParagraph: {
title: '选择分段',
error: '仅执行未成功分段',
2025-06-04 12:41:30 +00:00
all: '全部分段',
2025-06-04 10:08:52 +00:00
},
folder: {
2025-06-04 12:41:30 +00:00
addFolder: '添加文件夹',
folderNamePlaceholder: '请输入名称',
description: '描述',
descriptionPlaceholder: '请输入描述',
},
2025-06-03 08:08:49 +00:00
}