@codingame/monaco-vscode-language-pack-zh-hans 1.85.0 → 1.85.2

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.
@@ -34,6 +34,10 @@ var content = {
34
34
  },
35
35
  "vs/base/browser/ui/iconLabel/iconLabelHover": {
36
36
  "iconLabel.loading": "正在加载…"
37
+ },
38
+ "vs/base/browser/ui/icons/iconSelectBox": {
39
+ "iconSelect.noResults": "无结果",
40
+ "iconSelect.placeholder": "搜索图标"
37
41
  },
38
42
  "vs/base/browser/ui/inputbox/inputBox": {
39
43
  alertErrorMessage: "错误: {0}",
@@ -1667,6 +1671,9 @@ var content = {
1667
1671
  preferences: "首选项",
1668
1672
  test: "测试",
1669
1673
  view: "查看"
1674
+ },
1675
+ "vs/platform/actions/browser/buttonbar": {
1676
+ labelWithKeybinding: "{0} ({1})"
1670
1677
  },
1671
1678
  "vs/platform/actions/browser/menuEntryActionViewItem": {
1672
1679
  titleAndKb: "{0} ({1})",
@@ -2301,6 +2308,23 @@ var content = {
2301
2308
  },
2302
2309
  "vs/platform/userDataProfile/common/userDataProfile": {
2303
2310
  defaultProfile: "默认"
2311
+ },
2312
+ "vs/platform/userDataSync/common/abstractSynchronizer": {
2313
+ incompatible: "无法同步 {0},因为它的本地版本 {1} 与其远程版本 {2} 不兼容",
2314
+ "incompatible sync data": "无法分析同步数据,因为它与当前版本不兼容。"
2315
+ },
2316
+ "vs/platform/userDataSync/common/keybindingsSync": {
2317
+ errorInvalidSettings: "无法同步键绑定,因为文件中的内容无效。请打开文件并进行更正。"
2318
+ },
2319
+ "vs/platform/userDataSync/common/settingsSync": {
2320
+ errorInvalidSettings: "无法同步设置,因为设置文件中存在错误/警告。"
2321
+ },
2322
+ "vs/platform/userDataSync/common/userDataAutoSyncService": {
2323
+ "default service changed": "默认服务已更改,因此无法同步",
2324
+ "service changed": "同步服务已更改,因此无法同步",
2325
+ "session expired": "无法同步,因为当前会话已过期",
2326
+ "turned off": "无法同步,因为同步在云中已关闭",
2327
+ "turned off machine": "无法同步,因为已从另一台计算机上关闭了此计算机上的同步。"
2304
2328
  },
2305
2329
  "vs/platform/userDataSync/common/userDataSync": {
2306
2330
  "app.extension.identifier.errorMessage": "预期的格式 \"${publisher}.${name}\"。例如: \"vscode.csharp\"。",
@@ -2308,6 +2332,15 @@ var content = {
2308
2332
  "settingsSync.ignoredExtensions": "同步时要忽略的扩展列表。扩展的标识符始终为 \"${publisher}.${name}\"。例如: \"vscode.csharp\"。",
2309
2333
  "settingsSync.ignoredSettings": "配置在同步时要忽略的设置。",
2310
2334
  "settingsSync.keybindingsPerPlatform": "为每个平台各自同步键绑定。"
2335
+ },
2336
+ "vs/platform/userDataSync/common/userDataSyncLog": {
2337
+ userDataSyncLog: "设置同步"
2338
+ },
2339
+ "vs/platform/userDataSync/common/userDataSyncMachines": {
2340
+ "error incompatible": "无法读取计算机数据,因为当前版本不兼容。请更新 {0},然后重试。"
2341
+ },
2342
+ "vs/platform/userDataSync/common/userDataSyncResourceProvider": {
2343
+ "incompatible sync data": "无法分析同步数据,因为它与当前版本不兼容。"
2311
2344
  },
2312
2345
  "vs/platform/workspace/common/workspace": {
2313
2346
  codeWorkspace: "Code 工作区"
@@ -3343,6 +3376,20 @@ var content = {
3343
3376
  notificationWithSourceAriaLabel: "{0},源: {1},通知",
3344
3377
  notificationWithSourceAriaLabelHint: "{0},源: {1},通知 {2}",
3345
3378
  notificationsList: "通知列表"
3379
+ },
3380
+ "vs/workbench/browser/parts/notifications/notificationsStatus": {
3381
+ hideNotifications: "隐藏通知",
3382
+ noNotifications: "无新通知",
3383
+ noNotificationsWithProgress: "无新通知({0} 正在进行中)",
3384
+ notifications: "{0} 条新通知",
3385
+ notificationsWithProgress: "{0} 条新通知({1} 个正在进行中)",
3386
+ oneNotification: "1 条新通知",
3387
+ oneNotificationWithProgress: "1 条新通知({0} 条正在进行中)",
3388
+ "status.doNotDisturb": "请勿打扰",
3389
+ "status.doNotDisturbTooltip": "已启用“请勿打扰”模式",
3390
+ "status.message": "状态消息",
3391
+ "status.notifications": "通知",
3392
+ zeroNotifications: "没有通知"
3346
3393
  },
3347
3394
  "vs/workbench/browser/parts/notifications/notificationsToasts": {
3348
3395
  notificationAriaLabel: "{0},通知",
@@ -4094,6 +4141,52 @@ var content = {
4094
4141
  "summary.nm": "在 {1} 个文件中进行了 {0} 次编辑",
4095
4142
  "summary.textFiles": "已在 {1} 文件中执行 {0} 文本编辑,且已创建或删除{2} 文件",
4096
4143
  workspaceEdit: "工作区编辑"
4144
+ },
4145
+ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEdit.contribution": {
4146
+ Discard: "放弃重构",
4147
+ apply: "应用重构",
4148
+ cat: "重构预览",
4149
+ "continue": "继续(&&C)",
4150
+ detail: "按\"继续\"放弃以前的重构,继续当前重构。",
4151
+ groupByFile: "按文件分组更改",
4152
+ groupByType: "按类型分组更改",
4153
+ overlap: "正在预览另一个重构。",
4154
+ panel: "重构预览",
4155
+ refactorPreviewViewIcon: "查看重构预览视图的图标。",
4156
+ toogleSelection: "切换更改"
4157
+ },
4158
+ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane": {
4159
+ cancel: "放弃",
4160
+ "conflict.1": "无法应用重构,因为“{0}”在此期间进行了修改。",
4161
+ "conflict.N": "无法应用重构,因为其他 {0} 个文件在此期间进行了修改。",
4162
+ create: "创建",
4163
+ "edt.title.1": "{0}(重构预览)",
4164
+ "edt.title.2": "{0}({1}、重构预览)",
4165
+ "edt.title.del": "{0}(删除、重构预览)",
4166
+ "empty.msg": "调用代码操作(如重命名操作),在此处查看其更改的预览。",
4167
+ ok: "应用",
4168
+ rename: "重命名"
4169
+ },
4170
+ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": {
4171
+ "default": "其他"
4172
+ },
4173
+ "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditTree": {
4174
+ "aria.create": "创建{0}",
4175
+ "aria.createAndEdit": "创建{0},同时进行文本编辑",
4176
+ "aria.del": "行 {0},正在删除 {1}",
4177
+ "aria.delete": "删除 {0}",
4178
+ "aria.deleteAndEdit": "正在删除 {0},同时进行文本编辑",
4179
+ "aria.editOnly": "{0},进行文本编辑",
4180
+ "aria.insert": "行{0},插入{1}",
4181
+ "aria.rename": "将 {0} 重命名为 {1}",
4182
+ "aria.renameAndEdit": "将{0}重命名为{1},同时进行文本编辑",
4183
+ "aria.replace": "行{0},用{2}替换{1}",
4184
+ bulkEdit: "批量编辑",
4185
+ "detail.create": "(正在创建)",
4186
+ "detail.del": "(删除)",
4187
+ "detail.rename": "(重命名)",
4188
+ "rename.label": "{0} → {1}",
4189
+ title: "{0} - {1}"
4097
4190
  },
4098
4191
  "vs/workbench/contrib/callHierarchy/browser/callHierarchy.contribution": {
4099
4192
  callHierarchyDirection: "调用层次结构是否显示传入或传出的调用",
@@ -4120,6 +4213,34 @@ var content = {
4120
4213
  from: "来自 {0} 的调用",
4121
4214
  to: "{0} 的调用方",
4122
4215
  "tree.aria": "调用层次结构"
4216
+ },
4217
+ "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
4218
+ "chat.announcement": "聊天答复将在他们进入时公布。答复将指示代码块的数量(如果有),然后指示响应的其余部分。",
4219
+ "chat.audioCues": "可通过具有 audioCues.chat 前缀的设置更改音频提示。默认情况下,如果请求超过 4 秒,你将听到一个音频提示,指示仍在进行中。",
4220
+ "chat.inspectResponse": "在输入框中,通过 {0} 检查可访问视图中的最后一个响应",
4221
+ "chat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的最后一个响应,该命令当前无法通过键绑定触发。",
4222
+ "chat.overview": "聊天视图由输入框和请求/响应列表组成。输入框用于发出请求,列表用于显示响应。",
4223
+ "chat.requestHistory": "在输入框中,使用向上和向下箭头导航请求历史记录。编辑输入并使用 Enter 或提交按钮运行新请求。",
4224
+ "inlineChat.access": "可通过代码操作激活,也可直接使用“内联聊天: 启动内联聊天”命令({0})激活。",
4225
+ "inlineChat.contextActions": "弹出菜单操作可以运行前缀为 /. Type / 的请求,以发现此类现成命令。",
4226
+ "inlineChat.diff": "进入差异编辑器后,使用({0})进入评审模式。使用向上和向下箭头导航包含建议的更改的行。",
4227
+ "inlineChat.diffNoKb": "再次点击选项卡进入具有更改的差异编辑器,并使用“转到下一个差异”命令进入审阅模式。使用向上/向下箭头浏览具有建议更改的行。",
4228
+ "inlineChat.fix": "如果调用了修复操作,则响应将指示当前代码的问题。将呈现差异编辑器,并且可以使用 Tab 键访问该编辑器。",
4229
+ "inlineChat.inspectResponse": "在输入框中,通过 {0} 在可访问视图中检查响应",
4230
+ "inlineChat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的响应,该命令当前无法通过键绑定触发。",
4231
+ "inlineChat.overview": "内联聊天发生在代码编辑器中,并考虑到当前所选内容。对当前编辑器进行更改很有用。例如,修复诊断、文档或重构代码。请注意,AI 生成的代码可能不正确。",
4232
+ "inlineChat.requestHistory": "在输入框中,使用 {0} 和 {1} 导航请求历史记录。编辑输入并使用 Enter 或“提交”按钮来运行新请求。",
4233
+ "inlineChat.toolbar": "使用选项卡访问命令、状态、消息响应等条件部分。",
4234
+ "workbench.action.chat.clear": "若要清除请求/响应列表,请调用“聊天清除”命令({0})。",
4235
+ "workbench.action.chat.clearNoKb": "若要清除请求/响应列表,请调用“聊天清除”命令;当前无法通过键绑定触发此命令。",
4236
+ "workbench.action.chat.focus": "如果要将焦点放在聊天请求/响应列表上(可使用向上和向下箭头进行导航),请调用“将焦点放在聊天上”命令({0})。",
4237
+ "workbench.action.chat.focusInput": "若要将焦点放在聊天请求的输入框上,请调用“将焦点放在聊天输入上”命令({0})",
4238
+ "workbench.action.chat.focusNoKb": "若要将焦点放在聊天请求/响应列表上(可使用向上和向下箭头进行导航),请调用“将焦点放在聊天列表上”命令;当前无法通过键绑定触发此命令。",
4239
+ "workbench.action.chat.nextCodeBlock": "若要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令({0})。",
4240
+ "workbench.action.chat.nextCodeBlockNoKb": "若要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令;当前无法通过键绑定触发此命令。",
4241
+ "workbench.action.chat.nextFileTree": "如果要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令({0})。",
4242
+ "workbench.action.chat.nextFileTreeNoKb": "若要将焦点放在响应中的下一个文件树上,请调用“聊天: 下一个文件树”命令;当前无法通过键绑定触发此命令。",
4243
+ "workbench.action.interactiveSession.focusInputNoKb": "若要将焦点放在聊天请求的输入框上,请调用“将焦点放在聊天输入上”命令;当前无法通过键绑定触发此命令。"
4123
4244
  },
4124
4245
  "vs/workbench/contrib/chat/browser/actions/chatActions": {
4125
4246
  "actions.chat.submit": "提交",
@@ -4133,10 +4254,38 @@ var content = {
4133
4254
  "interactiveSession.history.pick": "切换到聊天会话",
4134
4255
  "interactiveSession.open": "打开编辑器({0})",
4135
4256
  quickChat: "快速聊天"
4257
+ },
4258
+ "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
4259
+ "interactive.copyCodeBlock.label": "复制",
4260
+ "interactive.insertCodeBlock.label": "在光标处插入",
4261
+ "interactive.insertIntoNewFile.label": "插入到新文件中",
4262
+ "interactive.nextCodeBlock.label": "下一个代码块",
4263
+ "interactive.previousCodeBlock.label": "上一个代码块",
4264
+ "interactive.runInTerminal.label": "插入到终端中"
4265
+ },
4266
+ "vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
4267
+ "interactive.copyAll.label": "全部复制",
4268
+ "interactive.copyItem.label": "复制"
4136
4269
  },
4137
4270
  "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
4138
4271
  "interactive.cancel.label": "取消",
4139
4272
  "interactive.submit.label": "提交"
4273
+ },
4274
+ "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": {
4275
+ "interactive.nextFileTree.label": "下一文件树",
4276
+ "interactive.previousFileTree.label": "上一文件树"
4277
+ },
4278
+ "vs/workbench/contrib/chat/browser/actions/chatImportExport": {
4279
+ "chat.export.label": "导出会话",
4280
+ "chat.file.label": "聊天会话",
4281
+ "chat.import.label": "导入会话"
4282
+ },
4283
+ "vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
4284
+ "chat.openInEditor.label": "在编辑器中打开会话",
4285
+ "chat.openInNewWindow.label": "在新建窗口中打开会话",
4286
+ "interactiveSession.openInEditor.label": "在编辑器中打开会话",
4287
+ "interactiveSession.openInNewWindow.label": "在新建窗口中打开会话",
4288
+ "interactiveSession.openInSidebar.label": "在侧栏中打开会话"
4140
4289
  },
4141
4290
  "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
4142
4291
  "chat.closeQuickChat.label": "关闭快速聊天",
@@ -4147,6 +4296,31 @@ var content = {
4147
4296
  "toggle.desc": "切换快速聊天",
4148
4297
  "toggle.isPartialQuery": "查询是否为部分查询; 它将等待更多用户输入",
4149
4298
  "toggle.query": "用于打开快速聊天的查询"
4299
+ },
4300
+ "vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
4301
+ "chat.remove.label": "移除请求和响应",
4302
+ "interactive.helpful.label": "有用",
4303
+ "interactive.insertIntoNotebook.label": "插入笔记本",
4304
+ "interactive.reportIssueForBug.label": "报告问题",
4305
+ "interactive.unhelpful.label": "无用"
4306
+ },
4307
+ "vs/workbench/contrib/chat/browser/chat.contribution": {
4308
+ chat: "聊天",
4309
+ clear: "清除会话",
4310
+ "interactiveSession.editor.fontFamily": "控制聊天代码块中的字体系列。",
4311
+ "interactiveSession.editor.fontSize": "控制聊天代码块中的字号(以像素为单位)。",
4312
+ "interactiveSession.editor.fontWeight": "控制聊天代码块中的字体粗细。",
4313
+ "interactiveSession.editor.lineHeight": "聊天代码块中的行高(以像素为单位)。使用 0 可根据字号计算行高。",
4314
+ "interactiveSession.editor.wordWrap": "控制行是否应整合在聊天代码块中。",
4315
+ interactiveSessionConfigurationTitle: "聊天"
4316
+ },
4317
+ "vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
4318
+ "chat.viewContainer.label": "聊天",
4319
+ "vscode.extension.contributes.interactiveSession": "为交互式会话提供程序做出贡献",
4320
+ "vscode.extension.contributes.interactiveSession.icon": "此交互式会话提供程序的图标。",
4321
+ "vscode.extension.contributes.interactiveSession.id": "此交互式会话提供程序的唯一标识符。",
4322
+ "vscode.extension.contributes.interactiveSession.label": "此交互式会话提供程序的显示名称。",
4323
+ "vscode.extension.contributes.interactiveSession.when": "条件必须为 true 才能启用此交互式会话提供程序。"
4150
4324
  },
