-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Expand file tree
/
Copy pathzh-cn.json
More file actions
7801 lines (7801 loc) · 281 KB
/
Copy pathzh-cn.json
File metadata and controls
7801 lines (7801 loc) · 281 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": "添加智能体失败",
"invalid_agent": "无效的智能体"
},
"model": {
"supported_providers": "支持的服务商",
"tooltip": "目前,只有支持 Anthropic 端点的模型可用于智能体功能。",
"view_providers": "查看支持的服务商"
},
"title": "添加智能体",
"type": {
"placeholder": "选择智能体类型"
}
},
"askUserQuestion": {
"answered": "已回答",
"close": "关闭",
"customPlaceholder": "输入您的回答...",
"loading": "正在加载问题...",
"multiSelect": "多选",
"next": "下一个",
"noQuestions": "暂无问题",
"other": "其他",
"previous": "上一个",
"progress": "{{current}} / {{total}}",
"skip": "跳过",
"submit": "提交",
"title": "来自智能体的问题"
},
"cherryClaw": {
"channels": {
"add": "添加",
"bindAgent": "绑定智能体",
"chatIdsAutoTrackHint": "留空时系统将自动追踪:需要先在对应平台上主动给 Bot 发送一条消息,系统才会记录 Chat ID 用于后续通知。",
"comingSoon": "即将推出",
"connected": "已连接",
"connecting": "连接中",
"createError": "",
"deleteConfirm": "确定删除频道「{{name}}」?",
"deleteError": "",
"description": "将您的智能体连接到消息平台。",
"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": "飞书(国际版)",
"encryptKey": "加密密钥",
"encryptKeyPlaceholder": "请输入来自你飞书应用的加密密钥",
"loginHint": "未配置凭证。启用频道后将自动开始扫码注册,或手动输入 App ID 和 App Secret。",
"qrExpired": "二维码已过期,请重新切换频道开关重试。",
"qrHint": "等待扫描二维码...",
"qrScanHint": "打开手机飞书,扫描二维码以创建机器人应用。",
"qrTitle": "飞书扫码注册",
"title": "飞书",
"verificationToken": "验证令牌",
"verificationTokenPlaceholder": "输入您飞书应用中的验证令牌"
},
"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": "首次登录需要扫描二维码,启用频道后将自动弹出二维码。",
"qrHint": "请使用手机微信扫描二维码完成登录。",
"qrTitle": "微信扫码登录",
"title": "微信",
"whoamiTip": "提示:在微信中发送 /whoami 可获取用户 ID。"
}
},
"heartbeat": {
"enabled": "启用心跳",
"enabledHelper": "启用后,如果工作区存在 heartbeat.md 文件,调度器会按配置的间隔读取其内容并发送到主会话。",
"interval": "间隔(分钟)",
"intervalHelper": "心跳运行的频率,单位为分钟。"
},
"sandbox": {
"description": "使用操作系统级沙箱限制智能体的文件系统和网络访问,仅限于工作区目录。",
"helper": "将文件系统和命令访问限制在工作区路径内。",
"label": "沙箱模式"
},
"scheduler": {
"cron": {
"helper": "标准 cron 表达式(例如 '*/30 * * * *' 表示每 30 分钟)。",
"label": "Cron 表达式",
"placeholder": "*/30 * * * *"
},
"description": "调度器按计划自动触发智能体运行。",
"enabled": "启用调度器",
"enabledHelper": "启用后,智能体将根据配置的计划自动运行。",
"errors": {
"invalidCron": "无效的 cron 表达式",
"invalidDelay": "延迟必须是正数",
"invalidInterval": "间隔必须是正数"
},
"interval": {
"helper": "智能体运行的频率,单位为秒。",
"label": "间隔(秒)"
},
"lastRun": "上次运行",
"never": "从未",
"nextRun": "下次运行",
"oneTime": {
"helper": "智能体运行前的一次性延迟,单位为秒。",
"label": "延迟(秒)"
},
"status": {
"running": "运行中",
"stopped": "已停止",
"tickInProgress": "执行中"
},
"tab": "调度器",
"title": "调度器配置",
"type": {
"cron": "Cron 表达式",
"interval": "固定间隔",
"label": "调度类型",
"one-time": "一次性延迟"
}
},
"soul": {
"description": "灵魂定义了智能体的个性和基础行为。它从工作区根目录的 soul.md 文件中读取。",
"empty": "在工作区根目录未找到 soul.md 文件。创建一个来定义智能体的个性。",
"enabled": "启用灵魂",
"enabledHelper": "启用后,智能体会从工作区根目录读取 soul.md 并将其添加到系统提示词前面。",
"fileLabel": "soul.md",
"preview": "灵魂预览",
"tab": "灵魂",
"title": "灵魂配置"
},
"tasks": {
"add": "添加任务",
"cancel": "取消",
"channels": {
"label": "发送到频道",
"noActiveChatIds": "所选频道当前无可用的接收目标(Chat ID),任务结果可能无法送达。请先在对应平台上给 Bot 发送一条消息。",
"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": "此任务运行时智能体应该做什么?"
},
"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 智能体默认以全自动模式运行。所有工具执行时不会请求批准。"
}
},
"delete": {
"content": "删除该智能体将强制终止并删除该智能体下的所有会话。您确定吗?",
"error": {
"failed": "删除智能体失败"
},
"title": "删除智能体"
},
"edit": {
"title": "编辑智能体"
},
"empty": {
"description": "创建一个智能体,让 AI 帮你处理复杂任务",
"title": "还没有智能体"
},
"get": {
"error": {
"failed": "获取智能体失败",
"null_id": "智能体 ID 为空。"
}
},
"gitBash": {
"autoDetected": "使用自动检测的 Git Bash",
"autoDiscoveredHint": "自动发现",
"clear": {
"button": "清除自定义路径"
},
"customPath": "使用自定义路径:{{path}}",
"error": {
"description": "在 Windows 上运行智能体需要 Git Bash。没有它智能体无法运行。请从以下地址安装 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 上运行智能体需要 Git Bash。如果未安装,请从 git-scm.com 下载安装。"
},
"home": {
"welcome_title": "今天想聊点什么?"
},
"input": {
"placeholder": "输入消息,按 {{key}} 发送,输入 / 搜索路径或命令",
"soul_placeholder": "帮我连接微信"
},
"list": {
"error": {
"failed": "获取智能体列表失败"
}
},
"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 文件预览。"
},
"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": "智能体排序失败"
}
},
"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": "删除该智能体下的所有任务;智能体本身不会被删除。",
"error": {
"failed": "删除智能体任务失败"
},
"title": "删除智能体任务",
"trigger": "删除智能体任务"
}
},
"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": "Files",
"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": "智能体",
"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": "工作流"