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

13 lines
302 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: '全部分段'
}
}