Build lightweight AI agent admin

This commit is contained in:
Codex
2026-06-08 18:14:59 +08:00
commit e164840f43
2530 changed files with 435693 additions and 0 deletions
@@ -0,0 +1,56 @@
{
"title": "文件庫",
"description": "團隊知識管理與文件協作",
"createSpace": "新建文件庫",
"spaceName": "文件庫名稱",
"spaceNamePlaceholder": "請輸入文件庫名稱",
"spaceDescription": "描述",
"spaceDescriptionPlaceholder": "簡要描述文件庫的用途",
"category": "分類",
"categoryDefault": "預設",
"categoryTech": "技術",
"categoryProduct": "產品",
"categoryDesign": "設計",
"categoryBusiness": "業務",
"categoryOther": "其他",
"visibility": "可見性",
"private": "私有",
"team": "團隊可見",
"public": "公開",
"emptySpaces": "暫無文件庫",
"emptySpacesHint": "建立一個文件庫來組織團隊知識",
"emptyDocuments": "暫無文件",
"emptyDocumentsHint": "點擊上方按鈕建立第一篇文件",
"addDocument": "新建文件",
"addSubPage": "新建子頁面",
"spaceSettings": "文件庫設定",
"deleteSpace": "刪除文件庫",
"deleteSpaceConfirm": "確定要刪除文件庫「{name}」嗎?庫內所有文件將被移至回收站。",
"deleteDocument": "刪除文件",
"deleteDocumentConfirm": "確定要刪除文件「{name}」嗎?",
"documentCount": "{count} 篇文件",
"createdBy": "建立者",
"updatedAt": "更新於",
"untitled": "無標題文件",
"backToList": "返回文件庫列表",
"rename": "重新命名",
"searchPlaceholder": "搜尋文件庫...",
"searchDocPlaceholder": "搜尋文件...",
"saving": "儲存中...",
"autoSaved": "已自動儲存",
"allSpaces": "全部文件庫",
"mySpaces": "我的文件庫",
"icon": "圖示",
"cover": "封面",
"avatar": "頭像",
"avatarHint": "為文件庫選擇一個頭像",
"noResults": "未找到匹配結果",
"myDocuments": "我的文件",
"wikiSpaces": "知識庫",
"emptyMyDocs": "暫無個人文件",
"emptyMyDocsHint": "在此建立不屬於任何知識庫的個人文件",
"newBlankDoc": "空白文件",
"newFromTemplate": "從範本建立",
"editSpace": "編輯文件庫",
"editSpaceSuccess": "文件庫已更新"
}