返回 JoyAI-Echo
common.json
1 {
2 "app": {
3 "brand": "Echo Director",
4 "loading": {
5 "connecting": "正在連線到 Echo Director…",
6 "boot": "正在載入 Echo Director…"
7 },
8 "error": {
9 "title": "無法連線到 Echo Director",
10 "gatewayHint": "請確認 gateway 已啟動(`nanobot gateway`),並且目前頁面與 gateway 在同一台機器上開啟。"
11 },
12 "documentTitle": {
13 "base": "Echo Director",
14 "chat": "{{title}} · Echo Director"
15 },
16 "meta": {
17 "description": "Echo Director Web UI —— 與你的 Echo Director 工作區對話。"
18 }
19 },
20 "sidebar": {
21 "collapse": "收合側邊欄",
22 "toggleTheme": "切換主題",
23 "newChat": "新增對話",
24 "recent": "最近對話",
25 "refreshSessions": "重新整理會話",
26 "language": {
27 "label": "語言",
28 "ariaLabel": "切換語言"
29 }
30 },
31 "chat": {
32 "fallbackTitle": "對話 {{id}}",
33 "loading": "載入中…",
34 "noSessions": "目前還沒有會話。",
35 "actions": "「{{title}}」的會話操作",
36 "delete": "刪除",
37 "newChat": "新增對話",
38 "mode": {
39 "autoGenerate": "一鍵成片",
40 "stepwise": "逐鏡打磨"
41 }
42 },
43 "deleteConfirm": {
44 "title": "刪除「{{title}}」?",
45 "description": "這個會話檔案會從磁碟中移除,而且無法復原。",
46 "cancel": "取消",
47 "confirm": "刪除"
48 },
49 "connection": {
50 "idle": "閒置",
51 "connecting": "連線中…",
52 "open": "已連線",
53 "reconnecting": "重新連線中…",
54 "closed": "已中斷",
55 "error": "連線錯誤"
56 },
57 "thread": {
58 "loadingConversation": "正在載入對話…",
59 "empty": {
60 "description": "你可以提問、延續本地工作,或是開始新的執行緒。"
61 },
62 "header": {
63 "toggleSidebar": "切換側邊欄"
64 },
65 "composer": {
66 "placeholderThread": "輸入訊息…",
67 "placeholderHero": "你在想什麼?",
68 "placeholderHeroShort": "Share your creative story — you can upload a favorite image as the first frame to make a short video. The image aspect ratio must match the video.",
69 "placeholderStepwise": "Upload a first-frame image, then share your story idea.",
70 "placeholderStepwiseAuto": "Share your story idea — skip polishing and generate the full film.",
71 "placeholderStepwiseAutoEmpty": "Upload a first-frame image and generate the full film in one click.",
72 "autoGenerate": "One-click generate",
73 "placeholderOpening": "正在開啟新對話…",
74 "inputAria": "訊息輸入框",
75 "sendHint": "Enter 送出 · Shift+Enter 換行",
76 "charCount": "{{count}} 字",
77 "send": "送出訊息",
78 "attachImage": "附加圖片",
79 "encoding": "處理中…",
80 "remove": "移除附件",
81 "normalizedSizeHint": "{{orig}} → {{current}}(已自動壓縮)",
82 "imageRejected": {
83 "unsupported_type": "不支援的檔案類型",
84 "too_many_images": "每則訊息最多 {{max}} 張圖片",
85 "magic_mismatch": "檔案看起來不像真正的圖片",
86 "decode_failed": "無法解碼這張圖片",
87 "too_large": "圖片太大,請換一張小一點的",
88 "io": "無法讀取這個檔案"
89 }
90 },
91 "scrollToBottom": "捲動到底部"
92 },
93 "message": {
94 "streaming": "串流輸出中",
95 "assistantTyping": "助理正在輸入",
96 "toolSingle": "正在使用工具",
97 "toolMany": "已使用 {{count}} 個工具",
98 "imageAttachment": "圖片附件"
99 },
100 "lightbox": {
101 "title": "圖片預覽",
102 "open": "檢視圖片",
103 "prev": "上一張",
104 "next": "下一張",
105 "close": "關閉預覽"
106 },
107 "code": {
108 "fallbackLanguage": "程式碼",
109 "copyAria": "複製程式碼",
110 "copy": "複製",
111 "copied": "已複製"
112 },
113 "common": {
114 "dismiss": "關閉"
115 },
116 "errors": {
117 "messageTooBig": {
118 "title": "訊息過大",
119 "body": "伺服器因超過大小限制拒收了上一則訊息。可移除部分圖片或改用較小的圖片後再試。"
120 }
121 }
122 }
123
123 lines JSON