cline-kit 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +113 -0
- package/LICENSE +21 -0
- package/NOTICE +60 -0
- package/README.md +188 -0
- package/README.zh-CN.md +168 -0
- package/SECURITY.md +53 -0
- package/ckit.cmd +12 -0
- package/dictionaries/ja.json +622 -0
- package/dictionaries/ko.json +622 -0
- package/dictionaries/vi.json +622 -0
- package/dictionaries/zh-CN.json +623 -0
- package/dictionaries/zh-TW.json +623 -0
- package/package.json +66 -0
- package/src/audit.js +127 -0
- package/src/cdp.js +85 -0
- package/src/cli.js +236 -0
- package/src/config.js +108 -0
- package/src/detect.js +118 -0
- package/src/dict.js +171 -0
- package/src/doctor.js +121 -0
- package/src/engine.js +148 -0
- package/src/features/index.js +83 -0
- package/src/features/sidebar-groups.js +376 -0
- package/src/features/sidebar-groups.logic.js +145 -0
- package/src/injector.js +96 -0
- package/src/install-win.js +155 -0
- package/src/launcher.js +123 -0
- package/src/payload.js +80 -0
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 5,
|
|
3
|
+
"language": "zh-CN",
|
|
4
|
+
"label": "简体中文",
|
|
5
|
+
"clineVersion": "0.0.32",
|
|
6
|
+
"updated": "2026-09-20",
|
|
7
|
+
"note": "Whole-string exact matches only. Rules run before prefixes; $1..$9 come from rule capture groups. Provider, model and product names are intentionally left in English.",
|
|
8
|
+
"entries": {
|
|
9
|
+
"Session": "会话",
|
|
10
|
+
"Sessions": "会话列表",
|
|
11
|
+
"Schedule": "计划任务",
|
|
12
|
+
"Schedules": "计划任务",
|
|
13
|
+
"Customize": "扩展定制",
|
|
14
|
+
"Customize Cline with plugins, rules, and more": "用插件、规则等为 Cline 扩展定制",
|
|
15
|
+
"Settings": "设置",
|
|
16
|
+
"Settings sections": "设置分区",
|
|
17
|
+
"General": "通用",
|
|
18
|
+
"API Providers": "API 服务商",
|
|
19
|
+
"Voice": "语音",
|
|
20
|
+
"Import": "导入",
|
|
21
|
+
"Remote": "远程",
|
|
22
|
+
"Account": "账户",
|
|
23
|
+
"Account settings": "账户设置",
|
|
24
|
+
"Personal": "个人",
|
|
25
|
+
"New": "新建",
|
|
26
|
+
"Start a new session": "新建会话",
|
|
27
|
+
"Sidebar actions": "侧边栏操作",
|
|
28
|
+
"Search sessions": "搜索会话",
|
|
29
|
+
"Search sessions (Cmd/Ctrl+P)": "搜索会话 (Ctrl+P)",
|
|
30
|
+
"Sort sessions: Time": "会话排序:时间",
|
|
31
|
+
"Sort sessions: Project": "会话排序:项目",
|
|
32
|
+
"Sorted by time — click to group by project": "按时间排序 — 点击改为按项目分组",
|
|
33
|
+
"Sorted by project — click to group by time": "按项目分组 — 点击改为按时间排序",
|
|
34
|
+
"Grouped by project — click to sort by time": "按项目分组 — 点击改为按时间排序",
|
|
35
|
+
"Grouped by time — click to sort by project": "按时间排序 — 点击改为按项目分组",
|
|
36
|
+
"Projects": "项目分组",
|
|
37
|
+
"Filter sessions": "筛选会话",
|
|
38
|
+
"Delete session": "删除会话",
|
|
39
|
+
"Session actions": "会话操作",
|
|
40
|
+
"Toggle Sidebar": "切换侧边栏",
|
|
41
|
+
"Drag to resize or click to toggle sidebar": "拖动调整宽度,单击收起/展开侧边栏",
|
|
42
|
+
"Previous page": "后退",
|
|
43
|
+
"Next page": "前进",
|
|
44
|
+
"Home": "首页",
|
|
45
|
+
"Cline home": "Cline 首页",
|
|
46
|
+
"Agent conversation": "智能体对话",
|
|
47
|
+
"Notifications (F8)": "通知 (F8)",
|
|
48
|
+
"Minimize": "最小化",
|
|
49
|
+
"Maximize": "最大化",
|
|
50
|
+
"Close": "关闭",
|
|
51
|
+
"Environment: Local": "环境:本地",
|
|
52
|
+
"Environment": "环境",
|
|
53
|
+
"Local": "本地",
|
|
54
|
+
"What would you like to build?": "你想构建什么?",
|
|
55
|
+
"Ask to make changes, @mention files, reference #PRs, or run /commands.": "输入需求,或 @提及文件、引用 #PR、运行 /命令。",
|
|
56
|
+
"Enter your question or type / for commands or @ for context": "输入问题,或键入 / 使用命令、@ 引用上下文",
|
|
57
|
+
"Send message": "发送消息",
|
|
58
|
+
"Send (Enter)": "发送 (回车)",
|
|
59
|
+
"Attach files": "添加附件",
|
|
60
|
+
"Model and provider": "模型与服务商",
|
|
61
|
+
"Thinking level": "思考强度",
|
|
62
|
+
"None": "不启用",
|
|
63
|
+
"Low": "低",
|
|
64
|
+
"Medium": "中",
|
|
65
|
+
"High": "高",
|
|
66
|
+
"Extra": "极高",
|
|
67
|
+
"Search session history": "搜索会话历史",
|
|
68
|
+
"Search messages across all Cline sessions": "在所有 Cline 会话中搜索消息",
|
|
69
|
+
"Search workspaces, or type a folder path": "搜索工作区,或输入文件夹路径",
|
|
70
|
+
"Search workspaces, or type a folder": "搜索工作区,或输入文件夹路径",
|
|
71
|
+
"Open folder...": "打开文件夹…",
|
|
72
|
+
"Open folder": "打开文件夹",
|
|
73
|
+
"Just chat": "仅聊天",
|
|
74
|
+
"Workspace": "工作区",
|
|
75
|
+
"Workspaces": "工作区",
|
|
76
|
+
"Project": "项目",
|
|
77
|
+
"Copy user message": "复制这条提问",
|
|
78
|
+
"Copy assistant message": "复制这条回复",
|
|
79
|
+
"Copy message": "复制消息",
|
|
80
|
+
"Copy raw assistant output": "复制原始回复内容",
|
|
81
|
+
"Edit user message": "编辑这条提问",
|
|
82
|
+
"Edit message and restart from this point": "编辑消息并从此处重新开始",
|
|
83
|
+
"Fork session": "派生会话",
|
|
84
|
+
"Fork session - copy full message history into a new session": "派生会话 — 将完整消息历史复制到新会话",
|
|
85
|
+
"Command output": "命令输出",
|
|
86
|
+
"Output": "输出",
|
|
87
|
+
"Searched": "已搜索",
|
|
88
|
+
"Ran command": "已运行命令",
|
|
89
|
+
"Edited file": "已编辑文件",
|
|
90
|
+
"Read file": "已读取文件",
|
|
91
|
+
"Read files": "已读取文件",
|
|
92
|
+
"Wrote file": "已写入文件",
|
|
93
|
+
"Listed files": "已列出文件",
|
|
94
|
+
"Searching": "正在搜索",
|
|
95
|
+
"Reading": "正在读取",
|
|
96
|
+
"Running": "进行中",
|
|
97
|
+
"Thinking": "思考中",
|
|
98
|
+
"Star": "收藏",
|
|
99
|
+
"Skill": "技能",
|
|
100
|
+
"Skills": "技能",
|
|
101
|
+
"Status": "状态",
|
|
102
|
+
"Source": "来源",
|
|
103
|
+
"All": "全部",
|
|
104
|
+
"All sources": "全部来源",
|
|
105
|
+
"Desktop": "桌面版",
|
|
106
|
+
"Manage desktop preferences for this browser and CLI environment.": "管理此浏览器与 CLI 环境的桌面偏好设置。",
|
|
107
|
+
"Desktop notifications": "桌面通知",
|
|
108
|
+
"Notify only while the Cline window is in the background. Clicking a notification opens its session.": "仅在 Cline 处于后台时发送通知;点击通知可打开对应会话。",
|
|
109
|
+
"Notifications are blocked in system settings.": "系统设置中已屏蔽通知。",
|
|
110
|
+
"Check permission": "检查权限",
|
|
111
|
+
"Event": "事件",
|
|
112
|
+
"Notify": "通知",
|
|
113
|
+
"Sound": "声音",
|
|
114
|
+
"Task completed": "任务完成",
|
|
115
|
+
"When Cline finishes a task or turn.": "当 Cline 完成一次任务或回合时。",
|
|
116
|
+
"Task completed notifications": "任务完成通知",
|
|
117
|
+
"Task completed sound": "任务完成声音",
|
|
118
|
+
"Approval needed": "需要批准",
|
|
119
|
+
"When a tool is waiting for your approval.": "当工具在等待你的批准时。",
|
|
120
|
+
"Approval needed notifications": "需要批准通知",
|
|
121
|
+
"Approval needed sound": "需要批准声音",
|
|
122
|
+
"Question asked": "提出问题",
|
|
123
|
+
"When Cline needs an answer before continuing.": "当 Cline 需要先得到答复才能继续时。",
|
|
124
|
+
"Question asked notifications": "提出问题通知",
|
|
125
|
+
"Question asked sound": "提出问题声音",
|
|
126
|
+
"Session error": "会话出错",
|
|
127
|
+
"When a task stops because of an error.": "当任务因错误而停止时。",
|
|
128
|
+
"Session error notifications": "会话出错通知",
|
|
129
|
+
"Session error sound": "会话出错声音",
|
|
130
|
+
"Dark mode": "深色模式",
|
|
131
|
+
"Keep the desktop interface in dark mode on this browser.": "在此浏览器中保持桌面界面为深色模式。",
|
|
132
|
+
"Font size": "字号",
|
|
133
|
+
"Adjust the size of text and interface elements throughout the app.": "调整整个应用中文字与界面元素的大小。",
|
|
134
|
+
"Decrease font size": "减小字号",
|
|
135
|
+
"Increase font size": "增大字号",
|
|
136
|
+
"Selected font size": "当前字号",
|
|
137
|
+
"Accent color": "强调色",
|
|
138
|
+
"Tint buttons, links, and highlights across the app.": "为应用中的按钮、链接和高亮着色。",
|
|
139
|
+
"Violet": "紫罗兰",
|
|
140
|
+
"Graphite": "石墨",
|
|
141
|
+
"Cyan": "青色",
|
|
142
|
+
"Pink": "粉色",
|
|
143
|
+
"Espresso": "咖啡",
|
|
144
|
+
"Ember": "炭火",
|
|
145
|
+
"App icon": "应用图标",
|
|
146
|
+
"Pick the icon Cline shows in the": "选择 Cline 在",
|
|
147
|
+
"Taskbar": "任务栏中显示的图标",
|
|
148
|
+
"Classic": "经典",
|
|
149
|
+
"Midnight": "午夜",
|
|
150
|
+
"Hologram": "全息",
|
|
151
|
+
"Chip": "芯片",
|
|
152
|
+
"Web search": "网页搜索",
|
|
153
|
+
"Let the model search the web during a task. Only providers with built-in web search honor this setting; other providers ignore it. Applies to new sessions.": "允许模型在任务中搜索网页。仅内置网页搜索的服务商会生效,其他服务商忽略此设置。只应用于新会话。",
|
|
154
|
+
"Ready to use with": "可直接使用:",
|
|
155
|
+
"on models that support it — no extra setup needed.": "(仅限支持该功能的模型,无需额外配置)",
|
|
156
|
+
"Keep CLI up to date": "保持 CLI 最新",
|
|
157
|
+
"Automatically update the cline terminal command, which shares your sessions and settings with this app. The app itself updates separately.": "自动更新 cline 终端命令,它与应用共享会话和设置;应用本体单独更新。",
|
|
158
|
+
"Telemetry": "遥测数据",
|
|
159
|
+
"Enable error and usage reports to help improve Cline.": "发送错误与使用报告,帮助改进 Cline。",
|
|
160
|
+
"New user experience": "新手引导",
|
|
161
|
+
"Replay the first-run experience new users see when they open Cline for the first time.": "重放新用户首次打开 Cline 时看到的引导流程。",
|
|
162
|
+
"Replay": "重放",
|
|
163
|
+
"About": "关于",
|
|
164
|
+
"Model Providers": "模型服务商",
|
|
165
|
+
"Add provider": "添加服务商",
|
|
166
|
+
"Add Provider": "添加服务商",
|
|
167
|
+
"Configured": "已配置",
|
|
168
|
+
"Popular": "常用",
|
|
169
|
+
"All providers": "全部服务商",
|
|
170
|
+
"API key": "API 密钥",
|
|
171
|
+
"Search providers": "搜索服务商",
|
|
172
|
+
"Search provider": "搜索服务商",
|
|
173
|
+
"Search model providers": "搜索模型服务商",
|
|
174
|
+
"Set up another provider": "配置其他服务商",
|
|
175
|
+
"Refresh models": "刷新模型列表",
|
|
176
|
+
"Add model": "添加模型",
|
|
177
|
+
"Search models by name or ID": "按名称或 ID 搜索模型",
|
|
178
|
+
"Search models": "搜索模型",
|
|
179
|
+
"Close model selector": "关闭模型选择器",
|
|
180
|
+
"File support": "支持文件",
|
|
181
|
+
"Image support": "支持图片",
|
|
182
|
+
"Audio support": "支持音频",
|
|
183
|
+
"Reasoning support": "支持推理",
|
|
184
|
+
"Copy model ID": "复制模型 ID",
|
|
185
|
+
"Model ID": "模型 ID",
|
|
186
|
+
"Costs": "费用",
|
|
187
|
+
"Context window": "上下文窗口",
|
|
188
|
+
"Voice input": "语音输入",
|
|
189
|
+
"Speak instead of typing: the microphone in chat transcribes your voice with the model chosen here. Live models show text as you speak; others transcribe when the recording stops.": "用说话代替输入:聊天里的麦克风会用这里所选模型把你的语音转成文字。支持实时的模型边说边出字,其余模型在停止录音后转写。",
|
|
190
|
+
"None of your configured providers offer speech-to-text models": "你已配置的服务商都不提供语音转文字模型",
|
|
191
|
+
"Connect a provider with transcription models — for example ElevenLabs, evroc, Groq, Mistral — and this page unlocks automatically.": "接入带有转写模型的服务商(例如 ElevenLabs、evroc、Groq、Mistral),本页会自动解锁。",
|
|
192
|
+
"Open Model Providers": "打开模型服务商",
|
|
193
|
+
"Bring your conversation history from other coding tools into Cline. Imported sessions show up in your history and can be continued here.": "把其他编程工具里的对话历史导入 Cline。导入的会话会出现在你的历史中,可在此继续。",
|
|
194
|
+
"Import sessions": "导入会话",
|
|
195
|
+
"Remote Environments": "远程环境",
|
|
196
|
+
"Manage your remote SSH hosts and their configurations.": "管理你的远程 SSH 主机及其配置。",
|
|
197
|
+
"SSH Hosts": "SSH 主机",
|
|
198
|
+
"SSH host": "SSH 主机地址",
|
|
199
|
+
"New Host": "新建主机",
|
|
200
|
+
"Adding New Host...": "正在添加新主机…",
|
|
201
|
+
"No SSH hosts yet. Add the address for your first remote environment.": "还没有 SSH 主机。添加你的第一个远程环境地址。",
|
|
202
|
+
"User (optional)": "用户名(可选)",
|
|
203
|
+
"Port": "端口",
|
|
204
|
+
"Identity file (optional)": "密钥文件(可选)",
|
|
205
|
+
"Password sign-in is not supported. The host key must already be trusted in your SSH known_hosts file.": "不支持密码登录。主机密钥必须已在你的 SSH known_hosts 中被信任。",
|
|
206
|
+
"Refresh remote environments": "刷新远程环境",
|
|
207
|
+
"Environment status": "环境状态",
|
|
208
|
+
"Test Connection": "测试连接",
|
|
209
|
+
"Connection": "连接",
|
|
210
|
+
"Connection test": "连接测试",
|
|
211
|
+
"Inactive": "未启用",
|
|
212
|
+
"Disconnected": "已断开",
|
|
213
|
+
"Not tested": "未测试",
|
|
214
|
+
"Cline setup": "Cline 安装",
|
|
215
|
+
"Unknown": "未知",
|
|
216
|
+
"Build server": "构建服务器",
|
|
217
|
+
"dev.example.com or ssh-config-alias": "dev.example.com 或 SSH 配置别名",
|
|
218
|
+
"22 (from SSH config by default)": "22(默认取自 SSH 配置)",
|
|
219
|
+
"overview": "概览",
|
|
220
|
+
"usage": "用量",
|
|
221
|
+
"billing": "账单",
|
|
222
|
+
"Sign Out": "退出登录",
|
|
223
|
+
"Sign in": "登录",
|
|
224
|
+
"Member since": "加入时间",
|
|
225
|
+
"Credits Balance": "额度余额",
|
|
226
|
+
"Credit": "额度",
|
|
227
|
+
"Organizations": "所属组织",
|
|
228
|
+
"Active": "生效中",
|
|
229
|
+
"Open dashboard": "打开控制台",
|
|
230
|
+
"Search all session history…": "搜索全部会话历史…",
|
|
231
|
+
"Suggestions": "建议",
|
|
232
|
+
"Search messages, commands, errors, and file paths.": "搜索消息、命令、错误与文件路径。",
|
|
233
|
+
"Navigate with ↑↓ and open with ↵": "用 ↑↓ 移动,回车打开",
|
|
234
|
+
"Run agents on cron schedules for recurring automations like daily summaries and code reviews.": "按计划任务运行智能体,用于每日总结、代码审查等周期性自动化。",
|
|
235
|
+
"New Schedule": "新建计划",
|
|
236
|
+
"No schedules yet. Start from a suggestion below, or create your own with New Schedule.": "还没有计划任务。可从下方建议开始,或用「新建计划」自建。",
|
|
237
|
+
"Suggested": "推荐",
|
|
238
|
+
"Find critical bugs": "查找严重缺陷",
|
|
239
|
+
"Sweep recent commits for high-severity bugs that slipped past review, and fix the ones with a concrete trigger.": "扫描近期提交中漏审的高危缺陷,并修复有明确触发条件的那些。",
|
|
240
|
+
"Scan for vulnerabilities": "扫描安全漏洞",
|
|
241
|
+
"Audit the codebase for exploitable security issues with a validated end-to-end attack path.": "审计代码库中可被利用、且已有端到端攻击路径验证的安全问题。",
|
|
242
|
+
"Summarize changes daily": "每日变更摘要",
|
|
243
|
+
"Get a skimmable digest of everything that landed in the last 24 hours, plus risks worth watching.": "汇总过去 24 小时合入的全部变更,并列出值得关注的风险。",
|
|
244
|
+
"Keep docs updated": "保持文档更新",
|
|
245
|
+
"Refresh documentation whenever the code drifts away from it, verified against the source.": "当代码与文档不一致时刷新文档,并以源码为准校验。",
|
|
246
|
+
"Daily": "每天",
|
|
247
|
+
"Weekly": "每周",
|
|
248
|
+
"Monthly": "每月",
|
|
249
|
+
"Hourly": "每小时",
|
|
250
|
+
"Extend what Cline can do and how it works. Explore the marketplace for more options.": "扩展 Cline 能做什么、怎么做。到市场里查看更多选项。",
|
|
251
|
+
"Tools": "工具",
|
|
252
|
+
"Plugins": "插件",
|
|
253
|
+
"Rules": "规则",
|
|
254
|
+
"Hooks": "钩子",
|
|
255
|
+
"Installed": "已安装",
|
|
256
|
+
"Marketplace": "市场",
|
|
257
|
+
"Search tools": "搜索工具",
|
|
258
|
+
"Disable all builtin tools": "禁用全部内置工具",
|
|
259
|
+
"Enable all plugin tools": "启用全部插件工具",
|
|
260
|
+
"Inspect built-in tools and tools contributed by plugins.": "查看内置工具以及插件提供的工具。",
|
|
261
|
+
"BuiltIn Tools": "内置工具",
|
|
262
|
+
"Plugin Tools": "插件工具",
|
|
263
|
+
"Disable all": "全部禁用",
|
|
264
|
+
"Enable all": "全部启用",
|
|
265
|
+
"No plugin tools found.": "未找到插件工具。",
|
|
266
|
+
"Ask the user a single clarifying question with 2-5 selectable options.": "向用户提出一个带 2-5 个可选项的澄清问题。",
|
|
267
|
+
"Make controlled filesystem edits on text files with create, replace, and insert operations.": "对文本文件做受控的创建、替换、插入编辑。",
|
|
268
|
+
"Fetch URL content and analyze it with a prompt describing what to extract.": "抓取网页内容,并按提示词提取所需信息。",
|
|
269
|
+
"Read the content of text or image files at the provided absolute paths, or return only an inclusive one-based line range when start_line/end_line are provided. Long files are windowed; page with start_line/end_line.": "读取指定绝对路径的文本或图片内容;提供 start_line/end_line 时只返回该闭区间(行号从 1 开始)。超长文件分页,用 start_line/end_line 翻页。",
|
|
270
|
+
"Run shell commands from the root of the workspace for listing files, checking git status, builds, tests, and similar tasks.": "在工作区根目录运行 shell 命令,用于列文件、查 git 状态、构建、测试等。",
|
|
271
|
+
"Perform regex pattern searches across the codebase for code patterns, definitions, imports, and other text matches.": "在代码库中做正则搜索,查找代码模式、定义、import 及其他文本匹配。",
|
|
272
|
+
"Execute a configured skill within the main conversation when a matching skill exists for the task.": "当任务存在匹配的技能时,在主对话中执行该技能。",
|
|
273
|
+
"Spawn a sub-agent with custom instructions for a specialized task. Waits for the sub-agent to finish and returns its result before your next step.": "为专项任务派生一个带自定义指令的子智能体,等它完成并返回结果后再进行下一步。",
|
|
274
|
+
"Create and manage explicitly requested one-time and recurring agent schedules.": "创建并管理用户明确指定的一次性或周期性智能体计划。",
|
|
275
|
+
"Enable team collaboration tools for teammate management, task coordination, mailbox messaging, mission logs, and outcomes.": "启用团队协作工具:成员管理、任务协调、信箱消息、任务日志与成果。",
|
|
276
|
+
"Save": "保存",
|
|
277
|
+
"Cancel": "取消",
|
|
278
|
+
"Create": "创建",
|
|
279
|
+
"Delete": "删除",
|
|
280
|
+
"Remove": "移除",
|
|
281
|
+
"Add": "添加",
|
|
282
|
+
"Open": "打开",
|
|
283
|
+
"Rename": "重命名",
|
|
284
|
+
"Edit": "编辑",
|
|
285
|
+
"Run": "运行",
|
|
286
|
+
"Stop": "停止",
|
|
287
|
+
"Retry": "重试",
|
|
288
|
+
"Continue": "继续",
|
|
289
|
+
"Copy": "复制",
|
|
290
|
+
"Clear": "清空",
|
|
291
|
+
"Done": "完成",
|
|
292
|
+
"Confirm": "确认",
|
|
293
|
+
"Search": "搜索",
|
|
294
|
+
"Loading": "加载中",
|
|
295
|
+
"Enabled": "已启用",
|
|
296
|
+
"Disabled": "已禁用",
|
|
297
|
+
"On": "开",
|
|
298
|
+
"Off": "关",
|
|
299
|
+
"Yes": "是",
|
|
300
|
+
"No": "否",
|
|
301
|
+
"Name": "名称",
|
|
302
|
+
"Model": "模型",
|
|
303
|
+
"Provider": "服务商",
|
|
304
|
+
"Messages": "消息",
|
|
305
|
+
"Permissions": "权限",
|
|
306
|
+
"Auto-approve": "自动批准",
|
|
307
|
+
"Cost": "花费",
|
|
308
|
+
"Tokens": "令牌数",
|
|
309
|
+
"Duration": "耗时",
|
|
310
|
+
"Version": "版本",
|
|
311
|
+
"Help": "帮助",
|
|
312
|
+
"Feedback": "反馈",
|
|
313
|
+
"Settings saved": "设置已保存",
|
|
314
|
+
"No sessions yet": "还没有会话",
|
|
315
|
+
"New session": "新会话",
|
|
316
|
+
"Untitled": "无标题",
|
|
317
|
+
"Pin": "置顶",
|
|
318
|
+
"Unpin": "取消置顶",
|
|
319
|
+
"Pinned": "已置顶",
|
|
320
|
+
"Archive": "归档",
|
|
321
|
+
"Unarchive": "取消归档",
|
|
322
|
+
"Archived": "已归档",
|
|
323
|
+
"Rename session": "重命名会话",
|
|
324
|
+
"Copy session ID": "复制会话 ID",
|
|
325
|
+
"Export": "导出",
|
|
326
|
+
"Refresh": "刷新",
|
|
327
|
+
"Connect": "连接",
|
|
328
|
+
"Disconnect": "断开",
|
|
329
|
+
"Connected": "已连接",
|
|
330
|
+
"Recent": "最近使用",
|
|
331
|
+
"Favorites": "收藏",
|
|
332
|
+
"All models": "全部模型",
|
|
333
|
+
"Recommended": "推荐",
|
|
334
|
+
"Free": "免费",
|
|
335
|
+
"Default": "默认",
|
|
336
|
+
"Custom": "自定义",
|
|
337
|
+
"Advanced": "高级",
|
|
338
|
+
"Theme": "主题",
|
|
339
|
+
"Language": "语言",
|
|
340
|
+
"Description": "说明",
|
|
341
|
+
"Author": "作者",
|
|
342
|
+
"Install": "安装",
|
|
343
|
+
"Uninstall": "卸载",
|
|
344
|
+
"Update": "更新",
|
|
345
|
+
"Update available": "有可用更新",
|
|
346
|
+
"Signed in via browser": "已通过浏览器登录",
|
|
347
|
+
"This provider authenticates with your account — no API key needed.": "该服务商使用你的账户认证,无需 API 密钥。",
|
|
348
|
+
"Models": "模型",
|
|
349
|
+
"No models available": "暂无可用模型",
|
|
350
|
+
"Loading models…": "正在加载模型…",
|
|
351
|
+
"Select a provider": "选择服务商",
|
|
352
|
+
"A curated set of plugins, MCP servers, and skills from the Cline community.": "来自 Cline 社区的插件、MCP 服务器与技能精选集。",
|
|
353
|
+
"About worktrees": "关于工作树",
|
|
354
|
+
"Add SSH Host": "添加 SSH 主机",
|
|
355
|
+
"Add a message to go with your attachments": "为附件补充一条说明",
|
|
356
|
+
"Add an OpenAI-compatible provider and choose its available models.": "添加 OpenAI 兼容服务商并选择其可用模型。",
|
|
357
|
+
"Anthropic, OpenAI, OpenRouter, and more.": "Anthropic、OpenAI、OpenRouter 等。",
|
|
358
|
+
"Authorization=Bearer token": "Authorization=Bearer 令牌",
|
|
359
|
+
"Back to providers": "返回服务商列表",
|
|
360
|
+
"Behind base": "落后于基线分支",
|
|
361
|
+
"Branch name": "分支名称",
|
|
362
|
+
"Build software with Cline.": "用 Cline 构建软件",
|
|
363
|
+
"Cancel rename": "取消重命名",
|
|
364
|
+
"Checking GitHub connection": "正在检查 GitHub 连接",
|
|
365
|
+
"Checking for updates...": "正在检查更新…",
|
|
366
|
+
"Checks failing": "检查未通过",
|
|
367
|
+
"Choose PNG, JPEG, GIF, or WebP images, or switch to Local to attach other files.": "选择 PNG、JPEG、GIF 或 WebP 图片;其他文件请切换到「本地」。",
|
|
368
|
+
"Choose a model that supports images or remove the images before sending.": "请选择支持图片的模型,或在发送前移除图片。",
|
|
369
|
+
"Clear provider search": "清除服务商搜索",
|
|
370
|
+
"Cline API key": "Cline API 密钥",
|
|
371
|
+
"Cline has a question": "Cline 有个问题",
|
|
372
|
+
"Close details": "收起详情",
|
|
373
|
+
"Close diff view": "关闭差异视图",
|
|
374
|
+
"Close expanded attachment": "收起展开的附件",
|
|
375
|
+
"Close image viewer": "关闭图片查看器",
|
|
376
|
+
"Close menu": "关闭菜单",
|
|
377
|
+
"Cloud attachment limit": "云端附件数量上限",
|
|
378
|
+
"Cloud branch": "云端分支",
|
|
379
|
+
"Cloud repository": "云端代码库",
|
|
380
|
+
"Cloud session": "云端会话",
|
|
381
|
+
"Cloud sessions": "云端会话列表",
|
|
382
|
+
"Command Palette": "命令面板",
|
|
383
|
+
"Configure a model provider to set up voice input": "先配置一个模型服务商才能设置语音输入",
|
|
384
|
+
"Connect GitHub": "连接 GitHub",
|
|
385
|
+
"Connect messaging platforms so you can chat with Cline anywhere. Click on a channel name to view or edit its configuration.": "接入消息平台,随时随地与 Cline 对话。点击频道名称即可查看。",
|
|
386
|
+
"Copy API key": "复制 API 密钥",
|
|
387
|
+
"Copy failed": "复制失败",
|
|
388
|
+
"Copy file path": "复制文件路径",
|
|
389
|
+
"Could not load more sessions": "无法加载更多会话",
|
|
390
|
+
"Could not open file": "无法打开文件",
|
|
391
|
+
"Could not steer queued message": "无法插入排队中的消息",
|
|
392
|
+
"Create a copy of the current session into a new session": "把当前会话复制为一个新会话",
|
|
393
|
+
"Current model": "当前模型",
|
|
394
|
+
"Daily code review": "每日代码审查",
|
|
395
|
+
"Delete failed": "删除失败",
|
|
396
|
+
"Describe what you want Cline to do with the attached files before sending.": "先说明你希望 Cline 如何处理这些附件,再发送。",
|
|
397
|
+
"Dismiss pull request error": "忽略拉取请求错误",
|
|
398
|
+
"Enable MCP server": "启用 MCP 服务器",
|
|
399
|
+
"Enable voice input": "启用语音输入",
|
|
400
|
+
"Expand sidebar": "展开侧边栏",
|
|
401
|
+
"Expanded attachment": "已展开的附件",
|
|
402
|
+
"Failed to start run": "启动运行失败",
|
|
403
|
+
"Filter by title or folder": "按标题或文件夹筛选",
|
|
404
|
+
"First page": "第一页",
|
|
405
|
+
"Fork failed": "派生失败",
|
|
406
|
+
"Go to next page": "下一页",
|
|
407
|
+
"Go to previous page": "上一页",
|
|
408
|
+
"Header name": "请求头名称",
|
|
409
|
+
"Install Model Context Protocol servers into this CLI environment.": "向此 CLI 环境安装 MCP(Model Context Protocol)服务器。",
|
|
410
|
+
"Install plugins into this CLI environment.": "向此 CLI 环境安装插件。",
|
|
411
|
+
"Install skills globally for Cline.": "为 Cline 全局安装技能。",
|
|
412
|
+
"List, create, and update events on your Google Calendar.": "在你的 Google 日历上列出、创建与更新日程。",
|
|
413
|
+
"Loading connector catalog": "正在加载连接器目录",
|
|
414
|
+
"Loading connectors": "正在加载连接器",
|
|
415
|
+
"MCP Server": "MCP 服务器",
|
|
416
|
+
"MCP Servers": "MCP 服务器",
|
|
417
|
+
"MCP servers": "MCP 服务器",
|
|
418
|
+
"Main Agent Session": "主智能体会话",
|
|
419
|
+
"Merge status pending": "合并状态待确认",
|
|
420
|
+
"My Provider": "我的服务商",
|
|
421
|
+
"New model ID": "新模型 ID",
|
|
422
|
+
"Next generated image": "下一张生成图",
|
|
423
|
+
"No app update is available to download yet. You can keep working - Cline stays connected to the updated Hub - and try again later.": "暂时没有可下载的应用更新。你仍可继续工作——Cline 会保持与已更新的 Hub 连接——请稍后再试。",
|
|
424
|
+
"No conflicts": "无冲突",
|
|
425
|
+
"Open API providers": "打开 API 服务商",
|
|
426
|
+
"Open GitHub’s comparison form for this branch. Push your commits before submitting.": "打开 GitHub 的分支对比页面。提交前先推送你的 commit。",
|
|
427
|
+
"Open in editor": "在编辑器中打开",
|
|
428
|
+
"Open this agent's session": "打开该智能体的会话",
|
|
429
|
+
"Parent remote directory": "上级远程目录",
|
|
430
|
+
"Pick your repositories": "选择你的代码库",
|
|
431
|
+
"Previous generated image": "上一张生成图",
|
|
432
|
+
"Pull request status": "拉取请求状态",
|
|
433
|
+
"Read, search, draft, and send email from your Gmail account.": "从你的 Gmail 账户读取、搜索、起草并发送邮件。",
|
|
434
|
+
"Ready to merge": "可以合并",
|
|
435
|
+
"Refresh channels": "刷新频道",
|
|
436
|
+
"Refresh pull request status": "刷新拉取请求状态",
|
|
437
|
+
"Refresh remote directories": "刷新远程目录",
|
|
438
|
+
"Remote home directory": "远程主目录",
|
|
439
|
+
"Remove header": "移除请求头",
|
|
440
|
+
"Rename failed": "重命名失败",
|
|
441
|
+
"Restart failed": "重启失败",
|
|
442
|
+
"Restore checkpoint": "恢复检查点",
|
|
443
|
+
"Run limits": "运行上限",
|
|
444
|
+
"Run not started": "运行未启动",
|
|
445
|
+
"Run started": "运行已启动",
|
|
446
|
+
"Save title": "保存标题",
|
|
447
|
+
"Search branches": "搜索分支",
|
|
448
|
+
"Search branches…": "搜索分支…",
|
|
449
|
+
"Search channels...": "搜索频道",
|
|
450
|
+
"Search connectors": "搜索连接器",
|
|
451
|
+
"Search for a command to run...": "搜索要执行的命令…",
|
|
452
|
+
"Search marketplace": "搜索市场",
|
|
453
|
+
"Search repositories…": "搜索代码库…",
|
|
454
|
+
"Select all sessions": "全选会话",
|
|
455
|
+
"Select transport": "选择传输方式",
|
|
456
|
+
"Session history is unavailable right now.": "会话历史暂时不可用。",
|
|
457
|
+
"Session history": "会话历史",
|
|
458
|
+
"Sign in to Cline": "登录 Cline",
|
|
459
|
+
"Sign in with Cline": "使用 Cline 账户登录",
|
|
460
|
+
"Sort sessions": "会话排序",
|
|
461
|
+
"Speech input failed": "语音输入失败",
|
|
462
|
+
"Start a session": "新建会话",
|
|
463
|
+
"Start the task with an agent team": "用智能体团队开始该任务",
|
|
464
|
+
"Stop agent": "停止智能体",
|
|
465
|
+
"Stop the agent (Esc)": "停止智能体 (Esc)",
|
|
466
|
+
"System prompt override": "系统提示词覆盖",
|
|
467
|
+
"Task failed": "任务失败",
|
|
468
|
+
"The file path could not be copied to the clipboard.": "文件路径无法复制到剪贴板。",
|
|
469
|
+
"The message could not be copied to the clipboard.": "该消息无法复制到剪贴板。",
|
|
470
|
+
"The new version has been downloaded. Restart now, or later from the update button next to the Cline logo.": "新版本已下载完成。可立即重启,或稍后点击 Cline 图标旁的更新按钮。",
|
|
471
|
+
"The session could not be removed from local history.": "该会话无法从本地历史中移除。",
|
|
472
|
+
"The update check could not be started. Try again in a moment.": "无法开始更新检查,请稍后重试。",
|
|
473
|
+
"This model doesn’t support image input": "该模型不支持图片输入",
|
|
474
|
+
"Toggling rules isn't supported yet": "暂不支持切换规则开关",
|
|
475
|
+
"Unable to check for updates": "无法检查更新",
|
|
476
|
+
"Unable to open run": "无法打开该运行",
|
|
477
|
+
"Unsupported cloud attachment": "不支持的云端附件",
|
|
478
|
+
"Update check failed": "更新检查失败",
|
|
479
|
+
"Use your own API key": "使用你自己的 API 密钥",
|
|
480
|
+
"Voice input model": "语音输入模型",
|
|
481
|
+
"Work with issues, pull requests, and repositories on GitHub.": "在 GitHub 上处理 issue、拉取请求与代码库。",
|
|
482
|
+
"Working directory": "工作目录",
|
|
483
|
+
"You're already running the latest version of Cline.": "你已经在运行最新版 Cline。",
|
|
484
|
+
"You're up to date": "已是最新版本"
|
|
485
|
+
},
|
|
486
|
+
"prefixes": [
|
|
487
|
+
{
|
|
488
|
+
"from": "Model: ",
|
|
489
|
+
"to": "模型:"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"from": "Provider: ",
|
|
493
|
+
"to": "服务商:"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"from": "Sort sessions: ",
|
|
497
|
+
"to": "会话排序:"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"from": "Environment: ",
|
|
501
|
+
"to": "环境:"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"from": "Toggle ",
|
|
505
|
+
"to": "开关:"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"from": "Favorite ",
|
|
509
|
+
"to": "收藏 "
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"rules": [
|
|
513
|
+
{
|
|
514
|
+
"pattern": "^Jan (\\d{1,2}), (\\d{4})$",
|
|
515
|
+
"out": "$2年1月$1日"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"pattern": "^Feb (\\d{1,2}), (\\d{4})$",
|
|
519
|
+
"out": "$2年2月$1日"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"pattern": "^Mar (\\d{1,2}), (\\d{4})$",
|
|
523
|
+
"out": "$2年3月$1日"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"pattern": "^Apr (\\d{1,2}), (\\d{4})$",
|
|
527
|
+
"out": "$2年4月$1日"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"pattern": "^May (\\d{1,2}), (\\d{4})$",
|
|
531
|
+
"out": "$2年5月$1日"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"pattern": "^Jun (\\d{1,2}), (\\d{4})$",
|
|
535
|
+
"out": "$2年6月$1日"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"pattern": "^Jul (\\d{1,2}), (\\d{4})$",
|
|
539
|
+
"out": "$2年7月$1日"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"pattern": "^Aug (\\d{1,2}), (\\d{4})$",
|
|
543
|
+
"out": "$2年8月$1日"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"pattern": "^Sep (\\d{1,2}), (\\d{4})$",
|
|
547
|
+
"out": "$2年9月$1日"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"pattern": "^Oct (\\d{1,2}), (\\d{4})$",
|
|
551
|
+
"out": "$2年10月$1日"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"pattern": "^Nov (\\d{1,2}), (\\d{4})$",
|
|
555
|
+
"out": "$2年11月$1日"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"pattern": "^Dec (\\d{1,2}), (\\d{4})$",
|
|
559
|
+
"out": "$2年12月$1日"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"pattern": "^Thought for (\\d+)m (\\d+)s$",
|
|
563
|
+
"out": "思考了 $1 分 $2 秒"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"pattern": "^Thought for (\\d+)s$",
|
|
567
|
+
"out": "思考了 $1 秒"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"pattern": "^Worked for (.+?) and made (\\d+) tool calls?$",
|
|
571
|
+
"out": "用时 $1,共 $2 次工具调用"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"pattern": "^Worked for (.+?)$",
|
|
575
|
+
"out": "用时 $1"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"pattern": "^Explored (\\d+) links?$",
|
|
579
|
+
"out": "已浏览 $1 个链接"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"pattern": "^Explored (\\d+) files?$",
|
|
583
|
+
"out": "已查看 $1 个文件"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"pattern": "^(\\d+) sessions? found$",
|
|
587
|
+
"out": "找到 $1 个会话"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"pattern": "^(\\d+) configured · (\\d+) available$",
|
|
591
|
+
"out": "已配置 $1 个 · 可用 $2 个"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"pattern": "^Open diff: (\\d+) additions, (\\d+) deletions$",
|
|
595
|
+
"out": "查看改动:+$1 −$2"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"pattern": "^Copy model ID (.+)$",
|
|
599
|
+
"out": "复制模型 ID $1"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"pattern": "^Searched (.+)$",
|
|
603
|
+
"out": "已搜索 $1"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"pattern": "^Used (\\d+) tools?$",
|
|
607
|
+
"out": "使用了 $1 个工具"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"source": "dictionaries/zh-CN.json extended with strings extracted from apps/examples/desktop-app/webview",
|
|
611
|
+
"featureText": {
|
|
612
|
+
"sidebar-groups": {
|
|
613
|
+
"noSessions": "暂无会话",
|
|
614
|
+
"switchAndNew": "切到该项目并新建会话",
|
|
615
|
+
"current": "当前",
|
|
616
|
+
"projects": "项目分组",
|
|
617
|
+
"errNoChip": "未找到工作区按钮",
|
|
618
|
+
"errNoSearch": "未找到工作区搜索框",
|
|
619
|
+
"errNotListed": "列表里没有该项目",
|
|
620
|
+
"errSwitch": "切换失败"
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|