4151
4325
  "vs/workbench/contrib/chat/browser/chatEditorInput": {
4152
4326
  chatEditorName: "聊天"
@@ -4176,6 +4350,9 @@ var content = {
4176
4350
  usedReferencesPlural: "已使用 {0} 引用",
4177
4351
  usedReferencesSingular: "已使用 {0} 引用",
4178
4352
  usingAgent: "使用 {0}"
4353
+ },
4354
+ "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget": {
4355
+ "exited slash command mode": "已退出 {0} 模式"
4179
4356
  },
4180
4357
  "vs/workbench/contrib/chat/browser/codeBlockPart": {
4181
4358
  "chat.codeBlock.toolbar": "代码块工具栏",
@@ -4184,6 +4361,16 @@ var content = {
4184
4361
  "chat.codeBlockLabel": "代码块 {0}",
4185
4362
  vulnerabilitiesPlural: "{0} 个漏洞",
4186
4363
  vulnerabilitiesSingular: "{0} 个漏洞"
4364
+ },
4365
+ "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": {
4366
+ pickFileLabel: "选择文件"
4367
+ },
4368
+ "vs/workbench/contrib/chat/common/chatColors": {
4369
+ "chat.avatarBackground": "聊天头像的背景色。",
4370
+ "chat.avatarForeground": "聊天头像的前景色。",
4371
+ "chat.requestBorder": "聊天请求的边框颜色。",
4372
+ "chat.slashCommandBackground": "聊天斜线命令的背景色。",
4373
+ "chat.slashCommandForeground": "聊天斜线命令的前景色。"
4187
4374
  },
4188
4375
  "vs/workbench/contrib/chat/common/chatContextKeys": {
4189
4376
  chatRequest: "聊天项是一个请求",
@@ -4196,6 +4383,9 @@ var content = {
4196
4383
  interactiveInputHasText: "如果聊天输入包含文本,则为 True。",
4197
4384
  interactiveSessionRequestInProgress: "当前请求仍在进行时为 True。",
4198
4385
  interactiveSessionResponseVote: "对响应投赞成票后,其设置为 \"up\"。投反对票时,设置为 \"down\"。否则为空字符串。"
4386
+ },
4387
+ "vs/workbench/contrib/chat/common/chatServiceImpl": {
4388
+ emptyResponse: "提供程序返回了 null 响应"
4199
4389
  },
4200
4390
  "vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
4201
4391
  alwaysSave: "触发由窗口或焦点更改触发的显式保存和自动保存的代码操作。",
@@ -4232,6 +4422,14 @@ var content = {
4232
4422
  msg2: "在针对屏幕阅读器优化的差异审阅模式下查看下一个({0})或上一个({1})差异。",
4233
4423
  msg3: "若要控制应播放哪些音频提示,可以配置以下设置: {0}。",
4234
4424
  removeTimeout: "删除限制"
4425
+ },
4426
+ "vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
4427
+ defaultHintAriaLabel: "执行 {0} 以选择语言、执行 {1} 以填充模板,或执行 {2} 以打开其他编辑器并开始使用。开始键入以关闭。",
4428
+ disableHint: " 在设置中切换 {0} 以禁用此提示。",
4429
+ emptyHintText: "按 {0} 让 {1} 执行某些操作。 ",
4430
+ emptyHintTextDismiss: "开始键入以关闭。",
4431
+ inlineChatHint: "[[让 {0} 执行某项操作]]或开始键入以关闭。",
4432
+ message: "[[选择语言]]或[[填充模版]]或[[打开其他编辑器]]以开始使用。\r\n开始键入以关闭或[[不再显示]]此信息。"
4235
4433
  },
4236
4434
  "vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": {
4237
4435
  ariaSearchNoInput: "输入搜索输入",
@@ -4370,6 +4568,13 @@ var content = {
4370
4568
  "toggle.wordwrap": "查看: 切换自动换行",
4371
4569
  unwrapMinified: "在此文件禁用折行",
4372
4570
  wrapMinified: "在此文件启用折行"
4571
+ },
4572
+ "vs/workbench/contrib/commands/common/commands.contribution": {
4573
+ runCommands: "运行命令",
4574
+ "runCommands.commands": "要运行的命令",
4575
+ "runCommands.description": "运行多个命令",
4576
+ "runCommands.invalidArgs": "\"runCommands\" 收到类型错误的参数。请查看传递给该命令的参数。",
4577
+ "runCommands.noCommandsToRun": "\"runCommands\" 尚未收到要运行的命令。忘记在 \"runCommands\" 参数中传递命令了吗?"
4373
4578
  },
4374
4579
  "vs/workbench/contrib/comments/browser/commentColors": {
4375
4580
  commentReplyInputBackground: "批注回复输入框的背景色。",
@@ -5841,6 +6046,11 @@ var content = {
5841
6046
  },
5842
6047
  "vs/workbench/contrib/extensions/common/runtimeExtensionsInput": {
5843
6048
  extensionsInputName: "正在运行的扩展"
6049
+ },
6050
+ "vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": {
6051
+ "scopedConsoleAction.Integrated": "在集成终端中打开",
6052
+ "scopedConsoleAction.external": "在外部终端中打开",
6053
+ "scopedConsoleAction.wt": "在 Windows 终端中打开"
5844
6054
  },
5845
6055
  "vs/workbench/contrib/externalUriOpener/common/configuration": {
5846
6056
  externalUriOpeners: "配置开启程序以用于外部 URI (即 http、https)。",
@@ -6280,6 +6490,84 @@ var content = {
6280
6490
  isReadingLineWithInlayHints: "当前行及其内嵌提示是否是当前焦点",
6281
6491
  "read.title": "使用内联提示读取行",
6282
6492
  "stop.title": "停止内嵌提示读取"
6493
+ },
6494
+ "vs/workbench/contrib/inlineChat/browser/inlineChatActions": {
6495
+ accept: "发出请求",
6496
+ apply1: "接受更改",
6497
+ apply2: "接受",
6498
+ arrowDown: "光标向下",
6499
+ arrowUp: "光标向上",
6500
+ cancel: "取消",
6501
+ cat: "内联聊天",
6502
+ contractMessage: "显示更少",
6503
+ copyRecordings: "(开发人员)将 Exchange 写入剪贴板",
6504
+ discard: "放弃",
6505
+ discardMenu: "放弃...",
6506
+ expandMessage: "显示更多内容",
6507
+ "feedback.helpful": "有用",
6508
+ "feedback.reportIssueForBug": "报告问题",
6509
+ "feedback.unhelpful": "无用",
6510
+ focus: "聚焦输入",
6511
+ label: "'{0}' 和 {1} 跟进({2})",
6512
+ miShowDiff: "显示差异(&&S)",
6513
+ miShowDiff2: "显示差异(&&S)",
6514
+ nextFromHistory: "历史记录中的下一个",
6515
+ previousFromHistory: "历史记录中的上一个",
6516
+ rerun: "重新生成响应",
6517
+ rerunShort: "再生成",
6518
+ run: "开始内联聊天",
6519
+ showChanges: "显示更改",
6520
+ showDiff: "显示差异",
6521
+ showDiff2: "显示差异",
6522
+ startInlineChat: "从编辑器工具栏生成内联聊天的图标。",
6523
+ stop: "停止请求",
6524
+ "undo.clipboard": "放弃到剪贴板",
6525
+ "undo.newfile": "放弃到新文件",
6526
+ unstash: "继续上次关闭的内联聊天",
6527
+ viewInChat: "在聊天中查看"
6528
+ },
6529
+ "vs/workbench/contrib/inlineChat/browser/inlineChatController": {
6530
+ "create.fail": "无法启动编辑器聊天",
6531
+ "create.fail.detail": "请查阅错误日志,稍后重试。",
6532
+ "default.placeholder": "提问",
6533
+ editResponseMessage: "查看差异编辑器中的建议更改。",
6534
+ editResponseMessage2: "{0},还可在差异编辑器中查看建议的更改。",
6535
+ empty: "无结果,请优化输入并重试",
6536
+ "err.apply": "无法应用更改。",
6537
+ "err.discard": "无法放弃更改。",
6538
+ thinking: "思考中...",
6539
+ "welcome.1": "AI 生成的代码可能不正确",
6540
+ "welcome.2": "正在准备..."
6541
+ },
6542
+ "vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": {
6543
+ configureShowGutterIcon: "配置内联聊天图标",
6544
+ runWithKeybinding: "开始内联聊天 ({0})",
6545
+ startInlineChatOpaqueIcon: "从装订线生成内联聊天的图标。默认情况下,它半透明,在悬停时变得完全不透明。",
6546
+ startInlineChatTransparentIcon: "从装订线生成内联聊天的图标。默认情况下,它是透明的,在悬停时变得不透明。"
6547
+ },
6548
+ "vs/workbench/contrib/inlineChat/browser/inlineChatLivePreviewWidget": {
6549
+ discard: "放弃",
6550
+ save: "创建",
6551
+ saveAs: "创建为"
6552
+ },
6553
+ "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
6554
+ accept: "接受",
6555
+ "change.0": "未更改任何内容",
6556
+ "change.1": "1 项更改",
6557
+ discard: "放弃",
6558
+ "lines.0": "未更改任何内容",
6559
+ "lines.1": "已更改 1 行",
6560
+ "lines.N": "已更改 {0} 行",
6561
+ "lines.NM": "{1} 项更改"
6562
+ },
6563
+ "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
6564
+ "aria-label": "内联聊天输入",
6565
+ "inlineChat.accessibilityHelp": "内联聊天输入,将{0}用于内联聊天辅助功能帮助。",
6566
+ "inlineChat.accessibilityHelpNoKb": "内联聊天输入,运行内联聊天辅助功能帮助命令以了解详细信息。",
6567
+ inlineChatClosed: "已关闭内联聊天小组件",
6568
+ modified: "已修改",
6569
+ original: "原始版本",
6570
+ slashCommandUsed: "正在使用 {0} 生成响应..."
6283
6571
  },
6284
6572
  "vs/workbench/contrib/inlineChat/common/inlineChat": {
6285
6573
  "inlineChat.background": "交互式编辑器小组件的背景色",
@@ -6473,6 +6761,50 @@ var content = {
6473
6761
  "problems.tree.aria.label.warning.marker.nosource": "警告: {1} 行 {2} 列,{0}。{3}",
6474
6762
  "problems.view.focus.label": "聚焦到问题 (错误、警告、信息)",
6475
6763
  "problems.view.toggle.label": "切换问题 (错误、警告、信息) 视图"
6764
+ },
6765
+ "vs/workbench/contrib/mergeEditor/browser/commands/commands": {
6766
+ "layout.column": "列布局",
6767
+ "layout.mixed": "混合布局",
6768
+ "layout.showBase": "显示基础",
6769
+ "layout.showBaseCenter": "显示基中心",
6770
+ "layout.showBaseTop": "显示基顶部",
6771
+ "merge.acceptAllInput1": "接受来自左侧的所有更改",
6772
+ "merge.acceptAllInput2": "接受来自右侧的所有更改",
6773
+ "merge.goToNextUnhandledConflict": "转到下一个未处理的冲突",
6774
+ "merge.goToPreviousUnhandledConflict": "转到上一个未处理的冲突",
6775
+ "merge.openBaseEditor": "打开基本文件",
6776
+ "merge.toggleCurrentConflictFromLeft": "从左侧切换当前冲突",
6777
+ "merge.toggleCurrentConflictFromRight": "从右侧切换当前冲突",
6778
+ mergeEditor: "合并编辑器",
6779
+ "mergeEditor.acceptMerge": "完成合并",
6780
+ "mergeEditor.acceptMerge.unhandledConflicts.accept": "完成但出现冲突(&&C)",
6781
+ "mergeEditor.acceptMerge.unhandledConflicts.detail": "文件包含未经处理的冲突。",
6782
+ "mergeEditor.acceptMerge.unhandledConflicts.message": "要完成 {0} 的合并吗?",
6783
+ "mergeEditor.compareInput1WithBase": "将输入 1 与基本值进行比较",
6784
+ "mergeEditor.compareInput2WithBase": "将输入 2 与基本值进行比较",
6785
+ "mergeEditor.compareWithBase": "与基线进行比较",
6786
+ "mergeEditor.resetChoice": "重置“关闭并存在冲突”选项",
6787
+ "mergeEditor.resetResultToBaseAndAutoMerge": "重置结果",
6788
+ "mergeEditor.resetResultToBaseAndAutoMerge.short": "重置",
6789
+ openfile: "打开文件",
6790
+ showNonConflictingChanges: "显示不冲突的更改",
6791
+ title: "打开合并编辑器"
6792
+ },
6793
+ "vs/workbench/contrib/mergeEditor/browser/commands/devCommands": {
6794
+ "merge.dev.copyState": "将合并编辑器状态复制为 JSON",
6795
+ "merge.dev.loadContentsFromFolder": "从文件夹加载合并编辑器状态",
6796
+ "merge.dev.saveContentsToFolder": "将合并编辑器状态保存到文件夹",
6797
+ mergeEditor: "合并编辑器(开发)",
6798
+ "mergeEditor.name": "合并编辑器",
6799
+ "mergeEditor.noActiveMergeEditor": "无活动合并编辑器",
6800
+ "mergeEditor.selectFolderToSaveTo": "选择要保存到的文件夹",
6801
+ "mergeEditor.successfullyCopiedMergeEditorContents": "已成功复制合并编辑器状态",
6802
+ "mergeEditor.successfullySavedMergeEditorContentsToFolder": "已成功将合并编辑器状态保存到文件夹"
6803
+ },
6804
+ "vs/workbench/contrib/mergeEditor/browser/mergeEditor.contribution": {
6805
+ "diffAlgorithm.advanced": "使用高级差异算法。",
6806
+ "diffAlgorithm.legacy": "使用旧差异算法。",
6807
+ name: "合并编辑器"
6476
6808
  },
6477
6809
  "vs/workbench/contrib/mergeEditor/browser/mergeEditorInput": {
6478
6810
  name: "正在合并: {0}"
@@ -6515,6 +6847,71 @@ var content = {
6515
6847
  "vs/workbench/contrib/mergeEditor/browser/model/mergeEditorModel": {
6516
6848
  setInputHandled: "已处理设置输入",
6517
6849
  undoMarkAsHandled: "撤销标记为已处理"
6850
+ },
6851
+ "vs/workbench/contrib/mergeEditor/browser/view/colors": {
6852
+ "mergeEditor.change.background": "更改的背景色。",
6853
+ "mergeEditor.change.word.background": "字词更改的背景色。",
6854
+ "mergeEditor.changeBase.background": "基中更改的背景色。",
6855
+ "mergeEditor.changeBase.word.background": "基中字更改的背景色。",
6856
+ "mergeEditor.conflict.handled.minimapOverViewRuler": "输入 1 中更改的前景色。",
6857
+ "mergeEditor.conflict.handledFocused.border": "处理的重点冲突的边框颜色。",
6858
+ "mergeEditor.conflict.handledUnfocused.border": "已处理的非重点冲突的边框颜色。",
6859
+ "mergeEditor.conflict.input1.background": "输入 1 中修饰的背景色。",
6860
+ "mergeEditor.conflict.input2.background": "输入 2 中修饰的背景色。",
6861
+ "mergeEditor.conflict.unhandled.minimapOverViewRuler": "输入 1 中更改的前景色。",
6862
+ "mergeEditor.conflict.unhandledFocused.border": "未处理的重点冲突的边框颜色。",
6863
+ "mergeEditor.conflict.unhandledUnfocused.border": "未处理的非重点冲突的边框颜色。",
6864
+ "mergeEditor.conflictingLines.background": "“冲突行”文本的背景。"
6865
+ },
6866
+ "vs/workbench/contrib/mergeEditor/browser/view/conflictActions": {
6867
+ accept: "接受 {0}",
6868
+ acceptBoth: "接受组合",
6869
+ acceptBoth0First: "接受组合({0} 优先)",
6870
+ acceptBothTooltip: "接受结果文档中两边的自动组合。",
6871
+ acceptTooltip: "接受结果文档中的 {0}。",
6872
+ append: "追加 {0}",
6873
+ appendTooltip: "将 {0} 追加到结果文档。",
6874
+ combine: "接受组合",
6875
+ ignore: "忽略",
6876
+ manualResolution: "手动解决",
6877
+ manualResolutionTooltip: "此冲突已通过手动方式解决。",
6878
+ markAsHandledTooltip: "不要选择冲突一方。",
6879
+ noChangesAccepted: "未接受任何更改",
6880
+ noChangesAcceptedTooltip: "此冲突的当前解决方法等于右侧和左侧更改的共同上级。",
6881
+ remove: "删除 {0}",
6882
+ removeTooltip: "从结果文档中删除 {0}。",
6883
+ resetToBase: "重置为基",
6884
+ resetToBaseTooltip: "将此冲突重置为左右更改的共同上级。"
6885
+ },
6886
+ "vs/workbench/contrib/mergeEditor/browser/view/editors/baseCodeEditorView": {
6887
+ base: "基础",
6888
+ compareWith: "正在与 {0} 比较",
6889
+ compareWithTooltip: "差异以背景色突出显示。"
6890
+ },
6891
+ "vs/workbench/contrib/mergeEditor/browser/view/editors/inputCodeEditorView": {
6892
+ "accept.conflicting": "接受(结果为脏)",
6893
+ "accept.excluded": "接受",
6894
+ "accept.first": "撤消接受",
6895
+ "accept.second": "撤消接受(当前为第二个)",
6896
+ input1: "输入 1",
6897
+ input2: "输入 2",
6898
+ "mergeEditor.accept": "接受 {0}",
6899
+ "mergeEditor.acceptBoth": "接受两者",
6900
+ "mergeEditor.markAsHandled": "标记为已处理",
6901
+ "mergeEditor.swap": "交换"
6902
+ },
6903
+ "vs/workbench/contrib/mergeEditor/browser/view/editors/resultCodeEditorView": {
6904
+ allConflictHandled: "已处理所有冲突,现在可以完成合并。",
6905
+ goToNextConflict: "转到下一个冲突",
6906
+ "mergeEditor.remainingConflict": "剩余 {0} 个冲突",
6907
+ "mergeEditor.remainingConflicts": "剩余 {0} 个冲突",
6908
+ result: "结果"
6909
+ },
6910
+ "vs/workbench/contrib/mergeEditor/browser/view/mergeEditor": {
6911
+ mergeEditor: "文本合并编辑器"
6912
+ },
6913
+ "vs/workbench/contrib/mergeEditor/browser/view/viewModel": {
6914
+ noConflictMessage: "当前没有可以切换的焦点冲突。"
6518
6915
  },
6519
6916
  "vs/workbench/contrib/mergeEditor/common/mergeEditor": {
6520
6917
  baseUri: "合并编辑器的基数的 URI",
@@ -6525,6 +6922,61 @@ var content = {
6525
6922
  showBase: "如果合并编辑器显示基础版本",
6526
6923
  showBaseAtTop: "如果应在顶部显示基",
6527
6924
  showNonConflictingChanges: "如果合并编辑器显示不冲突的更改"
6925
+ },
6926
+ "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
6927
+ "notebookActions.changeCellToCode": "将单元格更改为代码",
6928
+ "notebookActions.changeCellToMarkdown": "将单元格更改为 Markdown",
6929
+ "notebookActions.collapseAllCellInput": "折叠所有单元格输入",
6930
+ "notebookActions.collapseAllCellOutput": "折叠所有单元格输出",
6931
+ "notebookActions.collapseCellInput": "折叠单元格输入",
6932
+ "notebookActions.collapseCellOutput": "折叠单元格输出",
6933
+ "notebookActions.copyCellDown": "向下复制单元格",
6934
+ "notebookActions.copyCellUp": "向上复制单元格",
6935
+ "notebookActions.expandAllCellInput": "展开所有单元格输入",
6936
+ "notebookActions.expandAllCellOutput": "展开所有单元格输出",
6937
+ "notebookActions.expandCellInput": "展开单元格输入",
6938
+ "notebookActions.expandCellOutput": "展开单元格输出",
6939
+ "notebookActions.joinCellAbove": "加入上一个单元格",
6940
+ "notebookActions.joinCellBelow": "加入下一个单元格",
6941
+ "notebookActions.joinSelectedCells": "联接所选单元格",
6942
+ "notebookActions.moveCellDown": "下移单元格",
6943
+ "notebookActions.moveCellUp": "上移单元格",
6944
+ "notebookActions.splitCell": "拆分单元格",
6945
+ "notebookActions.toggleOutputs": "切换输出",
6946
+ "notebookActions.toggleScrolling": "切换滚动单元格输出"
6947
+ },
6948
+ "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": {
6949
+ "notebook.cell.status.executing": "正在执行",
6950
+ "notebook.cell.status.failed": "已失败",
6951
+ "notebook.cell.status.pending": "挂起",
6952
+ "notebook.cell.status.success": "成功",
6953
+ "notebook.cell.statusBar.timerTooltip": "**上次执行** {0}\r\n\r\n**执行时间** {1}\r\n\r\n**开销时间** {2}\r\n\r\n**呈现时间**\r\n\r\n{3}",
6954
+ "notebook.cell.statusBar.timerTooltip.reportIssueFootnote": "通过上面的链接使用问题报告器提交问题。"
6955
+ },
6956
+ "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/statusBarProviders": {
6957
+ "notebook.cell.status.autoDetectLanguage": "接受检测到的语言: {0}",
6958
+ "notebook.cell.status.language": "选择单元格语言模式",
6959
+ "notebook.cell.status.searchLanguageExtensions": "未知的单元格语言。单击以搜索 '{0}' 扩展"
6960
+ },
6961
+ "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": {
6962
+ "notebookActions.copy": "复制单元格",
6963
+ "notebookActions.cut": "剪切单元格",
6964
+ "notebookActions.paste": "粘贴单元格",
6965
+ "notebookActions.pasteAbove": "在上方粘贴单元格",
6966
+ toggleNotebookClipboardLog: "切换笔记本剪贴板疑难解答"
6967
+ },
6968
+ "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": {
6969
+ "kernel.select.label": "选择内核",
6970
+ "notebook.activeCellStatusName": "笔记本编辑器选择",
6971
+ "notebook.info": "笔记本内核信息",
6972
+ "notebook.multiActiveCellIndicator": "单元格 {0} (已选择 {1} 个)",
6973
+ "notebook.select": "笔记本内核选择",
6974
+ "notebook.singleActiveCellIndicator": "单元格 {0}/{1}",
6975
+ tooltop: "{0} (建议)"
6976
+ },
6977
+ "vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": {
6978
+ "notebookActions.findInNotebook": "在笔记本中查找",
6979
+ "notebookActions.hideFind": "隐藏“在笔记本中查找”"
6528
6980
  },
6529
6981
  "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
6530
6982
  findFilterIcon: "查找小组件中的“查找筛选器”图标。",
@@ -6543,6 +6995,465 @@ var content = {
6543
6995
  "notebook.find.filter.findInMarkupPreview": "呈现的 Markdown",
6544
6996
  "placeholder.find": "查找",
6545
6997
  "placeholder.replace": "替换"
6998
+ },
6999
+ "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget": {
7000
+ ariaSearchNoResult: "为“{1}”找到 {0}",
7001
+ ariaSearchNoResultEmpty: "已找到 {0}",
7002
+ ariaSearchNoResultWithLineNumNoCurrentMatch: "为“{1}”找到 {0}"
7003
+ },
7004
+ "vs/workbench/contrib/notebook/browser/contrib/format/formatting": {
7005
+ "format.title": "设置笔记本的格式",
7006
+ "formatCell.label": "设置单元格格式",
7007
+ "formatCells.label": "设置单元格格式",
7008
+ label: "设置笔记本的格式"
7009
+ },
7010
+ "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
7011
+ "workbench.notebook.layout.gettingStarted.label": "重置笔记本入门"
7012
+ },
7013
+ "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
7014
+ "notebook.toggleCellToolbarPosition": "切换单元格工具栏位置"
7015
+ },
7016
+ "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
7017
+ cursorMoveDown: "聚焦下一个单元格编辑器",
7018
+ cursorMoveUp: "聚焦上一个单元格编辑器",
7019
+ cursorPageDown: "单元格光标 Page Down",
7020
+ cursorPageDownSelect: "单元格光标 Page Down 选择",
7021
+ cursorPageUp: "单元格光标 Page Up",
7022
+ cursorPageUpSelect: "单元格光标 Page Up 选择",
7023
+ focusFirstCell: "聚焦第一个单元格",
7024
+ focusLastCell: "聚焦最后一个单元格",
7025
+ focusOutput: "聚焦活动单元格输出",
7026
+ focusOutputOut: "解除活动单元格输出聚焦",
7027
+ "notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
7028
+ "notebookActions.centerActiveCell": "中心活动单元格"
7029
+ },
7030
+ "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
7031
+ debugConsole: "笔记本变量",
7032
+ notebookVariableAriaLabel: "变量 {0},值 {1}"
7033
+ },
7034
+ "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
7035
+ "breadcrumbs.showCodeCells": "启用的笔记本痕迹包含代码单元格时。",
7036
+ "notebook.gotoSymbols.showAllSymbols": "启用后,转到符号快速检查将显示笔记本中的完整代码符号以及 Markdown 标头。",
7037
+ "outline.showCodeCells": "启用笔记本大纲时,显示代码单元格。"
7038
+ },
7039
+ "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": {
7040
+ setProfileTitle: "设置配置文件"
7041
+ },
7042
+ "vs/workbench/contrib/notebook/browser/contrib/saveParticipants/saveParticipants": {
7043
+ "codeAction.apply": "正在应用代码操作“{0}”。",
7044
+ "codeaction.get2": "从 \"{0}\" ([configure]({1}))中获取代码操作。",
7045
+ formatNotebook: "设置笔记本的格式",
7046
+ insertFinalNewLine: "插入最终新行",
7047
+ "notebookFormatSave.formatting": "格式设置",
7048
+ "notebookSaveParticipants.cellCodeActions": "运行“单元格”代码操作",
7049
+ "notebookSaveParticipants.notebookCodeActions": "正在运行 \"Notebook\" 代码操作",
7050
+ trimNotebookNewlines: "剪裁最终新行",
7051
+ trimNotebookWhitespace: "笔记本剪裁尾随空格"
7052
+ },
7053
+ "vs/workbench/contrib/notebook/browser/contrib/troubleshoot/layout": {
7054
+ "workbench.notebook.clearNotebookEdtitorTypeCache": "清除笔记本编辑器类型缓存",
7055
+ "workbench.notebook.inspectLayout": "检查笔记本布局",
7056
+ "workbench.notebook.toggleLayoutTroubleshoot": "切换布局疑难解答"
7057
+ },
7058
+ "vs/workbench/contrib/notebook/browser/controller/cellOperations": {
7059
+ "notebookActions.joinSelectedCells": "无法联接不同种类的单元格",
7060
+ "notebookActions.joinSelectedCells.label": "联接 Notebook 单元格"
7061
+ },
7062
+ "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": {
7063
+ "notebookActions.copyOutput": "复制输出"
7064
+ },
7065
+ "vs/workbench/contrib/notebook/browser/controller/coreActions": {
7066
+ miShare: "共享",
7067
+ "notebookActions.category": "笔记本",
7068
+ "notebookMenu.cellTitle": "笔记本单元格",
7069
+ "notebookMenu.insertCell": "插入单元格"
7070
+ },
7071
+ "vs/workbench/contrib/notebook/browser/controller/editActions": {
7072
+ autoDetect: "自动检测",
7073
+ changeLanguage: "更改单元格语言",
7074
+ clearAllCellsOutputs: "清除所有输出",
7075
+ clearCellOutputs: "清除单元格输出",
7076
+ confirmDeleteButton: "删除",
7077
+ confirmDeleteButtonMessage: "此单元格正在运行,是否确实要删除它?",
7078
+ detectLanguage: "接受单元格检测到的语言",
7079
+ doNotAskAgain: "不再询问",
7080
+ languageDescription: "({0}) - 当前语言",
7081
+ languageDescriptionConfigured: "({0})",
7082
+ languagesPicks: "语言(标识符)",
7083
+ noDetection: "无法检测单元格语言",
7084
+ "notebookActions.deleteCell": "删除单元格",
7085
+ "notebookActions.editCell": "编辑单元格",
7086
+ "notebookActions.quitEdit": "停止编辑单元格",
7087
+ pickLanguageToConfigure: "选择语言模式"
7088
+ },
7089
+ "vs/workbench/contrib/notebook/browser/controller/executeActions": {
7090
+ "notebookActions.cancel": "停止单元格执行",
7091
+ "notebookActions.cancelNotebook": "停止执行",
7092
+ "notebookActions.execute": "执行单元格",
7093
+ "notebookActions.executeAbove": "执行上方所有的单元格",
7094
+ "notebookActions.executeAndFocusContainer": "执行单元格和焦点容器",
7095
+ "notebookActions.executeAndInsertBelow": "执行笔记本单元格并在下方插入",
7096
+ "notebookActions.executeAndSelectBelow": "执行笔记本单元格并在下方选择",
7097
+ "notebookActions.executeBelow": "执行单元格及以下",
7098
+ "notebookActions.executeNotebook": "全部运行",
7099
+ "notebookActions.interruptNotebook": "中断",
7100
+ "notebookActions.renderMarkdown": "呈现所有 Markdown 单元格",
7101
+ revealLastFailedCell: "转到最近失败的单元格",
7102
+ revealLastFailedCellShort: "转到",
7103
+ revealRunningCell: "转到正在运行的单元格",
7104
+ revealRunningCellShort: "转到"
7105
+ },
7106
+ "vs/workbench/contrib/notebook/browser/controller/foldingController": {
7107
+ "fold.cell": "折叠单元格",
7108
+ "unfold.cell": "展开单元格"
7109
+ },
7110
+ "vs/workbench/contrib/notebook/browser/controller/insertCellActions": {
7111
+ "notebookActions.insertCodeCellAbove": "在上方插入代码单元格",
7112
+ "notebookActions.insertCodeCellAboveAndFocusContainer": "在上方插入代码单元格和焦点容器",
7113
+ "notebookActions.insertCodeCellAtTop": "在顶部添加代码单元格",
7114
+ "notebookActions.insertCodeCellBelow": "在下方插入代码单元格",
7115
+ "notebookActions.insertCodeCellBelowAndFocusContainer": "在下方插入代码单元格和焦点容器",
7116
+ "notebookActions.insertMarkdownCellAbove": "在上方插入 Markdown 单元格",
7117
+ "notebookActions.insertMarkdownCellAtTop": "在顶部添加 Markdown 单元格",
7118
+ "notebookActions.insertMarkdownCellBelow": "在下方插入 Markdown 单元格",
7119
+ "notebookActions.menu.insertCode": "代码",
7120
+ "notebookActions.menu.insertCode.minimalToolbar": "添加代码",
7121
+ "notebookActions.menu.insertCode.minimaltoolbar": "添加代码",
7122
+ "notebookActions.menu.insertCode.ontoolbar": "代码",
7123
+ "notebookActions.menu.insertCode.tooltip": "添加代码单元格",
7124
+ "notebookActions.menu.insertMarkdown": "Markdown",
7125
+ "notebookActions.menu.insertMarkdown.ontoolbar": "Markdown",
7126
+ "notebookActions.menu.insertMarkdown.tooltip": "添加 Markdown 单元格"
7127
+ },
7128
+ "vs/workbench/contrib/notebook/browser/controller/layoutActions": {
7129
+ customizeNotebook: "自定义笔记本...",
7130
+ "notebook.placeholder": "要保存到的设置文件",
7131
+ "notebook.saveMimeTypeOrder": "保存 Mimetype 显示顺序",
7132
+ "notebook.showLineNumbers": "笔记本行号",
7133
+ "notebook.toggleBreadcrumb": "切换痕迹导航",
7134
+ "notebook.toggleCellToolbarPosition": "切换单元格工具栏位置",
7135
+ "notebook.toggleLineNumbers": "切换笔记本行号",
7136
+ "saveTarget.machine": "用户设置",
7137
+ "saveTarget.workspace": "工作区设置",
7138
+ "workbench.notebook.layout.configure.label": "自定义笔记本布局",
7139
+ "workbench.notebook.layout.select.label": "在笔记本布局之间选择",
7140
+ "workbench.notebook.layout.webview.reset.label": "重置笔记本 Web 视图"
7141
+ },
7142
+ "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": {
7143
+ builtinRenderInfo: "内置",
7144
+ curruentActiveMimeType: "当前处于活动状态",
7145
+ empty: "单元格没有输出",
7146
+ mimeTypePicker: "选择其他输出 MIME 类型,可用的 MIME 类型: {0}",
7147
+ "noRenderer.2": "找不到输出的呈现器。其具有以下 mimetype: {0}",
7148
+ "promptChooseMimeType.placeHolder": "为当前项选择要渲染的 mime 类型",
7149
+ "promptChooseMimeTypeInSecure.placeHolder": "选择要为当前输出呈现的 mimetype。仅当笔记本受信任时,丰富 mimetype 才可用"
7150
+ },
7151
+ "vs/workbench/contrib/notebook/browser/diff/notebookDiffActions": {
7152
+ "notebook.diff.action.next.title": "显示下一个更改",
7153
+ "notebook.diff.action.previous.title": "显示上一个更改",
7154
+ "notebook.diff.cell.revertInput": "还原输入",
7155
+ "notebook.diff.cell.revertMetadata": "还原元数据",
7156
+ "notebook.diff.cell.revertOutputs": "还原输出",
7157
+ "notebook.diff.cell.switchOutputRenderingStyleToText": "切换输出呈现",
7158
+ "notebook.diff.ignoreMetadata": "隐藏元数据差异",
7159
+ "notebook.diff.ignoreOutputs": "隐藏输出差异",
7160
+ "notebook.diff.showMetadata": "显示元数据差异",
7161
+ "notebook.diff.showOutputs": "显示输出差异",
7162
+ "notebook.diff.switchToText": "打开文本差异编辑器"
7163
+ },
7164
+ "vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor": {
7165
+ notebookTreeAriaLabel: "笔记本文本差异"
7166
+ },
7167
+ "vs/workbench/contrib/notebook/browser/notebook.contribution": {
7168
+ explicit: "仅在显式保存时触发代码操作。",
7169
+ explicitBoolean: "仅在显式保存时触发代码操作。此值将被弃用,取而代之将使用“显式”。",
7170
+ "insertToolbarLocation.betweenCells": "在单元格之间悬停时显示的工具栏。",
7171
+ "insertToolbarLocation.both": "两个工具栏。",
7172
+ "insertToolbarLocation.hidden": "插入操作不会出现在任何位置。",
7173
+ "insertToolbarLocation.notebookToolbar": "位于笔记本编辑器顶部的工具栏。",
7174
+ never: "保存时从不触发代码操作。",
7175
+ neverBoolean: "仅在显式保存时触发代码操作。此值将被弃用,取而代之将使用“从不”。",
7176
+ "notebook.cellChat": "为笔记本启用实验性单元格聊天。",
7177
+ "notebook.cellToolbarLocation.description": "应在何处显示单元格工具栏,或是否隐藏它。",
7178
+ "notebook.cellToolbarLocation.viewType": "为特定文件类型配置单元格工具栏位置",
7179
+ "notebook.cellToolbarVisibility.description": "是否应在悬停或单击时显示单元格工具栏。",
7180
+ "notebook.codeActionsOnSave": "保存时为笔记本运行一系列代码操作。必须指定代码操作,在延迟后不得保存该文件,并且编辑器不得关闭。示例:“\"notebook.source.organizeImports\": \"explicit\"”",
7181
+ "notebook.compactView.description": "控制是否应以紧凑形式呈现笔记本编辑器。例如在打开时,它将减小左边距宽度。",
7182
+ "notebook.confirmDeleteRunningCell": "控制是否需要确认提示才能删除正在运行的单元格。",
7183
+ "notebook.consolidatedOutputButton.description": "控制是否应在输出工具栏中呈现输出操作。",
7184
+ "notebook.consolidatedRunButton.description": "控制是否在“运行”按钮旁边的下拉列表中显示额外操作。",
7185
+ "notebook.diff.enableOverviewRuler.description": "是否在笔记本的差异编辑器中呈现概述标尺。",
7186
+ "notebook.diff.enablePreview.description": "是否对笔记本使用增强的文本差异编辑器。",
7187
+ "notebook.displayOrder.description": "输出项 mime 类型的优先级列表",
7188
+ "notebook.dragAndDrop.description": "控制笔记本编辑器是否应允许通过拖放移动单元格。",
7189
+ "notebook.editorOptions.experimentalCustomization": "用于笔记本中使用的代码编辑器的设置。这可用于自定义大多数编辑器*设置。",
7190
+ "notebook.findScope": "自定义用于在笔记本单元格中搜索的“查找小组件”行为。启用标记源和标记预览后,“查找小组件”将根据单元格的当前状态搜索源代码或预览。",
7191
+ "notebook.focusIndicator.description": "控制焦点指示器呈现位置(是沿单元格边框,还是在左侧装订线上)。",
7192
+ "notebook.formatOnCellExecution": "执行时设置笔记本单元格的格式。格式化程序必须可用。",
7193
+ "notebook.formatOnSave": "保存时设置笔记本的格式。格式化程序必须可用,文件不得在延迟后保存,且编辑器不得关闭。",
7194
+ "notebook.globalToolbar.description": "控制是否在笔记本编辑器中呈现全局工具栏。",
7195
+ "notebook.globalToolbarShowLabel": "控制笔记本工具栏上的操作是否应呈现标签。",
7196
+ "notebook.insertFinalNewline": "启用后,保存笔记本时,将最后一个新行插入代码单元格的末尾。",
7197
+ "notebook.insertToolbarPosition.description": "控制插入单元格操作应出现的位置。",
7198
+ "notebook.interactiveWindow.collapseCodeCells": "控制默认情况下是否折叠交互窗口中的代码单元格。",
7199
+ "notebook.markup.fontSize": "控制笔记本中呈现的标记的字号(以像素为单位)。设置为 {0} 时,将使用 120% 的 {1}。",
7200
+ "notebook.outputFontFamily": "笔记本单元格内输出文本的字体系列。设置为空时,使用 {0}。",
7201
+ "notebook.outputFontSize": "笔记本单元格内输出文本的字号。设置为 0 时,使用 {0}。",
7202
+ "notebook.outputLineHeight": "笔记本单元格内输出文本的行高。\r\n - 设置为 0 时,使用编辑器行高。\r\n - 介于 0 和 8 之间的值将用作字号的乘数。\r\n - 大于或等于 8 的值将用作有效值。",
7203
+ "notebook.outputScrolling": "超出限制时,最初在可滚动区域中呈现笔记本输出。",
7204
+ "notebook.outputWordWrap": "控制输出中的行是否应换行。",
7205
+ "notebook.remoteSaving": "启用在远程环境中笔记本的增量保存。启用后,仅对笔记本的更改才会发送到扩展主机,以提高大型笔记本和慢速网络连接的性能。",
7206
+ "notebook.scrolling.anchorToFocusedCell.auto.description": "根据上下文将视区定位到焦点单元格,除非 {0} 设置为 {1}。",
7207
+ "notebook.scrolling.anchorToFocusedCell.description": "实验性质。使焦点单元格保持稳定,同时周围单元格会更改大小。",
7208
+ "notebook.scrolling.anchorToFocusedCell.off.description": "焦点单元格可能会在单元格大小调整时四处移动。",
7209
+ "notebook.scrolling.anchorToFocusedCell.on.description": "始终将视区定位到焦点单元格。",
7210
+ "notebook.scrolling.revealNextCellOnExecute.description": "运行 {0} 时显示下一个单元格时滚动的距离。",
7211
+ "notebook.scrolling.revealNextCellOnExecute.firstLine.description": "滚动以显示下一个单元格的第一行。",
7212
+ "notebook.scrolling.revealNextCellOnExecute.fullCell.description": "滚动以完全显示下一个单元格。",
7213
+ "notebook.scrolling.revealNextCellOnExecute.none.description": "不滚动。",
7214
+ "notebook.showCellStatusbar.description": "是否应显示单元格状态栏。",
7215
+ "notebook.showCellStatusbar.hidden.description": "单元格状态栏始终隐藏。",
7216
+ "notebook.showCellStatusbar.visible.description": "单元格状态栏始终可见。",
7217
+ "notebook.showCellStatusbar.visibleAfterExecute.description": "在执行单元格之前,单元格状态栏处于隐藏状态。之后,其会变为可见以显示执行状态。",
7218
+ "notebook.showFoldingControls.description": "控制显示 Markdown 标头文件箭头的时间。",
7219
+ "notebook.stickyScroll.description": "试验。控制是否在笔记本编辑器中呈现笔记本的“粘滞滚动”标题。",
7220
+ "notebook.textOutputLineLimit": "控制文本输出中显示的文本行数。如果启用 {0},使用此设置确定输出的滚动高度。",
7221
+ "notebook.undoRedoPerCell.description": "是否为每个单元格使用单独的撤消/重做堆叠。",
7222
+ notebookConfigurationTitle: "笔记本",
7223
+ "showFoldingControls.always": "折叠控件始终可见。",
7224
+ "showFoldingControls.mouseover": "折叠控件仅在鼠标悬停时可见。",
7225
+ "showFoldingControls.never": "切勿显示折叠控件并减小装订线大小。"
7226
+ },
7227
+ "vs/workbench/contrib/notebook/browser/notebookAccessibility": {
7228
+ "notebook.cell.edit": "“编辑单元格”命令 ({0}) 将焦点放在单元格输入上。",
7229
+ "notebook.cell.editNoKb": "“编辑单元格”命令将焦点放在单元格输入上,当前无法通过键绑定触发该命令。",
7230
+ "notebook.cell.executeAndFocusContainer": "“执行单元格”命令 ({0}) 执行当前具有焦点的单元格。",
7231
+ "notebook.cell.executeAndFocusContainerNoKb": "“执行单元格”命令执行当前具有焦点的单元格,当前无法通过键绑定触发该命令。",
7232
+ "notebook.cell.focusInOutput": "“焦点输出”命令 ({0}) 将在单元格的输出中设置焦点。",
7233
+ "notebook.cell.focusInOutputNoKb": "“退出编辑”命令将在单元格的输出中设置焦点,当前无法通过键绑定触发该命令。",
7234
+ "notebook.cell.insertCodeCellBelowAndFocusContainer": "“在上方/下方插入单元格”命令将创建新的空代码单元格",
7235
+ "notebook.cell.quitEdit": "“退出编辑”命令 ({0}) 将焦点设置在单元格容器上。如果虚拟光标处于活动状态,则可能需要先按两次默认(Escape)键才会退出虚拟光标。",
7236
+ "notebook.cell.quitEditNoKb": "“退出编辑”命令将在单元格容器上设置焦点,当前无法通过键绑定触发该命令。",
7237
+ "notebook.cellNavigation": "焦点位于外部单元格容器上时,向上和向下箭头也将在单元格之间移动焦点。",
7238
+ "notebook.changeCellType": "“将单元格更改为代码/Markdown”命令用于在单元格类型之间切换。",
7239
+ "notebook.focusNextEditor": "聚焦到下一个单元格编辑器命令({0})将在下一个单元格的编辑器中设置焦点。",
7240
+ "notebook.focusNextEditorNoKb": "聚焦到下一个单元格编辑器命令将在下一个单元格的编辑器中设置焦点,当前无法通过键绑定触发。",
7241
+ "notebook.focusPreviousEditor": "聚焦到上一个单元格编辑器命令({0})将在上一个单元格的编辑器中设置焦点。",
7242
+ "notebook.focusPreviousEditorNoKb": "聚焦到上一个单元格编辑器命令将在上一个单元格的编辑器中设置焦点,当前无法通过键绑定触发。",
7243
+ "notebook.overview": "笔记本视图是代码单元格和 Markdown 单元格的集合。可以执行代码单元格,该单元格下方将直接生成输出。"
7244
+ },
7245
+ "vs/workbench/contrib/notebook/browser/notebookEditor": {
7246
+ "fail.noEditor": "无法打开笔记本编辑器类型为“{0}”的资源,请检查是否已安装并启用正确的扩展。",
7247
+ "fail.noEditor.extensionMissing": "无法打开笔记本编辑器类型为“{0}”的资源,请检查是否已安装并启用正确的扩展。",
7248
+ notebookOpenAsText: "以文本形式打开",
7249
+ notebookOpenEnableMissingViewType: "为 \"{0}\" 启用扩展",
7250
+ notebookOpenInTextEditor: "在文本编辑器中打开",
7251
+ notebookOpenInstallMissingViewType: "安装 \"{0}\" 的扩展"
7252
+ },
7253
+ "vs/workbench/contrib/notebook/browser/notebookEditorWidget": {
7254
+ focusedCellBackground: "将焦点放在单元格上时单元格的背景色。",
7255
+ "notebook.cellBorderColor": "笔记本单元格的边框颜色。",
7256
+ "notebook.cellEditorBackground": "单元格编辑器背景色。",
7257
+ "notebook.cellHoverBackground": "将鼠标悬停在单元格上时单元格的背景色。",
7258
+ "notebook.cellInsertionIndicator": "笔记本单元格插入指示符的颜色。",
7259
+ "notebook.cellStatusBarItemHoverBackground": "笔记本单元格状态栏项的背景色。",
7260
+ "notebook.cellToolbarSeparator": "单元格底部工具栏中分隔符的颜色",
7261
+ "notebook.editorBackground": "笔记本背景色。",
7262
+ "notebook.focusedCellBorder": "将焦点放在单元格上时单元格焦点指示器边框的颜色。",
7263
+ "notebook.focusedEditorBorder": "笔记本单元格编辑器边框的颜色。",
7264
+ "notebook.inactiveFocusedCellBorder": "当主要焦点在编辑器外时,聚焦单元格时单元格的上下边框的颜色。",
7265
+ "notebook.inactiveSelectedCellBorder": "选定多个单元格时单元格边框的颜色。",
7266
+ "notebook.outputContainerBackgroundColor": "笔记本输出容器背景的颜色。",
7267
+ "notebook.outputContainerBorderColor": "笔记本输出容器的边框颜色。",
7268
+ "notebook.selectedCellBorder": "选中单元格但未将焦点放在其上时单元格上边框和下边框的颜色。",
7269
+ "notebook.symbolHighlightBackground": "突出显示的单元格的背景色",
7270
+ "notebookEditorOverviewRuler.runningCellForeground": "笔记本编辑器概述标尺中正在运行的单元格修饰的颜色。",
7271
+ notebookScrollbarSliderActiveBackground: "单击时笔记本滚动条滑块的背景色。",
7272
+ notebookScrollbarSliderBackground: "笔记本滚动条滑块的背景色。",
7273
+ notebookScrollbarSliderHoverBackground: "悬停时笔记本滚动条滑块的背景色。",
7274
+ "notebookStatusErrorIcon.foreground": "单元格状态栏中笔记本单元格的错误图标颜色。",
7275
+ "notebookStatusRunningIcon.foreground": "单元格状态栏中笔记本单元格的“正在运行”图标颜色。",
7276
+ "notebookStatusSuccessIcon.foreground": "单元格状态栏中笔记本单元格的错误图标颜色。",
7277
+ notebookTreeAriaLabel: "笔记本",
7278
+ notebookTreeAriaLabelHelp: "笔记本\r\n使用 {0} 获得辅助功能帮助",
7279
+ notebookTreeAriaLabelHelpNoKb: "笔记本\r\n有关详细信息,请运行“打开辅助功能帮助”命令",
7280
+ selectedCellBackground: "选中某个单元格时该单元格的背景色。"
7281
+ },
7282
+ "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
7283
+ "contributes.notebook.provider": "提供笔记本文档处理程序。",
7284
+ "contributes.notebook.provider.displayName": "笔记本的可读名称。",
7285
+ "contributes.notebook.provider.selector": "适用于笔记本的一组 glob 模式。",
7286
+ "contributes.notebook.provider.selector.filenamePattern": "启用笔记本的 glob 模式。",
7287
+ "contributes.notebook.provider.viewType": "笔记本类型。",
7288
+ "contributes.notebook.renderer": "提供笔记本输出渲染器。",
7289
+ "contributes.notebook.renderer.displayName": "笔记本输出渲染器的可读名称。",
7290
+ "contributes.notebook.renderer.entrypoint": "要在 Web 视图中加载用于呈现扩展的文件。",
7291
+ "contributes.notebook.renderer.entrypoint.extends": "此呈现器扩展的现有呈现器。",
7292
+ "contributes.notebook.renderer.hardDependencies": "呈现器所需的内核依赖项的列表。如果 \"NotebookKernel\" 中存在任何依赖关系,则可以使用呈现器。",
7293
+ "contributes.notebook.renderer.optionalDependencies": "呈现器可利用的软内核依赖项的列表。如果 \"NotebookKernel\" 中存在任何依赖关系,则呈现器将优先于不与内核交互的呈现器。",
7294
+ "contributes.notebook.renderer.requiresMessaging": "定义呈现器是否需要通过 \"createRendererMessaging\" 与扩展主机通信。具有较强消息传递要求的呈现器可能在所有环境中都不起作用。",
7295
+ "contributes.notebook.renderer.requiresMessaging.always": "消息传递是必需的。仅当它是可在扩展主机中运行的扩展的一部分时,才会使用该呈现器。",
7296
+ "contributes.notebook.renderer.requiresMessaging.never": "呈现器不需要消息传递。",
7297
+ "contributes.notebook.renderer.requiresMessaging.optional": "有可用的消息传递时,呈现器效果更好,但不强制要求。",
7298
+ "contributes.notebook.renderer.viewType": "笔记本输出渲染器的唯一标识符。",
7299
+ "contributes.notebook.selector": "适用于笔记本的一组 glob 模式。",
7300
+ "contributes.notebook.selector.provider.excludeFileNamePattern": "禁用笔记本的 glob 模式。",
7301
+ "contributes.preload.entrypoint": "Web 视图中加载的文件的路径。",
7302
+ "contributes.preload.localResourceRoots": "Web 视图中应允许的其他资源的路径。",
7303
+ "contributes.preload.provider": "提供笔记本预加载。",
7304
+ "contributes.preload.provider.viewType": "笔记本类型。",
7305
+ "contributes.priority": "控制在用户打开文件时是否自动启用自定义编辑器。用户可能会使用 \"workbench.editorAssociations\" 设置覆盖此项。",
7306
+ "contributes.priority.default": "在用户打开资源时自动使用此编辑器,前提是没有为该资源注册其他默认的自定义编辑器。",
7307
+ "contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。"
7308
+ },
7309
+ "vs/workbench/contrib/notebook/browser/notebookIcons": {
7310
+ clearIcon: "用于在笔记本编辑器中清除单元格输出的图标。",
7311
+ collapsedIcon: "用于在笔记本编辑器中批注已折叠部分的图标。",
7312
+ copyIcon: "将内容复制到剪贴板的图标",
7313
+ deleteCellIcon: "用于在笔记本编辑器中删除单元格的图标。",
7314
+ editIcon: "用于在笔记本编辑器中编辑单元格的图标。",
7315
+ errorStateIcon: "用于在笔记本编辑器中指示错误状态的图标。",
7316
+ executeAboveIcon: "用于在笔记本编辑器中在单元格上方进行执行的图标。",
7317
+ executeAllIcon: "用于在笔记本编辑器中执行所有单元格的图标。",
7318
+ executeBelowIcon: "用于在笔记本编辑器中在单元格下方进行执行的图标。",
7319
+ executeIcon: "笔记本编辑器中的执行图标。",
7320
+ executingStateIcon: "用于在笔记本编辑器中指示执行状态的图标。",
7321
+ expandedIcon: "用于在笔记本编辑器中批注已展开部分的图标。",
7322
+ mimetypeIcon: "MIME 类型笔记本编辑器的图标。",
7323
+ moveDownIcon: "用于在笔记本编辑器中下移单元格的图标。",
7324
+ moveUpIcon: "用于在笔记本编辑器中上移单元格的图标。",
7325
+ nextChangeIcon: "差异编辑器中下一个更改操作的图标",
7326
+ openAsTextIcon: "用于在文本编辑器中打开笔记本的图标。",
7327
+ pendingStateIcon: "用于在笔记本编辑器中指示挂起状态的图标。",
7328
+ previousChangeIcon: "差异编辑器中上一个更改操作的图标",
7329
+ renderOutputIcon: "用于在差异编辑器中呈现输出的图标。",
7330
+ revertIcon: "笔记本编辑器中的还原图标。",
7331
+ selectKernelIcon: "配置用于在笔记本编辑器中选择内核的图标。",
7332
+ splitCellIcon: "用于在笔记本编辑器中拆分单元格的图标。",
7333
+ stopEditIcon: "用于在笔记本编辑器中停止编辑单元格的图标。",
7334
+ stopIcon: "用于在笔记本编辑器中停止执行的图标。",
7335
+ successStateIcon: "用于在笔记本编辑器中指示成功状态的图标。",
7336
+ variablesViewIcon: "查看变量视图的图标。"
7337
+ },
7338
+ "vs/workbench/contrib/notebook/browser/services/notebookExecutionServiceImpl": {
7339
+ notebookRunTrust: "执行笔记本单元将从此工作区运行代码。"
7340
+ },
7341
+ "vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl": {
7342
+ "workbench.notebook.clearNotebookKernelsMRUCache": "清除笔记本内核 MRU 缓存"
7343
+ },
7344
+ "vs/workbench/contrib/notebook/browser/services/notebookKeymapServiceImpl": {
7345
+ disableOtherKeymapsConfirmation: "是否禁用其他按键映射扩展 ({0}),从而避免按键绑定之间的冲突?",
7346
+ no: "否",
7347
+ yes: "是"
7348
+ },
7349
+ "vs/workbench/contrib/notebook/browser/services/notebookLoggingServiceImpl": {
7350
+ renderChannelName: "笔记本呈现"
7351
+ },
7352
+ "vs/workbench/contrib/notebook/browser/services/notebookServiceImpl": {
7353
+ notebookOpenInstallMissingViewType: "安装 \"{0}\" 的扩展"
7354
+ },
7355
+ "vs/workbench/contrib/notebook/browser/view/cellParts/cellEditorOptions": {
7356
+ "notebook.cell.toggleLineNumbers.title": "显示单元格行号",
7357
+ "notebook.lineNumbers": "控制单元格编辑器中行号的显示。",
7358
+ "notebook.showLineNumbers": "笔记本行号",
7359
+ "notebook.toggleLineNumbers": "切换笔记本行号"
7360
+ },
7361
+ "vs/workbench/contrib/notebook/browser/view/cellParts/cellOutput": {
7362
+ curruentActiveMimeType: "当前处于活动状态",
7363
+ empty: "单元格没有输出",
7364
+ installJupyterPrompt: "从市场安装其他呈现器",
7365
+ "noRenderer.2": "找不到输出的呈现器。其具有以下 mimetype: {0}",
7366
+ pickMimeType: "更改演示文稿",
7367
+ "promptChooseMimeType.placeHolder": "为当前项选择要渲染的 mime 类型",
7368
+ "promptChooseMimeTypeInSecure.placeHolder": "为当前项选择要渲染的 mime 类型",
7369
+ unavailableRenderInfo: "呈现器不可用"
7370
+ },
7371
+ "vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
7372
+ apply1: "接受更改",
7373
+ apply2: "接受",
7374
+ discard: "放弃",
7375
+ "feedback.helpful": "有用",
7376
+ "feedback.reportIssueForBug": "报告问题",
7377
+ "feedback.unhelpful": "无用",
7378
+ "notebook.cell.chat.accept": "发出请求",
7379
+ "notebook.cell.chat.close": "关闭聊天",
7380
+ "notebook.cell.chat.stop": "停止请求",
7381
+ "notebookActions.menu.insertCodeCellWithChat": "生成",
7382
+ "notebookActions.menu.insertCodeCellWithChat.tooltip": "使用聊天生成代码单元格"
7383
+ },
7384
+ "vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatController": {
7385
+ "default.placeholder": "提问",
7386
+ notebookCellChatFocused: "单元格聊天编辑器是否为焦点",
7387
+ notebookChatHasActiveRequest: "单元格聊天编辑器是否具有活动请求",
7388
+ thinking: "正在思考…",
7389
+ "welcome.1": "AI 生成的代码可能不正确"
7390
+ },
7391
+ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": {
7392
+ cellExpandInputButtonLabel: "展开单元格输入({0})",
7393
+ cellExpandInputButtonLabelWithDoubleClick: "双击以展开单元格输入({0})"
7394
+ },
7395
+ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": {
7396
+ "notebook.cell.status.executing": "正在执行",
7397
+ "notebook.cell.status.failed": "失败",
7398
+ "notebook.cell.status.pending": "挂起",
7399
+ "notebook.cell.status.success": "成功"
7400
+ },
7401
+ "vs/workbench/contrib/notebook/browser/view/cellParts/codeCellRunToolbar": {
7402
+ "notebook.moreRunActionsLabel": "更多..."
7403
+ },
7404
+ "vs/workbench/contrib/notebook/browser/view/cellParts/collapsedCellOutput": {
7405
+ cellExpandOutputButtonLabel: "展开单元格输出(${0})",
7406
+ cellExpandOutputButtonLabelWithDoubleClick: "双击以展开单元格输出({0})",
7407
+ cellOutputsCollapsedMsg: "输出已折叠"
7408
+ },
7409
+ "vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint": {
7410
+ hiddenCellsLabel: "已隐藏 1 个单元格",
7411
+ hiddenCellsLabelPlural: "已隐藏 {0} 个单元格"
7412
+ },
7413
+ "vs/workbench/contrib/notebook/browser/view/cellParts/markupCell": {
7414
+ cellExpandInputButtonLabel: "展开单元格输入({0})",
7415
+ cellExpandInputButtonLabelWithDoubleClick: "双击以展开单元格输入({0})"
7416
+ },
7417
+ "vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView": {
7418
+ "notebook.emptyMarkdownPlaceholder": "空白 Markdown 单元格,请双击或按 Enter 以进行编辑。",
7419
+ "notebook.error.rendererFallbacksExhausted": "无法呈现“$0”的内容",
7420
+ "notebook.error.rendererNotFound": "找不到“$0”的呈现器",
7421
+ "webview title": "笔记本 Web 视图内容"
7422
+ },
7423
+ "vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer": {
7424
+ cellExecutionOrderCountLabel: "执行顺序"
7425
+ },
7426
+ "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": {
7427
+ empty: "空单元格"
7428
+ },
7429
+ "vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll": {
7430
+ miNotebookStickyScroll: "笔记本便笺滚动(&&T)",
7431
+ mitoggleStickyScroll: "切换笔记本便笺滚动(&&T)",
7432
+ notebookStickyScroll: "笔记本便笺滚动",
7433
+ toggleStickyScroll: "切换笔记本粘滞滚动"
7434
+ },
7435
+ "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy": {
7436
+ current1: "当前所选内容",
7437
+ current2: "{0}–当前所选内容",
7438
+ installSuggestedKernel: "安装/启用建议的扩展",
7439
+ "kernels.detecting": "检测内核",
7440
+ "kernels.selectedKernelAndKernelDetectionRunning": "所选内核: {0} (正在运行内核检测任务)",
7441
+ learnMoreTooltip: "了解详细信息",
7442
+ "prompt.placeholder.change": "更改 \"{0}\" 的内核",
7443
+ "prompt.placeholder.select": "选择“{0}”的内核",
7444
+ searchForKernels: "浏览市场以获取内核扩展",
7445
+ select: "选择内核",
7446
+ selectAnotherKernel: "选择另一个内核",
7447
+ "selectAnotherKernel.more": "选择其他内核...",
7448
+ "selectKernel.placeholder": "键入以选择内核源",
7449
+ selectKernelFromExtension: "从 {0} 中选择内核"
7450
+ },
7451
+ "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelView": {
7452
+ "notebookActions.selectKernel": "选择笔记本内核",
7453
+ "notebookActions.selectKernel.args": "笔记本内核参数"
7454
+ },
7455
+ "vs/workbench/contrib/notebook/common/notebookEditorInput": {
7456
+ vetoExtHostRestart: "无法保存笔记本“{0}”。"
6546
7457
  },
