支持渠道、指令(自定义前缀)和事件(启用/禁用)管理
This commit is contained in:
@@ -1670,5 +1670,85 @@
|
||||
"emptyDirectory": "此目錄為空",
|
||||
"errorLoadingDir": "載入目錄失敗",
|
||||
"permissionDenied": "權限不足"
|
||||
},
|
||||
"ChatChannelSettings": {
|
||||
"loading": "載入中...",
|
||||
"sectionTitle": "訊息頻道",
|
||||
"sectionDescription": "設定 IM 機器人,接收事件通知和查詢編碼活動。",
|
||||
"addChannel": "新增頻道",
|
||||
"noChannels": "尚未設定任何訊息頻道。",
|
||||
"channelName": "名稱",
|
||||
"channelNamePlaceholder": "我的 Telegram 機器人",
|
||||
"channelType": "頻道類型",
|
||||
"lark": "飛書",
|
||||
"dailyReport": "每日報告",
|
||||
"dailyReportTime": "推送時間",
|
||||
"nameRequired": "請輸入頻道名稱。",
|
||||
"tokenRequired": "請輸入 Token。",
|
||||
"chatIdRequired": "請輸入 Chat ID。",
|
||||
"loadFailed": "載入頻道失敗。",
|
||||
"saveFailed": "儲存失敗。",
|
||||
"connectSuccess": "頻道已連線。",
|
||||
"connectFailed": "連線失敗",
|
||||
"disconnectSuccess": "頻道已斷線。",
|
||||
"disconnectFailed": "斷線失敗。",
|
||||
"testSuccess": "連線測試通過。",
|
||||
"testFailed": "連線測試失敗",
|
||||
"deleteSuccess": "頻道已刪除。",
|
||||
"deleteFailed": "刪除頻道失敗。",
|
||||
"deleteConfirmTitle": "刪除頻道",
|
||||
"deleteConfirmMessage": "將永久刪除該頻道及其訊息紀錄,確定嗎?",
|
||||
"cancel": "取消",
|
||||
"delete": "刪除",
|
||||
"create": "建立",
|
||||
"save": "儲存",
|
||||
"channelListTitle": "已設定頻道",
|
||||
"channelListDescription": "已啟用的頻道在服務啟動時會自動連線。",
|
||||
"editChannel": "編輯頻道",
|
||||
"editSuccess": "頻道已更新。",
|
||||
"tokenPlaceholderKeep": "留空保持不變",
|
||||
"connect": "連線",
|
||||
"disconnect": "斷開",
|
||||
"test": "測試連線",
|
||||
"tabs": {
|
||||
"channels": "頻道",
|
||||
"commands": "指令",
|
||||
"events": "事件"
|
||||
},
|
||||
"commands": {
|
||||
"title": "內建指令",
|
||||
"description": "訊息頻道中可用的 Bot 指令。",
|
||||
"prefixLabel": "指令前綴",
|
||||
"prefixDescription": "觸發 Bot 指令的前綴,1-3 個非字母數字字元(預設 /)。",
|
||||
"prefixSaved": "指令前綴已儲存。",
|
||||
"prefixSaveFailed": "儲存指令前綴失敗。",
|
||||
"prefixInvalid": "前綴必須是 1-3 個非字母數字字元。",
|
||||
"save": "儲存",
|
||||
"recentDesc": "最近 5 筆對話",
|
||||
"searchDesc": "依關鍵字搜尋對話",
|
||||
"detailDesc": "對話詳情",
|
||||
"todayDesc": "今日活動摘要",
|
||||
"statusDesc": "頻道連線狀態",
|
||||
"helpDesc": "顯示說明"
|
||||
},
|
||||
"events": {
|
||||
"title": "事件通知",
|
||||
"description": "設定每個頻道推送哪些事件。",
|
||||
"allEnabled": "所有事件已啟用(預設)",
|
||||
"sessionStarted": "工作階段開始",
|
||||
"sessionStartedDesc": "AI 代理開始新工作階段時",
|
||||
"turnComplete": "對話完成",
|
||||
"turnCompleteDesc": "代理回合結束時",
|
||||
"error": "代理錯誤",
|
||||
"errorDesc": "代理遇到錯誤時",
|
||||
"statusDisconnected": "代理斷線",
|
||||
"statusDisconnectedDesc": "代理連線中斷時",
|
||||
"gitPush": "Git 推送",
|
||||
"gitPushDesc": "Git Push 成功時",
|
||||
"gitCommit": "Git 提交",
|
||||
"gitCommitDesc": "Git Commit 成功時",
|
||||
"saved": "事件篩選已更新。",
|
||||
"saveFailed": "儲存事件篩選失敗。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user