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

16 lines
351 B
TypeScript
Raw Normal View History

2025-04-16 11:10:00 +00:00
export default {
quickCreatePlaceholder: '快速創建空白文檔',
quickCreateName: '文檔名稱',
noData: '無匹配数据',
loading: '加載中',
noMore: '到底啦!',
selectParagraph: {
title: '選擇分段',
error: '僅執行未成功分段',
all: '全部分段'
2025-06-04 10:08:52 +00:00
},
folder: {
addFolder:'添加文件夾'
2025-04-16 11:10:00 +00:00
}
}