6547
7458
  "vs/workbench/contrib/outline/browser/outline.contribution": {
6548
7459
  "filteredTypes.array": "启用后,大纲将显示 `array` 符号。",
@@ -6969,6 +7880,27 @@ var content = {
6969
7880
  terminalTitle: "{0}: {1}",
6970
7881
  terminals: "终端",
6971
7882
  views: "侧边栏"
7883
+ },
7884
+ "vs/workbench/contrib/remote/browser/explorerViewItems": {
7885
+ "switchRemote.label": "切换远程"
7886
+ },
7887
+ "vs/workbench/contrib/remote/browser/remote": {
7888
+ connectionLost: "连接中断",
7889
+ pickRemoteExtension: "选择要打开的 URL",
7890
+ reconnectNow: "立即重新连接",
7891
+ reconnectionPermanentFailure: "无法重新连接。请重新加载窗口。",
7892
+ reconnectionRunning: "已断开连接。正在尝试重新连接…",
7893
+ reconnectionWaitMany: "正在尝试在 {0} 秒内重新连接...",
7894
+ reconnectionWaitOne: "正在尝试在 {0} 秒内重新连接...",
7895
+ reloadWindow: "重新加载窗口",
7896
+ "reloadWindow.dialog": "重新加载窗口(&&R)",
7897
+ "remote.explorer": "远程资源管理器",
7898
+ "remote.help": "帮助和反馈",
7899
+ "remote.help.documentation": "阅读文档",
7900
+ "remote.help.getStarted": "入门",
7901
+ "remote.help.issues": "审查问题",
7902
+ "remote.help.report": "报告问题",
7903
+ remotehelp: "远程帮助"
6972
7904
  },
6973
7905
  "vs/workbench/contrib/remote/browser/remoteExplorer": {
6974
7906
  "1forwardedPort": "1 个转发的端口",
@@ -7006,6 +7938,34 @@ var content = {
7006
7938
  reportIssuesIcon: "远程资源管理器视图中的“报告问题”图标。",
7007
7939
  reviewIssuesIcon: "远程资源管理器视图中的“审阅问题”图标。",
7008
7940
  stopForwardIcon: "“停止转发”操作的图标。"
7941
+ },
7942
+ "vs/workbench/contrib/remote/browser/remoteIndicator": {
7943
+ "closeRemoteConnection.title": "关闭远程连接",
7944
+ "closeVirtualWorkspace.title": "关闭远程工作区",
7945
+ disconnectedFrom: "已与 {0} 断开连接",
7946
+ "host.open": "正在打开远程...",
7947
+ "host.reconnecting": "正在重新连接到 {0}…",
7948
+ "host.tooltip": "正在 {0} 上编辑",
7949
+ miCloseRemote: "关闭远程连接(&&M)",
7950
+ networkStatusHighLatencyTooltip: "网络似乎具有高延迟(上一次{0}毫秒,{1}毫秒平均值),某些功能可能响应缓慢。",
7951
+ networkStatusOfflineTooltip: "网络似乎处于脱机状态,某些功能可能不可用。",
7952
+ "noHost.tooltip": "打开远程窗口",
7953
+ reloadWindow: "重新加载窗口",
7954
+ "remote.category": "远程",
7955
+ "remote.close": "关闭远程连接",
7956
+ "remote.install": "安装远程开发拓展",
7957
+ "remote.showMenu": "显示远程菜单",
7958
+ "remote.startActions.help": "了解详细信息",
7959
+ "remote.startActions.install": "安装",
7960
+ "remote.startActions.installingExtension": "正在安装扩展... ",
7961
+ remoteActions: "选择选项以打开远程窗口",
7962
+ remoteHost: "远程主机",
7963
+ "workspace.tooltip": "正在 {0} 上编辑",
7964
+ "workspace.tooltip2": "对于位于虚拟文件系统上的资源,某些[功能不可用] ({0})。"
7965
+ },
7966
+ "vs/workbench/contrib/remote/browser/tunnelFactory": {
7967
+ "tunnelPrivacy.private": "专用",
7968
+ "tunnelPrivacy.public": "公用"
7009
7969
  },
7010
7970
  "vs/workbench/contrib/remote/browser/tunnelView": {
7011
7971
  "portWithRunningProcess.foreground": "具有关联的正在运行的进程的端口图标颜色。",
@@ -7641,6 +8601,422 @@ var content = {
7641
8601
  },
7642
8602
  "vs/workbench/contrib/speech/common/speechService": {
7643
8603
  hasSpeechProvider: "语音提供程序已注册到语音服务。"
8604
+ },
8605
+ "vs/workbench/contrib/tasks/browser/abstractTaskService": {
8606
+ "ConfigureTaskRunnerAction.label": "配置任务",
8607
+ "TaskServer.folderIgnored": "由于使用任务版本 0.1.0,文件夹 {0} 将被忽略",
8608
+ "TaskServer.noTask": "未定义要执行的任务",
8609
+ "TaskService.associate": "关联",
8610
+ "TaskService.attachProblemMatcher.continueWithout": "继续而不扫描任务输出",
8611
+ "TaskService.attachProblemMatcher.learnMoreAbout": "了解有关扫描任务输出的详细信息",
8612
+ "TaskService.attachProblemMatcher.never": "从不扫描此任务的任务输出",
8613
+ "TaskService.attachProblemMatcher.neverType": "从不扫描 {0} 个任务的任务输出",
8614
+ "TaskService.createJsonFile": "使用模板创建 tasks.json 文件",
8615
+ "TaskService.defaultBuildTaskExists": "{0} 已被标记为默认生成任务",
8616
+ "TaskService.defaultTestTaskExists": "{0} 已被标记为默认测试任务。",
8617
+ "TaskService.fetchingBuildTasks": "正在获取生成任务...",
8618
+ "TaskService.fetchingTestTasks": "正在获取测试任务...",
8619
+ "TaskService.ignoredFolder": "由于使用任务版本 0.1.0,以下工作区文件夹将被忽略: {0}",
8620
+ "TaskService.noBuildTask": "没有找到要运行的生成任务。配置生成任务...",
8621
+ "TaskService.noBuildTask1": "未定义任何生成任务。使用 \"isBuildCommand\" 在 tasks.json 文件中标记任务。",
8622
+ "TaskService.noBuildTask2": "未定义任何生成任务。在 tasks.json 文件中将任务标记为 \"build\" 组。",
8623
+ "TaskService.noConfiguration": "错误: {0} 任务检测未针对以下配置提供任务:\r\n{1}\r\n将忽略该任务。",
8624
+ "TaskService.noEntryToRun": "配置任务",
8625
+ "TaskService.noTaskIsRunning": "没有运行中的任务",
8626
+ "TaskService.noTaskRunning": "当前没有运行中的任务",
8627
+ "TaskService.noTaskToRestart": "没有要重启的任务",
8628
+ "TaskService.noTasks": "没有要重新连接的持久性任务。",
8629
+ "TaskService.noTestTask1": "未定义任何测试任务。使用 \"isTestCommand\" 在 tasks.json 文件中标记任务。",
8630
+ "TaskService.noTestTask2": "未定义任何测试任务。在 tasks.json 文件中将任务标记为 \"test\" 组。",
8631
+ "TaskService.noTestTaskTerminal": "没有找到要运行的测试任务。配置任务...",
8632
+ "TaskService.notAgain": "不再显示",
8633
+ "TaskService.notConnecting": "通过设置已连接任务的配置值 {0},任务已重新连接 {1}",
8634
+ "TaskService.openJsonFile": "打开 tasks.json 文件",
8635
+ "TaskService.pickBuildTask": "选择要运行的生成任务",
8636
+ "TaskService.pickBuildTaskForLabel": "选择生成任务(未定义默认生成任务)",
8637
+ "TaskService.pickDefaultBuildTask": "选择要用作默认生成任务的任务",
8638
+ "TaskService.pickDefaultTestTask": "选择要用作默认测试任务的任务",
8639
+ "TaskService.pickRunTask": "选择要运行的任务",
8640
+ "TaskService.pickShowTask": "选择要显示输出的任务",
8641
+ "TaskService.pickTask": "选择要配置的任务",
8642
+ "TaskService.pickTestTask": "选择要运行的测试任务",
8643
+ "TaskService.providerUnavailable": "警告: {0} 任务在当前环境中不可用。",
8644
+ "TaskService.reconnected": "已重新连接到正在运行的任务。",
8645
+ "TaskService.reconnecting": "正在重新连接到正在运行的任务...",
8646
+ "TaskService.reconnectingTasks": "正在重新连接到 {0} 任务...",
8647
+ "TaskService.requestTrust": "列出和运行任务要求此工作区中的某些文件作为代码执行。",
8648
+ "TaskService.skippingReconnection": "启动类型而不是窗口重载,设置连接的任务和删除持久性任务",
8649
+ "TaskService.taskToRestart": "选择要重启的任务",
8650
+ "TaskService.taskToTerminate": "选择要终止的任务",
8651
+ "TaskService.template": "选择任务模板",
8652
+ "TaskService.terminateAllRunningTasks": "所有正在运行的任务",
8653
+ "TaskSystem.active": "当前已有任务正在运行。请先终止它,然后再执行另一项任务。",
8654
+ "TaskSystem.activeSame.noBackground": "任务“{0}”已处于活动状态。",
8655
+ "TaskSystem.configurationErrors": "错误: 提供的任务配置具有验证错误,无法使用。请首先改正错误。",
8656
+ "TaskSystem.invalidTaskJson": "错误: tasks.json 文件的内容存在语法错误。请先纠正它们,然后再执行任务。",
8657
+ "TaskSystem.invalidTaskJsonOther": "错误: {0} 中 tasks json 的内容存在语法错误。请先纠正它们,然后再执行任务。",
8658
+ "TaskSystem.restartFailed": "未能终止并重启任务 {0}",
8659
+ "TaskSystem.saveBeforeRun.prompt.title": "是否保存所有编辑器?",
8660
+ "TaskSystem.unknownError": "运行任务时发生了错误。请参见任务日志了解详细信息。",
8661
+ "TaskSystem.versionSettings": "用户设置中只允许版本为 2.0.0 的任务。",
8662
+ "TaskSystem.versionWorkspaceFile": "工作区配置文件中只允许 2.0.0 版本的任务。",
8663
+ "TasksSystem.locationUserConfig": "用户设置",
8664
+ "TasksSystem.locationWorkspaceConfig": "工作区文件",
8665
+ "TerminateAction.failed": "未能终止运行中的任务",
8666
+ "TerminateAction.label": "终止任务",
8667
+ "TerminateAction.noProcess": "启动的进程不再存在。如果任务生成的后台任务退出 VS Code,则可能会导致出现孤立的进程。",
8668
+ configureTask: "配置任务",
8669
+ configured: "配置的任务",
8670
+ customizeParseErrors: "当前任务配置存在错误。请先更正错误,再自定义任务。",
8671
+ detail: "是否要在运行任务前保存所有编辑器?",
8672
+ detected: "检测到的任务",
8673
+ moreThanOneBuildTask: "tasks.json 中定义了很多生成任务。正在执行第一个任务。",
8674
+ recentlyUsed: "最近使用的任务",
8675
+ restartTask: "重启任务",
8676
+ "runTask.arg": "筛选快速入门中显示的任务",
8677
+ "runTask.label": "任务的标签或要作为筛选依据的术语",
8678
+ "runTask.task": "任务的标签或要作为筛选依据的术语",
8679
+ "runTask.type": "参与的任务类型",
8680
+ "saveBeforeRun.dontSave": "不保存",
8681
+ "saveBeforeRun.save": "保存(&&S)",
8682
+ savePersistentTask: "正在保存持久性任务: {0}",
8683
+ selectProblemMatcher: "选择针对何种错误和警告扫描任务输出",
8684
+ showOutput: "显示输出",
8685
+ taskEvent: "任务事件类型: {0}",
8686
+ "taskQuickPick.userSettings": "用户",
8687
+ "taskService.getSavedTasks": "正在从任务存储中提取任务。",
8688
+ "taskService.getSavedTasks.error": "从任务存储提取任务失败:{0}。",
8689
+ "taskService.getSavedTasks.reading": "正在从任务存储中读取任务,{0},{1},{2}",
8690
+ "taskService.getSavedTasks.resolved": "已解决任务 {0}",
8691
+ "taskService.getSavedTasks.unresolved": "无法解析任务 {0} ",
8692
+ "taskService.gettingCachedTasks": "正在返回缓存的任务 {0}",
8693
+ "taskService.ignoreingFolder": "正在忽略工作区文件夹 {0} 的任务配置。多文件夹工作区任务支持要求所有文件夹都使用任务版本 2.0.0",
8694
+ "taskService.openDiff": "打开差异",
8695
+ "taskService.openDiffs": "打开差异",
8696
+ "taskService.removePersistentTask": "正在删除持久性任务 {0}",
8697
+ "taskService.setPersistentTask": "正在设置持久性任务 {0}",
8698
+ "taskService.upgradeVersion": "已删除弃用的任务版本 0.1.0。你的任务已升级到 2.0.0 版本。打开差异以查看升级内容。",
8699
+ "taskService.upgradeVersionPlural": "已删除弃用的任务版本 0.1.0。你的任务已升级到 2.0.0 版本。打开差异以查看升级内容。",
8700
+ taskServiceOutputPrompt: "任务出现错误。请查看输出结果,了解更多详细信息",
8701
+ tasks: "任务",
8702
+ tasksJsonComment: "\t// 请参阅 https://go.microsoft.com/fwlink/?LinkId=733558 \r\n\t//查看有关 tasks.json 格式的文档",
8703
+ terminateTask: "终止任务",
8704
+ unexpectedTaskType: "“{0}”任务的任务提供程序意外提供了“{1}”类型的任务。\r\n"
8705
+ },
8706
+ "vs/workbench/contrib/tasks/browser/runAutomaticTasks": {
8707
+ "workbench.action.tasks.allowAutomaticTasks": "允许自动任务",
8708
+ "workbench.action.tasks.disallowAutomaticTasks": "禁止自动任务",
8709
+ "workbench.action.tasks.manageAutomaticRunning": "管理自动任务"
8710
+ },
8711
+ "vs/workbench/contrib/tasks/browser/task.contribution": {
8712
+ "BuildAction.label": "运行生成任务",
8713
+ "ConfigureDefaultBuildTask.label": "配置默认生成任务",
8714
+ "ConfigureDefaultTestTask.label": "配置默认测试任务",
8715
+ "ReRunTaskAction.label": "重新运行上一个任务",
8716
+ "RestartTaskAction.label": "重启正在运行的任务",
8717
+ "RunTaskAction.label": "运行任务",
8718
+ "ShowLogAction.label": "显示任务日志",
8719
+ "ShowTasksAction.label": "显示运行中的任务",
8720
+ "TerminateAction.label": "终止任务",
8721
+ "TestAction.label": "运行测试任务",
8722
+ building: "正在生成...",
8723
+ miBuildTask: "运行生成任务(&&B)…",
8724
+ miConfigureBuildTask: "配置默认生成任务(&&F)…",
8725
+ miConfigureTask: "配置任务(&&C)…",
8726
+ miRestartTask: "重启正在运行的任务(&&E)…",
8727
+ miRunTask: "运行任务(&&R)…",
8728
+ miRunningTask: "显示正在运行的任务(&&G)…",
8729
+ miTerminateTask: "终止任务(&&T)…",
8730
+ numberOfRunningTasks: "{0} 个正在运行的任务",
8731
+ runningTasks: "显示运行中的任务",
8732
+ "status.runningTasks": "运行任务",
8733
+ "task.SaveBeforeRun.prompt": "提示在运行前是否保存编辑器。",
8734
+ "task.allowAutomaticTasks": "启用自动任务 - 请注意,任务将不会在不受信任的工作区中运行。",
8735
+ "task.allowAutomaticTasks.off": "从不",
8736
+ "task.allowAutomaticTasks.on": "始终",
8737
+ "task.autoDetect": "控制为所有任务提供程序扩展启用\"提供任务\"。如果\"任务: 运行任务\"命令速度较慢,则禁用任务提供程序的自动检测可能会提供帮助。单个扩展还可以提供禁用自动检测的设置。",
8738
+ "task.problemMatchers.neverPrompt": "配置在运行任务时是否显示问题匹配器提示。设置为\"true\"从不提示,或使用任务类型的字典仅关闭特定任务类型的提示。",
8739
+ "task.problemMatchers.neverPrompt.array": "包含任务类型布尔对的对象,从不提示有问题的匹配者。",
8740
+ "task.problemMatchers.neverPrompt.boolean": "为所有任务设置问题匹配器提示行为。",
8741
+ "task.quickOpen.detail": "控制是否显示在“运行任务”等任务快速选取中具有详细信息的任务的详细信息。",
8742
+ "task.quickOpen.history": "控制任务快速打开对话框中跟踪的最近项目数。",
8743
+ "task.quickOpen.showAll": "使 Tasks: Run Task 命令使用速度较慢的“全部显示”行为,而不是使用任务按提供程序进行分组的速度更快的双层选取器。",
8744
+ "task.quickOpen.skip": "控制当只有一个任务要选取时是否跳过任务快速选取。",
8745
+ "task.reconnection": "在窗口重新加载时,重新连接到具有问题匹配器的任务。",
8746
+ "task.saveBeforeRun": "在运行任务前保存所有未保存的编辑器。",
8747
+ "task.saveBeforeRun.always": "运行前始终保存所有编辑器。",
8748
+ "task.saveBeforeRun.never": "运行前绝不保存编辑器。",
8749
+ "task.slowProviderWarning": "配置当提供程序速度较慢时是否显示警告",
8750
+ "task.slowProviderWarning.array": "从不显示慢速提供程序警告的任务类型的数组。",
8751
+ "task.slowProviderWarning.boolean": "为所有任务设置慢速提供程序警告。",
8752
+ "task.verboseLogging": "为任务启用详细日志记录。",
8753
+ tasksConfigurationTitle: "任务",
8754
+ tasksQuickAccessHelp: "运行任务",
8755
+ tasksQuickAccessPlaceholder: "键入要运行的任务的名称。",
8756
+ userTasks: "用户任务",
8757
+ "workbench.action.tasks.openUserTasks": "打开用户任务",
8758
+ "workbench.action.tasks.openWorkspaceFileTasks": "打开工作区任务"
8759
+ },
8760
+ "vs/workbench/contrib/tasks/browser/taskQuickPick": {
8761
+ "TaskQuickPick.changeSettingDetails": "{0} 任务的任务检测会导致打开的任何工作区中的文件作为代码运行。启用 {0} 任务检测是用户设置,并将应用于打开的任何工作区。\r\n\r\n是否要为所有工作区启用 {0} 任务检测?",
8762
+ "TaskQuickPick.changeSettingNo": "否",
8763
+ "TaskQuickPick.changeSettingsOptions": "$(gear) {0} 任务检测处于关闭状态。启用 {1} 任务检测...",
8764
+ "TaskQuickPick.goBack": "返回",
8765
+ "TaskQuickPick.noTasksForType": "未找到任务 {0}。返回↩",
8766
+ "TaskService.pickRunTask": "选择要运行的任务",
8767
+ configureTask: "配置任务",
8768
+ configureTaskIcon: "任务选择列表中的“配置”图标。",
8769
+ configured: "已配置",
8770
+ contributedTasks: "已提供",
8771
+ noProviderForTask: "没有为“{0}”类型的任务注册任务提供程序。",
8772
+ recentlyUsed: "最近使用过",
8773
+ removeRecent: "删除最近使用的任务",
8774
+ removeTaskIcon: "任务选择列表中的“删除”图标。",
8775
+ "taskQuickPick.showAll": "显示所有任务...",
8776
+ taskType: "全部 {0} 个任务"
8777
+ },
8778
+ "vs/workbench/contrib/tasks/browser/taskService": {
8779
+ "taskService.processTaskSystem": "流程任务系统在 Web 中不受支持。"
8780
+ },
8781
+ "vs/workbench/contrib/tasks/browser/tasksQuickAccess": {
8782
+ "TaskService.pickRunTask": "选择要运行的任务",
8783
+ noTaskResults: "没有匹配的任务"
8784
+ },
8785
+ "vs/workbench/contrib/tasks/browser/taskTerminalStatus": {
8786
+ "task.watchFirstError": "此运行检测到错误的开始",
8787
+ "taskTerminalStatus.active": "任务正在运行",
8788
+ "taskTerminalStatus.errors": "页面中有错误",
8789
+ "taskTerminalStatus.errorsInactive": "任务有错误,正在等待...",
8790
+ "taskTerminalStatus.infos": "任务有信息",
8791
+ "taskTerminalStatus.infosInactive": "任务有信息,正在等待...",
8792
+ "taskTerminalStatus.succeeded": "成功的任务",
8793
+ "taskTerminalStatus.succeededInactive": "已成功完成任务并在等待...",
8794
+ "taskTerminalStatus.warnings": "任务有警告",
8795
+ "taskTerminalStatus.warningsInactive": "任务有警告,正在等待..."
8796
+ },
8797
+ "vs/workbench/contrib/tasks/browser/terminalTaskSystem": {
8798
+ TerminalTaskSystem: "无法使用 cmd.exe 在 UNC 驱动器上执行 Shell 命令。",
8799
+ "TerminalTaskSystem.nonWatchingMatcher": "任务 {0} 是后台任务,但使用的问题匹配器没有后台模式",
8800
+ "TerminalTaskSystem.taskLoadReporting": "任务“{0}”存在问题。有关更多详细信息,请参见输出。",
8801
+ "TerminalTaskSystem.unknownError": "在执行任务时发生未知错误。请参见任务输出日志了解详细信息。",
8802
+ closeTerminal: "按任意键关闭终端。",
8803
+ dependencyCycle: "存在依赖项循环。请参阅任务“{0}”。",
8804
+ dependencyFailed: "无法解析在工作区文件夹“{1}”中的依赖任务“{0}”",
8805
+ reuseTerminal: "终端将被任务重用,按任意键关闭。",
8806
+ "task.executing": "正在执行任务: {0}",
8807
+ "task.executing.shell-integration": "正在执行任务: {0}",
8808
+ "task.executing.shellIntegration": "正在执行任务: {0}",
8809
+ "task.executingInFolder": "正在文件夹 {0} 中执行任务: {1}",
8810
+ unknownProblemMatcher: "无法解析问题匹配器 {0}。将忽略此匹配程序"
8811
+ },
8812
+ "vs/workbench/contrib/tasks/common/jsonSchema_v1": {
8813
+ "JsonSchema._runner": "此 runner 已完成使命。请使用官方 runner 属性",
8814
+ "JsonSchema.linux": "Linux 特定的命令配置",
8815
+ "JsonSchema.mac": "Mac 特定的命令配置",
8816
+ "JsonSchema.runner": "定义任务是否作为进程执行,输出显示在输出窗口还是在终端内。",
8817
+ "JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,则默认为 false。",
8818
+ "JsonSchema.version": "配置的版本号",
8819
+ "JsonSchema.version.deprecated": "任务版本 0.1.0 已被弃用。请使用 2.0.0",
8820
+ "JsonSchema.windows": "Windows 特定的命令配置"
8821
+ },
8822
+ "vs/workbench/contrib/tasks/common/jsonSchema_v2": {
8823
+ "JsonSchema.args.quotedString.value": "实际参数值",
8824
+ "JsonSchema.args.quotesString.quote": "参数值应该如何引用。",
8825
+ "JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",
8826
+ "JsonSchema.command.quotedString.value": "实际命令值",
8827
+ "JsonSchema.command.quotesString.quote": "如何引用命令值。",
8828
+ "JsonSchema.commandArray": "执行的 Shell 命令。数组项将使用空格连接",
8829
+ "JsonSchema.customizations.customizes.type": "要自定义的任务类型",
8830
+ "JsonSchema.hide": "从运行任务快速选择菜单中隐藏此任务",
8831
+ "JsonSchema.linux": "Linux 特定的命令配置",
8832
+ "JsonSchema.mac": "Mac 特定的命令配置",
8833
+ "JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,则默认为 false。",
8834
+ "JsonSchema.tasks.args": "调用此任务时要传递给命令的参数。",
8835
+ "JsonSchema.tasks.background": "执行的任务是否保持活动状态并在后台运行。",
8836
+ "JsonSchema.tasks.customize.deprecated": "customize 属性已被弃用。请参阅 1.14 发行说明了解如何迁移到新的任务自定义方法",
8837
+ "JsonSchema.tasks.dependsOn": "表示另一个任务的字符串或此任务所依赖的其他任务的数组。",
8838
+ "JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
8839
+ "JsonSchema.tasks.dependsOn.identifier": "任务标识符。",
8840
+ "JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
8841
+ "JsonSchema.tasks.dependsOrder": "确定此任务的依赖任务的顺序。请注意,此属性不是递归的。",
8842
+ "JsonSchema.tasks.dependsOrder.parallel": "并行运行所有 dependsOn 任务。",
8843
+ "JsonSchema.tasks.dependsOrder.sequence": "按顺序运行所有 dependsOn 任务。",
8844
+ "JsonSchema.tasks.detail": "任务的可选说明,在“运行任务”快速选取中作为详细信息显示。",
8845
+ "JsonSchema.tasks.echoCommand.deprecated": "isBuildCommand 属性已被弃用。请改为使用 presentation 属性内的 echo 属性。另请参阅 1.14 发行说明。",
8846
+ "JsonSchema.tasks.group": "定义此任务属于的执行组。它支持 \"build\" 以将其添加到生成组,也支持 \"test\" 以将其添加到测试组。",
8847
+ "JsonSchema.tasks.group.build": "将任务标记为可通过 \"运行生成任务\" 命令访问的生成任务。",
8848
+ "JsonSchema.tasks.group.defaultBuild": "将此任务标记为默认生成任务。",
8849
+ "JsonSchema.tasks.group.defaultTest": "将此任务标记为默认测试任务。",
8850
+ "JsonSchema.tasks.group.isDefault": "定义此任务是组中的默认任务,还是与应触发此任务的文件匹配的 glob。",
8851
+ "JsonSchema.tasks.group.kind": "任务的执行组。",
8852
+ "JsonSchema.tasks.group.none": "将任务分配为没有组",
8853
+ "JsonSchema.tasks.group.test": "将任务标记为可通过 \"Run Test Task\" 命令访问的测试任务。",
8854
+ "JsonSchema.tasks.icon": "任务的可选图标",
8855
+ "JsonSchema.tasks.icon.color": "图标的可选颜色",
8856
+ "JsonSchema.tasks.icon.id": "要使用的可选 codicon ID",
8857
+ "JsonSchema.tasks.identifier": "用于在 launch.json 或 dependsOn 子句中引用任务的用户定义标识符。",
8858
+ "JsonSchema.tasks.identifier.deprecated": "已弃用用户定义的标识符。对于自定义任务,请使用名称进行引用;对于由扩展提供的任务,请使用其中定义的任务标识符。",
8859
+ "JsonSchema.tasks.instanceLimit": "允许同时运行的任务的实例数。",
8860
+ "JsonSchema.tasks.isBuildCommand.deprecated": "isBuildCommand 属性已被弃用。请改为使用 group 属性。另请参阅 1.14 发行说明。",
8861
+ "JsonSchema.tasks.isShellCommand.deprecated": "isShellCommand 属性已被弃用。请改为使用任务的 type 属性和选项中的 shell 属性。另请参阅 1.14 发行说明。",
8862
+ "JsonSchema.tasks.isTestCommand.deprecated": "isTestCommand 属性已被弃用。请改为使用 group 属性。另请参阅 1.14 发行说明。",
8863
+ "JsonSchema.tasks.label": "任务的用户界面标签",
8864
+ "JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是一个字符串或一个问题匹配程序定义,也可以是一个字符串数组和多个问题匹配程序。",
8865
+ "JsonSchema.tasks.presentation": "配置用于显示任务输出并读取其输入的面板。",
8866
+ "JsonSchema.tasks.presentation.clear": "控制是否在执行任务之前清除终端。",
8867
+ "JsonSchema.tasks.presentation.close": "控制任务退出时是否关闭运行任务的终端。",
8868
+ "JsonSchema.tasks.presentation.echo": "控制是否将执行的命令显示到面板中。默认值为“true”。",
8869
+ "JsonSchema.tasks.presentation.focus": "控制面板是否获取焦点。默认值为“false”。如果设置为“true”,面板也会显示。",
8870
+ "JsonSchema.tasks.presentation.group": "控制是否使用拆分窗格在特定终端组中执行任务。",
8871
+ "JsonSchema.tasks.presentation.instance": "控制是否在任务间共享面板。同一个任务使用相同面板还是每次运行时新创建一个面板。",
8872
+ "JsonSchema.tasks.presentation.reveal": "控制运行任务的终端是否显示。可按选项 \"revealProblems\" 进行替代。默认设置为“始终”。",
8873
+ "JsonSchema.tasks.presentation.reveal.always": "总是在此任务执行时显示终端。",
8874
+ "JsonSchema.tasks.presentation.reveal.never": "不要在此任务执行时显示终端。",
8875
+ "JsonSchema.tasks.presentation.reveal.silent": "只有当任务因错误而退出或者问题匹配器发现错误时,才会显示终端。",
8876
+ "JsonSchema.tasks.presentation.revealProblems": "控制在运行此任务时是否显示问题面板。优先于 \"显示\" 选项。默认值为 \"从不\"。",
8877
+ "JsonSchema.tasks.presentation.revealProblems.always": "执行此任务时, 始终显示问题面板。",
8878
+ "JsonSchema.tasks.presentation.revealProblems.never": "执行此任务时, 永远不会显示问题面板。",
8879
+ "JsonSchema.tasks.presentation.revealProblems.onProblem": "只有在发现问题时, 才会显示问题面板。",
8880
+ "JsonSchema.tasks.presentation.showReuseMessage": "控制是否显示“终端将被任务重用,按任意键关闭”提示。",
8881
+ "JsonSchema.tasks.promptOnClose": "若 VS Code 关闭时有一个任务正在运行,是否提示用户。",
8882
+ "JsonSchema.tasks.quoting.escape": "使用 Shell 的转义字符来转义文本 (如,PowerShell 下的 ` 和 bash 下的 \\ )",
8883
+ "JsonSchema.tasks.quoting.strong": "使用 Shell 的强引用字符来引用参数 (例如在 PowerShell 和 bash 下的 ')。",
8884
+ "JsonSchema.tasks.quoting.weak": "使用 Shell 的弱引用字符来引用参数 (例如在 PowerShell 和 bash 下的 \")。",
8885
+ "JsonSchema.tasks.reevaluateOnRerun": "是否在重新运行时重新评估任务变量。",
8886
+ "JsonSchema.tasks.runOn": "对该任务何时运行进行配置。如果设置为 folderOpen,那么该任务将在文件夹打开时自动运行。",
8887
+ "JsonSchema.tasks.runOptions": "任务的运行相关选项",
8888
+ "JsonSchema.tasks.showOutput.deprecated": "showOutput 属性已被弃用。请改为使用 presentation 属性内的 reveal 属性。另请参阅 1.14 发行说明。",
8889
+ "JsonSchema.tasks.suppressTaskName.deprecated": "suppressTaskName 属性已被弃用。请改为在任务中内嵌命令及其参数。另请参阅 1.14 发行说明。",
8890
+ "JsonSchema.tasks.taskLabel": "任务标签",
8891
+ "JsonSchema.tasks.taskName": "任务名称",
8892
+ "JsonSchema.tasks.taskName.deprecated": "任务的 name 属性已被弃用。请改为使用 label 属性。",
8893
+ "JsonSchema.tasks.taskSelector.deprecated": "taskSelector 属性已被弃用。请改为在任务中内嵌命令及其参数。另请参阅 1.14 发行说明。",
8894
+ "JsonSchema.tasks.terminal": "terminal 属性已被弃用。请改为使用 presentation",
8895
+ "JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。",
8896
+ "JsonSchema.version": "配置的版本号。",
8897
+ "JsonSchema.windows": "Windows 特定的命令配置"
8898
+ },
8899
+ "vs/workbench/contrib/tasks/common/jsonSchemaCommon": {
8900
+ "JsonSchema.args": "传递到命令的其他参数。",
8901
+ "JsonSchema.background": "已执行的任务是否保持活动状态并在后台运行。",
8902
+ "JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",
8903
+ "JsonSchema.echoCommand": "控制是否将已执行的命令回显到输出。默认值为 false。",
8904
+ "JsonSchema.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
8905
+ "JsonSchema.options": "其他命令选项",
8906
+ "JsonSchema.options.cwd": "已执行程序或脚本的当前工作目录。如果省略,则使用代码的当前工作区根。",
8907
+ "JsonSchema.options.env": "已执行程序或 shell 的环境。如果省略,则使用父进程的环境。",
8908
+ "JsonSchema.promptOnClose": "在具有正在运行的后台任务的情况下关闭 VS 代码时是否提示用户。",
8909
+ "JsonSchema.shell.args": "shell 参数。",
8910
+ "JsonSchema.shell.executable": "待使用的 shell。",
8911
+ "JsonSchema.shellConfiguration": "配置使用的 shell。",
8912
+ "JsonSchema.showOutput": "控制是否显示运行任务的输出。如果省略,则使用“始终”。",
8913
+ "JsonSchema.suppressTaskName": "控制是否将任务名作为参数添加到命令。默认值是 false。",
8914
+ "JsonSchema.taskSelector": "指示参数是任务的前缀。",
8915
+ "JsonSchema.tasks": "任务配置。通常是外部任务运行程序中已定义任务的扩充。",
8916
+ "JsonSchema.tasks.args": "调用此任务时要传递给命令的参数。",
8917
+ "JsonSchema.tasks.background": "执行的任务是否保持活动状态并在后台运行。",
8918
+ "JsonSchema.tasks.build": "将此任务映射到代码的默认生成命令。",
8919
+ "JsonSchema.tasks.linux": "Linux 特定的命令配置",
8920
+ "JsonSchema.tasks.mac": "Mac 特定的命令配置",
8921
+ "JsonSchema.tasks.matcherError": "无法识别的问题匹配程序。是否已安装支持此问题匹配程序的扩展?",
8922
+ "JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是一个字符串或一个问题匹配程序定义,也可以是一个字符串数组和多个问题匹配程序。",
8923
+ "JsonSchema.tasks.promptOnClose": "若 VS Code 关闭时有一个任务正在运行,是否提示用户。",
8924
+ "JsonSchema.tasks.showOutput": "控制是否显示正在运行的任务的输出。如果省略,则使用全局定义的值。",
8925
+ "JsonSchema.tasks.suppressTaskName": "控制是否将任务名作为参数添加到命令。如果省略,则使用全局定义的值。",
8926
+ "JsonSchema.tasks.taskName": "任务名称",
8927
+ "JsonSchema.tasks.test": "将此任务映射到代码的默认测试命令。",
8928
+ "JsonSchema.tasks.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
8929
+ "JsonSchema.tasks.watching.deprecation": "已弃用。改用 isBackground。",
8930
+ "JsonSchema.tasks.windows": "Windows 特定的命令配置",
8931
+ "JsonSchema.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
8932
+ "JsonSchema.watching.deprecation": "已弃用。改用 isBackground。"
8933
+ },
8934
+ "vs/workbench/contrib/tasks/common/problemMatcher": {
8935
+ "LegacyProblemMatcherSchema.watchedBegin": "一个正则表达式,发出受监视任务开始执行(通过文件监视触发)的信号。",
8936
+ "LegacyProblemMatcherSchema.watchedBegin.deprecated": "此属性已弃用。请改用观看属性。",
8937
+ "LegacyProblemMatcherSchema.watchedEnd": "一个正则表达式,发出受监视任务结束执行的信号。",
8938
+ "LegacyProblemMatcherSchema.watchedEnd.deprecated": "此属性已弃用。请改用观看属性。",
8939
+ "NamedMultiLineProblemPatternSchema.name": "问题多行问题模式的名称。",
8940
+ "NamedMultiLineProblemPatternSchema.patterns": "实际模式。",
8941
+ "NamedProblemMatcherSchema.label": "问题匹配程序的人类可读标签。",
8942
+ "NamedProblemMatcherSchema.name": "要引用的问题匹配程序的名称。",
8943
+ "NamedProblemPatternSchema.name": "问题模式的名称。",
8944
+ "PatternTypeSchema.description": "问题模式或者所提供或预定义问题模式的名称。如果已指定基准,则可以省略。",
8945
+ "PatternTypeSchema.name": "所提供或预定义模式的名称",
8946
+ ProblemMatcherExtPoint: "提供问题匹配程序",
8947
+ "ProblemMatcherParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\r\n",
8948
+ "ProblemMatcherParser.noDefinedPatter": "错误: 标识符为 {0} 的模式不存在。",
8949
+ "ProblemMatcherParser.noFileLocation": "错误: 说明未定义文件位置:\r\n{0}\r\n",
8950
+ "ProblemMatcherParser.noIdentifier": "错误: 模式属性引用空标识符。",
8951
+ "ProblemMatcherParser.noOwner": "错误: 说明未定义所有者:\r\n{0}\r\n",
8952
+ "ProblemMatcherParser.noProblemMatcher": "错误: 说明无法转换为问题匹配器:\r\n{0}\r\n",
8953
+ "ProblemMatcherParser.noProblemPattern": "错误: 说明未定义有效的问题模式:\r\n{0}\r\n",
8954
+ "ProblemMatcherParser.noValidIdentifier": "错误: 模式属性 {0} 是无效的模式变量名。",
8955
+ "ProblemMatcherParser.problemPattern.watchingMatcher": "问题匹配程序必须定义监视的开始模式和结束模式。",
8956
+ "ProblemMatcherParser.unknownSeverity": "信息: 未知的严重性 {0}。有效值为“错误”、“警告”和“信息”。\r\n",
8957
+ "ProblemMatcherSchema.applyTo": "控制文本文档上报告的问题是否仅应用于打开、关闭或所有文档。",
8958
+ "ProblemMatcherSchema.background": "用于跟踪在后台任务上激活的匹配程序的开始和结束的模式。",
8959
+ "ProblemMatcherSchema.background.activeOnStart": "如果设置为 true,则任务启动时后台监视器处于活动模式。这相当于发出与 beginsPattern 匹配的行",
8960
+ "ProblemMatcherSchema.background.beginsPattern": "如果在输出内匹配,则会发出后台任务开始的信号。",
8961
+ "ProblemMatcherSchema.background.endsPattern": "如果在输出内匹配,则会发出后台任务结束的信号。",
8962
+ "ProblemMatcherSchema.base": "要使用的基问题匹配程序的名称。",
8963
+ "ProblemMatcherSchema.fileLocation": "定义应如何解释问题模式中报告的文件名。相对 fileLocation 可以是数组,其中数组的第二个元素是相对文件位置的路径。搜索 fileLocation 模式会在由第二个元素的 include/exclude 属性指定的目录(如果未指定,则为当前工作区目录)中执行深层(而且可能是大量的)文件系统搜索。",
8964
+ "ProblemMatcherSchema.owner": "代码内问题的所有者。如果指定了基准,则可省略。如果省略,并且未指定基准,则默认值为“外部”。",
8965
+ "ProblemMatcherSchema.severity": "捕获问题的默认严重性。如果模式未定义严重性的匹配组,则使用。",
8966
+ "ProblemMatcherSchema.source": "描述此诊断信息来源的人类可读字符串。如,\"typescript\" 或 \"super lint\"。",
8967
+ "ProblemMatcherSchema.watching": "用于跟踪监视匹配程序开始和结束的模式。",
8968
+ "ProblemMatcherSchema.watching.activeOnStart": "如果设置为 true,则当任务开始时观察程序处于活动模式。这相当于发出与 beginPattern 匹配的行。",
8969
+ "ProblemMatcherSchema.watching.beginsPattern": "如果在输出内匹配,则在监视任务开始时会发出信号。",
8970
+ "ProblemMatcherSchema.watching.deprecated": "\"watching\" 属性已被弃用,请改用 \"background\"。",
8971
+ "ProblemMatcherSchema.watching.endsPattern": "如果在输出内匹配,则在监视任务结束时会发出信号。",
8972
+ ProblemPatternExtPoint: "提供问题模式",
8973
+ "ProblemPatternParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\r\n",
8974
+ "ProblemPatternParser.loopProperty.notLast": "循环属性仅在最一个行匹配程序上受支持。",
8975
+ "ProblemPatternParser.problemPattern.kindProperty.notFirst": "问题模式无效。\"kind\" 属性必须提供,且仅能为第一个元素",
8976
+ "ProblemPatternParser.problemPattern.missingLocation": "问题模式无效。它必须为“file”,代码行或消息匹配组其中的一项。",
8977
+ "ProblemPatternParser.problemPattern.missingProperty": "问题模式无效。必须至少包含一个文件和一条消息。",
8978
+ "ProblemPatternParser.problemPattern.missingRegExp": "问题模式缺少正则表达式。",
8979
+ "ProblemPatternRegistry.error": "无效问题模式。此模式将被忽略。",
8980
+ "ProblemPatternSchema.code": "问题代码的匹配组索引。默认为 undefined",
8981
+ "ProblemPatternSchema.column": "问题行字符的匹配组索引。默认值为 3",
8982
+ "ProblemPatternSchema.endColumn": "问题结束行字符的匹配组索引。默认为 undefined",
8983
+ "ProblemPatternSchema.endLine": "问题结束行的匹配组索引。默认为 undefined",
8984
+ "ProblemPatternSchema.file": "文件名的匹配组索引。如果省略,则使用 1。",
8985
+ "ProblemPatternSchema.kind": "模式匹配的是一个位置 (文件、一行) 还是仅为一个文件。",
8986
+ "ProblemPatternSchema.line": "问题行的匹配组索引。默认值为 2",
8987
+ "ProblemPatternSchema.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将假定(line,column)。",
8988
+ "ProblemPatternSchema.loop": "在多行中,匹配程序循环指示是否只要匹配就在循环中执行此模式。只能在多行模式的最后一个模式上指定。",
8989
+ "ProblemPatternSchema.message": "消息的匹配组索引。如果省略,则在指定了位置时默认值为 4,在其他情况下默认值为 5。",
8990
+ "ProblemPatternSchema.regexp": "用于在输出中查找错误、警告或信息的正则表达式。",
8991
+ "ProblemPatternSchema.severity": "问题严重性的匹配组索引。默认为 undefined",
8992
+ "WatchingPatternSchema.file": "文件名的匹配组索引。可以省略。",
8993
+ "WatchingPatternSchema.regexp": "用于检测后台任务开始或结束的正则表达式。",
8994
+ "eslint-compact": "ESLint compact 问题",
8995
+ "eslint-stylish": "ESLint stylish 问题",
8996
+ go: "Go 问题",
8997
+ "gulp-tsc": "Gulp TSC 问题",
8998
+ jshint: "JSHint 问题",
8999
+ "jshint-stylish": "JSHint stylish 问题",
9000
+ lessCompile: "Less 问题",
9001
+ msCompile: "微软编译器问题"
9002
+ },
9003
+ "vs/workbench/contrib/tasks/common/taskConfiguration": {
9004
+ "ConfigurationParser.inValidArg": "错误: 命令参数必须是字符串或带引号的字符串。提供的值为:\r\n{0}",
9005
+ "ConfigurationParser.incorrectType": "错误: 任务配置“{0}”使用了未知类型。将忽略该配置。",
9006
+ "ConfigurationParser.invalidCWD": "警告: options.cwd 的类型必须是字符串。正在忽略值 {0}\r\n",
9007
+ "ConfigurationParser.invalidVariableReference": "错误: problemMatcher 引用无效: {0}\r\n",
9008
+ "ConfigurationParser.missingType": "错误: 任务配置“{0}”缺失必要属性 \"type\"。将忽略该配置。",
9009
+ "ConfigurationParser.noName": "错误: 声明范围中的问题匹配器必须具有名称:\r\n{0}\r\n",
9010
+ "ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
9011
+ "ConfigurationParser.noTaskName": "错误: 任务必须提供 label 属性。将忽略该任务。\r\n{0}\r\n",
9012
+ "ConfigurationParser.noTaskType": "错误: 任务配置必须具有 type 属性。将忽略此配置。\r\n{0}\r\n",
9013
+ "ConfigurationParser.noTypeDefinition": "错误: 不存在已注册的任务类型“{0}”。是否已错过安装提供相应任务提供程序的扩展?",
9014
+ "ConfigurationParser.notCustom": "错误: 任务未声明为自定义任务。将忽略此配置。\r\n{0}\r\n",
9015
+ "ConfigurationParser.unknownMatcherKind": "警告: 定义的问题匹配器未知。支持的类型为 string | ProblemMatcher | Array<string | ProblemMatcher>。\r\n{0}\r\n",
9016
+ "TaskParse.noOsSpecificGlobalTasks": "任务版本 2.0.0 不支持全局操作系统专属任务。请将其转换为具有操作系统特定命令的任务。受影响的任务有:\r\n{0}",
9017
+ "taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义是:\r\n{1}",
9018
+ "taskConfiguration.noCommandOrDependsOn": "错误: 任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义是:\r\n{1}",
9019
+ "taskConfiguration.providerUnavailable": "警告: {0} 个任务在当前环境中不可用。\r\n"
7644
9020
  },
7645
9021
  "vs/workbench/contrib/tasks/common/taskDefinitionRegistry": {
7646
9022
  "TaskDefinition.description": "实际任务类型。请注意,以 \"$\" 开头的类型仅保留内部使用。",
@@ -7660,6 +9036,12 @@ var content = {
7660
9036
  "tasks.serverlessWebContext": "在没有远程机构的 Web 中时为 True。",
7661
9037
  "tasks.shellExecutionSupported": "是否支持 ShellExecution 任务。请考虑在 \"taskDefinition\" 贡献的 when 子句中使用。",
7662
9038
  "tasks.taskCommandsRegistered": "是否已注册任务命令"
9039
+ },
9040
+ "vs/workbench/contrib/tasks/common/taskTemplates": {
9041
+ Maven: "执行常见的 maven 命令",
9042
+ dotnetCore: "执行 .NET Core 生成命令",
9043
+ externalCommand: "运行任意外部命令的示例",
9044
+ msbuild: "执行生成目标"
7663
9045
  },
7664
9046
  "vs/workbench/contrib/terminal/browser/baseTerminalBackend": {
7665
9047
  nonResponsivePtyHost: "与终端的 pty 主机进程的连接无响应,终端可能会停止工作。单击以手动重新启动 pty 主机。",
@@ -8201,6 +9583,76 @@ var content = {
8201
9583
  runRecentCommand: "运行最近使用的命令({0})",
8202
9584
  runRecentCommandNoKb: "当前无法通过键绑定触发运行 Recent 命令。",
8203
9585
  shellIntegration: "终端具有一种称为 shell 集成的功能,可提供增强的体验并为屏幕阅读器提供有用的命令,例如:"
9586
+ },
9587
+ "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": {
9588
+ "workbench.action.terminal.restartPtyHost": "重启 pty 主机",
9589
+ "workbench.action.terminal.showTextureAtlas": "显示终端纹理图集",
9590
+ "workbench.action.terminal.writeDataToTerminal": "将数据写入终端",
9591
+ "workbench.action.terminal.writeDataToTerminal.prompt": "输入数据以直接写入终端,从而绕过 pty"
9592
+ },
9593
+ "vs/workbench/contrib/terminalContrib/environmentChanges/browser/terminal.environmentChanges.contribution": {
9594
+ ScopedEnvironmentContributionInfo: "工作区",
9595
+ envChanges: "终端环境更改",
9596
+ extension: "扩展: {0}",
9597
+ "workbench.action.terminal.showEnvironmentContributions": "显示环境贡献"
9598
+ },
9599
+ "vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": {
9600
+ "workbench.action.terminal.findNext": "查找下一个",
9601
+ "workbench.action.terminal.findPrevious": "查找上一个",
9602
+ "workbench.action.terminal.focusFind": "聚焦查找",
9603
+ "workbench.action.terminal.hideFind": "隐藏查找",
9604
+ "workbench.action.terminal.searchWorkspace": "搜索工作区",
9605
+ "workbench.action.terminal.toggleFindCaseSensitive": "切换使用区分大小写进行查找",
9606
+ "workbench.action.terminal.toggleFindRegex": "切换使用正则表达式进行查找",
9607
+ "workbench.action.terminal.toggleFindWholeWord": "切换使用全字匹配进行查找"
9608
+ },
9609
+ "vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
9610
+ copy: "复制",
9611
+ cut: "剪切",
9612
+ paste: "粘贴",
9613
+ redo: "重做",
9614
+ selectAll: "全选",
9615
+ undo: "撤消"
9616
+ },
9617
+ "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
9618
+ "workbench.action.terminal.openDetectedLink": "打开检测到的链接...",
9619
+ "workbench.action.terminal.openLastLocalFileLink": "打开最后一个本地文件链接",
9620
+ "workbench.action.terminal.openLastUrlLink": "打开最后一个 URL 链接"
9621
+ },
9622
+ "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
9623
+ focusFolder: "聚焦资源管理器中的文件夹",
9624
+ followLink: "打开链接",
9625
+ openFile: "在编辑器中打开文件",
9626
+ openFolder: "在新窗口中打开文件夹",
9627
+ searchWorkspace: "搜索工作区"
9628
+ },
9629
+ "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": {
9630
+ followForwardedLink: "执行使用转发端口的链接",
9631
+ followLink: "跟踪链接",
9632
+ followLinkUrl: "链接",
9633
+ "terminalLinkHandler.followLinkAlt": "Alt + 单击",
9634
+ "terminalLinkHandler.followLinkAlt.mac": "Option + 单击",
9635
+ "terminalLinkHandler.followLinkCmd": "Cmd + 单击",
9636
+ "terminalLinkHandler.followLinkCtrl": "Ctrl + 单击"
9637
+ },
9638
+ "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkQuickpick": {
9639
+ "terminal.integrated.localFileLinks": "文件",
9640
+ "terminal.integrated.localFolderLinks": "文件夹",
9641
+ "terminal.integrated.openDetectedLink": "选择要打开的链接,键入以筛选所有链接",
9642
+ "terminal.integrated.searchLinks": "工作区搜索",
9643
+ "terminal.integrated.urlLinks": "URL"
9644
+ },
9645
+ "vs/workbench/contrib/terminalContrib/quickFix/browser/quickFixAddon": {
9646
+ "codeAction.widget.id.quickfix": "快速修复",
9647
+ "quickFix.command": "运行: {0}",
9648
+ "quickFix.opener": "打开: {0}"
9649
+ },
9650
+ "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
9651
+ "workbench.action.terminal.showQuickFixes": "显示终端快速修复"
9652
+ },
9653
+ "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
9654
+ "terminal.createPR": "创建 PR {0}",
9655
+ "terminal.freePort": "空闲端口 {0}"
8204
9656
  },
