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,251 @@
{
"placeholder": "輸入 / 開啟命令選單...",
"slash": {
"noResult": "未找到匹配的命令",
"category": {
"text": "文字",
"list": "列表",
"media": "媒體",
"advanced": "進階",
"diagram": "圖表"
},
"text": "正文",
"textDesc": "普通段落文字",
"heading1": "標題 1",
"heading1Desc": "大標題",
"heading2": "標題 2",
"heading2Desc": "中標題",
"heading3": "標題 3",
"heading3Desc": "小標題",
"bulletList": "無序列表",
"bulletListDesc": "建立無序列表",
"orderedList": "有序列表",
"orderedListDesc": "建立有序列表",
"taskList": "任務列表",
"taskListDesc": "建立帶核取方塊的任務列表",
"blockquote": "引用",
"blockquoteDesc": "建立引用區塊",
"codeBlock": "程式碼區塊",
"codeBlockDesc": "建立程式碼區塊",
"divider": "分隔線",
"dividerDesc": "插入分隔線",
"table": "表格",
"tableDesc": "插入表格",
"image": "圖片",
"imageDesc": "上傳或嵌入圖片",
"callout": "提示區塊",
"calloutDesc": "插入醒目的提示訊息",
"toggle": "摺疊區塊",
"toggleDesc": "建立可摺疊/展開的內容區塊",
"columns": "多欄佈局",
"columnsDesc": "插入兩欄並排佈局",
"toc": "目錄",
"tocDesc": "根據標題自動產生目錄",
"inlineMath": "行內公式",
"inlineMathDesc": "插入行內數學公式",
"video": "影片",
"videoDesc": "上傳影片檔案",
"attachment": "附件",
"attachmentDesc": "上傳任意類型檔案",
"embed": "嵌入連結",
"embedDesc": "插入 URL 預覽卡片",
"emoji": "表情",
"emojiDesc": "插入表情符號",
"whiteboard": "畫板",
"whiteboardDesc": "建立可繪製的畫板",
"draw": "繪圖板",
"drawDesc": "建立手繪風格的繪圖板"
},
"whiteboard": {
"title": "畫板",
"edit": "編輯",
"close": "關閉",
"delete": "刪除",
"saveAndClose": "儲存並關閉",
"clickToCreate": "點擊建立畫板"
},
"draw": {
"title": "繪圖板",
"edit": "編輯",
"close": "關閉",
"delete": "刪除",
"saveAndClose": "儲存並關閉",
"clickToCreate": "點擊建立繪圖板",
"dblclickToEdit": "雙擊編輯"
},
"bubble": {
"turnInto": "轉換為",
"bold": "粗體",
"italic": "斜體",
"underline": "底線",
"strikethrough": "刪除線",
"code": "行內程式碼",
"highlight": "螢光標記",
"link": "連結",
"alignLeft": "靠左對齊",
"alignCenter": "置中",
"alignRight": "靠右對齊",
"fontSize": "字型大小",
"fontSizeDefault": "預設",
"emoji": "表情"
},
"turnInto": {
"text": "正文",
"heading1": "標題 1",
"heading2": "標題 2",
"heading3": "標題 3",
"bulletList": "無序列表",
"orderedList": "有序列表",
"taskList": "任務列表",
"blockquote": "引用",
"codeBlock": "程式碼區塊"
},
"color": {
"textColor": "文字顏色",
"highlightColor": "背景顏色",
"default": "預設",
"gray": "灰色",
"brown": "棕色",
"orange": "橙色",
"yellow": "黃色",
"green": "綠色",
"blue": "藍色",
"purple": "紫色",
"pink": "粉色",
"red": "紅色",
"none": "無",
"cyan": "青色"
},
"link": {
"placeholder": "輸入連結網址...",
"confirm": "確定",
"cancel": "取消"
},
"table": {
"moveUp": "上移列",
"moveDown": "下移列",
"moveLeft": "左移欄",
"moveRight": "右移欄",
"insertRowAbove": "在上方插入列",
"insertRowBelow": "在下方插入列",
"insertColumnLeft": "在左側插入欄",
"insertColumnRight": "在右側插入欄",
"color": "顏色",
"clearColumn": "清空欄內容",
"duplicateRow": "在下方插入列",
"duplicateColumn": "在右側插入欄",
"deleteRow": "刪除列",
"deleteColumn": "刪除欄",
"defaultColor": "預設",
"lightGray": "淺灰",
"lightRed": "淺紅",
"lightOrange": "淺橙",
"lightYellow": "淺黃",
"lightGreen": "淺綠",
"lightBlue": "淺藍",
"lightPurple": "淺紫",
"lightPink": "淺粉",
"mergeCells": "合併儲存格",
"splitCell": "拆分儲存格",
"toggleHeaderRow": "切換表頭列",
"toggleHeaderColumn": "切換表頭欄",
"deleteTable": "刪除表格",
"cellAlign": "儲存格對齊",
"cellAlignLeft": "靠左對齊",
"cellAlignCenter": "置中對齊",
"cellAlignRight": "靠右對齊",
"fullWidth": "全寬顯示",
"stripedRows": "斑馬紋",
"sortAsc": "升序排列",
"sortDesc": "降序排列",
"clearCell": "清空儲存格",
"sizePicker": "選擇表格尺寸",
"sizePickerHint": "{rows} × {cols} 表格"
},
"callout": {
"info": "資訊",
"warning": "警告",
"success": "成功",
"error": "錯誤"
},
"toggle": {
"placeholder": "摺疊標題...",
"empty": "空內容,點擊展開後編輯"
},
"toc": {
"title": "目錄",
"empty": "新增標題後,目錄將自動產生",
"untitled": "無標題"
},
"image": {
"alignment": "對齊",
"alignLeft": "靠左對齊",
"alignCenter": "置中",
"alignRight": "靠右對齊",
"size": "尺寸",
"small": "小圖",
"medium": "中圖",
"large": "大圖",
"reset": "重設大小",
"delete": "刪除",
"caption": "新增說明...",
"uploading": "上傳中...",
"uploadFailed": "上傳失敗",
"loadFailed": "圖片載入失敗",
"retry": "重試"
},
"video": {
"delete": "刪除",
"uploading": "上傳中..."
},
"attachment": {
"download": "下載",
"delete": "刪除",
"untitled": "未命名檔案"
},
"upload": {
"fileSizeExceeds": "檔案大小超出限制",
"uploadFailed": "上傳失敗,請重試",
"imageUploadFailed": "圖片上傳失敗",
"videoUploadFailed": "影片上傳失敗",
"attachmentUploadFailed": "附件上傳失敗"
},
"mention": {
"noResults": "沒有找到匹配的用戶",
"loading": "搜尋中..."
},
"embed": {
"placeholder": "輸入連結地址...",
"submit": "嵌入",
"loading": "載入中...",
"open": "開啟連結",
"delete": "刪除"
},
"codeBlock": {
"copyCode": "複製程式碼",
"copied": "已複製",
"searchLanguage": "搜尋語言...",
"noLanguage": "沒有匹配的語言"
},
"blockMenu": {
"delete": "刪除",
"duplicate": "複製",
"moveUp": "上移",
"moveDown": "下移",
"turnInto": "轉換為"
},
"search": {
"find": "查找",
"findPlaceholder": "查找...",
"replace": "替換",
"replaceAll": "全部替換",
"replacePlaceholder": "替換為...",
"noResults": "無結果",
"caseSensitive": "區分大小寫",
"previousMatch": "上一個",
"nextMatch": "下一個",
"close": "關閉",
"showReplace": "顯示替換",
"hideReplace": "隱藏替換"
}
}