-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expand file tree
/
Copy pathzh-tw.json
More file actions
7801 lines (7801 loc) · 282 KB
/
Copy pathzh-tw.json
File metadata and controls
7801 lines (7801 loc) · 282 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"agent": {
"add": {
"description": "呼叫各種工具處理複雜任務",
"error": {
"failed": "無法新增 Agent",
"invalid_agent": "無效的 Agent"
},
"model": {
"supported_providers": "支援的服務商",
"tooltip": "目前,僅支援 Anthropic 端點的模型可供 Agent 功能使用。",
"view_providers": "檢視支援的服務商"
},
"title": "新增 Agent",
"type": {
"placeholder": "選擇 Agent 類型"
}
},
"askUserQuestion": {
"answered": "已回答",
"close": "關閉",
"customPlaceholder": "輸入你的答案...",
"loading": "載入問題中...",
"multiSelect": "多重選擇",
"next": "下一個",
"noQuestions": "沒有可用的問題",
"other": "其他",
"previous": "之前",
"progress": "第{{current}}項,共{{total}}項",
"skip": "跳過",
"submit": "提交",
"title": "來自Agent的提問"
},
"cherryClaw": {
"channels": {
"add": "新增",
"bindAgent": "綁定代理",
"chatIdsAutoTrackHint": "若留空,系統將自動追蹤:您需先在平台上向機器人發送一則訊息,系統才會記錄聊天 ID,以供後續通知使用。",
"comingSoon": "即將推出",
"connected": "已連線",
"connecting": "連接",
"createError": "",
"deleteConfirm": "確定刪除頻道「{{name}}」?",
"deleteError": "",
"description": "將您的 Agent 連接到訊息平台。",
"disconnected": "已中斷連線",
"discord": {
"botToken": "Bot Token",
"botTokenPlaceholder": "輸入您的 Discord 機器人 Token",
"channelIds": "允許的頻道 ID",
"channelIdsHint": "格式:channel:id 或 dm:id。留空表示允許所有。",
"channelIdsPlaceholder": "channel:123456789, dm:987654321",
"description": "透過 Discord 機器人使用 WebSocket 閘道接收和回覆訊息。",
"title": "Discord",
"whoamiTip": "💡 提示:發送 /whoami 給機器人即可取得正確格式的頻道 ID。"
},
"error": "錯誤",
"feishu": {
"appId": "應用程式 ID",
"appIdPlaceholder": "輸入您的飛書應用程式 ID",
"appSecret": "應用程式密鑰",
"appSecretPlaceholder": "輸入你的飛書應用程式密鑰",
"chatIds": "允許的聊天 ID",
"chatIdsHint": "逗號分隔的聊天 ID。留空以允許所有聊天。",
"chatIdsPlaceholder": "oc_xxxxx, oc_yyyyy",
"connected": "已連線",
"description": "透過 WebSocket 使用飛書/Lark 機器人接收並回覆訊息。",
"domain": "網域",
"domainFeishu": "飛書(中國)",
"domainLark": "Lark(國際版)",
"encryptKey": "加密金鑰",
"encryptKeyPlaceholder": "從您的飛書應用程式輸入加密金鑰",
"loginHint": "未設定憑證。啟用頻道以開始 QR 碼註冊,或手動輸入應用程式 ID 與應用程式密鑰。",
"qrExpired": "QR碼已過期,請切換頻道後重試。",
"qrHint": "等待掃描 QR 碼...",
"qrScanHint": "在手機上開啟飛書,掃描 QR Code 以建立機器人應用程式。",
"qrTitle": "飛書 QR 報名",
"title": "飛書",
"verificationToken": "驗證權杖",
"verificationTokenPlaceholder": "從您的 Feishu 應用程式輸入驗證碼"
},
"logs": "紀錄",
"noInstances": "尚無 {{type}} 頻道,點擊「+ 新增」建立。",
"noLogs": "尚無日誌",
"notifyReceiver": "接收任務通知",
"notifyReceiverHint": "將排程任務結果傳送到此頻道。",
"qq": {
"appId": "App ID",
"appIdPlaceholder": "輸入您的 QQ 機器人 App ID",
"chatIds": "允許的對話 ID",
"chatIdsHint": "格式:c2c:openid, group:groupid, channel:channelid。留空表示允許所有。",
"chatIdsPlaceholder": "c2c:abc123, group:xyz789",
"clientSecret": "Client Secret",
"clientSecretPlaceholder": "輸入您的 QQ 機器人 Client Secret",
"description": "透過 QQ 機器人官方 API 接收和回覆訊息。",
"title": "QQ",
"whoamiTip": "💡 提示:發送 /whoami 給機器人即可獲取正確格式的對話 ID。"
},
"security": {
"inheritFromAgent": "繼承智能體設定",
"permissionMode": "頻道權限模式",
"permissionModeHint": "覆寫此頻道訊息的智能體權限模式。選擇「繼承」則使用智能體預設設定。"
},
"selectAgent": "選擇要綁定的代理",
"slack": {
"appToken": "應用層級 Token",
"appTokenPlaceholder": "xapp-...",
"botToken": "Bot Token",
"botTokenPlaceholder": "xoxb-...",
"channelIds": "允許的頻道 ID",
"channelIdsHint": "Slack 頻道 ID。留空表示允許所有。",
"channelIdsPlaceholder": "C01234567, D89012345",
"description": "透過 Slack 機器人使用 Socket Mode 接收和回覆訊息。",
"title": "Slack",
"whoamiTip": "💡 提示:發送 /whoami 給機器人即可取得頻道 ID。"
},
"soulModeRequired": "此代理未啟用自主模式,頻道功能將無法運作。請在代理設定中啟用。",
"tab": "頻道",
"telegram": {
"botToken": "Bot Token",
"botTokenPlaceholder": "輸入您的 Telegram 機器人 Token",
"chatIds": "允許的對話 ID",
"chatIdsHint": "用逗號分隔。留空表示允許所有對話。",
"chatIdsPlaceholder": "123456789, 987654321",
"description": "透過 Telegram 機器人使用長輪詢方式接收和回覆訊息。",
"title": "Telegram"
},
"title": "頻道",
"updateError": "",
"wechat": {
"addAccount": "新增微信帳號",
"chatIds": "允許的使用者 ID",
"chatIdsHint": "以逗號分隔。留空以允許所有使用者。",
"chatIdsPlaceholder": "wxid_abc123, wxid_def456",
"connected": "已連線",
"description": "透過 iLink Bot API 在微信上接收並回覆訊息。",
"disconnected": "已斷線",
"loginHint": "首次登入需要掃描 QR 碼。請查看應用程式記錄以取得登入網址。",
"qrHint": "打開手機上的微信,掃描 QR 碼登入。",
"qrTitle": "微信 QR 碼登入",
"title": "微信",
"whoamiTip": "提示:在微信中發送 /whoami 可取得使用者的 ID。"
}
},
"heartbeat": {
"enabled": "啟用心跳",
"enabledHelper": "啟用後,如果工作區存在 heartbeat.md 檔案,排程器會按設定的間隔讀取其內容並傳送到主對話。",
"interval": "間隔(分鐘)",
"intervalHelper": "心跳執行的頻率,單位為分鐘。"
},
"sandbox": {
"description": "使用作業系統級沙箱限制 Agent 的檔案系統和網路存取,僅限於工作區目錄。",
"helper": "將檔案系統和命令存取限制在工作區路徑內。",
"label": "沙箱模式"
},
"scheduler": {
"cron": {
"helper": "標準 cron 表達式(例如 '*/30 * * * *' 表示每 30 分鐘)。",
"label": "Cron 表達式",
"placeholder": "*/30 * * * *"
},
"description": "排程器按計劃自動觸發 Agent 執行。",
"enabled": "啟用排程器",
"enabledHelper": "啟用後,Agent 將根據設定的計劃自動執行。",
"errors": {
"invalidCron": "無效的 cron 表達式",
"invalidDelay": "延遲必須是正數",
"invalidInterval": "間隔必須是正數"
},
"interval": {
"helper": "Agent 執行的頻率,單位為秒。",
"label": "間隔(秒)"
},
"lastRun": "上次執行",
"never": "從未",
"nextRun": "下次執行",
"oneTime": {
"helper": "Agent 執行前的一次性延遲,單位為秒。",
"label": "延遲(秒)"
},
"status": {
"running": "執行中",
"stopped": "已停止",
"tickInProgress": "執行中"
},
"tab": "排程器",
"title": "排程器設定",
"type": {
"cron": "Cron 表達式",
"interval": "固定間隔",
"label": "排程類型",
"one-time": "一次性延遲"
}
},
"soul": {
"description": "靈魂定義了 Agent 的個性和基礎行為。它從工作區根目錄的 soul.md 檔案中讀取。",
"empty": "在工作區根目錄未找到 soul.md 檔案。建立一個來定義 Agent 的個性。",
"enabled": "啟用靈魂",
"enabledHelper": "啟用後,Agent 會從工作區根目錄讀取 soul.md 並將其添加到系統提示詞前面。",
"fileLabel": "soul.md",
"preview": "靈魂預覽",
"tab": "靈魂",
"title": "靈魂設定"
},
"tasks": {
"add": "新增任務",
"cancel": "取消",
"channels": {
"label": "傳送至頻道",
"noActiveChatIds": "所選頻道沒有可用的收件人(聊天 ID)。任務結果可能無法送達。請先在平台上向機器人發送一則訊息。",
"placeholder": "選擇接收結果的頻道"
},
"cronPlaceholder": "例如 0 9 * * *(每天上午 9 點)",
"delete": {
"confirm": "確定要刪除此任務嗎?",
"label": "刪除"
},
"edit": "編輯",
"empty": "暫無排程任務。新增一個開始吧。",
"error": {
"createFailed": "建立任務失敗",
"deleteFailed": "無法刪除任務",
"loadFailed": "",
"runFailed": "無法執行任務",
"updateFailed": "更新任務失敗"
},
"frequency": {
"everyPrefix": "間隔",
"everySuffix": "分鐘執行",
"label": "執行頻率"
},
"intervalPlaceholder": "至少1",
"intervalUnit": "分鐘",
"lastRun": "上次執行",
"logs": {
"cancelled": "已取消",
"completed": "已完成",
"duration": "耗時",
"empty": "暫無執行歷史。",
"failed": "失敗",
"justNow": "剛剛",
"label": "執行歷史",
"loadError": "",
"result": "結果",
"runAt": "執行時間",
"running": "執行中...",
"search": "搜尋執行記錄...",
"status": "狀態",
"viewSession": "查看會話"
},
"name": {
"label": "名稱",
"placeholder": "例如:每日程式碼審查"
},
"nextRun": "下次執行",
"oncePlaceholder": "選擇日期和時間",
"pause": "暫停",
"prompt": {
"expand": "展開編輯器",
"label": "提示詞",
"placeholder": "此任務執行時 Agent 應該做什麼?"
},
"resume": "恢復",
"run": "執行",
"runTriggered": "任務已觸發",
"save": "儲存",
"scheduleType": {
"cron": "Cron",
"interval": "間隔",
"once": "一次性"
},
"status": {
"active": "活躍",
"completed": "已完成",
"paused": "已暫停"
},
"tab": "任務",
"time": {
"hoursAgo": "{{count}}小時前",
"minutesAgo": "{{count}}分鐘前"
},
"timeout": {
"label": "最長執行時間",
"placeholder": "無限制"
},
"title": "排程任務"
},
"warning": {
"bypassPermissions": "CherryClaw Agent 預設以全自動模式執行。所有工具執行時不會請求批准。"
}
},
"delete": {
"content": "刪除該 Agent 會強制停止並刪除該 Agent 的所有工作階段。確定要刪除嗎?",
"error": {
"failed": "刪除 Agent 失敗"
},
"title": "刪除 Agent"
},
"edit": {
"title": "編輯 Agent"
},
"empty": {
"description": "建立 Agent 以透過 AI 驅動的工具處理複雜任務",
"title": "尚無 Agent"
},
"get": {
"error": {
"failed": "無法取得 Agent。",
"null_id": "Agent ID 為空。"
}
},
"gitBash": {
"autoDetected": "使用自動偵測的 Git Bash",
"autoDiscoveredHint": "自動發現",
"clear": {
"button": "清除自訂路徑"
},
"customPath": "使用自訂路徑:{{path}}",
"error": {
"description": "在 Windows 上執行 Agent 需要 Git Bash。沒有它 Agent 無法運作。請從以下網址安裝 Git for Windows",
"recheck": "重新偵測 Git Bash 安裝",
"required": "在 Windows 上需要設定 Git Bash 路徑",
"title": "需要 Git Bash"
},
"found": {
"title": "已設定 Git Bash"
},
"notFound": "找不到 Git Bash。請先安裝。",
"pick": {
"button": "選擇 Git Bash 路徑",
"failed": "設定 Git Bash 路徑失敗",
"invalidPath": "選擇的檔案不是有效的 Git Bash 可執行檔(bash.exe)。",
"title": "選擇 Git Bash 可執行檔"
},
"placeholder": "選擇 bash.exe 路徑",
"success": "成功偵測到 Git Bash!",
"tooltip": "在 Windows 上執行 Agent 需要 Git Bash。如未安裝,請從 git-scm.com 下載安裝。"
},
"home": {
"welcome_title": "今天我們該談些什麼?"
},
"input": {
"placeholder": "輸入訊息,按 {{key}} 傳送,輸入 / 搜尋路徑或指令",
"soul_placeholder": "幫我連接微信"
},
"list": {
"error": {
"failed": "無法列出 Agent。"
}
},
"pin": {
"title": "圖釘代理"
},
"preview_pane": {
"close": "關閉預覽",
"code": "程式碼",
"code_unavailable": "無法為二進位檔案提供來源檢視",
"default_app": "預設應用程式",
"empty": {
"description": "開始與代理對話;生成的程式碼與即時預覽將顯示於此。",
"title": "準備好了"
},
"excel": {
"errors": {
"file_too_large": "此 Excel 檔案超過預覽大小限制。",
"invalid_request": "Excel 預覽請求無效。",
"parse_failed": "無法讀取此 Excel 檔案。",
"too_complex": "這個 Excel 檔案過於複雜,無法預覽。",
"unsupported_extension": "僅支援預覽 .xlsx 與 .xlsm 檔案。",
"unsupported_xls": "舊版 .xls 檔案不受 Excel 預覽支援。"
},
"warnings": {
"generic": "部分活頁簿內容可能無法完整顯示。",
"title": "預覽通知",
"unsupported_images": "圖片尚未在 Excel 預覽中顯示。"
}
},
"file_tree": "檔案樹",
"items_one": "{{count}} 個項目",
"items_other": "{{count}} 個項目",
"maximize": "最大化",
"minimize": "最小化",
"no_search_results": "沒有任何檔案符合您的搜尋",
"office": {
"description": "此檔案類型需使用系統預設應用程式開啟。",
"title": "在此處開啟 {{extension}} 檔案尚不支援"
},
"preview": "預覽",
"refresh": "重新整理",
"search_placeholder": "搜尋檔案...",
"select_file": "選擇檔案以預覽",
"toggle": "顯示預覽面板",
"too_large": {
"description": "檔案超過 {{limit}} 預覽限制。",
"title": "檔案太大,無法預覽"
},
"unavailable": {
"description": "無法開啟此檔案,它可能已被移動或刪除。",
"title": "檔案不可用"
},
"word": {
"errors": {
"parse_failed": "無法呈現此 Word 文件。",
"read_failed": "無法讀取此 Word 文件。"
}
}
},
"reorder": {
"error": {
"failed": "Agent 排序失敗"
}
},
"right_pane": {
"close": "關閉",
"flow": {
"empty": {
"description": "選擇一個代理工具呼叫以檢視其子訊息流程。",
"title": "未選擇任何工具"
},
"no_messages": {
"description": "此工具呼叫沒有擷取到的子訊息流程。",
"title": "沒有訊息"
}
},
"info": {
"artifacts": "產物",
"context_categories": {
"autocompact_buffer": "自動壓縮緩衝區",
"custom_agents": "自訂智能體",
"free_space": "剩餘空間",
"mcp_tools": "MCP 工具",
"memory_files": "記憶檔案",
"messages": "訊息",
"plugins": "外掛",
"skills": "技能",
"system_prompt": "系統提示詞",
"system_tools": "系統工具"
},
"context_usage": "上下文用量",
"label": "任務資訊",
"more": "還有 {{count}} 項",
"no_artifacts": "暫無宣告產物",
"no_subagents": "暫無子智能體",
"subagents": "子智能體"
},
"status": {
"activity": "活動",
"agent": "代理人",
"context": "情境",
"no_tasks": "沒有進行中的任務",
"selected_tool": "選取的工具",
"task_count": "{{completed}} / {{total}} 完成",
"tasks": "任務",
"tools_active": "活躍",
"tools_done": "完成",
"tools_failed": "失敗",
"tools_total": "總計",
"workspace": "工作區"
},
"tabs": {
"files": "檔案",
"flow": "流",
"status": "狀態"
}
},
"server": {
"error": {
"not_running": "API 閘道已啟用,但運作不正常。"
}
},
"session": {
"accessible_paths": {
"add": "新增目錄",
"default_hint": "未指定時將自動建立預設工作目錄。",
"duplicate": "此目錄已包含在內。",
"empty": "選擇至少一個代理可以存取的目錄。",
"error": {
"at_least_one": "請至少選取一個可存取的目錄。"
},
"label": "可存取的目錄",
"select_failed": "無法選擇目錄。"
},
"add": {
"title": "新增工作階段"
},
"agent": {
"delete": {
"content": "刪除此 Agent 的任務會刪除與此 Agent 相關的所有任務。Agent 本身不會被刪除。",
"error": {
"failed": "刪除 Agent 任務失敗"
},
"title": "刪除 Agent 任務",
"trigger": "刪除 Agent 任務"
}
},
"allowed_tools": {
"empty": "目前此代理沒有可用的工具。",
"helper": "預先核准的工具可直接執行;未選取的工具在使用前需要手動核准。",
"label": "預先授權工具",
"placeholder": "選擇預先授權的工具"
},
"create": {
"error": {
"failed": "無法新增工作階段"
}
},
"delete": {
"content": "您確定要刪除此工作階段嗎?",
"error": {
"failed": "無法刪除工作階段",
"last": "至少必須保留一個工作階段"
},
"title": "刪除工作階段"
},
"display": {
"agent": "代理人",
"time": "時間",
"title": "顯示模式",
"workdir": "工作目錄"
},
"edit": {
"title": "編輯工作階段"
},
"empty": {
"description": "開始任務後,任務記錄會顯示在這裡。",
"title": "還沒有任務"
},
"file_manager": {
"file_explorer": "檔案總管",
"files": "檔案",
"finder": "Finder"
},
"get": {
"error": {
"failed": "無法取得工作階段",
"not_found": "找不到任務",
"null_id": "工作階段 ID 為空"
}
},
"group": {
"collapse": "摺疊顯示",
"collapse_all": "摺疊全部",
"conversation": "對話",
"drag_hint": "拖曳以重新排序。拖曳任務以調整顯示與隱藏分組。",
"earlier": "更早",
"expand_all": "展開全部",
"no_workdir": "無工作目錄",
"show_more": "展開顯示",
"this_week": "本週",
"today": "今天",
"unknown_agent": "未知代理",
"yesterday": "昨天"
},
"label_one": "工作階段",
"label_other": "工作階段",
"list": {
"title": "任務"
},
"new": "新任務",
"pin": {
"title": "固定任務"
},
"reorder": {
"error": {
"failed": "無法重新排序工作階段"
}
},
"search": {
"placeholder": "搜尋任務",
"title": "搜尋任務"
},
"unpin": {
"title": "取消固定任務"
},
"update": {
"error": {
"failed": "無法更新工作階段"
}
},
"workdir": {
"delete": {
"content": "刪除此工作目錄也會刪除其下所有任務。只會移除資料庫記錄,磁碟上的實際資料夾不會被刪除。",
"error": {
"failed": "刪除工作目錄失敗"
},
"title": "刪除工作目錄",
"trigger": "刪除工作目錄"
},
"rename": {
"error": {
"failed": "重新命名工作目錄失敗"
},
"title": "重新命名工作目錄",
"trigger": "重新命名工作目錄"
}
},
"workspace_selector": {
"create_failed": "新增工作目錄失敗。",
"create_new": "新增工作目錄",
"empty_text": "暫無工作目錄",
"no_project": "不使用工作目錄",
"placeholder": "選擇工作目錄",
"search_placeholder": "搜尋工作目錄",
"select_failed": "選擇資料夾失敗。"
},
"workspace_status": {
"inaccessible": "工作區路徑無法存取:{{path}}"
}
},
"settings": {
"advance": {
"envVars": {
"description": "為智慧體執行環境設置自訂環境變數。",
"helper": "輸入自訂環境變數(每行一個,格式:KEY=value)",
"label": "環境變數"
},
"maxTurns": {
"description": "設定代理自動執行的請求/回覆輪次數。",
"helper": "數值越高可自動運作越久;數值越低更容易掌控。",
"label": "會話輪次上限"
},
"permissionMode": {
"description": "控制代理在需要授權時的處理方式。",
"label": "權限模式",
"options": {
"acceptEdits": "自動接受編輯",
"bypassPermissions": "略過權限檢查",
"default": "預設(繼續前先詢問)",
"plan": "規劃模式(需核准計畫)"
},
"placeholder": "選擇權限模式"
},
"title": "進階設定"
},
"essential": "必要設定",
"permissionMode": {
"tab": "權限模式",
"title": "權限模式"
},
"plugins": {
"available": {
"title": "可用外掛"
},
"confirm": {
"uninstall": "確定要解除安裝此外掛嗎?"
},
"empty": {
"available": "未找到符合的外掛。請嘗試調整搜尋或類別篩選。"
},
"error": {
"install": "安裝外掛失敗",
"load": "載入外掛失敗",
"load_more": "無法載入更多外掛程式",
"uninstall": "解除安裝外掛失敗"
},
"filter": {
"all": "所有類別"
},
"install": {
"button": "安裝",
"title": "安裝外掛程式"
},
"installed": {
"empty": "尚未安裝任何技能。瀏覽可用技能以開始使用。",
"title": "已安裝技能"
},
"installing": "安裝中...",
"plugin_upload": {
"all_failed": "全部 {{failed}} 個元件安裝失敗",
"error": "安裝失敗",
"format_hint": "支援技能包格式(.claude-plugin/plugin.json)",
"hint": "拖曳技能 ZIP 至此處,或點擊選擇檔案",
"invalid_format": "請上傳 ZIP 格式的檔案",
"partial_success": "已安裝 {{installed}} 個元件,{{failed}} 個失敗",
"select_folder": "選擇資料夾",
"select_folder_title": "選擇外掛資料夾",
"success": "外掛 \"{{name}}\" 安裝成功({{count}} 個元件)",
"success_multi": "已從 {{packages}} 個外掛包安裝 {{count}} 個元件",
"uploading": "正在上傳並安裝..."
},
"results": "找到 {{count}} 個外掛",
"search": {
"placeholder": "搜尋外掛..."
},
"standalone_plugins": "獨立外掛",
"success": {
"install": "外掛安裝成功",
"uninstall": "外掛解除安裝成功",
"uninstall_package": "外掛包 \"{{name}}\" 解除安裝成功"
},
"tab": "外掛",
"type": {
"agent": "代理",
"agents": "代理",
"all": "全部",
"command": "指令",
"commands": "指令",
"skills": "技能"
},
"uninstall": "解除安裝",
"uninstall_package": "解除安裝整個包",
"uninstall_package_confirm": "確定要解除安裝整個 \"{{name}}\" 外掛包嗎?這將刪除 {{count}} 個元件。",
"uninstalling": "解除安裝中..."
},
"prompt": "提示設定",
"skills": {
"addMore": "添加更多技能",
"builtin": "內建",
"noFilterResults": "沒有符合的技能",
"noSkills": "未安裝任何技能。請前往「設定」>「技能」安裝技能。",
"searchPlaceholder": "搜尋技巧...",
"tab": "技能",
"title": "已安裝技能"
},
"soulMode": {
"description": "啟用後,代理程式會使用來自工作區靈魂檔案的自訂系統提示,注入自主任務管理工具,並停用不適合自主操作的互動式工具。",
"disabledBadge": "被自主模式停用",
"disabledTooltip": "當自主模式啟用時,此工具會自動停用",
"title": "自主模式"
},
"tooling": {
"mcp": {
"description": "連線 MCP 伺服器即可解鎖更多可在上方預先授權的工具。",
"empty": "尚未偵測到 MCP 伺服器,請前往 MCP 設定頁新增。",
"inactiveTooltip": "此 MCP 伺服器未啟用,請先啟動它。",
"manageHint": "需要進階設定?前往 設定 → MCP 伺服器。",
"toggle": "切換 {{name}}"
},
"permissionMode": {
"acceptEdits": {
"description": "檔案編輯與檔案系統操作會自動核准。",
"title": "自動接受檔案編輯"
},
"bypassPermissions": {
"description": "所有權限提示都會被略過,請務必謹慎使用。",
"title": "略過所有權限檢查",
"warning": "警告:所有工具都會在無核准情況下執行。"
},
"confirmChange": {
"description": "切換模式會更新自動預先授權的工具。",
"title": "確認切換權限模式?"
},
"default": {
"description": "唯讀工具會自動預先授權,其它操作仍需核准。",
"title": "預設(繼續前先詢問)"
},
"helper": "指定助手如何處理工具使用授權",
"placeholder": "選擇權限模式",
"plan": {
"description": "沿用預設的唯讀工具集,並會在執行前先呈現計畫。",
"title": "規劃模式"
},
"title": "權限模式"
},
"preapproved": {
"autoBadge": "模式自動新增",
"autoDescription": "此工具由目前的權限模式自動預先授權。",
"autoDisabledTooltip": "由「{{mode}}」自動授權,無法停用。",
"empty": "沒有符合篩選條件的工具。",
"mcpBadge": "MCP 工具",
"requiresApproval": "停用時需要人工核准",
"search": "搜尋工具",
"toggle": "切換 {{name}}"
}
},
"tools": {
"approved": "已授權",
"caution": "預先授權的工具會略過人工審查,請僅啟用可信任的工具。",
"description": "選擇哪些工具可在無需人工核准的情況下執行。",
"requiresPermission": "未預先授權時需要人工核准。",
"tab": "預先授權工具",
"title": "預先授權工具",
"toggle": "{{defaultValue}}"
},
"toolsMcp": {
"mcp": {
"tab": "MCP",
"title": "MCP 伺服器"
},
"tab": "工具",
"tools": {
"title": "預授權工具"
}
}
},
"sidebar_title": "Agents",
"todo": {
"mock": {
"actions": {
"complete": "完成",
"dismiss": "關閉"
},
"details": {
"addRouter": {
"summary": "正在使用 react-router-dom v6 設定客戶端路由...",
"title": "新增 React Router"
},
"configureProject": {
"resources": {
"createdMeta": "created",
"postcssConfig": "postcss.config.js",
"tailwindConfig": "tailwind.config.js",
"updatedMeta": "updated",
"viteConfig": "vite.config.ts - port 3001"
},
"title": "設定專案"
},
"installDependencies": {
"resources": {
"dependenciesMeta": "dependencies",
"devDependenciesMeta": "devDependencies",
"reactDeps": "react@18.3.1, react-dom@18.3.1",
"tailwindDeps": "tailwindcss@3.4.4, postcss@8.4.38",
"typescriptDeps": "typescript@5.4.5, vite@5.3.0"
},
"summary": "安裝了 react, react-dom, tailwindcss, postcss, autoprefixer 和 TypeScript。",
"title": "安裝依賴"
},
"reviewReferences": {
"collectionTitle": "審閱參考資料",
"resources": {
"npmCreateVite": "npm create vite - Official Scaffolding",
"npmMeta": "npmjs.com",
"reactDocs": "React Documentation - Quick Start",
"reactMeta": "react.dev",
"tailwindDocs": "Tailwind CSS - Installation Guide",
"tailwindMeta": "tailwindcss.com",
"viteDocs": "Vite - Next Generation Frontend Tooling",
"viteMeta": "vitejs.dev"
},
"title": "審閱參考資料"
},
"searchWeb": {
"resources": {
"reactViteQuery": "React Vite TypeScript starter 2025 best practices"
},
"summary": "收集了 React + Vite 專案腳手架和最佳實務的最新資料。",
"title": "搜尋網路資料"
},
"title": "執行過程詳情",
"writeComponents": {
"collectionTitle": "建立的檔案",
"resources": {
"app": "src/App.tsx",
"button": "src/components/Button.tsx",
"card": "src/components/Card.tsx",
"footer": "src/components/Footer.tsx",
"header": "src/components/Header.tsx",
"layout": "src/components/Layout.tsx",
"modifiedMeta": "modified",
"newMeta": "new",
"updatedMeta": "updated"
},
"title": "編寫元件"
},
"writePages": {
"resources": {
"about": "src/pages/About.tsx",
"home": "src/pages/Home.tsx",
"newMeta": "new"
},
"title": "編寫頁面"
}
},
"progress": "{{completed}}/{{total}} 任務已完成",
"tasks": {
"addLinting": "新增 ESLint + Prettier",
"addRouter": "新增 React Router",
"buildDeploy": "建置與部署",
"configureProject": "設定專案",
"finish": "完成",
"installDependencies": "安裝依賴",
"reviewReferences": "審閱參考資料",
"searchWeb": "搜尋網路資料",
"writeComponents": "編寫元件",
"writePages": "編寫頁面"
},
"title": "任務"
},
"panel": {
"title": "已完成 {{completed}}/{{total}} 個任務"
},
"status": {
"completed": "已完成",
"in_progress": "進行中",
"pending": "待處理"
}
},
"toolPermission": {
"aria": {
"allowAllRequest": "總是允許此工具",
"allowRequest": "允許工具請求",
"denyRequest": "拒絕工具請求",
"hideDetails": "隱藏工具詳細資訊",
"runWithOptions": "帶選項執行",
"showDetails": "顯示工具詳細資訊"
},
"button": {
"allow": "允許",
"allowAll": "總是允許",
"cancel": "取消",
"deny": "拒絕",
"run": "執行"
},
"confirmation": "確定要執行此 Claude 工具嗎?",
"defaultDenyMessage": "使用者拒絕了該工具的權限。",
"defaultDescription": "在您的環境中執行程式碼或系統操作。執行前請確保指令安全。",
"error": {
"sendFailed": "傳送您的決定失敗,請重試。"
},
"executing": "執行中...",
"expired": "已過期",
"inputPreview": "工具輸入預覽",
"pending": "等待審批",
"permissionExpired": "權限請求已過期。等待新指令...",
"requiresElevatedPermissions": "此工具需要提升的權限。",
"suggestion": {
"permissionUpdateMultiple": "如果您選擇總是允許此工具,核准可能會更新多個工作階段權限。",
"permissionUpdateSingle": "如果您選擇總是允許此工具,核准可能會更新您的工作階段權限。"
},
"toast": {
"denied": "工具請求已被拒絕。",
"timeout": "工具請求在收到核准前逾時。"
},
"toolPendingFallback": "工具",
"waiting": "等待工具權限決定..."
},
"tools": {
"builtin": {
"AgentMemory": {
"description": "跨工作階段儲存和回憶記憶",
"label": "記憶"
},
"Bash": {
"description": "在你的環境中執行 Shell 命令",
"label": "Bash"
},
"CherryKbManage": {
"description": "新增、刪除或重新整理知識庫中的文件",
"label": "知識庫管理"
},
"CherryKbSearch": {
"description": "搜尋你的知識庫",
"label": "知識庫搜尋"
},
"CherryWebFetch": {
"description": "擷取並讀取網頁",
"label": "網頁擷取"
},
"CherryWebSearch": {
"description": "透過你設定的提供方搜尋網頁",
"label": "網頁搜尋"
},
"ClawCron": {
"description": "管理應用內的定時排程",
"label": "定時任務"
},
"Edit": {
"description": "對特定檔案進行精確編輯",
"label": "編輯檔案"
},
"Glob": {
"description": "根據模式匹配尋找檔案",
"label": "尋找檔案"
},
"Grep": {
"description": "在檔案內容中搜尋模式",
"label": "搜尋內容"
},
"MultiEdit": {
"description": "在單一檔案上原子性地執行多次編輯"
},
"NotebookEdit": {
"description": "修改 Jupyter notebook 儲存格"
},
"NotebookRead": {
"description": "讀取並顯示 Jupyter notebook 內容"
},
"Read": {
"description": "讀取檔案內容",
"label": "讀取檔案"
},
"Task": {
"description": "執行子代理來處理複雜的多步驟任務"
},
"TodoWrite": {
"description": "建立和管理結構化任務清單"
},
"ToolSearch": {
"description": "從大型函式庫中發現延遲載入的工具"
},
"WebFetch": {
"description": "從指定 URL 取得內容"
},
"WebSearch": {
"description": "執行帶有網域過濾的網路搜尋"
},
"Workflow": {
"description": "執行編排子智能體的多步工作流",
"label": "工作流"