8205
9657
  "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixService": {
8206
9658
  "vscode.extension.contributes.terminalQuickFixes": "提供终端快速修复。",
@@ -8209,6 +9661,14 @@ var content = {
8209
9661
  "vscode.extension.contributes.terminalQuickFixes.id": "快速修复提供程序的 ID",
8210
9662
  "vscode.extension.contributes.terminalQuickFixes.kind": "生成的快速修复的类型。这将更改快速修复的显示方式。默认为 {0}。",
8211
9663
  "vscode.extension.contributes.terminalQuickFixes.outputMatcher": "与输出的单行匹配的正则表达式或字符串,它提供要在 terminalCommand 和 URI 中引用的组。\r\n\r\n例如:\r\n\r\n `lineMatcher: /git push --set-upstream origin (?<branchName>[^s]+)/;`\r\n\r\n`terminalCommand: 'git push --set-upstream origin ${group:branchName}';`\r\n"
9664
+ },
9665
+ "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollColorRegistry": {
9666
+ "terminalStickyScroll.background": "终端中粘滞滚动覆盖的背景色。",
9667
+ "terminalStickyScrollHover.background": "悬停时终端中粘滞滚动覆盖的背景色。"
9668
+ },
9669
+ "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
9670
+ labelWithKeybinding: "{0} ({1})",
9671
+ stickyScrollHoverTitle: "导航到命令"
8212
9672
  },
8213
9673
  "vs/workbench/contrib/testing/browser/icons": {
8214
9674
  filterIcon: "“测试”视图中“筛选器”操作的图标。",
@@ -8479,6 +9939,48 @@ var content = {
8479
9939
  "vs/workbench/contrib/testing/common/testServiceImpl": {
8480
9940
  testError: "尝试运行测试时出错: {0}",
8481
9941
  testTrust: "运行测试可能会执行工作区中的代码。"
9942
+ },
9943
+ "vs/workbench/contrib/themes/browser/themes.contribution": {
9944
+ "browseColorThemeInMarketPlace.label": "在市场中浏览颜色主题",
9945
+ browseColorThemes: "浏览其他颜色主题...",
9946
+ browseProductIconThemes: "浏览其他产品图标主题...",
9947
+ "button.browse": "浏览主题",
9948
+ "button.cancel": "取消",
9949
+ "button.keep": "保留新主题",
9950
+ "button.revert": "还原",
9951
+ "button.tryTheme": "试用新主题",
9952
+ defaultProductIconThemeLabel: "默认值",
9953
+ fileIconThemeCategory: "图标主题",
9954
+ "generateColorTheme.label": "使用当前设置生成颜色主题",
9955
+ installColorThemes: "安装其他颜色主题...",
9956
+ "installExtension.button.ok": "确定",
9957
+ "installExtension.confirm": "这将安装“{1}”发布的扩展“{0}”。是否要继续?",
9958
+ installIconThemes: "安装其他文件图标主题...",
9959
+ installProductIconThemes: "安装其他产品图标主题...",
9960
+ "installing extensions": "正在安装扩展 {0}...",
9961
+ "manage extension": "管理扩展",
9962
+ manageExtensionIcon: "主题选择快速选取中“管理”操作的图标。",
9963
+ miSelectTheme: "&&主题",
9964
+ newThemeNotification: "Visual Studio Code 现在附带新的默认主题“{0}”。是否要试一试?",
9965
+ noIconThemeDesc: "禁用文件图标",
9966
+ noIconThemeLabel: "无",
9967
+ productIconThemeCategory: "产品图标主题",
9968
+ "search.error": "搜索主题时出错: {0}",
9969
+ "selectIconTheme.label": "文件图标主题",
9970
+ "selectProductIconTheme.label": "产品图标主题",
9971
+ "selectTheme.label": "颜色主题",
9972
+ themeUpdatedNotification: "Visual Studio Code 现在附带新的默认主题“{0}”。如果愿意,可以切换回旧主题或尝试其他许多可用颜色主题之一。",
9973
+ themes: "主题",
9974
+ "themes.category.dark": "深色主题",
9975
+ "themes.category.hc": "高对比度主题",
9976
+ "themes.category.light": "浅色主题",
9977
+ "themes.selectIconTheme": "选择文件图标主题(向上/向下键以预览)",
9978
+ "themes.selectIconTheme.label": "文件图标主题",
9979
+ "themes.selectMarketplaceTheme": "键入以搜索更多内容。选择以安装。按向上/向下键进行预览",
9980
+ "themes.selectProductIconTheme": "选择产品图标主题(向上/向下键以预览)",
9981
+ "themes.selectProductIconTheme.label": "产品图标主题",
9982
+ "themes.selectTheme": "选择颜色主题 (按上下箭头键预览)",
9983
+ "toggleLightDarkThemes.label": "在浅色/深色主题之间切换"
8482
9984
  },
8483
9985
  "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": {
8484
9986
  close: "关闭",
@@ -8503,6 +10005,151 @@ var content = {
8503
10005
  subtypes: "{0} 的子类型",
8504
10006
  supertypes: "“{0}”的父类型",
8505
10007
  "tree.aria": "类型层次结构"
10008
+ },
10009
+ "vs/workbench/contrib/url/browser/trustedDomains": {
10010
+ "trustedDomain.manageTrustedDomain": "管理受信任的域",
10011
+ "trustedDomain.manageTrustedDomains": "管理受信任的域",
10012
+ "trustedDomain.trustAllDomains": "信任所有域(禁用链接保护)",
10013
+ "trustedDomain.trustAllPorts": "信任所有端口上的 {0}",
10014
+ "trustedDomain.trustDomain": "信任 {0}",
10015
+ "trustedDomain.trustSubDomain": "信任 {0} 及其所有子域"
10016
+ },
10017
+ "vs/workbench/contrib/url/browser/trustedDomainsValidator": {
10018
+ configureTrustedDomains: "配置受信任的域(&&T)",
10019
+ copy: "复制(&&C)",
10020
+ open: "打开(&&O)",
10021
+ openExternalLinkAt: "是否要 {0} 打开外部网站?"
10022
+ },
10023
+ "vs/workbench/contrib/url/browser/url.contribution": {
10024
+ openUrl: "打开 URL",
10025
+ urlToOpen: "要打开的 URL",
10026
+ "workbench.trustedDomains.promptInTrustedWorkspace": "启用后,在受信任的工作区中打开链接时,将显示受信任的域提示。"
10027
+ },
10028
+ "vs/workbench/contrib/userDataSync/browser/userDataSync": {
10029
+ "accept failed": "接受更改时出错。有关更多详细信息,请查看[日志]({0})。",
10030
+ "auth failed": "启用设置同步时出错: 身份验证失败。",
10031
+ "cancel turning on sync": "取消",
10032
+ "complete merges title": "完成合并",
10033
+ configure: "配置...",
10034
+ "configure and turn on sync detail": "请登录以备份并跨设备同步数据。",
10035
+ "configure sync": "配置...",
10036
+ "configure sync placeholder": "选择要同步的内容",
10037
+ "configure sync title": "{0}: 配置…",
10038
+ "conflicts detected": "由于 {0} 中的冲突,无法同步。请解决它们以继续。",
10039
+ "default": "默认值",
10040
+ "download sync activity complete": "已成功下载设置同步活动。",
10041
+ "error reset required": "云中的数据早于客户端的数据,因此已禁用设置同步。请先清除云中的数据,然后再启用同步。",
10042
+ "error reset required while starting sync": "云中的数据早于客户端的数据,因此无法启用设置同步。请先清除云中的数据,然后再启用同步。",
10043
+ "error upgrade required": "当前版本({0}, {1})与同步服务不兼容,因此已禁用设置同步。请先进行更新,然后再打开同步。",
10044
+ "error upgrade required while starting sync": "当前版本({0}, {1})与同步服务不兼容,因此无法启用设置同步。请先进行更新,然后再打开同步。",
10045
+ errorInvalidConfiguration: "无法同步 {0},因为文件中的内容无效。请打开文件并进行更正。",
10046
+ "global activity turn on sync": "备份和同步设置...",
10047
+ "has conflicts": "{0}: 检测到冲突",
10048
+ insiders: "预览体验人员",
10049
+ "method not found": "已禁用设置同步,因为客户端发出的请求无效。请报告日志问题。",
10050
+ "no authentication providers": "没有可用的身份验证提供程序。",
10051
+ "open file": "打开 {0} 文件",
10052
+ operationId: "操作 ID: {0}",
10053
+ "replace local": "替换本地",
10054
+ "replace remote": "替换远程",
10055
+ "report issue": "报告问题",
10056
+ reset: "清除云中的数据…",
10057
+ resolveConflicts_global: "显示冲突({0})",
10058
+ "service changed and turned off": "设置同步已禁用,因为 {0} 现使用一个单独的服务。请再次启用同步。",
10059
+ "service switched to insiders": "设置同步已切换为预览体验成员服务",
10060
+ "service switched to stable": "设置同步已切换为稳定的服务",
10061
+ "session expired": "当前会话已过期,因此已关闭设置同步。若要启用同步,请重新登录。",
10062
+ "show conflicts": "显示冲突",
10063
+ "show sync log title": "{0}: 显示日志",
10064
+ "show sync log toolrip": "显示日志",
10065
+ "show sync logs": "显示日志",
10066
+ "show synced data": "显示已同步的数据",
10067
+ "show synced data action": "显示已同步的数据",
10068
+ "sign in accounts": "登录以同步设置(1)",
10069
+ "sign in and turn on": "登录",
10070
+ "sign in global": "登录以同步设置",
10071
+ "sign in to sync": "登录以同步设置",
10072
+ stable: "稳定",
10073
+ "stop sync": "关闭",
10074
+ "switchSyncService.description": "在与多个环境同步时,请确保你使用的设置同步服务相同",
10075
+ "switchSyncService.title": "{0}: 选择服务",
10076
+ "sync is on": "设置同步已打开",
10077
+ "sync now": "立即同步",
10078
+ "sync settings": "显示设置",
10079
+ "synced with time": "同步时间: {0}",
10080
+ syncing: "正在同步",
10081
+ "too large": "已禁止同步 {0},因为要同步的 {1} 文件的大小大于 {2}。请打开文件减小大小,然后再启用同步",
10082
+ "too large while starting sync": "要同步的 {0} 文件的大小大于 {1},因此无法启用设置同步。请打开文件并减小大小,然后打开同步",
10083
+ "too many profiles": "已禁用同步配置文件,因为配置文件太多,无法同步。设置同步支持同步最多 20 个配置文件。请减少配置文件数并启用同步",
10084
+ "turn off": "关闭(&&T)",
10085
+ "turn off failed": "禁用设置同步时出错。有关更多详细信息,请查看[日志]({0})。",
10086
+ "turn off sync confirmation": "是否要关闭同步?",
10087
+ "turn off sync detail": "将不再同步你的设置、键绑定、扩展、代码片段和 UI 状态。",
10088
+ "turn off sync everywhere": "关闭所有设备上的同步设置,并从云中清除数据。",
10089
+ "turn on failed": "打开设置同步时出错。{0}",
10090
+ "turn on failed with user data sync error": "启用设置同步时出错。请查看[日志]({0})以了解详细信息。",
10091
+ "turn on sync": "打开设置同步…",
10092
+ "turned off": "已从另一设备禁用设置同步,请再次启用同步。",
10093
+ "turnin on sync": "正在打开设置同步…",
10094
+ "turning on syncing": "正在打开设置同步…",
10095
+ "using separate service": "设置同步现使用一个单独的服务;有关详细信息,请参阅[设置同步文档](https://aka.ms/vscode-settings-sync-help#_syncing-stable-versus-insiders)。",
10096
+ "workbench.actions.syncData.reset": "清除云中的数据…"
10097
+ },
10098
+ "vs/workbench/contrib/userDataSync/browser/userDataSync.contribution": {
10099
+ "local too many requests - reload": "由于当前设备发出的请求过多,设置同步将暂时暂停。请重新加载 {0} 以恢复。",
10100
+ "local too many requests - restart": "由于当前设备发出的请求过多,设置同步将暂时暂停。请重启 {0} 以恢复。",
10101
+ operationId: "操作 ID: {0}",
10102
+ reload: "重新加载",
10103
+ restart: "重启",
10104
+ "server too many requests": "由于当前设备发出的请求过多,已禁用设置同步。请等待 10 分钟,然后打开同步。",
10105
+ "settings sync": "设置同步。操作 ID: {0}",
10106
+ "show sync logs": "显示日志"
10107
+ },
10108
+ "vs/workbench/contrib/userDataSync/browser/userDataSyncConflictsView": {
10109
+ Theirs: "他们的",
10110
+ Yours: "你的",
10111
+ explanation: "请浏览每个条目并合并以解决冲突。",
10112
+ localResourceName: "{0} (本地)",
10113
+ remoteResourceName: "{0} (远程)",
10114
+ "workbench.actions.sync.acceptLocal": "接受本地",
10115
+ "workbench.actions.sync.acceptRemote": "接受远程",
10116
+ "workbench.actions.sync.openConflicts": "显示冲突"
10117
+ },
10118
+ "vs/workbench/contrib/userDataSync/browser/userDataSyncViews": {
10119
+ "confirm replace": "是否要用选定的内容替换当前的 {0}?",
10120
+ conflicts: "冲突",
10121
+ current: "当前",
10122
+ "downloaded sync activity title": "同步活动(开发人员)",
10123
+ "last sync states": "上次同步的远程",
10124
+ leftResourceName: "{0} (远程)",
10125
+ "local sync activity title": "同步活动(本地)",
10126
+ "no machines": "无计算机",
10127
+ "not found": "找不到 ID 为 {0} 的计算机",
10128
+ placeholder: "输入计算机名称",
10129
+ "remote sync activity title": "同步活动(远程)",
10130
+ remoteToLocalDiff: "{0} ↔ {1}",
10131
+ reset: "重置同步的数据",
10132
+ rightResourceName: "{0} (本地)",
10133
+ "select sync activity file": "选择同步活动文件或文件夹",
10134
+ sideBySideLabels: "{0} ↔ {1}",
10135
+ "sync logs": "日志",
10136
+ "synced machines": "已同步的计算机",
10137
+ troubleshoot: "疑难解答",
10138
+ "turn off": "关闭(&&T)",
10139
+ "turn off sync on machine": "确定要对 {0} 关闭同步吗?",
10140
+ "turn off sync on multiple machines": "是否确实要在所选计算机上禁用同步?",
10141
+ "valid message": "计算机名称必须是唯一的且不为空",
10142
+ "workbench.actions.sync.compareWithLocal": "与本地比较",
10143
+ "workbench.actions.sync.editMachineName": "编辑名称",
10144
+ "workbench.actions.sync.loadActivity": "加载同步活动",
10145
+ "workbench.actions.sync.replaceCurrent": "还原",
10146
+ "workbench.actions.sync.resolveResourceRef": "显示原始 JSON 同步数据",
10147
+ "workbench.actions.sync.turnOffSyncOnMachine": "关闭设置同步"
10148
+ },
10149
+ "vs/workbench/contrib/webview/browser/webview.contribution": {
10150
+ copy: "复制",
10151
+ cut: "剪切",
10152
+ paste: "粘贴"
8506
10153
  },
8507
10154
  "vs/workbench/contrib/webview/browser/webviewElement": {
8508
10155
  fatalErrorMessage: "加载 Web 视图时出错: {0}"
@@ -8519,6 +10166,260 @@ var content = {
8519
10166
  },
8520
10167
  "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": {
8521
10168
  "webview.editor.label": "Web 视图编辑器"
10169
+ },
10170
+ "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": {
10171
+ "gettingStarted.featuredTitle": "推荐"
10172
+ },
10173
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": {
10174
+ allDone: "标记为完成",
10175
+ checkboxTitle: "选中后,此页面将在启动时显示。",
10176
+ close: "隐藏",
10177
+ closeAriaLabel: "隐藏",
10178
+ footer: "{0} 收集使用情况数据。阅读我们的 {1} 并了解如何 {2}。",
10179
+ "gettingStarted.allStepsComplete": "所有 {0} 个步骤均已完成!",
10180
+ "gettingStarted.editingEvolved": "编辑进化",
10181
+ "gettingStarted.keyboardTip": "提示: 使用键盘快捷方式 ",
10182
+ "gettingStarted.someStepsComplete": "已完成 {0} 个步骤,共 {1} 个步骤",
10183
+ imageShowing: "显示 {0} 的图像",
10184
+ "new": "新建",
10185
+ newItems: "已更新",
10186
+ nextOne: "下一节",
10187
+ noRecents: "你没有最近使用的文件夹,",
10188
+ openFolder: "打开文件夹",
10189
+ optOut: "选择退出",
10190
+ pickWalkthroughs: "打开演练...",
10191
+ "privacy statement": "隐私声明",
10192
+ recent: "最近",
10193
+ "show more recents": "显示所有最近使用的文件夹 {0}",
10194
+ showAll: "更多...",
10195
+ start: "启动",
10196
+ toStart: "以开始。",
10197
+ walkthroughs: "演练",
10198
+ welcome: "欢迎",
10199
+ welcomeAriaLabel: "关于编辑器快速入门的概述。",
10200
+ "welcomePage.openFolderWithPath": "打开路径为 {1} 的文件夹 {0}",
10201
+ "welcomePage.showOnStartup": "启动时显示欢迎页"
10202
+ },
10203
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": {
10204
+ deprecationMessage: "已弃用,请使用全局 `workbench.reduceMotion`。",
10205
+ miWelcome: "欢迎",
10206
+ pickWalkthroughs: "选择要打开的演练",
10207
+ welcome: "欢迎",
10208
+ "welcome.goBack": "后退",
10209
+ "welcome.markStepComplete": "标记步骤完成",
10210
+ "welcome.markStepInomplete": "标记步骤未完成",
10211
+ "welcome.showAllWalkthroughs": "打开演练...",
10212
+ "workbench.startupEditor": "在没有从上一会话中恢复出信息的情况下,控制启动时显示的编辑器。",
10213
+ "workbench.startupEditor.newUntitledFile": "打开新的无标题文本文件(仅在打开空窗口时适用)。",
10214
+ "workbench.startupEditor.none": "在启动时不打开编辑器。",
10215
+ "workbench.startupEditor.readme": "当打开包含自述文件的文件夹时,请打开自述文件,否则会回退到 'welcomePage'。请注意: 仅在作为全局 配置时才遵守此操作,如果在工作区或文件夹配置中进行设置,则此将被忽略。",
10216
+ "workbench.startupEditor.welcomePage": "打开包含帮助开始使用 VS Code 和扩展内容的欢迎页面。",
10217
+ "workbench.startupEditor.welcomePageInEmptyWorkbench": "在打开空工作区时打开欢迎页面。",
10218
+ "workbench.welcomePage.preferReducedMotion": "启用后,减少欢迎页中的移动。",
10219
+ "workbench.welcomePage.walkthroughs.openOnInstall": "启用后,扩展的演练将在安装扩展时打开。",
10220
+ workspacePlatform: "当前工作区的平台,在远程或无服务器上下文中可能不同于 UI 的平台"
10221
+ },
10222
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors": {
10223
+ "walkthrough.stepTitle.foreground": "每个演练步骤标题的前景色",
10224
+ "welcomePage.background": "欢迎页面的背景色。",
10225
+ "welcomePage.progress.background": "欢迎页面进度栏的前景色。",
10226
+ "welcomePage.progress.foreground": "欢迎页面进度栏的背景色。",
10227
+ "welcomePage.tileBackground": "“欢迎”页面上磁贴的背景色。",
10228
+ "welcomePage.tileBorder": "“欢迎”页面上磁贴的边框颜色。",
10229
+ "welcomePage.tileHoverBackground": "“欢迎”页面上磁贴的悬停背景色。"
10230
+ },
10231
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint": {
10232
+ pathDeprecated: "已弃用。请改用“图像”或“Markdown”",
10233
+ title: "标题",
10234
+ walkthroughs: "提供演练以帮助用户入门扩展。",
10235
+ "walkthroughs.description": "演练的说明。",
10236
+ "walkthroughs.featuredFor": "与这些 glob 模式之一匹配的演练在具有指定文件的工作区中显示为“特色”。例如,针对 TypeScript 项目的演练可能在此处指定“tsconfig.json”。",
10237
+ "walkthroughs.icon": "演练图标的相对路径。路径相对于扩展位置。如果未指定,则图标在可用时将默认为扩展图标。",
10238
+ "walkthroughs.id": "此演练的唯一标识符。",
10239
+ "walkthroughs.steps": "要在此演练期间完成的步骤。",
10240
+ "walkthroughs.steps.button.deprecated.interpolated": "已弃用。请改用说明中的 markdown 链接,例如 {0}、{1}、或 {2}",
10241
+ "walkthroughs.steps.completionEvents": "应触发此步骤变为已勾选的事件。如果为空或未定义,则在单击任何步骤的按钮或链接时,步骤将撤销复选; 如果该步骤没有按钮或链接,则选中它时会选中。",
10242
+ "walkthroughs.steps.completionEvents.extensionInstalled": "安装具有给定 id 的扩展时,请关闭步骤。如果已安装扩展,则步骤将以勾选状态开始。",
10243
+ "walkthroughs.steps.completionEvents.onCommand": "在 VS Code 中的任何位置执行给定命令时,勾选步骤。",
10244
+ "walkthroughs.steps.completionEvents.onContext": "当上下文键表达式为 true 时,勾选步骤。",
10245
+ "walkthroughs.steps.completionEvents.onLink": "通过演练步骤打开给定链接时的签出步骤。",
10246
+ "walkthroughs.steps.completionEvents.onSettingChanged": "在给定设置发生更改时勾选步骤",
10247
+ "walkthroughs.steps.completionEvents.onView": "打开给定视图时选中步骤",
10248
+ "walkthroughs.steps.completionEvents.stepSelected": "选中后立即勾选步骤。",
10249
+ "walkthroughs.steps.description.interpolated": "步骤说明。支持 “preformatted”、__italic__和 **bold** 文本。对命令或外部链接使用 markdown 样式链接: {0}、{1} 或 {2}。在其自身行上的链接将呈现为按钮。",
10250
+ "walkthroughs.steps.doneOn": "指示将步骤标记为已完成的信号。",
10251
+ "walkthroughs.steps.doneOn.deprecation": "doneOn 已弃用。默认情况下,单击用户按钮时将勾选步骤,以进一步配置使用 completionEvents",
10252
+ "walkthroughs.steps.id": "此步骤的唯一标识符。用于跟踪已完成的步骤。",
10253
+ "walkthroughs.steps.media": "要与此步骤一起显示的媒体(图像或 Markdown 内容)。",
10254
+ "walkthroughs.steps.media.altText": "无法加载图像时或在屏幕读取器中显示的替换文字。",
10255
+ "walkthroughs.steps.media.image.path.dark.string": "深色主题相对于扩展目录的图像的路径。",
10256
+ "walkthroughs.steps.media.image.path.hc.string": "hc 主题相对于扩展目录的图像的路径。",
10257
+ "walkthroughs.steps.media.image.path.hcLight.string": "hc 浅色主题相对于扩展目录的图像的路径。",
10258
+ "walkthroughs.steps.media.image.path.light.string": "浅色主题相对于扩展目录的图像的路径。",
10259
+ "walkthroughs.steps.media.image.path.string": "一个图像或对象的路径,由指向光源、暗和 hc 图像的路径(相对于扩展目录)组成。根据上下文,图像将显示从 400px 到800px 宽,具有相似的高度边界。为了支持 HIDPI 显示,图像将以 1.5 倍缩放比例呈现。例如,900 物理像素宽图像将显示为 600 逻辑像素宽。",
10260
+ "walkthroughs.steps.media.image.path.svg": "变量中支持颜色标记、svg 路径以支持与工作台匹配的主题设置。",
10261
+ "walkthroughs.steps.media.markdown.path": "Markdown 文档的路径(相对于扩展目录)。",
10262
+ "walkthroughs.steps.oneOn.command": "执行指定命令时将步骤标记为已完成。",
10263
+ "walkthroughs.steps.title": "步骤标题。",
10264
+ "walkthroughs.steps.when": "用于控制此步骤可见性的上下文键表达式。",
10265
+ "walkthroughs.title": "演练的标题。",
10266
+ "walkthroughs.when": "用于控制此演练的可见性的上下文键表达式。"
10267
+ },
10268
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons": {
10269
+ gettingStartedChecked: "用于表示已完成的演练步骤",
10270
+ gettingStartedUnchecked: "用于表示尚未完成的演练步骤"
10271
+ },
10272
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput": {
10273
+ getStarted: "欢迎"
10274
+ },
10275
+ "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": {
10276
+ builtin: "内置",
10277
+ developer: "开发人员",
10278
+ resetWelcomePageWalkthroughProgress: "重置欢迎页面演练进度"
10279
+ },
10280
+ "vs/workbench/contrib/welcomeGettingStarted/browser/startupPage": {
10281
+ "startupPage.markdownPreviewError": "无法打开 Markdown 预览: {0}。\r\n\r\n请确保已启用 Markdown 扩展。",
10282
+ "welcome.displayName": "欢迎页面"
10283
+ },
10284
+ "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": {
10285
+ browseLangExts: "浏览语言扩展",
10286
+ browsePopular: "浏览热门 Web 扩展",
10287
+ browseRecommended: "浏览推荐的扩展",
10288
+ cloneRepo: "克隆仓库",
10289
+ commandPalette: "打开命令面板",
10290
+ enableSync: "备份和同步设置",
10291
+ enableTrust: "启用信任",
10292
+ "getting-started-beginner-icon": "用于欢迎页面初学者类别的图标",
10293
+ "getting-started-setup-icon": "用于欢迎页面的设置类别的图标",
10294
+ "gettingStarted.beginner.description": "获取最基本功能的概述",
10295
+ "gettingStarted.beginner.title": "了解基础知识",
10296
+ "gettingStarted.commandPalette.description.interpolated": "在 VS Code 中运行命令,无需动用鼠标即可完成任何任务。\r\n{0}",
10297
+ "gettingStarted.commandPalette.title": "使用命令面板解锁工作效率 ",
10298
+ "gettingStarted.debug.description.interpolated": "通过设置启动配置来加速编辑、生成、测试和调试循环。\r\n{0}",
10299
+ "gettingStarted.debug.title": "在操作中查看代码",
10300
+ "gettingStarted.extensions.description.interpolated": "扩展是 VS Code 的精华。扩展范围包括方便地提升生产力、扩展现成的功能以及添加全新的功能。\r\n{0}",
10301
+ "gettingStarted.extensions.title": "使用扩展编码",
10302
+ "gettingStarted.extensionsWeb.description.interpolated": "扩展是 VS Code 的增强功能。越来越多的扩展可在 Web 上使用。\r\n{0}",
10303
+ "gettingStarted.findLanguageExts.description.interpolated": "语法突出显示、代码完成、lint 分析和调试让代码更加智能。虽然已内置多种语言,但可将更多语言添加为扩展。\r\n{0}",
10304
+ "gettingStarted.findLanguageExts.title": "对所有语言的丰富支持",
10305
+ "gettingStarted.installGit.description.interpolated": "安装 Git 以跟踪项目中的更改。\r\n{0}\r\n安装后 {1}重新加载窗口{2} 以完成 Git 安装。",
10306
+ "gettingStarted.installGit.title": "安装 Git",
10307
+ "gettingStarted.menuBar.description.interpolated": "下拉菜单中提供了完整的菜单栏,可为代码腾出空间。切换其外观以加快访问速度。\r\n{0}",
10308
+ "gettingStarted.menuBar.title": "恰好数量的 UI",
10309
+ "gettingStarted.newFile.description": "打开新的无标题文本文件、笔记本或自定义编辑器。",
10310
+ "gettingStarted.newFile.title": "新建文件...",
10311
+ "gettingStarted.notebook.title": "自定义笔记",
10312
+ "gettingStarted.notebookProfile.description": "获取笔记,以你喜欢的方式体验",
10313
+ "gettingStarted.notebookProfile.title": "选择笔记的布局",
10314
+ "gettingStarted.openFile.description": "打开文件以开始工作",
10315
+ "gettingStarted.openFile.title": "打开文件...",
10316
+ "gettingStarted.openFolder.description": "打开文件夹开始工作",
10317
+ "gettingStarted.openFolder.title": "打开文件夹...",
10318
+ "gettingStarted.openMac.description": "打开文件或文件夹以开始工作",
10319
+ "gettingStarted.openMac.title": "打开...",
10320
+ "gettingStarted.pickColor.description.interpolated": "合适的主题有助于你专注代码、更易于识别,并且使用起来更具趣味性。\r\n{0}",
10321
+ "gettingStarted.pickColor.title": "选择主题",
10322
+ "gettingStarted.quickOpen.description.interpolated": "击键一下即可迅速在文件之间导航。提示: 通过按右箭头键打开多个文件。\r\n{0}",
10323
+ "gettingStarted.quickOpen.title": "在文件之间快速导航",
10324
+ "gettingStarted.scm.description.interpolated": "不再查找 Git 命令! Git 和 GitHub 工作流已无缝集成。\r\n{0}",
10325
+ "gettingStarted.scm.title": "使用 Git 跟踪代码",
10326
+ "gettingStarted.scmClone.description.interpolated": "为项目设置内置版本控制,以跟踪更改并与他人协作。\r\n{0}",
10327
+ "gettingStarted.scmSetup.description.interpolated": "为项目设置内置版本控制,以跟踪更改并与他人协作。\r\n{0}",
10328
+ "gettingStarted.settings.description.interpolated": "根据你的喜好自定义 VS Code 和扩展的各个方面。首先会列出常用设置便于你开始使用。\r\n{0}",
10329
+ "gettingStarted.settings.title": "优化设置",
10330
+ "gettingStarted.settingsSync.description.interpolated": "保持跨所有设备备份和更新基本自定义。\r\n{0}",
10331
+ "gettingStarted.settingsSync.title": "跨设备同步设置",
10332
+ "gettingStarted.setup.OpenFolder.description.interpolated": "你已准备好开始编码。请打开项目文件夹,将文件放入VS Code。\r\n{0}",
10333
+ "gettingStarted.setup.OpenFolder.title": "打开你的代码",
10334
+ "gettingStarted.setup.OpenFolderWeb.description.interpolated": "你已准备好开始编码。可以打开本地项目或远程仓库,以将文件置于 VS Code。\r\n{0}\r\n{1}",
10335
+ "gettingStarted.setup.description": "自定义编辑器、了解基础知识并开始编码",
10336
+ "gettingStarted.setup.title": "开始使用 VS Code",
10337
+ "gettingStarted.setupWeb.description": "自定义编辑器、了解基础知识并开始编码",
10338
+ "gettingStarted.setupWeb.title": "面向 Web 的 VS Code 入门",
10339
+ "gettingStarted.shortcuts.description.interpolated": "发现喜欢的命令后,创建自定义键盘快捷方式以进行即时访问。\r\n{0}",
10340
+ "gettingStarted.shortcuts.title": "自定义快捷方式",
10341
+ "gettingStarted.tasks.description.interpolated": "为常见工作流创建任务,并享受运行脚本和自动检查结果的集成体验。\r\n{0}",
10342
+ "gettingStarted.tasks.title": "自动执行项目任务",
10343
+ "gettingStarted.terminal.description.interpolated": "在代码近旁快速运行 shell 命令并监视生成输出。\r\n{0}",
10344
+ "gettingStarted.terminal.title": "内置终端",
10345
+ "gettingStarted.topLevelGitClone.description": "将远程仓库克隆到本地文件夹",
10346
+ "gettingStarted.topLevelGitClone.title": "克隆 Git 仓库...",
10347
+ "gettingStarted.topLevelGitOpen.description": "连接到远程仓库或拉取请求,以进行浏览、搜索、编辑和提交",
10348
+ "gettingStarted.topLevelGitOpen.title": "打开仓库...",
10349
+ "gettingStarted.topLevelOpenTunnel.description": "通过 Tunnel 连接到远程计算机",
10350
+ "gettingStarted.topLevelOpenTunnel.title": "打开隧道...",
10351
+ "gettingStarted.topLevelRemoteOpen.description": "连接到远程开发工作区。",
10352
+ "gettingStarted.topLevelRemoteOpen.title": "连接到...",
10353
+ "gettingStarted.topLevelShowWalkthroughs.description": "查看编辑器或扩展的演练",
10354
+ "gettingStarted.topLevelShowWalkthroughs.title": "打开演练...",
10355
+ "gettingStarted.videoTutorial.description.interpolated": "请观看系列简短实用视频教程中的第一课,了解 VS Code 的主要功能。\r\n{0}",
10356
+ "gettingStarted.videoTutorial.title": "观看视频教程",
10357
+ "gettingStarted.workspaceTrust.description.interpolated": "通过 {0},可以确定项目文件夹是否应 **允许或限制** 自动代码执行 __(扩展、调试等所必需)__。\r\n 打开文件/文件夹将提示授予信任。以后始终可以 {1}。",
10358
+ "gettingStarted.workspaceTrust.title": "安全浏览和编辑代码",
10359
+ initRepo: "初始化 Git 仓库",
10360
+ installGit: "安装 Git",
10361
+ keyboardShortcuts: "键盘快捷方式",
10362
+ openFolder: "打开文件夹",
10363
+ openRepository: "打开仓库",
10364
+ openSCM: "开放源代码管理",
10365
+ pickFolder: "选取文件夹",
10366
+ quickOpen: "快速打开一个文件",
10367
+ runProject: "运行项目",
10368
+ runTasks: "运行自动检测到的任务",
10369
+ showTerminal: "打开终端",
10370
+ titleID: "浏览颜色主题",
10371
+ toggleMenuBar: "切换菜单栏",
10372
+ tweakSettings: "打开设置",
10373
+ watch: "观看教程",
10374
+ workspaceTrust: "工作区信任"
10375
+ },
10376
+ "vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile": {
10377
+ colab: "Colab",
10378
+ "default": "默认",
10379
+ jupyter: "Jupyter"
10380
+ },
10381
+ "vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker": {
10382
+ HighContrast: "深色高对比度",
10383
+ HighContrastLight: "浅色高对比度",
10384
+ dark: "现代深色",
10385
+ light: "现代浅色",
10386
+ seeMore: "查看更多主题..."
10387
+ },
10388
+ "vs/workbench/contrib/welcomeViews/common/newFile.contribution": {
10389
+ "Built-In": "内置",
10390
+ Create: "创建",
10391
+ "change keybinding": "配置键绑定",
10392
+ file: "文件",
10393
+ miNewFile2: "文本文件",
10394
+ miNewFileWithName: "新建文件({0})",
10395
+ newFilePlaceholder: "选择文件类型或输入文件名...",
10396
+ newFileTitle: "新建文件...",
10397
+ notebook: "笔记本",
10398
+ "welcome.newFile": "新建文件..."
10399
+ },
10400
+ "vs/workbench/contrib/welcomeViews/common/viewsWelcomeContribution": {
10401
+ "ViewsWelcomeExtensionPoint.proposedAPI": "“{0}”中的 viewsWelcome 贡献需要 “enabledApiProposals: [“contribViewsWelcome”]”才能使用“组”建议的属性。"
10402
+ },
10403
+ "vs/workbench/contrib/welcomeViews/common/viewsWelcomeExtensionPoint": {
10404
+ "contributes.viewsWelcome": "提供视图欢迎内容。只要没有有意义的内容可显示,就会在基于树的视图中呈现欢迎内容,例如未打开文件夹时的文件资源管理器。此类内容作为产品内文档非常有用,可促使用户在某些功能可用之前使用它们。文件资源管理器欢迎视图中的“克隆仓库”按钮就是一个很好的示例。",
10405
+ "contributes.viewsWelcome.view": "为特定视图提供的欢迎页面内容。",
10406
+ "contributes.viewsWelcome.view.contents": "要显示的欢迎内容。内容的格式是 Markdown 的子集,仅支持链接。",
10407
+ "contributes.viewsWelcome.view.enablement": "启用欢迎内容按钮和命令链接的条件。",
10408
+ "contributes.viewsWelcome.view.group": "此欢迎内容所属的组。建议的 API。",
10409
+ "contributes.viewsWelcome.view.view": "此欢迎内容的目标视图标识符。仅支持基于树的视图。",
10410
+ "contributes.viewsWelcome.view.when": "显示欢迎内容的条件。"
10411
+ },
10412
+ "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": {
10413
+ editorWalkThrough: "交互式编辑器操场",
10414
+ "editorWalkThrough.title": "编辑器操场"
10415
+ },
10416
+ "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": {
10417
+ miPlayground: "编辑器操场(&&N)",
10418
+ "walkThrough.editor.label": "操场"
10419
+ },
10420
+ "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": {
10421
+ "walkThrough.gitNotFound": "你的系统上似乎未安装 Git。",
10422
+ "walkThrough.unboundCommand": "未绑定"
8522
10423
  },
8523
10424
  "vs/workbench/contrib/workspace/browser/workspace.contribution": {
8524
10425
  addWorkspaceFolderDetail: "你正在将文件添加到受信任的工作区,该工作区当前不受信任。是否信任这些新文件的作者?",
@@ -9571,6 +11472,105 @@ var content = {
9571
11472
  "invalid.semanticTokenScopes.scopes.value": "\"configuration.semanticTokenScopes.scopes\" 的值必须是字符串数组",
9572
11473
  "invalid.semanticTokenTypeConfiguration": "“configuration.semanticTokenType”必须是数组",
9573
11474
  "invalid.superType.format": "“ configuration.{0}.superType”必须遵循格式 letterOrDigit [-_letterOrDigit] *"
11475
+ },
11476
+ "vs/workbench/services/userDataProfile/browser/extensionsResource": {
11477
+ disabled: "已禁用",
11478
+ exclude: "选择 {0} 扩展",
11479
+ extensions: "扩展"
11480
+ },
11481
+ "vs/workbench/services/userDataProfile/browser/globalStateResource": {
11482
+ globalState: "UI 状态"
11483
+ },
11484
+ "vs/workbench/services/userDataProfile/browser/keybindingsResource": {
11485
+ keybindings: "键盘快捷方式"
11486
+ },
11487
+ "vs/workbench/services/userDataProfile/browser/settingsResource": {
11488
+ settings: "设置"
11489
+ },
11490
+ "vs/workbench/services/userDataProfile/browser/snippetsResource": {
11491
+ exclude: "选择片段 {0}",
11492
+ snippets: "代码片段"
11493
+ },
11494
+ "vs/workbench/services/userDataProfile/browser/tasksResource": {
11495
+ tasks: "用户任务"
11496
+ },
11497
+ "vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService": {
11498
+ "applied profile": "{0}: 已成功应用。",
11499
+ cancel: "取消",
11500
+ close: "关闭",
11501
+ copy: "复制链接(&&C)",
11502
+ "copy profile from": "从以下位置复制配置文件",
11503
+ create: "创建",
11504
+ "create from": "复制来源:",
11505
+ "create from profile": "创建配置文件: {0}",
11506
+ "create new": "新建配置文件(&&C)",
11507
+ "create new profle": "创建新配置文件...",
11508
+ "create new title": "新建配置文件",
11509
+ "create profile": "创建配置文件",
11510
+ "customise the profile": "选择要在配置文件中配置的内容:",
11511
+ "empty profile": "无",
11512
+ "export": "导出",
11513
+ "export profile dialog": "保存配置文件",
11514
+ "export profile name": "为配置文件命名",
11515
+ "export profile title": "导出配置文件",
11516
+ "export success": "已成功导出配置文件“{0}”。",
11517
+ extensions: "扩展",
11518
+ file: "文件",
11519
+ "from default": "从默认配置文件",
11520
+ "from existing profiles": "现有配置文件",
11521
+ "from templates": "配置文件模板",
11522
+ icon: "图标:",
11523
+ "import": "创建配置文件",
11524
+ "import in desktop": "在 {0} 中创建配置文件",
11525
+ "import profile": "创建配置文件",
11526
+ "install extensions title": "安装扩展",
11527
+ "invalid configurations": "配置文件应至少包含一个配置。",
11528
+ keybindings: "键盘快捷方式",
11529
+ "learn more": "了解详细信息",
11530
+ local: "本地",
11531
+ name: "配置文件名称",
11532
+ "name placeholder": "配置文件名称",
11533
+ "name required": "配置文件名称是必需的,并且必须为非空值。",
11534
+ open: "打开链接(&&O)",
11535
+ "open in": "在 {0} 中打开(&&O)",
11536
+ overwrite: "覆盖(&&O)",
11537
+ "preview profile": "预览配置文件",
11538
+ "preview profile message": "默认情况下,在 Web 上预览配置文件时不会安装扩展。在导入配置文件之前,你仍然可以手动安装它们。 ",
11539
+ "profile already exists": "已存在 \"{0}\" 同名的配置文件。是否要覆盖?",
11540
+ "profile import error": "导入配置文件时出错: {0}",
11541
+ "profile name required": "必须提供配置文件名称。",
11542
+ profileExists: "具有名称 {0} 的配置文件已经存在。",
11543
+ "profiles.applying": "{0}: 正在应用...",
11544
+ "profiles.exporting": "{0}: 正在导出",
11545
+ "progress extensions": "正在应用扩展...",
11546
+ "progress global state": "正在应用状态...",
11547
+ "progress keybindings": "正在应用键盘快捷方式……",
11548
+ "progress settings": "正在应用设置...",
11549
+ "progress snippets": "正在应用代码片段...",
11550
+ "progress tasks": "正在应用任务...",
11551
+ "resolving uri": "{0}: 正在解析配置文件内容...",
11552
+ save: "保存",
11553
+ "save profile": "编辑 {0} 配置文件...",
11554
+ select: "选择 {0}",
11555
+ "select icon": "图标: {0}",
11556
+ "select profile": "选择配置文件",
11557
+ "select profile content handler": "将“{0}”配置文件导出为...",
11558
+ settings: "设置",
11559
+ snippets: "用户代码片段",
11560
+ "switching profile": "切换配置文件……",
11561
+ tasks: "用户任务",
11562
+ "troubleshoot issue": "排查问题",
11563
+ "troubleshoot profile progress": "设置配置文件疑难解答: {0}",
11564
+ "use default profile": "正在使用默认配置文件"
11565
+ },
11566
+ "vs/workbench/services/userDataProfile/browser/userDataProfileManagement": {
11567
+ cannotDeleteDefaultProfile: "无法删除默认配置文件。",
11568
+ cannotRenameDefaultProfile: "无法重命名默认配置文件",
11569
+ "reload button": "重载(&&R)",
11570
+ "reload message": "切换配置文件需要重新加载 VS Code。",
11571
+ "reload message when removed": "已删除当前配置文件。请重新加载以切换回默认配置文件",
11572
+ "reload message when updated": "已更新当前配置文件。请重新加载以切换回更新的配置文件",
11573
+ "switch profile": "正在切换到配置文件。"
9574
11574
  },
9575
11575
  "vs/workbench/services/userDataProfile/common/userDataProfile": {
9576
11576
  defaultProfileIcon: "默认配置文件的图标。",
@@ -9579,6 +11579,33 @@ var content = {
9579
11579
  },
9580
11580
  "vs/workbench/services/userDataProfile/common/userDataProfileIcons": {
9581
11581
  settingsViewBarIcon: "视图栏中的“设置”图标。"
11582
+ },
11583
+ "vs/workbench/services/userDataSync/browser/userDataSyncWorkbenchService": {
11584
+ "choose account placeholder": "选择要登录的帐户",
11585
+ "conflicts detected": "检测到冲突",
11586
+ "download sync activity dialog open label": "保存",
11587
+ "download sync activity dialog title": "选择要下载“设置同步”活动的文件夹",
11588
+ "last used": "上次使用时同步",
11589
+ no: "否",
11590
+ "no account": "没有可用的帐户。",
11591
+ "no authentication providers": "没有可用的身份验证提供程序,因此无法启用设置同步。",
11592
+ others: "其他",
11593
+ "replace local": "替换本地(&&L)",
11594
+ "replace remote": "替换远程(&&R)",
11595
+ reset: "这将清除云中的数据,并在所有设备上停止同步。",
11596
+ "reset title": "清除",
11597
+ resetButton: "重置(&&R)",
11598
+ resolve: "请解决冲突以打开...",
11599
+ "resolving conflicts": "正在解决冲突...",
11600
+ "settings sync": "设置同步",
11601
+ "show conflicts": "显示冲突(&&S)",
11602
+ "sign in using account": "使用 {0} 登录",
11603
+ "signed in": "已登录",
11604
+ "sync in progress": "正在启用设置同步。是否要取消它?",
11605
+ "sync turned on": "{0} 已启用",
11606
+ "syncing...": "正在启用...",
11607
+ "turning on": "正在打开…",
11608
+ yes: "是(&&Y)"
9582
11609
  },
9583
11610
  "vs/workbench/services/userDataSync/common/userDataSync": {
9584
11611
  "download sync activity title": "下载设置同步活动",
@@ -9596,6 +11623,40 @@ var content = {
9596
11623
  "vs/workbench/services/views/browser/viewDescriptorService": {
9597
11624
  hideView: "隐藏“{0}”",
9598
11625
  resetViewLocation: "重置位置"
11626
+ },
11627
+ "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
11628
+ confirmMakeWriteable: "“{0}”已标记为只读。是否仍要保存?",
11629
+ confirmMakeWriteableDetail: "可通过设置将路径配置为只读。",
11630
+ confirmOverwrite: "“{0}”已存在。是否替换它?",
11631
+ deleted: "已删除",
11632
+ "fileWorkingCopyCreate.source": "文件已创建",
11633
+ fileWorkingCopyDecorations: "文件工作副本装饰",
11634
+ "fileWorkingCopyReplace.source": "文件已替换",
11635
+ makeWriteableButtonLabel: "仍然保存(&&S)",
11636
+ overwriteIrreversible: "名为\"{0}\"的文件或文件夹已存在于\"{1}\"文件夹中。替换它将覆盖其当前内容。",
11637
+ readonly: "只读",
11638
+ readonlyAndDeleted: "已删除,只读",
11639
+ replaceButtonLabel: "替换(&&R)"
11640
+ },
11641
+ "vs/workbench/services/workingCopy/common/storedFileWorkingCopy": {
11642
+ discard: "放弃",
11643
+ genericSaveError: "未能保存“{0}”: {1}",
11644
+ overwrite: "覆盖",
11645
+ overwriteElevated: "以管理员身份覆盖...",
11646
+ overwriteElevatedSudo: "以 Sudo 覆盖...",
11647
+ permissionDeniedSaveError: "无法保存“{0}”: 权限不足。选择“以管理员身份覆盖”可作为管理员重试。",
11648
+ permissionDeniedSaveErrorSudo: "保存 \"{0}\"失败: 权限不足。选择 \"以超级用户身份重试\" 以超级用户身份重试。",
11649
+ readonlySaveError: "未能保存 \"{0}\": 文件是只读的。可选择 \"覆盖\" 以尝试使其可写。",
11650
+ readonlySaveErrorAdmin: "未能保存 \"{0}\": 文件是只读的。以管理员身份选择 \"以管理员身份覆盖\" 重试。",
11651
+ readonlySaveErrorSudo: "保存\"{0}\"失败: 文件为只读。选择“覆盖为Sudo”以用超级用户身份重试。",
11652
+ retry: "重试",
11653
+ saveAs: "另存为...",
11654
+ saveElevated: "以管理员身份重试...",
11655
+ saveElevatedSudo: "以 Sudo 重试。",
11656
+ staleSaveError: "未能保存 \"{0}\": 文件的内容较新。是否要用所做的更改覆盖该文件?"
11657
+ },
11658
+ "vs/workbench/services/workingCopy/common/storedFileWorkingCopyManager": {
11659
+ "join.fileWorkingCopyManager": "正在保存工作副本"
9599
11660
  },
9600
11661
  "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": {
9601
11662
  saveParticipants: "正在保存“{0}”"