@codingame/monaco-vscode-language-pack-zh-hans 22.1.9 → 23.0.1

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.
@@ -144,11 +144,9 @@ var content = [
144
144
  "全选(&&S)",
145
145
  "选择全部",
146
146
  "使用基于 DOM 的呈现",
147
- "按住 {0} 键将鼠标悬停",
148
- "正在加载…",
149
147
  "当前是否推迟内联补全",
150
148
  "推迟内联建议",
151
- "选择代码补全和 NES 的推迟持续时间",
149
+ "Select snooze duration for Inline Suggestions",
152
150
  "取消推迟内联建议",
153
151
  "已将光标数限制为 {0}。请考虑使用 [查找和替换](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace)进行较大的更改或增加编辑器多光标限制设置。",
154
152
  "增加多光标限制",
@@ -335,9 +333,9 @@ var content = [
335
333
  "默认情况下显示内嵌提示,并在按住 {0} 时隐藏",
336
334
  "默认情况下隐藏内嵌提示,并在按住 {0} 时显示",
337
335
  "已禁用内嵌提示",
338
- "控制编辑器中嵌入提示的字号。默认情况下,当配置的值小于 {1} 或大于编辑器字号时,将使用 {0}。",
339
- "控制编辑器中嵌入提示的字体系列。设置为空时,将使用 {0}。",
340
- "在编辑器中启用叠加提示周围的填充。",
336
+ "控制编辑器中内嵌提示的字号。默认情况下,当配置的值小于 {1} 或大于编辑器字号时,将使用 {0}。",
337
+ "控制编辑器中内嵌提示的字体系列。设置为空时,将使用 {0}。",
338
+ "在编辑器中启用内嵌提示周围的填充。",
341
339
  "单行内嵌提示在被编辑器截断前的最大总长度。设置为“0”以永不截断",
342
340
  "控制行高。\r\n - 使用 0 根据字号自动计算行高。\r\n - 介于 0 和 8 之间的值将用作字号的乘数。\r\n - 大于或等于 8 的值将用作有效值。",
343
341
  "控制是否显示缩略图。",
@@ -404,10 +402,10 @@ var content = [
404
402
  "控制何时显示内联建议工具栏。",
405
403
  "控制是否在编辑器中显示内联建议的语法突出显示。",
406
404
  "控制内联建议如何与建议小组件交互。如果启用,当内联建议可用时,不会自动显示建议小组件。",
407
- undefined,
405
+ "Controls whether inline suggestions are suppressed when in snippet mode.",
408
406
  "控制键入后显示内联建议前的最小延迟(以毫秒为单位)。",
409
407
  "抑制指定扩展 ID (以逗号分隔)的内联补全功能。",
410
- undefined,
408
+ "Controls whether to send request information from the inline suggestion provider.",
411
409
  "控制内联建议提供程序更改时是否触发命令。",
412
410
  "控制是否在存在建议冲突时显示内联建议。",
413
411
  "控制内联建议的字体系列。",
@@ -750,6 +748,7 @@ var content = [
750
748
  "编辑器是否为只读",
751
749
  "上下文是否为差异编辑器",
752
750
  "上下文是否为嵌入式差异编辑器",
751
+ "Whether the context is a multi diff editor",
753
752
  "是否折叠多差异编辑器中的所有文件",
754
753
  "差异编辑器是否有更改",
755
754
  "是否选择移动的代码块进行比较",
@@ -866,7 +865,7 @@ var content = [
866
865
  "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦元素。切换此行为的开关{0}。",
867
866
  "在当前编辑器中按 Tab 将插入 tab 字符。切换此行为的开关{0}。",
868
867
  "聚焦粘滞滚动{0}以聚焦当前嵌套的范围。",
869
- "触发建议小组件{0} 以显示可能的代码完成。",
868
+ "Trigger the suggest widget{0} to show possible inline suggestions.",
870
869
  "接受建议{0} 接受当前选定的建议。",
871
870
  "在建议小组件和编辑器{0} 之间切换焦点,并使用{1} 切换详细信息焦点以了解有关建议的详细信息。",
872
871
  "使用代码折叠可折叠代码块并通过“切换折叠”命令{0}关注你感兴趣的代码。",
@@ -1219,6 +1218,8 @@ var content = [
1219
1218
  "转到编辑器悬停的顶部。",
1220
1219
  "转到底部悬停",
1221
1220
  "转到编辑器悬停的底部。",
1221
+ "Copy",
1222
+ "Copied to clipboard",
1222
1223
  "用于提高悬停详细程度的图标。",
1223
1224
  "用于降低悬停详细程度的图标。",
1224
1225
  "正在加载...",
@@ -1265,8 +1266,9 @@ var content = [
1265
1266
  "显示下一个内联建议",
1266
1267
  "显示上一个内联建议",
1267
1268
  "触发内联建议",
1268
- "触发下一个编辑建议",
1269
- "无内联编辑可用。",
1269
+ "Triggers an inline suggestion in the editor.",
1270
+ "Options for triggering inline suggestions.",
1271
+ "No inline suggestion is available.",
1270
1272
  "接受内联建议的下一个字",
1271
1273
  "接受 Word",
1272
1274
  "接受内联建议的下一行",
@@ -1305,6 +1307,7 @@ var content = [
1305
1307
  "拒绝",
1306
1308
  "已展开显示",
1307
1309
  "显示已折叠",
1310
+ "Snooze",
1308
1311
  "设置",
1309
1312
  "内联编辑",
1310
1313
  "内联编辑中原始文本的背景色。",
@@ -1420,11 +1423,15 @@ var content = [
1420
1423
  "在速览视图编辑器中匹配突出显示颜色。",
1421
1424
  "在速览视图编辑器中匹配项的突出显示边框。",
1422
1425
  "编辑器中占位符文本的前景色。",
1423
- "先打开文本编辑器然后跳转到行。",
1424
- "转到第 {0} 行第 {1} 个字符。",
1425
- "转到行 {0}。",
1426
- "当前行: {0},字符: {1}。键入要导航到的行号(介于 1 {2} 之间)",
1427
- "当前行: {0},字符: {1}。 键入要导航到的行号。",
1426
+ undefined,
1427
+ "Use Zero-Based Offset",
1428
+ "Open a text editor first to go to a line or an offset.",
1429
+ "Type a character position to go to (from 0 to {0}).",
1430
+ "Type a character position to go to (from 1 to {0}).",
1431
+ "Press 'Enter' to go to line {0} at column {1}.",
1432
+ "Type a line number to go to (from 1 to {0}).",
1433
+ "Press 'Enter' to go to line {0} or enter : to add a column number.",
1434
+ "Press 'Enter' to go to line {0} or enter a column number (from 1 to {1}).",
1428
1435
  "要转到符号,首先打开具有符号信息的文本编辑器。",
1429
1436
  "活动文本编辑器不提供符号信息。",
1430
1437
  "没有匹配的编辑器符号",
@@ -1474,7 +1481,7 @@ var content = [
1474
1481
  "按 {0} 进行重命名,按 {1} 进行预览",
1475
1482
  "已收到 {0} 重命名建议",
1476
1483
  "重命名输入。键入新名称并按 \"Enter\" 提交。",
1477
- "生成新的名称建议",
1484
+ "Generate New Name Suggestions",
1478
1485
  "取消",
1479
1486
  "展开选择",
1480
1487
  "扩大选区(&&E)",
@@ -1670,7 +1677,7 @@ var content = [
1670
1677
  "快速修复",
1671
1678
  "调试程序已在断点处停止",
1672
1679
  "断点",
1673
- "行上无嵌入提示",
1680
+ "行上无内嵌提示",
1674
1681
  "无内嵌提示",
1675
1682
  "任务已完成",
1676
1683
  "任务已完成",
@@ -1920,6 +1927,8 @@ var content = [
1920
1927
  "{0} TB",
1921
1928
  "文件太大,无法打开",
1922
1929
  "建议是否可见",
1930
+ "Hold {0} key to mouse over",
1931
+ "Loading...",
1923
1932
  "({0})已按下。正在等待按下第二个键...",
1924
1933
  "已按下({0})。正在等待第二个键...",
1925
1934
  "组合键({0},{1})不是命令。",
@@ -2028,9 +2037,10 @@ var content = [
2028
2037
  "为扩展启用代理支持,覆盖请求选项。",
2029
2038
  "对扩展使用代理支持。在 [remote development](https://aka.ms/vscode-remote) 禁用 {0} 设置时,可在本地设置和远程设置中单独配置此设置。",
2030
2039
  "控制是否应从 OS 加载 CA 证书。在 Windows 和 macOS 上,关闭此功能后需要重新加载窗口。在 [remote development](https://aka.ms/vscode-remote) 禁用 {0} 设置时,可在本地设置和远程设置中单独配置此设置。",
2040
+ "Controls whether system certificates should be loaded using Node.js built-in support. Reload the window after changing this setting. When during [remote development](https://aka.ms/vscode-remote) the {0} setting is disabled this setting can be configured in the local and the remote settings separately.",
2031
2041
  "控制是否应启用从 OS 实验性加载 CA 证书。这使用的方法比默认实现更常见。在 [remote development](https://aka.ms/vscode-remote) 禁用 {0} 设置时,可在本地设置和远程设置中单独配置此设置。",
2032
2042
  "控制是否应扩展 Node.js 提取实现并提供额外支持。启用相应的设置时,当前将添加代理支持 ({1}) 和系统证书 ({2})。在 [remote development](https://aka.ms/vscode-remote) 禁用 {0} 设置时,可在本地设置和远程设置中单独配置此设置。",
2033
- undefined,
2043
+ "Controls the interval in seconds for checking network interface changes to invalidate the proxy cache. Set to -1 to disable. When during [remote development](https://aka.ms/vscode-remote) the {0} setting is disabled this setting can be configured in the local and the remote settings separately.",
2034
2044
  "遥测{0}",
2035
2045
  "控制 {0} 遥测、第一方扩展遥测和参与的第三方扩展遥测。一些第三方扩展可能不遵守此设置。请查阅特定扩展的文档以确定。遥测有助于我们更好地了解 {0} 的执行情况、需要改进的地方以及功能的使用方式。",
2036
2046
  "详细了解[我们收集的数据]({0})。",
@@ -2059,7 +2069,7 @@ var content = [
2059
2069
  "具有将添加到终端配置文件进程的环境变量的对象。设置为 \"null\" 以从基本环境中删除环境变量。",
2060
2070
  "指向 shell 可执行文件的单一路径或一个路径数组(当一个路径失败时,这些路径将被用作回退)。",
2061
2071
  "是否将检测正在运行程序的动态终端标题替换为静态配置文件名称。",
2062
- "shell 可执行文件的单个路径。",
2072
+ "A path to a shell executable.",
2063
2073
  "一组用于 {0} 的终端配置文件自定义,可在该平台上添加、移除或更改终端的启动方式。配置文件由强制路径、可选参数和其他演示选项组成。\r\n\r\n要替代现有配置文件,请使用其配置文件名称作为键,例如:\r\n\r\n{1}\r\n\r\n{2}详细了解如何对配置文件进行配置{3}。",
2064
2074
  "集成终端",
2065
2075
  "要在 Linux 上用于自动化相关终端使用(如任务和调试)的终端配置文件。",
@@ -2317,6 +2327,7 @@ var content = [
2317
2327
  "滚动条滑块背景色",
2318
2328
  "滚动条滑块在悬停时的背景色",
2319
2329
  "滚动条滑块在被点击时的背景色。",
2330
+ "Scrollbar track background color.",
2320
2331
  "表示长时间操作的进度条的背景色。",
2321
2332
  "图表的线条颜色。",
2322
2333
  "图表的轴颜色。",
@@ -2443,9 +2454,9 @@ var content = [
2443
2454
  "复制并继续",
2444
2455
  "无法打开 {0}",
2445
2456
  "不支持动态客户端注册",
2446
- "授权服务器 \"{0}\" 不支持自动客户端注册。是否要通过手动提供客户端注册(客户端 ID)来继续?\r\n\r\n注意: 注册 OAuth 应用程序时,请确保包括以下重定向 URI:\r\nhttp://127.0.0.1:33418\r\nhttps://vscode.dev/redirect",
2447
- undefined,
2448
- undefined,
2457
+ "The authorization server '{0}' does not support automatic client registration. Do you want to proceed by manually providing a client registration (client ID)?\r\n\r\nNote: When registering your OAuth application, make sure to include these redirect URIs:\r\n{1}",
2458
+ "Copy URIs & Proceed",
2459
+ "Failed to copy redirect URIs to clipboard.",
2449
2460
  "取消",
2450
2461
  "添加客户端注册详细信息",
2451
2462
  "输入已向以下重定向 URI 注册的现有客户端 ID: http://127.0.0.1:33418、https://vscode.dev/redirect",
@@ -2455,6 +2466,7 @@ var content = [
2455
2466
  "OAuth 客户端密码(wer32o50f...)或将其留空",
2456
2467
  "无法安装“{0}”扩展,因为它被声明为不在此安装程序中运行。",
2457
2468
  "是否确实要中断活动会话?",
2469
+ "{0}",
2458
2470
  "查看备注视图的图标。",
2459
2471
  "为 '{0}' 提供的扩展编辑器仍处于打开状态,否则将关闭该扩展。",
2460
2472
  "编辑",
@@ -2558,13 +2570,15 @@ var content = [
2558
2570
  "向活动栏中的“调试”容器提供视图",
2559
2571
  "向活动栏中的“源代码管理”容器提供视图",
2560
2572
  "向活动栏中的“测试”容器提供视图",
2561
- "在活动栏中为远程容器提供视图。要为此容器提供帮助,需要启用enableProposedApi。",
2573
+ "Contributes views to Remote container in the Activity bar. To contribute to this container, the 'contribViewsRemote' API proposal must be enabled.",
2574
+ "Contributes views to Agent Sessions container in the Activity bar. To contribute to this container, the 'chatSessionsProvider' API proposal must be enabled.",
2562
2575
  "向“提供的视图”容器提供视图",
2563
2576
  "视图容器必须为数组",
2564
2577
  "属性“{0}”是必需的,并且必须为具有非空值的类型 `string`。只允许使用字母数字字符、 “_” 和 “-”。",
2565
2578
  "属性 \"{0}\" 是必需项并且必须为 \"string\" 类型",
2566
2579
  "属性“{0}”是必需的,并且必须为具有非空值的类型 `string`",
2567
2580
  "查看容器“{0}”需要将 “enabledApiProposals: [“contribViewsRemote”]” 添加到“远程”。",
2581
+ "View container '{0}' requires 'enabledApiProposals: [\"chatSessionsProvider\"]'.",
2568
2582
  "视图容器“{0}”不存在。所有注册到其中的视图将被添加到“资源管理器”中。",
2569
2583
  "无法注册具有相同 ID“{0}”的多个视图",
2570
2584
  "已注册 ID 为“{0}”的视图。",
@@ -2602,7 +2616,13 @@ var content = [
2602
2616
  "指定后,控制字符串设置的表示格式。",
2603
2617
  "指定后,提供此设置相对于同一类别中其他设置的顺序。在未设置此属性的设置之前,将放置具有顺序属性的设置。",
2604
2618
  "启用后,“设置同步”默认不会同步此配置的用户值。",
2605
- "要放置设置的类别列表。然后可以在“设置”编辑器中搜索类别。例如,指定“实验性”标记,可通过搜索“@tag:experimental”找到设置。",
2619
+ "Accessibility settings",
2620
+ "Advanced settings are hidden by default in the Settings editor unless the user chooses to show advanced settings.",
2621
+ "Experimental settings are subject to change and may be removed in future releases.",
2622
+ "Preview settings can be used to try out new features before they are finalized.",
2623
+ "Telemetry settings",
2624
+ "Settings that use online services",
2625
+ "A list of tags under which to place the setting. The tag can then be searched up in the Settings editor. For example, specifying the `experimental` tag allows one to find the setting by searching `@tag:experimental`.",
2606
2626
  "无法注册“{0}”的配置默认值。此设置不允许提供配置默认值。",
2607
2627
  "无法注册“{0}”的配置默认值。仅支持可重写计算机、窗口、资源和可重写语言范围设置的默认值。",
2608
2628
  "用于配置字符串。",
@@ -3686,7 +3706,7 @@ var content = [
3686
3706
  "控制是否自动检测文本编辑器中的语言,除非该语言已由语言选择器显式设置。这也可以按语言确定范围,以便你可以指定不希望关闭的语言。这对于像 Markdown 这样的语言很有用,因为它通常包含可能会欺骗语言检测的其他语言,使其认为它是嵌入语言而不是 Markdown。",
3687
3707
  "允许在语言检测中使用编辑器历史记录。这会导致自动语言检测偏向于最近打开的语言,并允许自动语言检测使用较小的输入进行操作。",
3688
3708
  "启用后,将编辑器历史记录考虑在内的语言检测模型将获得更高的优先级。",
3689
- "启用后,当编辑器语言与检测到的内容语言不匹配时,显示状态栏快速修复。",
3709
+ "When enabled, shows a status bar Quick Fix when the editor language doesn't match detected content language.",
3690
3710
  "在无标题文本编辑器中显示",
3691
3711
  "在笔记本编辑器中显示",
3692
3712
  "控制编辑器选项卡操作按钮(关闭、取消固定)的位置。如果未将 {0} 设置为 {1},则会忽略此值。",
@@ -3757,6 +3777,7 @@ var content = [
3757
3777
  "控制命令面板应在何处提出聊天问题。",
3758
3778
  "在“聊天”视图中提出聊天问题。",
3759
3779
  "在快速聊天中提出聊天问题。",
3780
+ "Controls whether the command palette shows 'Ask in Chat' option at the bottom.",
3760
3781
  "控制命令面板是否应包含类似的命令。必须安装提供自然语言支持的扩展。",
3761
3782
  "控制 Quick Open 是否在其失去焦点时自动关闭。",
3762
3783
  "在打开 Quick Open 视图时,控制是否自动恢复上一次输入的值。",
@@ -3776,6 +3797,7 @@ var content = [
3776
3797
  "默认情况下,辅助边栏是可见的。",
3777
3798
  "如果打开了工作区,则辅助侧栏是可见的,默认情况下最大化。",
3778
3799
  "辅助侧栏在默认情况下可见并最大化。",
3800
+ "Enables the default secondary sidebar visibility in older workspaces before we had default visibility support.",
3779
3801
  "控制辅助边栏中的活动项是显示为标签还是图标。此设置仅在 {0} 未设置为 {1} 时生效。",
3780
3802
  "控制工作台底部状态栏的可见性。",
3781
3803
  "控制活动栏相对于主边栏和辅助侧栏的位置。",
@@ -4344,7 +4366,7 @@ var content = [
4344
4366
  "选择要配置的公告",
4345
4367
  "屏幕阅读器处于非活动状态,默认禁用公告。",
4346
4368
  "差异编辑器",
4347
- "管理扩展帐户首选项",
4369
+ "Manage Extension Account Preferences...",
4348
4370
  "帐户",
4349
4371
  "选择要管理其帐户首选项的扩展",
4350
4372
  "管理扩展帐户首选项",
@@ -4365,6 +4387,15 @@ var content = [
4365
4387
  "此工作区的“{0}”帐户首选项",
4366
4388
  "当前帐户",
4367
4389
  "此 MCP 服务器当前未使用任何帐户。",
4390
+ "Manage Accounts",
4391
+ "Accounts",
4392
+ "Select an account to manage",
4393
+ "There are no active accounts.",
4394
+ "Manage '{0}'",
4395
+ "Select an action",
4396
+ "Manage Trusted Extensions",
4397
+ "Manage Trusted MCP Servers",
4398
+ "Sign Out",
4368
4399
  "移除动态身份验证提供程序",
4369
4400
  "身份验证",
4370
4401
  "没有动态身份验证提供程序",
@@ -4377,13 +4408,14 @@ var content = [
4377
4408
  "移除",
4378
4409
  "管理帐户的受信任扩展",
4379
4410
  "帐户",
4411
+ "View extension details",
4412
+ "管理此扩展的帐户首选项",
4380
4413
  "选择要管理受信任扩展的帐户",
4381
4414
  "尚无任何扩展使用此帐户。",
4382
4415
  "受 Microsoft 信任",
4383
4416
  "上次使用此帐户的时间: {0}",
4384
4417
  "未使用此帐户",
4385
4418
  "此扩展受 Microsoft 信任并且\r\n始终有权访问此帐户",
4386
- "管理此扩展的帐户首选项",
4387
4419
  "取消",
4388
4420
  "管理受信任扩展",
4389
4421
  "选择可以访问此帐户的扩展",
@@ -4483,16 +4515,18 @@ var content = [
4483
4515
  "快速聊天视图是用于发出和查看请求的暂时性界面,而面板聊天视图是一个持久性界面,还支持导航建议的后续问题。",
4484
4516
  "面板聊天视图是支持导航建议的后续问题的永久性界面,而快速聊天视图是用于发出和查看请求的暂时性界面。",
4485
4517
  "在输入框中,使用向上和向下箭头导航请求历史记录。编辑输入并使用 Enter 或提交按钮运行新请求。",
4518
+ "To remove attached contexts, focus an attachment and press Delete or Backspace.",
4486
4519
  "在输入框中,在辅助视图 {0} 中检查最后一个响应。",
4487
- "如果要将焦点放在聊天请求/响应列表上(可使用向上和向下箭头进行导航),请调用“将焦点放在聊天上”命令 ({0})。",
4488
- undefined,
4520
+ "To focus the chat request and response list, invoke the Focus Chat command{0}. This will move focus to the most recent response, which you can then navigate using the up and down arrow keys.",
4521
+ "To return to the last chat response you focused, invoke the Focus Last Focused Chat Response command{0}.",
4489
4522
  "若要将焦点放在聊天请求的输入框上,请调用“将焦点放在聊天输入上”命令 ({0})。",
4490
4523
  "在处理聊天请求时,如果请求耗时超过 4 秒,你将听到详细的进度更新。这包括 <search term> 的搜索文本(具有 X 个结果)、创建的文件 <file_name> 或读取文件 <file path> 等信息。这可通过 accessibility.verboseChatProgressUpdates 禁用。",
4491
4524
  "聊天答复将在他们进入时公布。答复将指示代码块的数量(如果有),然后指示响应的其余部分。",
4492
4525
  "若要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令 ({0})。",
4493
- undefined,
4494
- undefined,
4526
+ "To navigate to the next user prompt in the conversation, invoke the Next User Prompt command{0}.",
4527
+ "To navigate to the previous user prompt in the conversation, invoke the Previous User Prompt command{0}.",
4495
4528
  "若要聚焦待定聊天确认对话框,请调用“聚焦聊天确认状态”命令{0}。",
4529
+ "If there are any hidden chat terminals, you can view them by invoking the View Hidden Chat Terminals command{0}.",
4496
4530
  "若要创建新的聊天会话,请调用“新建聊天”命令{0}。",
4497
4531
  "聊天代理视图用于跨工作区中的文件应用编辑、在终端中启用运行命令等。",
4498
4532
  "聊天编辑视图用于跨文件应用编辑。",
@@ -4538,9 +4572,9 @@ var content = [
4538
4572
  "工作区聊天历史记录",
4539
4573
  "切换到聊天",
4540
4574
  "新聊天标题",
4541
- "最近聊天",
4542
4575
  "显示更多...",
4543
4576
  "显示更多...",
4577
+ "最近聊天",
4544
4578
  "全部工作区聊天历史记录",
4545
4579
  "切换聊天将结束当前编辑会话。",
4546
4580
  "新建聊天编辑器",
@@ -4548,21 +4582,20 @@ var content = [
4548
4582
  "在新窗口中打开新聊天",
4549
4583
  "在侧栏中打开新聊天",
4550
4584
  "打开侧边的新聊天编辑器",
4551
- "使用扩展聊天",
4552
4585
  "清除输入历史记录",
4553
4586
  "清除所有工作区聊天",
4554
4587
  "焦点聊天列表",
4555
- undefined,
4588
+ "Focus Last Focused Chat List Item",
4556
4589
  "焦点聊天输入",
4557
4590
  "管理聊天",
4558
4591
  "显示使用 Copilot 的扩展",
4559
- "配置代码完成...",
4592
+ "Configure Inline Suggestions...",
4560
4593
  "升级 GitHub Copilot 计划",
4561
- "你已达到每月聊天消息配额。你仍然可以使用免费代码完成。",
4562
- "你已达到每月代码补全配额。你仍然可以使用免费聊天消息。",
4563
- "你已达到每月聊天消息和代码完成配额。",
4594
+ "You've reached your monthly chat messages quota. You still have free inline suggestions available.",
4595
+ "You've reached your monthly inline suggestions quota. You still have free chat messages available.",
4596
+ "You've reached your monthly chat messages and inline suggestions quota.",
4564
4597
  "限额将于 {0} 重置。",
4565
- "升级到 GitHub Copilot Pro ( 30 天免费)以获取:\r\n- 无限制代码补全\r\n- 无限制聊天消息\r\n- 访问高级模型",
4598
+ "Upgrade to GitHub Copilot Pro (your first 30 days are free) for:\r\n- Unlimited inline suggestions\r\n- Unlimited chat messages\r\n- Access to premium models",
4566
4599
  "已达到 GitHub Copilot 配额",
4567
4600
  "关闭",
4568
4601
  "升级到 GitHub Copilot Pro",
@@ -4570,44 +4603,30 @@ var content = [
4570
4603
  "重置工具确认",
4571
4604
  "已重置工具确认首选项。",
4572
4605
  "生成工作区指令文件",
4573
- "生成指令",
4606
+ "Generate Chat Instructions",
4574
4607
  "聊天设置",
4575
4608
  "聊天设置",
4576
- "配置聊天...",
4609
+ "Configure Chat",
4577
4610
  "聊天",
4578
4611
  "聊天控件",
4579
4612
  "切换标题栏中聊天控件的可见性",
4580
4613
  "更多...",
4581
4614
  "登录以使用 AI 功能...",
4582
4615
  "已达到 GitHub Copilot Free 计划聊天消息配额。单击以了解详细信息。",
4583
- "切换聊天模式将结束当前的编辑会话。",
4616
+ "Switching agents will end your current edit session.",
4584
4617
  "启动新会话?",
4585
- "更改聊天模式将结束当前的编辑会话。是否要更改聊天模式?",
4618
+ "Changing the agent will end your current edit session. Would you like to change the agent?",
4586
4619
  "是",
4587
4620
  "生成代码",
4588
- "说明",
4589
- "修复",
4590
- "代码评审",
4591
- "生成文档",
4592
- "生成测试",
4593
- "默认显示视图",
4594
- "编辑工具审批",
4595
- "始终需要手动审批",
4596
- "对此会话自动审批",
4597
- "对此工作区自动审批",
4598
- "全局自动审批",
4599
- "对 {0} 的审批设置",
4600
4621
  undefined,
4601
4622
  undefined,
4602
4623
  undefined,
4603
4624
  undefined,
4604
- "新建聊天",
4605
- "新建聊天",
4606
4625
  undefined,
4607
- "撤消上一个请求",
4608
- "恢复上一个请求",
4609
- "恢复",
4610
- "重新应用放弃的工作区更改和聊天",
4626
+ "默认显示视图",
4627
+ "Manage Tool Approval",
4628
+ "Edit/manage the tool approval and confirmation preferences for AI chat agents.",
4629
+ "Chat History",
4611
4630
  "应用于 {0}",
4612
4631
  "复制",
4613
4632
  "在编辑器中应用",
@@ -4625,6 +4644,7 @@ var content = [
4625
4644
  "将相关文件添加到工作集",
4626
4645
  "来自剪贴板的图像",
4627
4646
  "粘贴的图像",
4647
+ "Terminal",
4628
4648
  "屏幕截图窗口",
4629
4649
  "屏幕截图",
4630
4650
  "将文件添加到聊天",
@@ -4636,6 +4656,7 @@ var content = [
4636
4656
  "返回 ↩",
4637
4657
  "全部复制",
4638
4658
  "复制",
4659
+ "Copy Math Source",
4639
4660
  "日志聊天输入历史记录",
4640
4661
  "日志聊天索引",
4641
4662
  "这将删除上一个请求并撤消对 {0} 所做的编辑。是否继续?",
@@ -4646,30 +4667,30 @@ var content = [
4646
4667
  "是否要撤消 {0} 编辑?",
4647
4668
  "是",
4648
4669
  "不再询问",
4649
- "发送和调度",
4650
- "发送到编码智能体",
4670
+ "Send",
4671
+ "Send to Agent",
4672
+ "发送到新聊天",
4651
4673
  "发送到编辑会话",
4652
- "切换到下一个聊天模式",
4674
+ "Switch to Next Agent",
4653
4675
  "切换到下一个模型",
4654
4676
  "打开模型选取器",
4655
- "打开“模式选取器”",
4656
- "设置模式",
4677
+ "Open Agent Picker",
4678
+ "Set Agent",
4679
+ "Open Picker",
4657
4680
  "更改模型",
4658
4681
  "发送",
4659
4682
  "发送",
4660
- "委托给编码代理",
4661
4683
  undefined,
4662
- "正在委托给编码代理",
4663
- "选择编码代理",
4664
- "此拉取请求将继续执行你的工作。",
4665
- "编码智能体响应: {0}",
4666
- "编码智能体会话已取消。",
4667
4684
  undefined,
4668
- "用户已从其工作区附加以下文件:",
4669
- "正在分析聊天历史记录",
4670
- "委派给编码代理",
4685
+ undefined,
4686
+ undefined,
4687
+ undefined,
4688
+ undefined,
4689
+ undefined,
4690
+ undefined,
4691
+ undefined,
4692
+ undefined,
4671
4693
  "通过 {0} 发送",
4672
- "发送到新聊天",
4673
4694
  "取消",
4674
4695
  "取消编辑",
4675
4696
  "下一文件树",
@@ -4687,14 +4708,20 @@ var content = [
4687
4708
  "目前不允许任何扩展使用来自 {0} 的模型",
4688
4709
  "管理语言模型访问",
4689
4710
  "选择哪些扩展可以访问语言模型",
4690
- "在编辑器中打开聊天",
4691
- "在新窗口中打开聊天",
4692
- "在侧边栏中打开聊天",
4693
- "在辅助侧栏中打开对话助手",
4694
- "在主侧栏中打开对话助手",
4695
- "在面板中打开对话助手",
4696
- undefined,
4697
- undefined,
4711
+ "Move Chat into Editor Area",
4712
+ "Move Chat into New Window",
4713
+ "Move Chat into Side Bar",
4714
+ "Move Chat into Secondary Side Bar",
4715
+ "Move Chat into Primary Side Bar",
4716
+ "Move Chat into Panel",
4717
+ "New Chat",
4718
+ "New Chat",
4719
+ "Undo Last Request",
4720
+ "Redo Last Request",
4721
+ "Redo",
4722
+ "Reapply discarded workspace changes and chat",
4723
+ "Next User Prompt",
4724
+ "Previous User Prompt",
4698
4725
  "在聊天视图中打开",
4699
4726
  "关闭快速聊天",
4700
4727
  "打开快速聊天",
@@ -4711,10 +4738,11 @@ var content = [
4711
4738
  "是否确实要删除此聊天会话?",
4712
4739
  "此操作不能撤消。",
4713
4740
  "删除",
4714
- "在新窗口中打开聊天",
4715
- "打开侧边聊天",
4716
- "在边栏中打开聊天",
4741
+ "Move Chat into New Window",
4742
+ "Move Chat to the Side",
4743
+ "Move Chat into Side Bar",
4717
4744
  "显示丰富说明",
4745
+ "Enable New Single View",
4718
4746
  "开始使用聊天会话",
4719
4747
  "已安装 ‘{0}’",
4720
4748
  "安装“{0}”",
@@ -4735,20 +4763,21 @@ var content = [
4735
4763
  "不再询问",
4736
4764
  "插入笔记本",
4737
4765
  "接受",
4738
- undefined,
4766
+ "Skip",
4739
4767
  "配置工具...",
4740
4768
  "选择此聊天会话的工具",
4741
- "所选工具由提示命令配置,仅适用于此聊天会话。",
4742
- "选择此聊天模式的工具",
4743
- "所选工具由“{0}”聊天模式配置。对工具的更改也将应用于模式文件。",
4769
+ "The selected tools were configured only for this chat session.",
4770
+ "Select tools for this custom agent",
4771
+ "The selected tools are configured by the '{0}' custom agent. Changes to the tools will be applied to the custom agent file as well.",
4772
+ "Select tools for this custom agent",
4773
+ "The selected tools are configured by the '{0}' custom agent. Changes to the tools will only be used for this session and will not change the '{0}' custom agent.",
4744
4774
  "选择可用于聊天的工具。",
4775
+ "The selected tools will be applied globally for all chat sessions that use the default agent.",
4745
4776
  "启用了超过 {0} 个工具,可能会遇到工具调用降级。",
4746
4777
  "编辑工具集",
4747
4778
  "配置 {0}",
4748
4779
  "显示输出",
4749
4780
  "更新工具",
4750
- "MCP 服务器: {0}",
4751
- "扩展: {0}",
4752
4781
  "内置",
4753
4782
  "用户定义的工具集",
4754
4783
  "添加工具以进行聊天",
@@ -4773,14 +4802,34 @@ var content = [
4773
4802
  "未能应用代码块: {0}",
4774
4803
  "无法将代码块应用于只读文件。",
4775
4804
  "管理语言模型...",
4805
+ "Working...",
4806
+ "Failed",
4807
+ "Finished",
4808
+ "Local",
4809
+ "Background",
4810
+ "Cloud",
4811
+ "Refresh Agent Sessions",
4812
+ "Find Agent Session",
4813
+ "New Session",
4814
+ "New Session",
4815
+ "New Local Session",
4816
+ "New Background Session",
4817
+ "New Cloud Session",
4818
+ "New {0}",
4819
+ "Install Chat Extensions...",
4820
+ "Refreshing agent sessions...",
4821
+ "Agent Sessions",
4822
+ "Agent Sessions",
4823
+ "{0} agent sessions",
4776
4824
  "单元格",
4777
4825
  "文件",
4826
+ "禁用当前 {0} 上下文",
4827
+ "启用当前 {0} 上下文",
4828
+ "Current file context",
4778
4829
  "已附加 {0}、{1}、行 {2} 到行 {3}",
4779
4830
  "已附加 {0}、{1}",
4780
4831
  "当前 {0} 上下文",
4781
4832
  "启用当前 {0} 上下文",
4782
- "禁用当前 {0} 上下文",
4783
- "启用当前 {0} 上下文",
4784
4833
  "聊天",
4785
4834
  "控制聊天消息中的字号(以像素为单位)。",
4786
4835
  "控制聊天消息中的字体系列。",
@@ -4795,7 +4844,7 @@ var content = [
4795
4844
  "从不启用隐式上下文。",
4796
4845
  "已为第一次交互启用隐式上下文。",
4797
4846
  "始终启用隐式上下文。",
4798
- "控制是否显示新的隐式上下文流。在“询问和编辑”模式下,上下文将自动包含在内。在代理模式下,将以附件的形式建议上下文。选择内容始终作为上下文包含在内。",
4847
+ "Controls whether the new implicit context flow is shown. In Ask and Edit modes, the context will automatically be included. When using an agent, context will be suggested as an attachment. Selections are always included as context.",
4799
4848
  "自动接受聊天所做的更改之后的延迟。值以秒为单位,“0” 表示禁用,最大值为 “100” 秒。",
4800
4849
  "是否在删除请求及其关联的编辑之前显示确认消息。",
4801
4850
  "是否在重试请求及其关联的编辑之前显示确认消息。",
@@ -4803,7 +4852,7 @@ var content = [
4803
4852
  "为 panel 聊天启用聊天参与者自动删除功能。",
4804
4853
  "为 panel 聊天启用聊天参与者自动删除功能。",
4805
4854
  "控制是否应在聊天输入中呈现相关文件。",
4806
- "控制在窗口未处于焦点而需要确认时,聊天会话是否应通知用户。这包括窗口徽章和通知横幅。",
4855
+ "Controls whether a chat session should present the user with an OS notification when a confirmation is needed while the window is not in focus. This includes a window badge as well as notification toast.",
4807
4856
  "全局自动批准也称为“YOLO 模式”,它会完全禁用对所有工作区中所有工具的手动审批,从而允许智能体完全自主地执行操作。此操作极为危险,并且“从不”建议使用,因为即使是 Codespaces 和开发容器等容器化环境也会将用户密钥转发到可能遭到入侵的容器中。\r\n\r\n此功能会禁用关键安全保护,并导致攻击者能够更容易地入侵计算机。",
4808
4857
  "控制是否自动批准聊天所做的编辑。默认设置是批准所有编辑,但对某些文件所做的可能会导致立即产生意外副作用的编辑除外,例如 `**/.vscode/*.json`。\r\n\r\n设置为 `true` 会自动批准对匹配文件的编辑,设置为 `false` 则始终需要显式批准。匹配给定文件的最后一个模式决定是否自动批准编辑。",
4809
4858
  "控制是否可以从简单浏览器将元素发送到聊天。",
@@ -4811,9 +4860,8 @@ var content = [
4811
4860
  "控制是否将所选元素的屏幕截图添加到聊天中。必须启用 {0}。",
4812
4861
  "控制在发出撤消请求时是否应还原聊天的输入。输入将使用已还原请求的文本填充。",
4813
4862
  "启用在聊天中编辑请求。借助此操作,可以更改请求内容并将其重新提交到模型。",
4814
- "显示修改后的空聊天状态,并在输入占位符文本中提供提示。",
4815
4863
  "显示空聊天状态的最近聊天历史记录。",
4816
- undefined,
4864
+ "Controls whether a chat session should present the user with an OS notification when a response is received while the window is not in focus. This includes a window badge as well as notification toast.",
4817
4865
  "在聊天中启用检查点。使用检查点可以将聊天还原到以前的状态。",
4818
4866
  "控制是否显示聊天检查点文件更改。",
4819
4867
  "控制对已安装的模型上下文协议服务器的访问。",
@@ -4832,53 +4880,50 @@ var content = [
4832
4880
  "为 AI 辅助的 MCP 服务器安装启用 NuGet 包。对于 .NET 包(NuGet.org),用于按中央注册表中的名称安装 MCP 服务器。",
4833
4881
  "启用基于工具调用的新编辑模式。启用此功能后,不支持工具调用的模型将无法用于编辑模式。",
4834
4882
  "使用由第三方扩展提供的工具启用。",
4835
- "使用由第三方扩展提供的工具启用。",
4836
4883
  "为聊天启用代理模式。启用此模式后,可以通过视图中的下拉列表激活代理模式。",
4837
4884
  "使用 KaTeX 在聊天答复中启用数学渲染。",
4838
4885
  "控制代理会话菜单的显示位置。",
4839
4886
  "配置从各种其他应用程序的配置中发现模型上下文协议服务器。",
4840
- undefined,
4887
+ "Enables the default Marketplace for Model Context Protocol (MCP) servers.",
4841
4888
  "配置 MCP 库服务 URL 以连接到以下位置:",
4842
- "提示文件",
4843
- "在聊天会话中启用可重用提示文件(`*{0}`)和指令文件(`*{1}`)。[了解详细信息]({2})。",
4844
- "在聊天会话中启用可重用的提示文件和指令文件。",
4845
4889
  "指令文件位置",
4846
4890
  "指定可在聊天会话中附加的指令文件(`*{0}`)的位置。[了解详细信息]({1})。\r\n\r\n相对路径是从工作区的根文件夹解析的。",
4847
4891
  "提示文件位置",
4848
4892
  "指定可在聊天会话中运行的可重用提示文件(`*{0}`)的位置。[了解详细信息]({1})。\r\n\r\n相对路径是从工作区的根文件夹解析的。",
4849
4893
  "模式文件位置",
4850
4894
  "指定自定义聊天模式文件的位置(`*{0}`)。[了解详细信息]({1})。\r\n\r\n相对路径是从工作区的根文件夹解析的。",
4895
+ "This setting is deprecated and will be removed in future releases. Chat modes are now called custom agents and are located in `.github/agents`",
4851
4896
  "使用 AGENTS.MD 文件",
4852
4897
  "控制是否将工作区根目录中找到的 `AGENTS.MD` 文件中的指令添加到所有聊天请求。",
4853
- undefined,
4854
- undefined,
4898
+ "Use nested AGENTS.MD files",
4899
+ "Controls whether instructions `AGENTS.MD` files found in the workspace are listed in all chat requests.",
4855
4900
  "提示文件建议",
4856
4901
  "配置要在聊天欢迎视图中推荐的提示文件。每个键都是提示文件名,值可以是 `true`,以表示始终推荐,`false` 则表示从不推荐,也可以是 [when 子句](https://aka.ms/vscode-when-clause)表达式,如 `resourceExtname == .js` or `resourceLangId == markdown`。",
4857
- "控制登录对话框的变体。",
4858
- undefined,
4859
- undefined,
4860
- undefined,
4861
- undefined,
4862
- undefined,
4902
+ "Controls whether to show the todo list widget above the chat input. When enabled, the widget displays todo items created by the agent and updates as progress is made.",
4863
4903
  "启用后,待办事项工具在只写模式下运行,这要求代理在上下文中记住待办事项。",
4864
- undefined,
4904
+ "When enabled, todo items include detailed descriptions for implementation context. This provides more information but uses additional tokens and may slow down responses.",
4865
4905
  "默认情况下,思考部分将会折叠。",
4866
4906
  "思考部分将会先展开,然后在遇到非思考部分后折叠。",
4867
- "默认情况下,思考部分将会展开。",
4868
- "不显示思考",
4869
- "每个思考子节可单独折叠,且在思考块内默认折叠。",
4870
4907
  "在固定高度且自动滚动的流式面板中展示思考过程;单击标题可展开至全高。",
4871
4908
  "控制如何呈现思考。",
4872
- "禁用和隐藏 GitHub Copilot 提供的内置 AI 功能,包括聊天、代码补全和下一个编辑建议。",
4873
- undefined,
4909
+ "No tool calls are added into the collapsible thinking section.",
4910
+ "All tool calls are added into the collapsible thinking section.",
4911
+ "Only read-only tool calls are added into the collapsible thinking section.",
4912
+ "When enabled, tool calls are added into the collapsible thinking section according to the selected mode.",
4913
+ "Disable and hide built-in AI features provided by GitHub Copilot, including chat and inline suggestions.",
4914
+ "Experimental implementation of 'cloud button'",
4874
4915
  "控制会话说明是否显示在“聊天会话”视图中的第二行上。",
4875
4916
  "控制聊天中是否允许匿名访问。",
4917
+ "Controls whether sign-in with alternate scopes is used.",
4918
+ "Enables the unification of GitHub Copilot extensions. When enabled, all GitHub Copilot functionality is served from the GitHub Copilot Chat extension. When disabled, the GitHub Copilot and GitHub Copilot Chat extensions operate independently.",
4919
+ "Whether the runSubagent tool is able to use custom agents. When enabled, the tool can take the name of a custom agent, but it must be given the exact name of the agent.",
4876
4920
  "聊天",
4877
- "智能体模式下每轮次允许的最大请求数。达到限制后,将要求确认以继续。",
4921
+ "The maximum number of requests to allow per-turn when using an agent. When the limit is reached, will ask to confirm to continue.",
4878
4922
  "启动新聊天",
4879
- "将聊天保存到提示文件",
4923
+ "Approve results of tool",
4880
4924
  "需要确认聊天: {0}。按 {1} 以接受或按 {2} 以取消。",
4881
4925
  "需要确认聊天: {0}",
4926
+ "Details: {0}",
4882
4927
  "聊天",
4883
4928
  "1 个表",
4884
4929
  "{0} 个表",
@@ -4890,7 +4935,9 @@ var content = [
4890
4935
  "{0}{1}1 个代码块: {2} {3}",
4891
4936
  "{0}{1}{2}{3} 个代码块: {4}{5} {6}",
4892
4937
  "{0}{1}{2} 个代码块: {3} {4}",
4893
- undefined,
4938
+ "Chat: {0}",
4939
+ "Untitled Chat",
4940
+ "New chat response.",
4894
4941
  "此聊天扩展使用的是保留名称。",
4895
4942
  "查看扩展",
4896
4943
  "图像太大",
@@ -4900,6 +4947,12 @@ var content = [
4900
4947
  "附加文件,{0}",
4901
4948
  "已省略此文件: {0}",
4902
4949
  "{0} 不支持此文件类型。",
4950
+ "Terminal command, {0}",
4951
+ "Command: {0}, exit code: {1}",
4952
+ "Command",
4953
+ "Output:",
4954
+ "Click to focus this command in the terminal.",
4955
+ undefined,
4903
4956
  "省略此图像: {0}",
4904
4957
  "部分省略了此图像: {0}",
4905
4958
  "附加图像,{0}",
@@ -4920,8 +4973,8 @@ var content = [
4920
4973
  "单击以查看 {0} 的内容",
4921
4974
  "聊天附件资源的完整值,包括方案和路径",
4922
4975
  "重新运行而不使用 {0}{1}",
4923
- "You have reached the limit for using chat without signing in. Sign in to access your benefits or sign up for free to unlock 50 premium requests per month and access to more models.",
4924
- undefined,
4976
+ "Continue the conversation by signing in. Your free account gets 50 premium requests a month plus access to more models and AI features.",
4977
+ "Enable more AI features",
4925
4978
  "查看所有文件更改",
4926
4979
  "查看匹配项",
4927
4980
  "{0},已展开",
@@ -4929,32 +4982,41 @@ var content = [
4929
4982
  "在还原的聊天中无法使用按钮",
4930
4983
  "接受",
4931
4984
  "关闭",
4932
- "聊天: {0}",
4933
- "聊天: 需要确认",
4934
- "当前聊天会话需要确认才能继续。",
4985
+ "Chat: {0}",
4986
+ "Untitled Chat",
4987
+ "Approval needed to continue.",
4935
4988
  "聊天确认对话框 {0} {1}",
4936
4989
  "正在加载扩展...",
4937
4990
  "正在生成编辑...",
4991
+ "({0}%)...",
4938
4992
  "1 次插入",
4939
4993
  "{0} 行插入",
4940
4994
  "1 个删除",
4941
4995
  "{0} 行删除",
4942
4996
  "已编辑 {0}、{1}、{2}",
4943
- "正在应用编辑({0}%)...",
4997
+ "Skip?",
4998
+ "Activating MCP extensions...",
4999
+ "Starting MCP servers {0}...",
4944
5000
  "MCP 服务器 {0} 可能有新工具,需要交互才能启动。[现在启动?]({1})",
4945
5001
  "MCP 服务器 {0} 可能有新工具,需要交互才能启动。[现在启动?]({1})",
4946
5002
  "正在启动 {0}...",
4947
5003
  "已更改 1 个文件",
4948
5004
  "已更改 {0} 个文件",
4949
- undefined,
5005
+ "Open Changes",
4950
5006
  "文件更改",
4951
5007
  "已添加 {0} 行,已移除 {1} 行",
5008
+ "Auto approved by {0}",
5009
+ "Auto approved for this session",
5010
+ "Auto approved for this workspace",
5011
+ "Auto approved for this profile",
5012
+ "Edit",
4952
5013
  "正在运行...",
5014
+ "Waiting for tool '{0}' to respond...",
4953
5015
  "查看更多",
4954
- "Manage Paid Premium Requests",
5016
+ "管理付费高级请求",
4955
5017
  "升级到 GitHub Copilot Pro",
4956
5018
  "更改可能需要几分钟才能生效。",
4957
- "Click to Retry",
5019
+ "单击以重试",
4958
5020
  "已使用 {0} 个引用",
4959
5021
  "已使用 {0} 个引用",
4960
5022
  "可折叠聊天引用列表",
@@ -4962,32 +5024,38 @@ var content = [
4962
5024
  "已添加 {0} 行,已移除 {1} 行",
4963
5025
  "将文件添加到聊天",
4964
5026
  "复制链接",
5027
+ "current mode",
5028
+ "Proceed from {0}",
5029
+ "{0}",
4965
5030
  "已中止进行更改。",
4966
5031
  "已进行更改。",
4967
5032
  "正在思考...",
4968
- "Thinking: {0}{1}",
5033
+ "正在思考: {0}{1}",
5034
+ "{0}{1}",
4969
5035
  "{0}{1}",
4970
- "Done: {0}{1}",
4971
5036
  "思考了几秒钟",
4972
- "待办事项",
4973
- "清除所有待办事项",
4974
- "清除所有待办事项",
4975
5037
  "{0}、{1}、{2}",
4976
5038
  "{0}、{1}",
4977
- "待办事项({0}/{1})",
4978
- "折叠 {0}",
4979
- "展开 {0}",
4980
5039
  "已完成",
4981
5040
  "正在进行",
4982
5041
  "未开始",
5042
+ "待办事项",
5043
+ "Chat Todo List",
5044
+ "Cannot clear todos while a task is in progress",
5045
+ "清除所有待办事项",
5046
+ "Collapse Todos",
5047
+ "Expand Todos",
5048
+ "Todos ({0}/{1})",
5049
+ "{0} ({1}/{2})",
4983
5050
  "输入",
4984
5051
  "输出",
4985
- "另存为...",
4986
- "未能保存 {0}: {1}",
4987
- "正在保存资源...",
4988
- "已将资源保存到 {0}",
4989
- "选取文件夹以保存资源",
5052
+ "Save As...",
5053
+ "Failed to save {0}: {1}",
5054
+ "Saving resources...",
5055
+ "Saved resources to {0}",
5056
+ "Pick folder to save resources",
4990
5057
  "文件树",
5058
+ "Skip",
4991
5059
  "允许",
4992
5060
  "取消",
4993
5061
  "安装扩展",
@@ -4996,22 +5064,24 @@ var content = [
4996
5064
  "在设置中查看规则",
4997
5065
  "已添加自动批准规则 {0}",
4998
5066
  "已添加自动批准规则 {0}",
4999
- "允许",
5000
- "跳过",
5067
+ "Allow",
5068
+ "Skip",
5001
5069
  "继续但不执行此命令",
5002
5070
  "是否启用终端自动审批?",
5003
5071
  "启用",
5004
5072
  "这将允许可配置的命令子集在终端中自动运行。它提供*最大限度保护*,并假定代理没有恶意行为。",
5005
5073
  "详细了解潜在风险以及如何避免这些风险。",
5074
+ "{0}",
5075
+ "No output was produced by the command.",
5076
+ "Output truncated to first {0} lines.",
5077
+ "Show Output",
5078
+ "Hide Output",
5079
+ "Show and Focus Terminal",
5080
+ "Focus Terminal",
5081
+ "Allow and Review",
5006
5082
  "允许",
5007
5083
  "继续而不运行此工具",
5008
- "在此会话中允许",
5009
- "允许此工具在此会话中运行而无需确认。",
5010
- "此工作区中允许",
5011
- "允许此工具在此工作区中运行而无需确认。",
5012
- "始终允许",
5013
- "始终允许此工具运行而无需确认。",
5014
- "跳过",
5084
+ "Allow and Skip Reviewing Result",
5015
5085
  "显示更多",
5016
5086
  "输入",
5017
5087
  "查看更多",
@@ -5022,6 +5092,11 @@ var content = [
5022
5092
  "编辑",
5023
5093
  "正在呈现工具输出...",
5024
5094
  "呈现工具输出时出错",
5095
+ "Allow",
5096
+ "Skip Results",
5097
+ "Approve Tool Result",
5098
+ "No results to display",
5099
+ "No displayable results",
5025
5100
  "文件",
5026
5101
  "文件夹",
5027
5102
  "图像",
@@ -5062,7 +5137,6 @@ var content = [
5062
5137
  "{0} (快照)",
5063
5138
  "从引用添加文件",
5064
5139
  "查看以前的编辑",
5065
- "{0} (来自 {1}) 的更改",
5066
5140
  "{0} (聊天) 中的更改",
5067
5141
  "转到下一个聊天编辑",
5068
5142
  "转到上一个聊天编辑",
@@ -5074,6 +5148,8 @@ var content = [
5074
5148
  "撤消此文件中的聊天编辑",
5075
5149
  "保留此更改",
5076
5150
  "撤消此更改",
5151
+ "Keep",
5152
+ "Undo",
5077
5153
  "切换聊天编辑的差异编辑器",
5078
5154
  "显示聊天编辑的可访问差异视图",
5079
5155
  "审阅",
@@ -5084,10 +5160,11 @@ var content = [
5084
5160
  "导航状态",
5085
5161
  "当前编辑器是全局编辑会话的一部分",
5086
5162
  "当前编辑器包含聊天修改",
5087
- undefined,
5163
+ "The current editor is currently being modified",
5088
5164
  "已启用聊天更改的审阅模式",
5089
5165
  "当前编辑器显示仍在进行的编辑会话中的文件",
5090
5166
  "此编辑器中编辑会话的转换次数",
5167
+ "The cursor is inside a change range made by chat editing.",
5091
5168
  "正在运行...",
5092
5169
  "{0}/{1}",
5093
5170
  "—",
@@ -5105,10 +5182,8 @@ var content = [
5105
5182
  "聊天编辑",
5106
5183
  "正在保存聊天编辑历史记录",
5107
5184
  "聊天编辑",
5108
- "挂起的{0}更改",
5109
5185
  "挂起的聊天更改",
5110
5186
  "建议的编辑",
5111
- "{0} (来自 {1} 的更改)",
5112
5187
  "{0} (聊天中的更改)",
5113
5188
  "将元素添加到聊天",
5114
5189
  "选择元素",
@@ -5127,6 +5202,7 @@ var content = [
5127
5202
  "已取消选择",
5128
5203
  "正在连接到 Web 视图...",
5129
5204
  "请重新打开预览。",
5205
+ "Loading...",
5130
5206
  "聊天编辑器标签的图标。",
5131
5207
  "关闭聊天编辑器",
5132
5208
  "关闭聊天编辑器将结束当前的编辑会话。",
@@ -5148,13 +5224,14 @@ var content = [
5148
5224
  "转到实现(&&I)",
5149
5225
  "转到引用",
5150
5226
  "转到引用(&&R)",
5151
- "(代理模式),在工作区中编辑文件。",
5152
- "(编辑模式),在工作区中编辑文件。",
5153
- "(询问模式),提问或键入 / 以选择主题。",
5154
- "聊天输入 {0} Enter 以发送请求。使用 {1} 以获取聊天辅助功能帮助。",
5155
- "聊天输入 {0} Enter 以发送请求。有关详细信息,请使用聊天辅助功能帮助命令。",
5156
- "聊天输入 {0}",
5157
- "更多...",
5227
+ ", {0}. ",
5228
+ "({0}), {1}",
5229
+ "(Agent), edit files in your workspace.",
5230
+ "(Edit), edit files in your workspace.",
5231
+ "(Ask), ask questions or type / for topics.",
5232
+ "Chat Input {0}{1} Press Enter to send out the request. Use {2} for Chat Accessibility Help.",
5233
+ "Chat Input {0}{1} Press Enter to send out the request. Use the Chat Accessibility Help command for more information.",
5234
+ "Chat Input {0}{1}.",
5158
5235
  "搜索要添加到请求的文件和上下文",
5159
5236
  "切换已更改的文件。",
5160
5237
  "已更改 1 个文件",
@@ -5179,9 +5256,76 @@ var content = [
5179
5256
  "代码不完整",
5180
5257
  "报告问题",
5181
5258
  "其他",
5182
- "为聊天输出中的特定 MIME 类型提供呈现器",
5259
+ "Chat Management Editor",
5260
+ "Models Management Editor",
5261
+ "Manage Language Models",
5262
+ "Clear Models Search Results",
5263
+ "The color of the Chat Management editor splitview sash border.",
5264
+ "Usage",
5265
+ "Models",
5266
+ "Sections",
5267
+ "Copilot",
5268
+ "Free",
5269
+ "Upgrade to Copilot Pro+",
5270
+ "Upgrade to Copilot Pro",
5271
+ "Upgrade to Copilot Pro",
5272
+ "Use AI Features",
5273
+ "Enable more AI Features",
5274
+ "Enable AI Features",
5275
+ "Sign in to use AI Features",
5276
+ "Copilot Pro",
5277
+ "Copilot Pro+",
5278
+ "Copilot Business",
5279
+ "Copilot Enterprise",
5280
+ "Copilot Free",
5281
+ "Icon of the AI Management editor label.",
5282
+ "Icon of the Models Management editor label.",
5283
+ "Manage Copilot",
5284
+ "Language Models",
5285
+ "Filter",
5286
+ "Filter by {0}",
5287
+ "Filter by {0}",
5288
+ "Filter by {0}",
5289
+ "Visible",
5290
+ "Hidden",
5291
+ "Tools",
5292
+ "Vision",
5293
+ "Agent Mode",
5294
+ "Expand",
5295
+ "Collapse",
5296
+ "Hide",
5297
+ "Show",
5298
+ "Hide in the chat model picker",
5299
+ "Show in the chat model picker",
5300
+ "This model is hidden in the chat model picker",
5301
+ "Context Size",
5302
+ "Input",
5303
+ "Output",
5304
+ "Tools",
5305
+ "Vision",
5306
+ "Manage {0}...",
5307
+ "Type to search...",
5308
+ "Clear Search",
5309
+ "Add Models...",
5310
+ "Name",
5311
+ "Capabilities",
5312
+ "Context Size",
5313
+ "Multiplier",
5314
+ "{0} provider",
5315
+ "{0} from {1}",
5316
+ "Language Models",
5317
+ "Inline Suggestions",
5318
+ "Chat messages",
5319
+ "Inline Suggestions",
5320
+ "Chat messages",
5321
+ "Premium requests",
5322
+ "Additional paid premium requests enabled.",
5323
+ "Allowance resets {0}.",
5324
+ "Included",
5325
+ "Limited",
5183
5326
  "呈现器的唯一标识符。",
5184
5327
  "此呈现器可处理的 MIME 类型",
5328
+ "为聊天输出中的特定 MIME 类型提供呈现器",
5185
5329
  "聊天",
5186
5330
  "聊天(&&C)",
5187
5331
  "提供聊天参与者",
@@ -5197,7 +5341,7 @@ var content = [
5197
5341
  "适用于此聊天参与者的问题类型的详细描述。",
5198
5342
  "适用于此聊天参与者的代表性示例问题的列表。",
5199
5343
  "可用于此聊天参与者的命令,用户可使用 `/` 进行调用。",
5200
- " UI 中引用此命令时使用的段名称,例如 `fix` * `explain` (用于解决问题或解释代码的命令)。名称在此参与者提供的命令中应是唯一的。",
5344
+ "A short name by which this command is referred to in the UI, e.g. `fix` or `explain` for commands that fix an issue or explain code. The name should be unique among the commands provided by this participant.",
5201
5345
  "此命令的说明。",
5202
5346
  "启用命令时必须为 true 的条件。",
5203
5347
  "当用户在 `/help` 中单击此命令时,此文本将提交给该参与者。",
@@ -5219,35 +5363,55 @@ var content = [
5219
5363
  "1 行",
5220
5364
  "{0} 行",
5221
5365
  "{0} 和另外 {1} 个",
5222
- undefined,
5366
+ "By continuing with {0} Copilot, you agree to {1}'s [Terms]({2}) and [Privacy Statement]({3})",
5367
+ "Approve results of {0}? Result: ",
5223
5368
  "向聊天小组件提供聊天会话集成。",
5224
5369
  "聊天会话类型的唯一标识符。",
5225
- "聊天小组件中显示的名称。(例如: @agent)",
5370
+ "Name of the dynamically registered chat participant (eg: @agent). Must not contain whitespace.",
5226
5371
  "此项的更长名称,用于在菜单中显示。",
5227
5372
  "用于菜单和工具提示的聊天会话的说明。",
5228
5373
  "此条件必须为 true 才能显示此项。",
5374
+ "Icon identifier (codicon ID) for the chat session editor tab. For example, \"$(github)\" or \"$(cloud)\".",
5375
+ "Icon path when a light theme is used",
5376
+ "Icon path when a dark theme is used",
5377
+ "Order in which this item should be displayed.",
5378
+ "Alternative identifiers for backward compatibility.",
5379
+ "Title text to display in the chat welcome view for this session type.",
5380
+ "Message text (supports markdown) to display in the chat welcome view for this session type.",
5381
+ "Tips text (supports markdown and theme icons) to display in the chat welcome view for this session type.",
5382
+ "Placeholder text to display in the chat input box for this session type.",
5229
5383
  "适用于此聊天会话的可选功能。",
5230
5384
  "此聊天会话是否支持附加文件或文件引用。",
5231
5385
  "此聊天会话是否支持附加工具或工具引用。",
5386
+ "Whether this chat session supports attaching MCP resources.",
5387
+ "Whether this chat session supports attaching images.",
5388
+ "Whether this chat session supports attaching search results.",
5389
+ "Whether this chat session supports attaching instructions.",
5390
+ "Whether this chat session supports attaching source control changes.",
5391
+ "Whether this chat session supports attaching problems.",
5392
+ "Whether this chat session supports attaching symbols.",
5393
+ "Commands available for this chat session, which the user can invoke with a `/`.",
5394
+ "A short name by which this command is referred to in the UI, e.g. `fix` or `explain` for commands that fix an issue or explain code. The name should be unique among the commands provided by this participant.",
5395
+ "A description of this command.",
5396
+ "A condition which must be true to enable this command.",
5397
+ "Create chat session",
5398
+ "New {0}",
5399
+ "{0}",
5400
+ "Pick Option",
5401
+ "Local Chat",
5232
5402
  undefined,
5233
5403
  undefined,
5234
- undefined,
5235
- undefined,
5236
- "新的 {0} 聊天编辑器",
5237
- "聊天",
5238
- "聊天视图",
5239
- "历史记录",
5240
- "聊天会话",
5241
- "聊天会话",
5242
- "无本地聊天会话\r\n[开始聊天](command:workbench.action.openChat)",
5404
+ "Agent Sessions",
5405
+ "No local chat agent sessions\r\n[Start an Agent Session](command:{0})",
5243
5406
  "入门",
5244
- undefined,
5407
+ "Agent Sessions",
5408
+ "Last Activity: {0}",
5245
5409
  "键入会话名称。按 Enter 键确认或按 Esc 键取消。",
5246
5410
  "聊天会话",
5247
- undefined,
5411
+ "More...",
5248
5412
  "正在刷新聊天会话...",
5249
5413
  "正在加载聊天会话...",
5250
- "{0} 聊天会话",
5414
+ "{0} agent sessions",
5251
5415
  "安装聊天扩展",
5252
5416
  "详细了解 GitHub Copilot 编码代理",
5253
5417
  "询问有关 VS Code 的问题",
@@ -5260,21 +5424,21 @@ var content = [
5260
5424
  "正在准备聊天...",
5261
5425
  "未能获取响应。请重试。",
5262
5426
  "聊天即将就绪...",
5263
- undefined,
5427
+ "Chat took too long to get ready. Please ensure that the extension `{0}` is installed and enabled.",
5264
5428
  "聊天准备用时太长。请确保你已登录到 {0},并且已安装并启用扩展 `{1}`。",
5265
5429
  undefined,
5266
- "聊天未能准备就绪。请确保你已登录到 {0},并且已安装并启用扩展 `{1}`。",
5430
+ undefined,
5267
5431
  "正在登录到 {0}...",
5268
5432
  "正在准备聊天...",
5269
5433
  "聊天设置失败。",
5270
5434
  "AI 功能目前仅在受信任的工作区中受支持。",
5271
5435
  "继续处理 {0}",
5272
- "设置 Copilot",
5436
+ "Use AI Features",
5273
5437
  "暂时跳过",
5274
- "开始使用 GitHub Copilot",
5438
+ "Start using AI Features",
5275
5439
  "启用更多 AI 功能",
5276
- "登录以使用 GitHub Copilot",
5277
- undefined,
5440
+ "Sign in to use AI Features",
5441
+ "By continuing, you agree to {0}'s [Terms]({1}) and [Privacy Statement]({2}).",
5278
5442
  "继续操作即表示你同意 {0} 的[条款]({1})和[隐私声明]({2})。{3} Copilot 可能会显示[公共代码]({4})建议并使用你的数据来改进产品。你可以随时更改这些[设置]({5})。",
5279
5443
  "免费借助 Copilot 使用 AI 功能...",
5280
5444
  "聊天设置失败。是否要重试?",
@@ -5302,45 +5466,45 @@ var content = [
5302
5466
  "仪表警告背景色。",
5303
5467
  "仪表错误前景色。",
5304
5468
  "仪表错误背景色。",
5305
- "Copilot 状态",
5306
- "完成设置",
5307
- "Copilot 已禁用",
5308
- "{0} 个聊天会话正在进行中",
5309
- "1 个聊天会话正在进行中",
5310
- "已注销",
5469
+ "Copilot status",
5470
+ "Finish Setup",
5471
+ "Copilot disabled",
5472
+ "{0} agent sessions in progress",
5473
+ "1 agent session in progress",
5474
+ "Signed out",
5311
5475
  "已达到聊天配额",
5312
- "已达到完成配额",
5476
+ "Inline suggestions quota reached",
5313
5477
  "已达到配额",
5314
- "已禁用代码补全",
5315
- "已推迟代码完成",
5478
+ "Inline suggestions disabled",
5479
+ "Inline suggestions snoozed",
5480
+ "Copilot 状态",
5316
5481
  "Copilot 使用情况",
5317
5482
  "管理聊天",
5318
5483
  "管理聊天",
5319
- "代码补全",
5484
+ "Inline Suggestions",
5320
5485
  "聊天消息",
5321
5486
  "高级请求",
5322
5487
  "限额重置为 {0}。",
5323
5488
  "升级到 GitHub Copilot Pro",
5324
5489
  "Copilot 使用情况",
5325
- undefined,
5326
5490
  "受限",
5327
- "聊天会话",
5328
- "查看聊天会话",
5329
- "查看聊天会话",
5491
+ "Agent Sessions",
5492
+ "View Agent Sessions",
5493
+ "View Agent Sessions",
5330
5494
  "$(loading~spin) {0} 正在进行中",
5331
- "代码完成",
5495
+ "Inline Suggestions",
5332
5496
  "设置",
5333
5497
  "打开“设置”",
5334
5498
  "推迟",
5335
- undefined,
5499
+ "By continuing with {0} Copilot, you agree to {1}'s [Terms]({2}) and [Privacy Statement]({3})",
5336
5500
  "设置 Copilot 以使用 AI 功能。",
5337
5501
  "登录以启用更多 Copilot AI 功能。",
5338
5502
  "启用 Copilot 以使用 AI 功能。",
5339
5503
  "登录以使用 Copilot AI 功能。",
5340
- "设置 Copilot",
5341
- "启用更多 AI 功能",
5342
- "启用 Copilot",
5343
- "登录以使用 Copilot",
5504
+ "Use AI Features",
5505
+ "Enable more AI Features",
5506
+ "Enable AI Features",
5507
+ "Sign in to use AI Features",
5344
5508
  "了解详细信息",
5345
5509
  "管理付费高级请求",
5346
5510
  "已包含",
@@ -5352,34 +5516,26 @@ var content = [
5352
5516
  "{0}",
5353
5517
  "下一个编辑建议",
5354
5518
  "取消推迟",
5355
- "隐藏完成 5 分钟",
5356
- "隐藏完成和 NES 5 分钟",
5519
+ "Hide suggestions for 5 min",
5520
+ "Hide inline suggestions for 5 min",
5357
5521
  "剩余",
5358
- "在剩余持续时间内隐藏完成",
5522
+ "Inline suggestions are hidden for the remaining duration",
5359
5523
  "另外 5 分钟",
5360
5524
  "再推迟 5 分钟",
5361
5525
  "AI 答复可能不准确。",
5362
5526
  "向下滚动",
5363
- "{0} 或输入 {1} 以附加上下文\r\n\r\n{2} 与扩展聊天\r\n\r\n输入 {3} 以使用命令",
5364
- "{0} 或输入 {1} 以附加上下文",
5527
+ "By continuing with {0} Copilot, you agree to {1}'s [Terms]({2}) and [Privacy Statement]({3}).",
5365
5528
  "聊天历史记录",
5366
- undefined,
5367
- undefined,
5368
- undefined,
5369
- "[生成指令]({0}) 以将 AI 载入代码库。",
5370
- "聊天由 AI 提供支持,因此可能会出现错误。请在使用前仔细查看输出。",
5529
+ "Chat history...",
5530
+ "Open chat history",
5531
+ "Show chat history...",
5532
+ "[Generate Agent Instructions]({0}) to onboard AI onto your codebase.",
5371
5533
  "此聊天会话将转发到在后台完成工作的 {0} [编码代理]({1})。",
5372
5534
  "此聊天会话将转发到在后台完成工作的 {0} 编码代理。",
5373
5535
  "委托给 {0}",
5374
- "询问代码的情况。",
5375
- "通过定义一组要使用的文件来启动编辑会话。然后要求进行你想要的更改。",
5376
- "在上下文中编辑。",
5377
- "要求在 [智能体模式]({0}) 下编辑文件。智能体模式将自动使用多个请求来选取要编辑的文件、运行终端命令并迭代处理错误。",
5378
- "使用代理模式生成。",
5379
- "AI 答复可能不准确。\r\n继续使用 {0} Copilot 即表示你同意 {1} 的[条款]({2})和[隐私声明]({3})。",
5380
- "AI 答复可能不准确。",
5381
- "欢迎使用 Copilot",
5382
- "让我们开始吧",
5536
+ "Ask about your code",
5537
+ "Edit in context",
5538
+ "Build with Agent",
5383
5539
  "询问 @vscode",
5384
5540
  "@vscode 如何将主题更改为浅色模式?",
5385
5541
  "创建项目",
@@ -5388,7 +5544,7 @@ var content = [
5388
5544
  "如何生成此工作区?",
5389
5545
  "显示配置",
5390
5546
  "此项目的配置是在何处定义的?",
5391
- undefined,
5547
+ "{0}",
5392
5548
  "与 {0} 聊天",
5393
5549
  "代码块",
5394
5550
  "代码块 {0}",
@@ -5411,10 +5567,41 @@ var content = [
5411
5567
  "{0}({1})",
5412
5568
  "活动文件",
5413
5569
  "{0}: {1}",
5414
- "添加上下文(#)、扩展(@)、命令(/)",
5415
5570
  "此处有一个聊天代理悬停部件。",
5416
5571
  "{0}(建议)",
5417
5572
  "屏幕截图",
5573
+ "without approval",
5574
+ "without reviewing result",
5575
+ "Allow in this Session",
5576
+ "Allow this tool to run in this session without confirmation.",
5577
+ "Allow in this Workspace",
5578
+ "Allow this tool to run in this workspace without confirmation.",
5579
+ "Always Allow",
5580
+ "Always allow this tool to run without confirmation.",
5581
+ "Allow Tools from {0} in this Session",
5582
+ "Allow all tools from this server to run in this session without confirmation.",
5583
+ "Allow Tools from {0} in this Workspace",
5584
+ "Allow all tools from this server to run in this workspace without confirmation.",
5585
+ "Always Allow Tools from {0}",
5586
+ "Always allow all tools from this server to run without confirmation.",
5587
+ "Allow Without Review in this Session",
5588
+ "Allow results from this tool to be sent without confirmation in this session.",
5589
+ "Allow Without Review in this Workspace",
5590
+ "Allow results from this tool to be sent without confirmation in this workspace.",
5591
+ "Always Allow Without Review",
5592
+ "Always allow results from this tool to be sent without confirmation.",
5593
+ "Allow Tools from {0} Without Review in this Session",
5594
+ "Allow results from all tools from this server to be sent without confirmation in this session.",
5595
+ "Allow Tools from {0} Without Review in this Workspace",
5596
+ "Allow results from all tools from this server to be sent without confirmation in this workspace.",
5597
+ "Always Allow Tools from {0} Without Review",
5598
+ "Always allow results from all tools from this server to be sent without confirmation.",
5599
+ "Continue without reviewing any tool results",
5600
+ "Run any tool without approval",
5601
+ "Configure for this workspace only",
5602
+ "Configure session tool approvals",
5603
+ "Configure workspace tool approvals",
5604
+ "Configure global tool approvals",
5418
5605
  "全局自动批准也称为“YOLO 模式”,它会完全禁用对所有工作区中所有工具的手动审批,从而允许智能体完全自主地执行操作。此操作极为危险,并且“从不”建议使用,因为即使是 [Codespaces](https://github.com/features/codespaces)和 [开发容器](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)等容器化环境也会将用户密钥转发到可能遭到入侵的容器中。\r\n\r\n**此功能会禁用 [关键安全保护](https://code.visualstudio.com/docs/copilot/security),并导致攻击者能够更容易地入侵计算机。**",
5419
5606
  "是否启用全局自动批准?",
5420
5607
  "启用",
@@ -5422,68 +5609,77 @@ var content = [
5422
5609
  "内置",
5423
5610
  "自定义",
5424
5611
  "管理模型...",
5425
- "管理语言模型",
5426
- "添加高级模型",
5427
- "添加高级模型",
5612
+ "Manage Language Models",
5613
+ "Add Language Models",
5614
+ "Add Premium Models",
5615
+ "Add Language Models",
5616
+ "Add Premium Models",
5428
5617
  "选取模型",
5429
5618
  "附加指令...",
5430
5619
  "选择要附加的说明文件",
5431
5620
  "配置指令...",
5432
- "指令",
5621
+ "Chat Instructions",
5433
5622
  "选择要打开的指令文件",
5434
5623
  "指令...",
5435
5624
  "选择要附加的说明文件",
5436
5625
  "配置指令...",
5437
- "选择要打开的聊天模式文件",
5438
- "配置模式...",
5439
- "配置聊天模式...",
5440
- "模式",
5441
- "是否要使用“设置同步”备份和同步用户提示、指令和模式文件?",
5626
+ "Select the custom agents to open and configure visibility in the agent picker",
5627
+ "Configure Custom Agents...",
5628
+ "Configure Custom Agents...",
5629
+ "Custom Agents",
5630
+ "Do you want to backup and sync your user prompt, instruction and custom agent files with Setting Sync?'",
5442
5631
  "启用",
5443
5632
  "了解详细信息",
5444
5633
  "新建提示文件...",
5445
5634
  "新建指令文件...",
5446
- "新建模式文件...",
5635
+ "New Custom Agent...",
5447
5636
  "新建无标题提示文件",
5448
5637
  "请输入名称。",
5449
5638
  "名称包含无效的字符。",
5450
5639
  "给定名称的文件已存在。",
5451
5640
  "输入说明文件的名称",
5452
5641
  "输入提示文件的名称",
5453
- "输入自定义聊天模式文件的名称",
5642
+ "Enter the name of the agent file",
5454
5643
  "输入指令文件的新名称",
5455
5644
  "输入提示文件的新名称",
5456
- "输入自定义聊天模式文件的新名称",
5645
+ "Enter a new name of the agent file",
5457
5646
  "当前位置",
5458
5647
  "当前工作区",
5459
5648
  "选择一个位置以创建指令文件...",
5460
5649
  "选择创建提示文件的位置...",
5461
- "选择要创建模式文件的位置...",
5650
+ "Select a location to create the agent file in...",
5462
5651
  "选择要将指令文件移动到的位置...",
5463
5652
  "选择要将提示文件移动到的位置...",
5464
- "选择要将模式文件移动到的位置...",
5653
+ "Select a location to move the agent file to...",
5465
5654
  "选择要将指令文件复制到的位置...",
5466
5655
  "选择要将提示文件复制到的位置...",
5467
- "选择要将模式文件复制到的位置...",
5656
+ "Select a location to copy the agent file to...",
5468
5657
  "了解如何配置可重用提示",
5469
5658
  "了解如何配置可重用指令",
5470
- "了解如何配置自定义聊天模式",
5659
+ "Learn how to configure custom agents",
5471
5660
  "找不到指令源文件夹。",
5472
5661
  "未找到提示源文件夹。",
5473
- "找不到自定义聊天模式源文件夹。",
5474
- "帮助",
5662
+ "No agent source folders found.",
5663
+ "Show help on prompt files",
5664
+ "Show help on instruction files",
5665
+ "Show help on custom agent files",
5475
5666
  "新建提示文件...",
5476
5667
  "新建指令文件...",
5477
- "生成指令...",
5478
- "创建新的自定义聊天模式文件...",
5668
+ "Generate agent instructions...",
5669
+ "Create new custom agent...",
5479
5670
  "在编辑器中打开",
5480
5671
  "删除",
5481
- "重命名",
5482
- "复制或移动(按 {0})",
5672
+ "Move and/or Rename",
5673
+ "Copy",
5674
+ "Hidden from chat view agent picker. Click to show.",
5675
+ "Hide from agent picker",
5483
5676
  "正在搜索文件系统...",
5484
- undefined,
5485
- undefined,
5486
- undefined,
5677
+ "Workspace",
5678
+ "Agent Instructions",
5679
+ "Extensions",
5680
+ "User Data",
5681
+ "{0} (hidden)",
5682
+ "Hidden from chat view agent picker",
5487
5683
  "是否确实要删除“{0}”?",
5488
5684
  "在远程编码代理中运行提示文件",
5489
5685
  "{0} 委托给 Copilot 编码代理",
@@ -5494,7 +5690,7 @@ var content = [
5494
5690
  "如果你未发起此请求,则可能表示有人试图攻击你的系统。除非你采取了明确操作来发起此请求,否则应按“否”",
5495
5691
  "外部应用程序希望创建包含 URL 内容的提示文件。是否要通过选择目标文件夹和名称继续操作?",
5496
5692
  "外部应用程序想要创建包含 URL 内容的指令文件。是否要通过选择目标文件夹和名称继续操作?",
5497
- "外部应用程序想要创建包含 URL 内容的聊天模式。是否要通过选择目标文件夹和名称继续操作?",
5693
+ "An external application wants to create a custom agent with content from a URL. Do you want to continue by selecting a destination folder and name?",
5498
5694
  "是(&&Y)",
5499
5695
  "否",
5500
5696
  "在当前聊天中运行提示",
@@ -5504,7 +5700,12 @@ var content = [
5504
5700
  "提示文件",
5505
5701
  "选择要打开的提示文件",
5506
5702
  "在新聊天中运行提示",
5507
- "将聊天会话保存到提示文件",
5703
+ "Save As Prompt File",
5704
+ "Save as prompt file",
5705
+ "Save As Agent File",
5706
+ "Save as agent file",
5707
+ "Save As Instructions File",
5708
+ "Save as instructions file",
5508
5709
  "空工具集",
5509
5710
  "用户工具集配置",
5510
5711
  "要包含在此工具集中的工具或工具集的列表。不能为空,并且必须按照提示中引用的方式引用工具。",
@@ -5518,16 +5719,16 @@ var content = [
5518
5719
  "键入工具集文件名",
5519
5720
  "文件名无效",
5520
5721
  "“{0}”不是有效的文件名",
5521
- "代理模式",
5522
- undefined,
5523
- undefined,
5722
+ "Suggested Actions",
5723
+ "Suggested prompt: {0}, {1}",
5524
5724
  "建议的提示: {0}",
5525
5725
  "建议的提示: {0}",
5526
- "向聊天视图提供欢迎消息",
5726
+ "Edit Prompt File",
5527
5727
  "欢迎消息的图标。",
5528
5728
  "欢迎消息的标题。",
5529
5729
  "欢迎消息的内容。第一个命令链接将呈现为按钮。",
5530
5730
  "显示欢迎消息的条件。",
5731
+ "向聊天视图提供欢迎消息",
5531
5732
  "聊天请求的边框颜色。",
5532
5733
  "聊天请求的背景色。",
5533
5734
  "聊天斜线命令的背景色。",
@@ -5559,12 +5760,13 @@ var content = [
5559
5760
  "当焦点位于聊天输入中时为 true,否则为 false。",
5560
5761
  "当焦点位于聊天小组件中时为 true,否则为 false。",
5561
5762
  "焦点是否在聊天编辑器中。",
5562
- "当聊天附加了提示文件时为 True。",
5563
- "当前聊天模式的“种类”- 自定义模式的代理。",
5564
- "当前聊天模式下可用的工具数。",
5763
+ undefined,
5764
+ "The 'kind' of the current agent.",
5765
+ "The number of tools available in the current agent.",
5565
5766
  "开始执行虚拟分组时的工具数。",
5566
5767
  "启用聊天时为 True,因为默认聊天参与者是使用实现激活的。",
5567
5768
  "当聊天小组件锁定到编码智能体会话时为 True。",
5769
+ "True when the chat agent supports attachments.",
5568
5770
  "当聊天小组件调度到编辑会话聊天时,为 True。",
5569
5771
  "当聊天小组件位于包含编辑会话的文件中时,为 True。",
5570
5772
  "为扩展面板注册默认聊天参与者时为 True。",
@@ -5572,6 +5774,7 @@ var content = [
5572
5774
  "如果可以在编辑面板中撤消交互,则为 True。",
5573
5775
  "如果可以在编辑面板中重做交互,则为 True。",
5574
5776
  "如果用户可以手动选择聊天模型,则为 True。",
5777
+ "True when the chat is in a contributed chat session that has available 'models' to display.",
5575
5778
  "已安装的聊天扩展无效且需要更新时为 True。",
5576
5779
  "如果快速聊天 UI 具有焦点,则为 true,否则为 false。",
5577
5780
  "当聊天有文件附件时为 True。",
@@ -5581,12 +5784,13 @@ var content = [
5581
5784
  "如果应跳过“聊天请求正在进行中”消息,则为 True。",
5582
5785
  "如果存在工具确认,则为 True。",
5583
5786
  "聊天中可用工具的数量。",
5584
- "如果聊天具有可用的自定义聊天模式,则为 True。",
5787
+ "True when the chat has custom agents available.",
5585
5788
  "聊天面板的位置。",
5586
5789
  "启用聊天空状态历史记录并且聊天处于空状态时为 True。",
5587
5790
  "当前聊天会话项的类型。",
5588
- "当聊天会话项来自历史记录时为 True。",
5791
+ undefined,
5589
5792
  "聊天会话当前处于活动状态(不可删除)时为 True。",
5793
+ "True when focusing a KaTeX math element.",
5590
5794
  "聊天编辑小组件中文件的当前状态",
5591
5795
  "聊天编辑代理是否支持对临时) (只读引用",
5592
5796
  "已进行更改。",
@@ -5594,95 +5798,132 @@ var content = [
5594
5798
  "由于内容安全筛选器已清除响应,请使用修改后的提示重试。",
5595
5799
  "找到具有 1 个许可证类型的类似代码",
5596
5800
  "找到具有 {0} 个许可证类型的类似代码",
5597
- "提问。",
5598
- "编辑文件。",
5599
- "提供指令。",
5801
+ "Explore and understand your code",
5802
+ "Edit or refactor selected code",
5803
+ "Describe what to build next",
5600
5804
  "正在使用 {0}",
5601
5805
  "新建聊天",
5602
- "启动 MCP 服务器",
5603
5806
  "提供程序返回了 null 响应",
5604
5807
  "正在保存聊天历史记录",
5808
+ "New Chat",
5605
5809
  "所有问题",
5606
5810
  "{0} 中的问题",
5607
5811
  "Copilot",
5608
5812
  "此扩展的语言模型使用情况统计信息。",
5609
5813
  "聊天",
5610
5814
  "内置",
5611
- "MCP 服务器: {0}",
5612
5815
  "用户定义",
5613
- "扩展: {0}",
5816
+ "{0} of {1} binary data",
5614
5817
  "语言模型聊天提供程序的全局唯一供应商。",
5615
5818
  "语言模型聊天提供程序的显示名称。",
5616
5819
  "用于管理语言模型聊天提供程序的命令,例如“管理 Copilot 模型”。此命令是在聊天模型选取器中使用的。如果未提供,则在选择供应商期间不会呈现齿轮图标。",
5820
+ "Condition which must be true to show this language model chat provider in the Manage Models list.",
5617
5821
  "提供特定供应商的语言模型聊天提供程序。",
5618
5822
  "已注册供应商“{0}”,无法为其注册两次",
5619
5823
  "供应商字段不能为空。",
5620
5824
  "供应商字段不能以空格开头或结尾。",
5621
5825
  "其他模型",
5622
- undefined,
5623
- undefined,
5624
- undefined,
5625
- undefined,
5626
- undefined,
5627
- undefined,
5628
- undefined,
5629
- undefined,
5630
- undefined,
5826
+ "Contributes {0} for chat prompts.",
5827
+ "Identifier for this file. Must be unique within this extension for this contribution point.",
5828
+ "Path to the file relative to the extension root.",
5829
+ "(Optional) Description of the file.",
5830
+ "Extension '{0}' cannot register {1} entry with invalid name '{2}'.",
5831
+ "Extension '{0}' cannot register {1} entry '{2}' without path.",
5832
+ "Extension '{0}' cannot register {1} entry '{2}' without description.",
5833
+ "Extension '{0}' {1} entry '{2}' path resolves outside the extension.",
5834
+ "Failed to register {0} entry '{1}': {2}",
5631
5835
  "自动附加为模式为 **",
5632
5836
  "自动附加为模式 {0} 匹配 {1}",
5633
5837
  "已在启用设置 {0} 时自动附加",
5634
5838
  "已在启用设置 {0} 时自动附加",
5635
- undefined,
5636
- undefined,
5839
+ "Instructions for the workspace",
5840
+ "Instructions for folder '{0}'",
5637
5841
  "引用者为 {0}",
5638
- undefined,
5639
- undefined,
5640
- undefined,
5641
- undefined,
5642
- undefined,
5643
- undefined,
5644
- undefined,
5645
- undefined,
5646
- undefined,
5647
- undefined,
5648
- undefined,
5649
- undefined,
5650
- undefined,
5651
- undefined,
5652
- undefined,
5653
- undefined,
5654
- undefined,
5655
- undefined,
5656
- undefined,
5657
- undefined,
5658
- undefined,
5659
- undefined,
5660
- undefined,
5661
- undefined,
5662
- undefined,
5663
- undefined,
5664
- undefined,
5665
- undefined,
5666
- undefined,
5667
- undefined,
5668
- undefined,
5669
- undefined,
5670
- undefined,
5671
- undefined,
5672
- undefined,
5673
- undefined,
5674
- undefined,
5675
- undefined,
5676
- undefined,
5677
- undefined,
5678
- undefined,
5679
- undefined,
5680
- undefined,
5681
- undefined,
5682
- undefined,
5683
- "提示文件: {0}",
5684
- undefined,
5685
- undefined,
5842
+ "Rename to 'agent'",
5843
+ "Migrate to custom agent file",
5844
+ "Update to '{0}'",
5845
+ "Update all tool names",
5846
+ "Handoff Example",
5847
+ "The name of the instruction file as shown in the UI. If not set, the name is derived from the file name.",
5848
+ "The description of the instruction file. It can be used to provide additional context or information about the instructions and is passed to the language model as part of the prompt.",
5849
+ "One or more glob pattern (separated by comma) that describe for which files the instructions apply to. Based on these patterns, the file is automatically included in the prompt, when the context contains a file that matches one or more of these patterns. Use `**` when you want this file to always be added.\r\nExample: `**/*.ts`, `**/*.js`, `client/**`",
5850
+ "The name of the agent as shown in the UI.",
5851
+ "The description of the custom agent, what it does and when to use it.",
5852
+ "The argument-hint describes what inputs the custom agent expects or supports.",
5853
+ "Specify the model that runs this custom agent.",
5854
+ "The set of tools that the custom agent has access to.",
5855
+ "The target to which the header attributes like tools apply to. Possible values are `github-copilot` and `vscode`.",
5856
+ "The name of the prompt. This is also the name of the slash command that will run this prompt.",
5857
+ "The description of the reusable prompt, what it does and when to use it.",
5858
+ "The argument-hint describes what inputs the prompt expects or supports.",
5859
+ "The model to use in this prompt.",
5860
+ "The tools to use in this prompt.",
5861
+ "ToolSet: {0}\r\n\r\n",
5862
+ "Note: This attribute is not used when target is github-copilot.",
5863
+ "- Name: {0}",
5864
+ "- Family: {0}",
5865
+ "- Vendor: {0}",
5866
+ "Built-in agent",
5867
+ "Custom agent",
5868
+ "The agent to use when running this prompt.",
5869
+ "**Built-in agents:**",
5870
+ "**Custom agents:**",
5871
+ "Possible handoff actions when the agent has completed its task.",
5872
+ "Note: This attribute is not used when target is github-copilot.",
5873
+ "Chat modes have been renamed to agents. Please move this file to {0}",
5874
+ "Chat modes have been renamed to agents. Please move the file to {0}",
5875
+ "Invalid file reference '{0}'.",
5876
+ "File '{0}' not found at '{1}'.",
5877
+ "Tool or toolset '{0}' has been renamed, use '{1}' instead.",
5878
+ "Unknown tool or toolset '{0}'.",
5879
+ "Tool or toolset '{0}' also needs to be enabled in the header.",
5880
+ "Attribute '{0}' is not supported in prompt files. Supported: {1}.",
5881
+ "Attribute '{0}' is not supported in custom GitHub Copilot agent files. Supported: {1}.",
5882
+ "Attribute '{0}' is ignored when running locally in VS Code.",
5883
+ "Attribute '{0}' is not supported in VS Code agent files. Supported: {1}.",
5884
+ "Attribute '{0}' is not supported in instructions files. Supported: {1}.",
5885
+ "The 'name' attribute must be a string.",
5886
+ "The 'name' attribute must not be empty.",
5887
+ "The 'name' attribute can only consist of letters, digits, underscores, hyphens, and periods.",
5888
+ "The 'description' attribute must be a string.",
5889
+ "The 'description' attribute should not be empty.",
5890
+ "The 'argument-hint' attribute must be a string.",
5891
+ "The 'argument-hint' attribute should not be empty.",
5892
+ "The 'model' attribute must be a string.",
5893
+ "The 'model' attribute must be a non-empty string.",
5894
+ "Unknown model '{0}'.",
5895
+ "Model '{0}' is not suited for agent mode.",
5896
+ "The 'mode' attribute has been deprecated. The 'agent' attribute is used instead.",
5897
+ "The 'mode' attribute has been deprecated. Please rename it to 'agent'.",
5898
+ "The '{0}' attribute must be a string.",
5899
+ "The '{0}' attribute must be a non-empty string.",
5900
+ "Unknown agent '{0}'. Available agents: {1}.",
5901
+ "The 'tools' attribute is only supported when using agents. Attribute will be ignored.",
5902
+ "The 'tools' attribute must be an array.",
5903
+ "Each tool name in the 'tools' attribute must be a string.",
5904
+ "Tool or toolset '{0}' has been renamed, use '{1}' instead.",
5905
+ "Unknown tool '{0}'.",
5906
+ "The 'applyTo' attribute must be a string.",
5907
+ "The 'applyTo' attribute must be a valid glob pattern.",
5908
+ "The 'excludeAgent' attribute must be an array.",
5909
+ "The 'handoffs' attribute must be an array.",
5910
+ "Each handoff in the 'handoffs' attribute must be an object with 'label', 'agent', 'prompt' and optional 'send'.",
5911
+ "The 'label' property in a handoff must be a non-empty string.",
5912
+ "The 'agent' property in a handoff must be a non-empty string.",
5913
+ "The 'prompt' property in a handoff must be a string.",
5914
+ "The 'send' property in a handoff must be a boolean.",
5915
+ "Unknown property '{0}' in handoff object. Supported properties are 'label', 'agent', 'prompt' and optional 'send'.",
5916
+ "Missing required properties {0} in handoff object.",
5917
+ "The 'target' attribute must be a string.",
5918
+ "The 'target' attribute must be a non-empty string.",
5919
+ "The 'target' attribute must be one of: {0}.",
5920
+ "Execute shell commands",
5921
+ "Edit files",
5922
+ "Search in files",
5923
+ "Call custom agents",
5924
+ undefined,
5925
+ "User Data",
5926
+ "Extension: {0}",
5686
5927
  "提供可由聊天会话中的语言模型或独立命令调用的工具。所有扩展都可以使用已注册的工具。",
5687
5928
  "此工作的唯一名称。此名称必须是全局唯一标识符,并在向语言模型演示此工具时用作名称。",
5688
5929
  "如果为此工具启用了 {0},用户可将 \"#\" 与此名称一起使用,以在查询中调用此工具。否则,不需要该名称。名称不能包含空格。",
@@ -5716,11 +5957,13 @@ var content = [
5716
5957
  "更新了待办事项列表",
5717
5958
  "已创建 1 个待办事项",
5718
5959
  "已创建 {0} 个待办事项",
5719
- "正在启动({0}/{1}) *{2}*",
5720
- "已完成({0}/{1}) *{2}*",
5960
+ "Starting: *{0}* ({1}/{2})",
5961
+ "Completed: *{0}* ({1}/{2})",
5721
5962
  "已添加 1 个待办事项",
5722
5963
  "已添加 {0} 个待办事项",
5723
5964
  "更新了待办事项列表",
5965
+ "Run Subagent",
5966
+ "Runs a task within an isolated subagent context. Enables efficient organization of tasks and context window management.",
5724
5967
  "正在进行语音转文本会话以进行聊天。",
5725
5968
  "触发由窗口或焦点更改触发的显式保存和自动保存的代码操作。",
5726
5969
  "仅在显式保存时触发代码操作",
@@ -5776,7 +6019,7 @@ var content = [
5776
6019
  "此元素存在 {0} 个问题",
5777
6020
  "包含存在问题的元素",
5778
6021
  "转到行/列...",
5779
- "键入要转到的行号和可选列(例如,42:5表示第 42 行和第 5 )",
6022
+ "Type the line number and optional column to go to (e.g. :42:5 for line 42, column 5). Type :: to go to a character offset (e.g. ::1024 for character 1024 from the start of the file). Use negative values to navigate backwards.",
5780
6023
  "转到行/列",
5781
6024
  "无匹配项",
5782
6025
  "转到编辑器中的符号...",
@@ -6018,7 +6261,6 @@ var content = [
6018
6261
  "内置",
6019
6262
  "当前处于活动状态的自定义编辑器的 viewType。",
6020
6263
  "为 '{0}' 提供的扩展的文本编辑器仍处于打开状态,否则将关闭该扩展。",
6021
- "提供的自定义编辑器。",
6022
6264
  "自定义编辑器的标识符。它在所有自定义编辑器中都必须是唯一的,因此建议将扩展 ID 作为 \"viewType\" 的一部分包括在内。在使用 \"vscode.registerCustomEditorProvider\" 和在 \"onCustomEditor:${id}\" [激活事件](https://code.visualstudio.com/api/references/activation-events)中注册自定义编辑器时,使用 \"viewType\"。",
6023
6265
  "自定义编辑器的用户可读名称。当选择要使用的编辑器时,向用户显示此名称。",
6024
6266
  "为其启用了自定义编辑器的一组 glob。",
@@ -6026,6 +6268,7 @@ var content = [
6026
6268
  "控制在用户打开文件时是否自动启用自定义编辑器。用户可能会使用 \"workbench.editorAssociations\" 设置覆盖此项。",
6027
6269
  "在用户打开资源时自动使用此编辑器,前提是没有为该资源注册其他默认的自定义编辑器。",
6028
6270
  "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。",
6271
+ "提供的自定义编辑器。",
6029
6272
  "视图类型",
6030
6273
  "优先级",
6031
6274
  "文件名模式",
@@ -6230,10 +6473,10 @@ var content = [
6230
6473
  "仅在调试视图中显示调试工具栏。",
6231
6474
  "“(实验)”在命令中心显示调试工具栏。",
6232
6475
  "不显示调试工具栏。",
6233
- "从不在状态栏中显示调试",
6234
- "始终在状态栏中显示调试",
6235
- "仅于第一次启动调试后在状态栏中显示调试",
6236
- "控制应在何时显示调试状态栏。",
6476
+ "Never show debug item in status bar",
6477
+ "Always show debug item in status bar",
6478
+ "Show debug item in status bar only after debug was started for the first time",
6479
+ "Controls when the debug status bar item should be visible.",
6237
6480
  "控制调试控制台是否应在调试会话结束时自动关闭。",
6238
6481
  "在集成或外部终端中启动新的调试会话之前,请清除终端。",
6239
6482
  "控制何时打开“调试”视图。",
@@ -6268,7 +6511,7 @@ var content = [
6268
6511
  "始终自动展开惰性变量。",
6269
6512
  "从不自动展开惰性变量。",
6270
6513
  "控制是否由调试器自动解析和展开延迟解析的变量,如 getter。",
6271
- "调试器处于活动状态时的状态栏颜色。",
6514
+ "Color of the status bar when the debugger is active.",
6272
6515
  "调试处于活动状态时,在“运行和调试”视图的标题栏中隐藏“启动调试”控件。仅当 {0} 未“停靠”时才相关。",
6273
6516
  "隐藏“preLaunchTask”运行一段时间后显示的警告。",
6274
6517
  "调试启动配置",
@@ -6602,8 +6845,8 @@ var content = [
6602
6845
  "运行",
6603
6846
  "[打开文件](command:{0}),可调试或运行。",
6604
6847
  "运行和调试",
6605
- "要自定义运行和调试[创建 launch.json 文件](command:{0})",
6606
- "要自定义运行和调试,请[打开文件夹](command:{0}) 并创建一个 launch.json 文件。",
6848
+ "To customize Run and Debug [create a launch.json file]({0}).",
6849
+ "To customize Run and Debug, [open a folder]({0}) and create a launch.json file.",
6607
6850
  "禁用所有调试扩展。启用调试扩展或从市场安装新的扩展。",
6608
6851
  "对于“{1}”,{0} 毫秒后超时 ",
6609
6852
  "活动调试会话的调试类型。例如 \"python\"。",
@@ -6962,6 +7205,7 @@ var content = [
6962
7205
  "激活后,如果窗口不在焦点中,扩展将在更新后自动重启。如果已打开 Notebooks 或自定义编辑器,则可能会丢失数据。",
6963
7206
  "配置要连接到的市场服务 URL",
6964
7207
  "启用后,Node.js 导航器对象将在全局作用域中可用。",
7208
+ "Controls the timeout in milliseconds for HTTP requests made when fetching extensions from the Marketplace",
6965
7209
  "找不到扩展“{0}”。",
6966
7210
  "安装给定的扩展",
6967
7211
  "扩展 ID 或 VSIX 资源 URI",
@@ -7193,6 +7437,7 @@ var content = [
7193
7437
  "已启用此扩展,因为在当前环境中需要此扩展。",
7194
7438
  "此扩展已禁用,因为它不支持虚拟工作区。",
7195
7439
  "此拓展功能受限,因为当前工作区为虚拟。",
7440
+ "All GitHub Copilot functionality is now being served from the GitHub Copilot Chat extension. To temporarily opt out of this extension unification, toggle the {0} setting.",
7196
7441
  "当前工作区不受信任,因此已禁用此扩展。",
7197
7442
  "当前工作区不受信任,因此已限制此扩展的功能。",
7198
7443
  "此扩展在此工作区中被禁用,因为其被定义为在远程扩展主机中运行。请在 '{0}' 中安装扩展以进行启用。",
@@ -7444,7 +7689,7 @@ var content = [
7444
7689
  "运行时扩展编辑器标签的图标。",
7445
7690
  "正在运行的扩展",
7446
7691
  "搜索扩展",
7447
- "此工具用于浏览 Visual Studio Code 扩展市场。借助此工具,模型可以搜索扩展并检索有关它们的详细信息。每当模型需要发现扩展或解析有关已知扩展的信息时,模型均应使用此工具。要使用该工具,模型必须提供扩展类别、相关搜索关键字或已知扩展 ID。请注意,搜索结果可能包含误报,因此建议进行审阅和筛选。",
7692
+ undefined,
7448
7693
  "搜索 VS Code 扩展",
7449
7694
  "请提供要搜索的类别、关键字或 ID。",
7450
7695
  "在集成终端中打开",
@@ -7595,8 +7840,8 @@ var content = [
7595
7840
  "将焦点移动到文件资源管理器的视图容器。",
7596
7841
  "在资源管理器视图中显示活动文件",
7597
7842
  "在资源管理器视图中显示并选择活动文件。",
7598
- "在新的空白工作区中打开活动文件",
7599
- "在新窗口中打开活动文件,而不打开任何文件夹。",
7843
+ "Open Active Editor in New Empty Workspace",
7844
+ "Opens the active editor in a new window with no folders open.",
7600
7845
  "活动编辑器必须包含可打开的资源。",
7601
7846
  "必须提供文件或文件夹名。",
7602
7847
  "文件或文件夹名称不能以斜杠开头。",
@@ -7895,29 +8140,38 @@ var content = [
7895
8140
  "在聊天中查看",
7896
8141
  "切换更改",
7897
8142
  "保留",
7898
- "撤消",
7899
8143
  "关闭",
7900
- "切换内联聊天",
7901
- "取消请求",
7902
8144
  "无法启动编辑器聊天",
7903
8145
  "正在准备...",
7904
8146
  "无结果,请优化输入并重试",
7905
- undefined,
8147
+ "Response was empty",
7906
8148
  "无法应用更改。",
7907
8149
  "无法放弃更改。",
7908
8150
  "在上下文中询问或编辑",
7909
- "内联聊天是否显示上下文提示",
7910
- "在编辑器中从当前行开始",
7911
- "显示内联聊天提示",
7912
- "聊天",
7913
- "请 {0} 以使用 {1} 进行编辑",
7914
- "请 {0} 以继续处理 {1}",
7915
- "禁用内联聊天提示",
7916
- "隐藏内联聊天提示",
8151
+ "Edit, refactor, and generate code",
8152
+ "Working...",
8153
+ "Fix the attached problems",
8154
+ "Fix the attached problem",
8155
+ undefined,
8156
+ undefined,
8157
+ undefined,
8158
+ undefined,
8159
+ undefined,
8160
+ undefined,
7917
8161
  undefined,
8162
+ undefined,
8163
+ "Inline Chat to Panel Chat",
8164
+ "Continue in Panel Chat?",
8165
+ "Do you want to continue in panel chat or rephrase your prompt?",
8166
+ "Inline Chat is designed for single file code changes. This task is either too complex or requires a text response. You can rephrase your prompt or continue in panel chat.",
8167
+ "Continue in Chat",
8168
+ "Cancel",
8169
+ "Don't ask again",
8170
+ "Reset Choice for 'Move Inline Chat to Panel Chat'",
8171
+ "Thank you for your feedback!",
7918
8172
  "内联聊天输入,将{0}用于内联聊天辅助功能帮助。",
7919
8173
  "内联聊天输入,运行内联聊天辅助功能帮助命令以了解详细信息。",
7920
- undefined,
8174
+ "By continuing with {0} Copilot, you agree to {1}'s [Terms]({2}) and [Privacy Statement]({3})",
7921
8175
  "内联聊天输入",
7922
8176
  "已关闭内联聊天小组件",
7923
8177
  "在已更改区域之外输入内容时是否结束内联聊天会话。",
@@ -7926,14 +8180,15 @@ var content = [
7926
8180
  "可访问的差异查看器基于所启用的屏幕阅读器模式。",
7927
8181
  "始终启用可访问的差异查看器。",
7928
8182
  "从未启用可访问的差异查看器。",
7929
- "空行是否显示通过内联聊天生成代码的提示。",
7930
- "使用自然语言或伪代码的行是否显示继续内联聊天的提示。例如,“具有姓名和爱好的类人”会显示继续聊天的提示。",
8183
+ undefined,
8184
+ undefined,
7931
8185
  "是否使用下一个版本的内联聊天。",
7932
- "是否在发出请求后隐藏内联聊天小组件。启用后,该小组件会在发出请求后隐藏,并改为显示聊天覆盖。隐藏后,始终可以使用内联聊天键绑定或通过聊天覆盖小组件再次显示小组件。*注意* 此设置需要启用 `#inlineChat.enableV2#`。",
7933
- "从笔记本中的内联聊天小组件启用类似代理的行为。取决于是否启用 `#inlineChat.enableV2#` 设置。",
8186
+ "Enable agent-like behavior for inline chat widget in notebooks.",
7934
8187
  "内联聊天提供程序是否存在以及内联聊天的编辑器是否处于打开状态",
7935
8188
  "交互式编辑器的提供程序是否存在",
7936
- "交互式编辑器的插件代理是否存在",
8189
+ "Whether an agent for inline for interactive editors exists",
8190
+ "Whether an agent for notebook cells exists",
8191
+ "Whether an agent for notebook cells exists",
7937
8192
  "交互式编辑器输入是否可见",
7938
8193
  "是否聚焦交互式编辑器输入",
7939
8194
  "用户当前在内联聊天中是编辑代码还是生成代码",
@@ -8060,14 +8315,14 @@ var content = [
8060
8315
  "我无法重现",
8061
8316
  "我可以重现",
8062
8317
  "停止",
8063
- "这可能意味着问题已解决,将在即将发布的版本中可用。你可以安全地使用{0}预览体验成员,直到新的稳定版本可用。",
8064
- "下载{0}预览体验成员",
8318
+ "这可能意味着问题已解决,将在即将发布的版本中可用。你可以安全地使用 {0} Insiders,直到新的稳定版本可用。",
8319
+ "下载 {0} Insiders",
8065
8320
  "仍然报告问题",
8066
- "请尝试下载并重现{0}预览体验成员中的问题。",
8321
+ "请尝试下载并重现 {0} Insiders 中的问题。",
8067
8322
  "我无法重现",
8068
8323
  "我可以重现",
8069
8324
  "停止",
8070
- "请尝试重现{0}预览体验成员中的问题,并确认问题是否存在。",
8325
+ "请尝试重现 {0} Insiders 中的问题,并确认问题是否存在。",
8071
8326
  "排查问题...",
8072
8327
  "停止排查问题",
8073
8328
  "报告问题…",
@@ -8148,7 +8403,7 @@ var content = [
8148
8403
  "语言 ID",
8149
8404
  "语言名称",
8150
8405
  "语言本地名称",
8151
- "Language Packs",
8406
+ "语言包",
8152
8407
  "配置显示语言",
8153
8408
  "根据已安装的语言包更改 VS Code 的区域设置。常用语言包括法语、中文、西班牙语、日语、德语、朝鲜语等。",
8154
8409
  "选择显示语言",
@@ -8172,19 +8427,19 @@ var content = [
8172
8427
  "当前",
8173
8428
  "选择会话",
8174
8429
  "选择日志文件",
8175
- "在“设置”中查看",
8176
- "在“设置”中查看“{0}: {1}",
8177
- "还原“{0}: {1}”的值",
8178
- "{0}: {1}”已启用",
8179
- "{0}: {1}”已禁用",
8180
- "启用“{0}: {1}",
8181
- "禁用“{0}: {1}",
8182
- "{0}: {1}”已设置为“{2}",
8183
- "将“{0}: {1}”设置为“{2}",
8184
- "{0}: {1}”已设置为 {2}",
8185
- "将“{0}: {1}”设置为 {2}",
8186
- "查看或更改设置",
8187
- "复制设置 ID",
8430
+ "View in Settings",
8431
+ "View \"{0}: {1}\" in Settings",
8432
+ "Restore value of \"{0}: {1}\"",
8433
+ "\"{0}: {1}\" is already enabled",
8434
+ "\"{0}: {1}\" is already disabled",
8435
+ "Enable \"{0}: {1}\"",
8436
+ "Disable \"{0}: {1}\"",
8437
+ "\"{0}: {1}\" is already set to \"{2}\"",
8438
+ "Set \"{0}: {1}\" to \"{2}\"",
8439
+ "\"{0}: {1}\" is already set to {2}",
8440
+ "Set \"{0}: {1}\" to {2}",
8441
+ "View or change setting",
8442
+ "Copy Setting ID",
8188
8443
  "查看标记视图的图标。",
8189
8444
  "问题(&&P)",
8190
8445
  "以树形式查看",
@@ -8333,8 +8588,8 @@ var content = [
8333
8588
  "启动服务器",
8334
8589
  "停止服务器",
8335
8590
  "MCP 服务器",
8336
- undefined,
8337
- "浏览服务器",
8591
+ "Browse MCP Servers",
8592
+ "Browse MCP Servers",
8338
8593
  "显示已安装的服务器",
8339
8594
  "MCP 服务器",
8340
8595
  "打开用户配置",
@@ -8345,6 +8600,7 @@ var content = [
8345
8600
  "配置 SamplingModel",
8346
8601
  "选择{0}可通过 MCP 采样访问的模型",
8347
8602
  "启动提示服务器",
8603
+ "Skip Current Autostart",
8348
8604
  "输入 NPM 包名称",
8349
8605
  "包名称(如 @org/package)",
8350
8606
  "NPM 包",
@@ -8383,7 +8639,8 @@ var content = [
8383
8639
  "工作区",
8384
8640
  "在此工作区中可用,在 {0} 上运行",
8385
8641
  "在此工作区中可用,在本地运行",
8386
- "选择 MCP 服务器的安装位置",
8642
+ "Add MCP Server",
8643
+ "Select the configuration target",
8387
8644
  "正在加载包详细信息...",
8388
8645
  "打开帮助 URL",
8389
8646
  "尝试其他包",
@@ -8461,6 +8718,12 @@ var content = [
8461
8718
  "搜索资源",
8462
8719
  "安装",
8463
8720
  "已开始安装 MCP 服务器 {0}。编辑器现已打开,其中包含有关此 MCP 服务器的更多详细信息",
8721
+ "Install in Workspace",
8722
+ "Workspace Folder",
8723
+ "Workspace",
8724
+ "Choose where to install the MCP server",
8725
+ "Install (Remote)",
8726
+ "Install in {0}",
8464
8727
  "正在安装",
8465
8728
  "卸载",
8466
8729
  "管理",
@@ -8476,8 +8739,6 @@ var content = [
8476
8739
  "显示采样请求",
8477
8740
  "MCP 采样: {0}",
8478
8741
  "浏览资源",
8479
- "此 MCP 服务器处于禁用状态,因为在编辑器中已将 MCP 服务器配置为禁用。请检查你的 [设置]({0})。",
8480
- "此 MCP 服务器处于禁用状态,因为它在编辑器中配置为禁用。请检查你的 [设置]({0})。",
8481
8742
  "扩展名",
8482
8743
  "详细信息",
8483
8744
  "扩展详细信息,显示扩展的 \"README.md\" 文件。",
@@ -8504,10 +8765,7 @@ var content = [
8504
8765
  "头:",
8505
8766
  "标记",
8506
8767
  "存储库",
8507
- "支持",
8508
- "隐私策略",
8509
- "服务条款",
8510
- "报告滥用情况",
8768
+ "Contact Support",
8511
8769
  "资源",
8512
8770
  "安装",
8513
8771
  "标识符",
@@ -8529,24 +8787,26 @@ var content = [
8529
8787
  "带星标的 mcp 的图标颜色。",
8530
8788
  "MCP 服务器",
8531
8789
  "MCP 服务器",
8532
- undefined,
8533
- "通过安装 MCP 服务器来扩展智能体模式,以引入额外的工具来连接到数据库、调用 API 并执行专业化任务。",
8534
- undefined,
8535
- undefined,
8536
- undefined,
8537
- undefined,
8538
- undefined,
8539
- undefined,
8790
+ "Open Settings",
8791
+ "Browse and install [Model Context Protocol (MCP) servers](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) directly from VS Code to extend agent mode with extra tools for connecting to databases, invoking APIs and performing specialized tasks.",
8792
+ "This feature is currently in preview. You can disable it anytime using the setting {0}.",
8793
+ "Enable MCP Servers Marketplace",
8794
+ "Enable MCP Servers Marketplace?",
8795
+ "Enable",
8796
+ "Cancel",
8797
+ "No MCP Servers found.",
8540
8798
  "MCP 服务器 - 已安装",
8541
8799
  "MCP 服务器",
8542
8800
  "正在使用 {2} 从 {1} 覆盖 MCP 服务器“{0}”。",
8543
8801
  "提供的对象不是 MCP 服务器。",
8544
8802
  "无法安装“{0}”MCP 服务器,因为它在此安装程序中不可用。",
8545
8803
  "{0} 中的全局",
8804
+ "This MCP Server is disabled because MCP servers are configured to be disabled in the Editor. Please check your [settings]({0}).",
8805
+ "This MCP Server is disabled because it is configured to be disabled in the Editor. Please check your [settings]({0}).",
8546
8806
  "应为 MCP 集合数组",
8547
8807
  "“id” 应为非空字符串。",
8548
8808
  "“label” 应为非空字符串。",
8549
- undefined,
8809
+ "Expected 'when' to be a non-empty string.",
8550
8810
  " 在 {0} 上",
8551
8811
  "Claude 桌面",
8552
8812
  "Windsurf",
@@ -8575,7 +8835,7 @@ var content = [
8575
8835
  "提供模型上下文协议服务器。此项内容的用户还应使用 `vscode.lm.registerMcpServerDefinitionProvider`。",
8576
8836
  "集合的唯一 ID。",
8577
8837
  "集合的显示名称。",
8578
- undefined,
8838
+ "Condition which must be true to enable this collection.",
8579
8839
  "ID",
8580
8840
  "名称",
8581
8841
  "MCP 服务器",
@@ -8623,9 +8883,6 @@ var content = [
8623
8883
  "正在启动服务器 {0}",
8624
8884
  "连接状态: {0}",
8625
8885
  "正在停止服务器 {0}",
8626
- "跳过等待",
8627
- "配置",
8628
- "正在等待 MCP 服务器 ‘{0}’ 启动...",
8629
8886
  "已停止",
8630
8887
  "正在启动",
8631
8888
  "正在运行",
@@ -8770,6 +9027,8 @@ var content = [
8770
9027
  "合并编辑器的基数的 URI",
8771
9028
  "合并编辑器结果的 URI",
8772
9029
  "打开文件",
9030
+ "Go to Next Change",
9031
+ "Go to Previous Change",
8773
9032
  "折叠所有差异",
8774
9033
  "展开所有差异",
8775
9034
  "多差异编辑器标签的图标。",
@@ -8831,6 +9090,8 @@ var content = [
8831
9090
  "选择缩进",
8832
9091
  "隐藏“在笔记本中查找”",
8833
9092
  "在笔记本中查找",
9093
+ "Find Next",
9094
+ "Find Previous",
8834
9095
  "查找",
8835
9096
  "查找",
8836
9097
  "上一个匹配项",
@@ -8912,27 +9173,10 @@ var content = [
8912
9173
  "复制单元格输出",
8913
9174
  "在文本编辑器中打开单元输出",
8914
9175
  "在输出预览中打开",
8915
- "发出请求",
8916
- "光标向上",
8917
- "光标向下",
8918
- "聚焦聊天小组件",
8919
- "聚焦到下一个单元格聊天小组件",
8920
- "停止请求",
8921
- "关闭聊天",
8922
- "接受更改",
8923
- "接受",
8924
- "接受更改",
8925
- "放弃",
8926
9176
  "生成",
8927
9177
  "开始聊天以生成代码",
8928
9178
  "生成",
8929
9179
  "开始聊天以生成代码",
8930
- "聚焦聊天",
8931
- "聚焦下一个单元格",
8932
- "聚焦上一个单元格",
8933
- "历史记录中的上一个",
8934
- "历史记录中的下一个",
8935
- "生成",
8936
9180
  "接受并运行",
8937
9181
  "接受并运行",
8938
9182
  "接受更改并运行单元格",
@@ -8942,13 +9186,7 @@ var content = [
8942
9186
  "内核变量...",
8943
9187
  "选择内核变量",
8944
9188
  "将单元格输出添加到聊天",
8945
- "单元格聊天编辑器是否为焦点",
8946
- "单元格聊天编辑器是否具有活动请求",
8947
- "用户是否在笔记本单元格聊天顶部进行了更改",
8948
- "笔记本编辑器的焦点在单元格聊天上方还是下方",
8949
9189
  "是否注册笔记本的聊天代理",
8950
- "在上下文中询问或编辑",
8951
- "AI 生成的代码可能不正确",
8952
9190
  "笔记本",
8953
9191
  "插入单元格",
8954
9192
  "笔记本单元格",
@@ -9088,9 +9326,9 @@ var content = [
9088
9326
  "应在何处显示单元格工具栏,或是否隐藏它。",
9089
9327
  "为特定文件类型配置单元格工具栏位置",
9090
9328
  "是否应显示单元格状态栏。",
9091
- "单元格状态栏始终隐藏。",
9092
- "单元格状态栏始终可见。",
9093
- "在执行单元格之前,单元格状态栏处于隐藏状态。之后,其会变为可见以显示执行状态。",
9329
+ "The cell status bar is always hidden.",
9330
+ "The cell status bar is always visible.",
9331
+ "The cell status bar is hidden until the cell has executed. Then it becomes visible to show the execution status.",
9094
9332
  "控制单元状态栏中显示的单元执行时间的详细程度。",
9095
9333
  "单元执行持续时间可见,悬停工具提示中包含高级信息。",
9096
9334
  "单元上次执行时间戳和持续时间可见,悬停工具提示中包含高级信息。",
@@ -9567,6 +9805,7 @@ var content = [
9567
9805
  "默认值已更改",
9568
9806
  "预览",
9569
9807
  "实验性",
9808
+ "Advanced",
9570
9809
  "用户",
9571
9810
  "工作区",
9572
9811
  "远程",
@@ -9653,12 +9892,20 @@ var content = [
9653
9892
  "添加标记筛选器",
9654
9893
  "语言...",
9655
9894
  "添加语言 ID 筛选器",
9895
+ "Setting ID...",
9896
+ "添加设置 ID 筛选器",
9656
9897
  "联机服务",
9657
9898
  "显示联机服务设置",
9658
- "策略服务",
9659
- "显示策略服务的设置",
9660
- "设置 ID",
9661
- "添加设置 ID 筛选器",
9899
+ "Organization policies",
9900
+ "Show organization policy settings",
9901
+ "Stable",
9902
+ "Show stable settings",
9903
+ "Preview",
9904
+ "Show preview settings",
9905
+ "Experimental",
9906
+ "Show experimental settings",
9907
+ "Advanced",
9908
+ "Show advanced settings",
9662
9909
  "扩展",
9663
9910
  "该设置已在当前作用域中配置。",
9664
9911
  "更多操作...",
@@ -9711,6 +9958,7 @@ var content = [
9711
9958
  "{0},组",
9712
9959
  "预览设置: 此设置控制仍在进行优化但已可供使用的新功能。欢迎提供反馈。",
9713
9960
  "实验性设置: 此设置控制正在积极开发且可能不稳定的新功能。它可能会发生更改或移除。",
9961
+ "Advanced setting: this setting is intended for advanced scenarios and configurations. Only modify this if you know what it does.",
9714
9962
  "拆分设置编辑器",
9715
9963
  "控制是否在设置中启用自然语言搜索。自然语言搜索由 Microsoft 联机服务提供。",
9716
9964
  "在搜索时隐藏目录。",
@@ -9755,7 +10003,8 @@ var content = [
9755
10003
  "进程资源管理器",
9756
10004
  "没有匹配的命令",
9757
10005
  "配置键绑定",
9758
- "询问 {0}: {1}",
10006
+ "Ask in Chat: {0}",
10007
+ "Configure visibility",
9759
10008
  "{0}: {1}",
9760
10009
  "显示所有命令",
9761
10010
  "清除命令历史记录",
@@ -10081,6 +10330,10 @@ var content = [
10081
10330
  "按仓库路径对源代码管理仓库和源代码管理视图中的仓库排序。",
10082
10331
  "控制源代码管理存储库视图中存储库的排序顺序。",
10083
10332
  "控制在“源代码管理存储库”部分中显示的存储库数。设置为 0,以便能够手动调整视图大小。",
10333
+ "Multiple repositories can be selected at the same time.",
10334
+ "Only one repository can be selected at a time.",
10335
+ "Controls the selection mode of the repositories in the Source Control Repositories view.",
10336
+ "Controls whether to show repository artifacts in the Source Control Repositories view. This feature is experimental and only works when {0} is set to `{1}`.",
10084
10337
  "控制是否可以在源代码管理视图中显示操作按钮。",
10085
10338
  "控制是否可以在“源代码管理”输入中显示操作按钮。",
10086
10339
  "控制在源代码管理历史记录项组之间切换时是否存储编辑器工作集。",
@@ -10093,15 +10346,17 @@ var content = [
10093
10346
  "在“源代码管理图”视图中显示所有历史记录项组的徽章。",
10094
10347
  "在“源代码管理图”视图中仅显示用作筛选器的历史记录项组的徽章。",
10095
10348
  "控制“源代码管理图”视图中显示的徽章。这些徽章显示在图右侧,指示历史记录项组的名称。",
10349
+ "Controls whether to show incoming changes in the Source Control Graph view.",
10350
+ "Controls whether to show outgoing changes in the Source Control Graph view.",
10096
10351
  "源代码管理: 接受输入",
10097
10352
  "源代码管理: 查看下一个提交",
10098
10353
  "源代码管理: 查看上一个提交",
10099
10354
  "选择活动存储库,键入以筛选所有存储库",
10100
- "活动存储库基于重点存储库/活动编辑器进行更新",
10355
+ "The active repository is updated based on active editor",
10101
10356
  "在外部终端中打开",
10102
10357
  "在集成终端中打开",
10103
10358
  "差异装饰",
10104
- undefined,
10359
+ "Resolve Conflicts with AI",
10105
10360
  "可见存储库: {0}",
10106
10361
  "存储库: {0}",
10107
10362
  "历史记录项引用: {0}",
@@ -10139,6 +10394,8 @@ var content = [
10139
10394
  "源代码管理图前景色(3)。",
10140
10395
  "源代码管理图前景色(4)。",
10141
10396
  "源代码管理图前景色(5)。",
10397
+ "Incoming Changes",
10398
+ "Outgoing Changes",
10142
10399
  "源代码管理...",
10143
10400
  "选择更改",
10144
10401
  "文件",
@@ -10155,8 +10412,9 @@ var content = [
10155
10412
  "以列表形式查看",
10156
10413
  "以树形式查看",
10157
10414
  "打开更改",
10158
- "所有更改({0} ↔ {1})",
10159
10415
  "打开文件",
10416
+ "Incoming Changes",
10417
+ "Outgoing Changes",
10160
10418
  "{0} 加载更多...",
10161
10419
  "源代码管理历史记录",
10162
10420
  "显示活动存储库的源代码管理图",
@@ -10176,6 +10434,8 @@ var content = [
10176
10434
  "按发现时间排序",
10177
10435
  "按名称排序",
10178
10436
  "按路径排序",
10437
+ "Select Single Repository",
10438
+ "Select Multiple Repositories",
10179
10439
  "按名称对更改进行排序",
10180
10440
  "按路径对更改进行排序",
10181
10441
  "按状态对更改进行排序",
@@ -10188,13 +10448,6 @@ var content = [
10188
10448
  "{0},有关详细信息,请运行“打开辅助功能帮助”命令。",
10189
10449
  "关闭",
10190
10450
  "自动",
10191
- "电子邮件",
10192
- "已更改 {0} 个文件",
10193
- "已更改 {0} 个文件",
10194
- "{0} 个插入{1}",
10195
- "{0} 个插入{1}",
10196
- "{0} 个删除{1}",
10197
- "{0} 个删除{1}",
10198
10451
  "编辑器导航线中被修改行的背景颜色。",
10199
10452
  "编辑器导航线中已修改行的次要背景色。",
10200
10453
  "编辑器导航线中已插入行的背景颜色。",
@@ -10433,21 +10686,21 @@ var content = [
10433
10686
  "是否替换 {1} 文件中出现的 {0}?",
10434
10687
  "空搜索",
10435
10688
  "找不到搜索路径: {0}",
10436
- "找不到结果。",
10437
- "使用 AI 搜索。",
10689
+ undefined,
10438
10690
  "使用 AI 搜索。",
10691
+ "Search with AI",
10439
10692
  "未在打开的编辑器中找到与“{0}”匹配的结果(“{1}”除外) - ",
10440
10693
  "未在打开的编辑器中找到与“{0}”匹配的结果 - ",
10441
10694
  "未在打开的编辑器中找到结果(“{0}”除外) - ",
10442
- "未在打开的编辑器中找到结果。请查看设置中已配置的例外, 并检查 gitignore 文件 - ",
10695
+ "No results found in open editors. Review your configured exclusions and check your gitignore files - ",
10443
10696
  "在“{0}”中找不到结果(“{1}”除外) - ",
10444
10697
  "“{0}”中未找到任何结果 - ",
10445
10698
  "除“{0}”外,未找到任何结果 - ",
10446
- "未找到结果。查看您的设置配置排除, 并检查您的 gitignore 文件-",
10699
+ "No results found. Review your configured exclusions and check your gitignore files - ",
10447
10700
  "再次搜索",
10448
10701
  "在所有文件中再次搜索",
10449
10702
  "打开设置",
10450
- "了解详细信息",
10703
+ undefined,
10451
10704
  "搜索 {1} 文件中返回的 {0} 个结果",
10452
10705
  "结果集仅包含所有匹配项的子集。请使你的搜索更加具体以减少结果。",
10453
10706
  " - 搜索: {0}",
@@ -10626,18 +10879,18 @@ var content = [
10626
10879
  "通过设置已连接任务的配置值 {0},任务已重新连接 {1}",
10627
10880
  "正在重新连接到正在运行的任务...",
10628
10881
  "已重新连接到正在运行的任务。",
10629
- undefined,
10630
- undefined,
10631
- undefined,
10632
- undefined,
10633
- undefined,
10882
+ "Task \"{0}\" finished in {1}.",
10883
+ "Task finished in {0}.",
10884
+ "{0}m {1}s",
10885
+ "{0}m",
10886
+ "{0}s",
10634
10887
  "没有要重新连接的持久性任务。",
10635
10888
  "正在重新连接到 {0} 任务...",
10636
10889
  "筛选快速入门中显示的任务",
10637
10890
  "任务的标签或要作为筛选依据的术语",
10638
10891
  "参与的任务类型",
10639
10892
  "任务的标签或要作为筛选依据的术语",
10640
- "使用 {0} 修复",
10893
+ "Fix with AI",
10641
10894
  "显示输出",
10642
10895
  "存在任务错误。请使用聊天修复这些错误,或查看输出以获取详细信息。",
10643
10896
  "任务出现错误。请查看输出结果,了解更多详细信息",
@@ -10776,7 +11029,7 @@ var content = [
10776
11029
  "运行前始终保存所有编辑器。",
10777
11030
  "运行前绝不保存编辑器。",
10778
11031
  "提示在运行前是否保存编辑器。",
10779
- undefined,
11032
+ "Controls the minimum task runtime in milliseconds before showing an OS notification when the task finishes while the window is not in focus. Set to -1 to disable notifications. Set to 0 to always show notifications. This includes a window badge as well as notification toast.",
10780
11033
  "为任务启用详细日志记录。",
10781
11034
  "重新运行任务",
10782
11035
  "显示所有任务...",
@@ -10894,7 +11147,7 @@ var content = [
10894
11147
  "控制是否在执行任务之前清除终端。",
10895
11148
  "控制是否使用拆分窗格在特定终端组中执行任务。",
10896
11149
  "控制任务退出时是否关闭运行任务的终端。",
10897
- undefined,
11150
+ "Controls whether to preserve the task name in the terminal after task completion.",
10898
11151
  "terminal 属性已被弃用。请改为使用 presentation",
10899
11152
  "将任务标记为可通过 \"运行生成任务\" 命令访问的生成任务。",
10900
11153
  "将任务标记为可通过 \"Run Test Task\" 命令访问的测试任务。",
@@ -11182,6 +11435,8 @@ var content = [
11182
11435
  "清除终端",
11183
11436
  "运行活动文件",
11184
11437
  "运行所选文本",
11438
+ "Start Dictation",
11439
+ "Stop Dictation",
11185
11440
  "重命名...",
11186
11441
  "更改图标...",
11187
11442
  "更改颜色...",
@@ -11212,6 +11467,10 @@ var content = [
11212
11467
  "向右移动选项卡",
11213
11468
  "向左移动选项卡",
11214
11469
  "隐藏选项卡",
11470
+ "{0} Hidden Terminal",
11471
+ "{0} Hidden Terminals",
11472
+ "Show 1 hidden chat terminal",
11473
+ "Show {0} hidden chat terminals",
11215
11474
  "输入终端名。按 \"Enter\" 键确认或按 \"Esc\" 键取消。",
11216
11475
  "终端选项卡",
11217
11476
  "终端 {0} {1},拆分 {2}/{3}",
@@ -11242,6 +11501,7 @@ var content = [
11242
11501
  "运行最近使用的命令",
11243
11502
  "转到“最近使用的目录”",
11244
11503
  "了解 Shell 集成",
11504
+ "Attach To Chat",
11245
11505
  "切换可见性",
11246
11506
  "装订线命令修饰",
11247
11507
  "概述标尺命令修饰",
@@ -11260,6 +11520,8 @@ var content = [
11260
11520
  "要与此终端类型关联的 codicon、URI 或浅色和深色 URI。",
11261
11521
  "使用浅色主题时的图标路径",
11262
11522
  "使用深色主题时的图标路径",
11523
+ "Defines terminal completion providers that will be registered when the extension activates.",
11524
+ "A description of what the completion provider does. This will be shown in the settings UI.",
11263
11525
  "终端的背景颜色,允许终端的颜色与面板不同。",
11264
11526
  "终端的前景颜色。",
11265
11527
  "终端光标的前景色。",
@@ -11274,9 +11536,10 @@ var content = [
11274
11536
  "分隔终端中拆分窗格的边框的颜色。默认值为 panel.border 的颜色",
11275
11537
  "概述标尺左侧边框颜色。",
11276
11538
  "终端中当前搜索匹配项的颜色。颜色必须透明,以免隐藏基础终端内容。",
11277
- "终端中其他搜索匹配项的边框颜色。",
11539
+ "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.",
11278
11540
  "终端中当前搜索匹配项的边框颜色。",
11279
11541
  "终端中其他搜索匹配项的颜色。颜色必须透明,以免隐藏基础终端内容。",
11542
+ "终端中其他搜索匹配项的边框颜色。",
11280
11543
  "用于在终端中查找匹配项的概述标尺标记颜色。",
11281
11544
  "在终端上拖动时的背景颜色。此颜色应有透明度,以便让终端内容透过背景。",
11282
11545
  "面板中终端选项卡侧边的边框。此默认为 tab.activeBorder。",
@@ -11392,10 +11655,6 @@ var content = [
11392
11655
  "具有环境变量的对象,这些变量将添加到 macOS 中的终端要使用的 VS Code 进程。如果设置为 \"null\",则删除环境变量。",
11393
11656
  "具有环境变量的对象,这些变量将添加到 Linux 上的终端要使用的 VS Code 进程。如果设置为 \"null\",则删除环境变量。",
11394
11657
  "具有环境变量的对象,这些变量将添加到将由 Windows 上的终端使用的 VS Code 进程。设置为 \"null\" 以删除环境变量。",
11395
- "是否在每个终端上显示环境更改指示器,该指示器解释了使是否已进行扩展或想要对终端环境进行更改。",
11396
- "禁用指示器。",
11397
- "启用指示器。",
11398
- "仅当终端环境为“已过时”时,仅显示警告指示器,而不是显示指出终端环境已由扩展修改的信息指示器。",
11399
11658
  "在扩展想要向终端的环境贡献内容但尚未与之交互时是否自动重启终端。",
11400
11659
  "控制在退出代码为非零时是否显示“终端进程已终止且显示退出代码”警报。",
11401
11660
  "是否使用 VS Code 附带的,而不是与 Windows 捆绑的实验性 conpty.dll (v1.22.250204002)。",
@@ -11431,6 +11690,8 @@ var content = [
11431
11690
  "在终端左侧显示装订线修饰",
11432
11691
  "在终端右侧显示概述标尺修饰",
11433
11692
  "不显示修饰",
11693
+ "Configures the duration in milliseconds to wait for shell integration after launch before declaring it's not there. Set to {0} to wait the minimum time (500ms), the default value {1} means the wait time is variable based on whether shell integration injection is enabled and whether it's a remote window. Consider setting this to a small value if you intentionally disabled shell integration, or a large value if your shell starts very slowly.",
11694
+ "When shell integration is enabled, enables quick fixes for terminal commands that appear as a lightbulb or sparkle icon to the left of the prompt.",
11434
11695
  "控制是否报告 shell 环境,使其能够在 {0} 等功能中使用。这可能导致打印 shell 的提示时速度减慢。",
11435
11696
  "控制终端是否将使用动画滚动。",
11436
11697
  "控制终端是否忽略括号粘贴模式,即使终端已进入模式,在粘贴时忽略 {0} 和 {1} 序列。当 shell 不遵循例如在子 shell 中可能发生的模式时,这非常有用。",
@@ -11439,8 +11700,10 @@ var content = [
11439
11700
  "始终将焦点放在终端上。",
11440
11701
  "始终将焦点放在可访问的缓冲区上。",
11441
11702
  "不执行任何操作。",
11703
+ "Simulated latency in milliseconds applied to all calls made to the pty host. This is useful for testing terminal behavior under high latency conditions.",
11704
+ "Simulated startup delay in milliseconds for the pty host process. This is useful for testing terminal initialization under slow startup conditions.",
11705
+ "Enable developer mode for the terminal. This shows additional debug information and visualizations for shell integration sequences.",
11442
11706
  "集成终端",
11443
- "控制在终端工具中的运行中是否允许自动审批。",
11444
11707
  "是否聚焦终端。",
11445
11708
  "是否将任何终端作为焦点,包括在其他 UI 中使用的分离终端。",
11446
11709
  "是否聚焦编辑器区域中的终端。",
@@ -11525,6 +11788,8 @@ var content = [
11525
11788
  "聊天响应是否包含代码块。",
11526
11789
  "聊天响应是否包含多个代码块。",
11527
11790
  "是否已为终端位置注册聊天代理。",
11791
+ "Whether there are any chat terminals.",
11792
+ "Whether there are any hidden chat terminals.",
11528
11793
  "内联聊天发生在终端内。建议终端命令非常有用。请记住,AI 生成的代码可能不正确。",
11529
11794
  "可以使用命令终端: 开始聊天({0})激活它,该命令会将焦点放在输入框中。",
11530
11795
  "输入框是用户可以键入请求并可以发出请求的位置({0})。按 Escape 键后,将会关闭小组件并放弃所有内容,然后终端将重新处于焦点模式。",
@@ -11554,6 +11819,11 @@ var content = [
11554
11819
  "首次插入",
11555
11820
  "重新运行请求",
11556
11821
  "在聊天中查看",
11822
+ "View Hidden Chat Terminals",
11823
+ "Terminal",
11824
+ "Last: {0}",
11825
+ "Select a chat terminal to show and focus",
11826
+ "Chat Terminals",
11557
11827
  "询问有关命令的问题",
11558
11828
  "控制第一个没有输入的终端是否在聚焦时显示有关可用操作的提示。",
11559
11829
  "始终允许命令: {0}",
@@ -11564,6 +11834,16 @@ var content = [
11564
11834
  "运行任务并为工作区获取其输出",
11565
11835
  "将终端选择添加到聊天",
11566
11836
  "终端选择",
11837
+ "Web content may contain malicious code or attempt prompt injection attacks.",
11838
+ "View rule in settings",
11839
+ "Auto approved by setting {0}",
11840
+ "View settings",
11841
+ "Auto approved by rule {0}",
11842
+ "Auto approved by rules {0}",
11843
+ "Auto approval denied by rule {0}",
11844
+ "Auto approval denied by rules {0}",
11845
+ "File write operations detected that cannot be auto approved: {0}",
11846
+ "File write operations detected: {0}",
11567
11847
  "获取终端上一个命令",
11568
11848
  "正在获取上一个终端命令",
11569
11849
  "已获取上一个终端命令",
@@ -11584,18 +11864,12 @@ var content = [
11584
11864
  "{0}\r\n 是否要将 `{1}`{2} 后跟 `Enter` 发送到终端?",
11585
11865
  "允许",
11586
11866
  "聚焦终端",
11867
+ "Confirm Terminal Command",
11868
+ "Tool for confirming terminal commands",
11587
11869
  "在终端中运行",
11588
11870
  "用于在终端中运行命令的工具",
11589
- "Web 内容可能包含恶意代码或尝试提示注入攻击。",
11590
11871
  "运行 `{0}` 命令?(后台终端)",
11591
11872
  "运行 `{0}` 命令?",
11592
- "在设置中查看规则",
11593
- "已通过设置 {0} 自动审批",
11594
- "查看设置",
11595
- "已通过规则 {0} 自动审批",
11596
- "已通过规则 {0} 自动审批",
11597
- "已通过规则 {0} 拒绝自动审批",
11598
- "已通过规则 {0} 拒绝自动审批",
11599
11873
  "正在解析任务",
11600
11874
  "找不到任务:“{0}”",
11601
11875
  "正在运行任务 `{0}`",
@@ -11606,9 +11880,9 @@ var content = [
11606
11880
  "已创建任务 `{0}`",
11607
11881
  "已创建任务 `{0}`",
11608
11882
  "是否允许创建和执行任务?",
11609
- "Copilot 将使用命令“{1}{2}创建任务“{0}”。",
11883
+ "A task `{0}` with command `{1}`{2} will be created.",
11610
11884
  "创建并运行任务",
11611
- "通过根据项目结构生成或添加到 tasks.json 文件(例如 package.json 或 README.md),为工作区创建和运行构建、运行或自定义任务。如果用户请求构建、运行或启动,但没有 tasks.json 文件,请使用此工具。如果他们请求创建或添加任务,请使用此工具。",
11885
+ undefined,
11612
11886
  "在工作区中创建并运行任务",
11613
11887
  "获取任务输出",
11614
11888
  "找不到任务:“{0}”",
@@ -11616,28 +11890,30 @@ var content = [
11616
11890
  "正在检查 `{0}` 的输出",
11617
11891
  "已检查任务 `{0}` 的输出",
11618
11892
  "找不到任务“{0}”的终端",
11619
- "找不到任务:“{0}",
11620
- "任务“{0}”已在运行。",
11621
- "任务已启动,但找不到“{0}”的终端",
11622
- "任务已在运行。",
11623
- "{0}”已在运行。",
11624
- "{0}”已在运行。",
11625
- "正在运行 `{0}`",
11626
- "已启动 `{0}`",
11627
- "已运行 `{0}`",
11628
- "是否允许任务运行?",
11629
- "是否允许 Copilot 运行任务“{0}”?",
11893
+ "Task not found: `{0}`",
11894
+ "The task `{0}` is already running.",
11895
+ "Task started but no terminal was found for: `{0}`",
11896
+ "The task is already running.",
11897
+ "`{0}` is already running.",
11898
+ "`{0}` was already running.",
11899
+ "Running `{0}`",
11900
+ "Started `{0}`",
11901
+ "Ran `{0}`",
11902
+ "Allow task run?",
11903
+ "Allow to run the task `{0}`?",
11630
11904
  "运行任务",
11631
11905
  "用于在工作区中运行任务的工具",
11632
11906
  "任务 `{0}` 失败,退出代码为 {1}。",
11633
11907
  "自动批准模式。",
11634
11908
  "需要显式批准模式。",
11635
11909
  "要与之匹配的命令的开头。可以通过将字符串用 \"/\" 字符包裹来提供正则表达式。",
11636
- undefined,
11910
+ "A path to a shell executable.",
11911
+ "Controls whether to allow auto approval in the run in terminal tool.",
11637
11912
  "命令或正则表达式的列表,它们控制终端工具命令中的运行是否需要显式批准。这些将与命令的开头进行匹配。在正则表达式中,可以用 {0} 字符包裹字符串,后面再添加可选标志(如 {1})以表示不区分大小写。",
11638
11913
  "设置为 {0} 可自动批准命令,设置为 {1} 始终需要显式批准,设置为 {2} 则可取消设置值。",
11639
- "请注意,这些命令和正则表达式是针对完整 _命令行_ 内的每个 _子命令_ 进行计算的,因此 {0} 等需要 {1} {2} 都匹配 {3} 条目,并且不得与 {4} 条目匹配才能自动批准。默认情况下,目前通过检测这些模式的广泛规则阻止 {5} (命令替换) {6} (进程替换)等内联命令。",
11914
+ "Note that these commands and regular expressions are evaluated for every _sub-command_ within the full _command line_, so {0} for example will need both {1} and {2} to match a {3} entry and must not match a {4} entry in order to auto approve. Inline commands such as {5} (process substitution) should also be detected.",
11640
11915
  "对象可用于与完整命令行进行匹配,而不是匹配子命令和内联命令,例如 {0}。为了实现自动批准,子命令和命令行都不能被显式拒绝,且需要批准所有子命令或命令行。",
11916
+ "Note that there's a default set of rules to allow and also deny commands. Consider setting {0} to {1} to ignore all default rules to ensure there are no conflicts with your own rules. Do this at your own risk, the default denial rules are designed to protect you against running dangerous commands.",
11641
11917
  "示例:",
11642
11918
  "值",
11643
11919
  "描述",
@@ -11654,11 +11930,20 @@ var content = [
11654
11930
  "与子命令和内联命令匹配,例如 `foo && bar` 需要 `foo` 和 `bar` 才能匹配。",
11655
11931
  "是否与完整命令行匹配,而不是按子命令和内联命令拆分。",
11656
11932
  "忽略该模式,这对于取消设置在更高的范围设置的同一模式非常有用。",
11933
+ "Whether to ignore the built-in default auto-approve rules used by the run in terminal tool as defined in {0}. When this setting is enabled, the run in terminal tool will ignore any rule that comes from the default set but still follow rules defined in the user, remote and workspace settings. Use this setting at your own risk; the default auto-approve rules are designed to protect you against running dangerous commands.",
11934
+ "Allow all detected file writes.",
11935
+ "Block file writes detected outside the workspace. This depends on the shell integration feature working correctly to determine the current working directory of the terminal.",
11936
+ "Block all detected file writes.",
11937
+ "Controls whether detected file write operations are blocked in the run in terminal tool. When detected, this will require explicit approval regardless of whether the command would normally be auto approved. Note that this cannot detect all possible methods of writing files, this is what is currently detected:\r\n\r\n- File redirection (detected via the bash or PowerShell tree sitter grammar)",
11657
11938
  "配置在终端工具中的运行启动新终端时,等待检测到 shell 集成的持续时间(毫秒)。设置为 `0` 表示等待时间最短,默认值 `-1` 则意味着等待时间将根据 {0} 值以及它是否为远程窗口而变化。如果 shell 启动速度非常慢,则较大的值会非常有用,如果有意不使用 shell 集成,则适合使用较小的值。",
11658
- undefined,
11659
- undefined,
11660
- undefined,
11939
+ "Use {0} instead",
11940
+ "The terminal profile to use on Linux for chat agent's run in terminal tool.",
11941
+ "The terminal profile to use on macOS for chat agent's run in terminal tool.",
11942
+ "The terminal profile to use on Windows for chat agent's run in terminal tool.",
11661
11943
  "是否自动响应终端中的提示,例如“确认? 是/否”。这是一项实验性功能,可能无法在所有场景中正常工作。",
11944
+ "Where to show the output from the run in terminal tool session.",
11945
+ "Reveal the terminal when running the command.",
11946
+ "Do not reveal the terminal automatically.",
11662
11947
  "请改用 {0}",
11663
11948
  "复制最后一个命令",
11664
11949
  "复制最后一个命令输出",
@@ -11776,7 +12061,7 @@ var content = [
11776
12061
  "定义要显示的最大粘滞行数。无论此设置如何,粘滞滚动行都不会超过视区的 40%。",
11777
12062
  "配置",
11778
12063
  "了解详细信息",
11779
- "请求完成项",
12064
+ "Trigger Suggest",
11780
12065
  "重置建议小组件大小",
11781
12066
  "选择上一条建议",
11782
12067
  "选择上一页建议",
@@ -11826,6 +12111,7 @@ var content = [
11826
12111
  "已完成拉取请求图标的前景色。这些图标将显示在终端建议小组件中。",
11827
12112
  "符号链接文件图标的前景色。这些图标将显示在终端建议小组件中。",
11828
12113
  "符号链接文件夹图标的前景色。这些图标将显示在终端建议小组件中。",
12114
+ "The foreground color for a plaintext suggestion. These icons will appear in the terminal suggest widget.",
11829
12115
  "终端建议小组件中标志的图标。",
11830
12116
  "终端建议小组件中别名的图标。",
11831
12117
  "终端建议小组件中枚举成员的图标。",
@@ -11844,6 +12130,7 @@ var content = [
11844
12130
  "终端建议小组件中已完成的拉取请求的图标。",
11845
12131
  "终端建议小组件中符号链接文件的图标。",
11846
12132
  "终端建议小组件中符号链接文件夹的图标。",
12133
+ "Icon for plain text suggestions in the terminal suggest widget.",
11847
12134
  "当 {1} 设置为 {2} 时,为受支持的 shell ({0})启用终端 Intellisense 建议(预览)。",
11848
12135
  "提供程序默认启用。通过将提供程序的 ID 设置为 “false” 来忽略它们。",
11849
12136
  "控制是否应在键入时自动显示建议。另请注意控制建议是否由特殊字符触发的 {0} 设置。",
@@ -11871,9 +12158,12 @@ var content = [
11871
12158
  "启用该功能,对内联建议进行排序,而不强制其位于顶部。这意味着完全匹配将高于内联建议。",
11872
12159
  "启用此功能并始终将内联建议置于顶层。",
11873
12160
  "确定当焦点位于第一个建议上且尚未进行导航时,向上键是否导航命令历史记录。设置为 false 时,向上箭会改为将焦点移动到最后一个建议。",
11874
- "启用或禁用基于 LSP 的提供程序。这将启用特定于语言服务器协议的参数补全。",
11875
- "是否启用此提供程序。",
12161
+ "Controls whether a space is automatically inserted after accepting a suggestion and re-trigger suggestions. Folders and symbolic link folders will never have a trailing space added.",
12162
+ "Show suggestions from language servers.",
12163
+ "Show suggestions from {0}.",
11876
12164
  "终端建议提供程序",
12165
+ "Controls which suggestions automatically show up while typing. Suggestion providers are enabled by default.",
12166
+ undefined,
11877
12167
  "网络延迟的长度(以毫秒为单位),其中本地编辑将在终端上回显,无需等待服务器承认。如果为 '0',则本地回显将始终开启,如果为 '-1',则将禁用。",
11878
12168
  "何时应启用本地回显。这将替代 {0}",
11879
12169
  "始终启用",
@@ -11883,11 +12173,11 @@ var content = [
11883
12173
  "本地回显文本的终端样式;字体样式或 RGB 颜色。",
11884
12174
  "已插入 {0}",
11885
12175
  "在终端中启动听写",
11886
- undefined,
11887
- undefined,
11888
- undefined,
11889
- undefined,
11890
- undefined,
12176
+ "Would you like to enable the speech extension?",
12177
+ "Enable Extension",
12178
+ "Would you like to install 'VS Code Speech' extension from 'Microsoft'?",
12179
+ "Install Extension",
12180
+ "Microphone support requires this extension.",
11891
12181
  "在终端中停止听写",
11892
12182
  "建议使用“{0}”扩展在 WSL 中打开终端。",
11893
12183
  "安装",
@@ -11897,6 +12187,8 @@ var content = [
11897
12187
  "按住 Cmd 键并滚动鼠标滚轮时对终端字体大小进行缩放。",
11898
12188
  "按住 Ctrl 键并滚动鼠标滚轮时对终端字体大小进行缩放。",
11899
12189
  "切换内联",
12190
+ "Go to Next Uncovered Line",
12191
+ "Go to Previous Uncovered Line",
11900
12192
  "已覆盖 {2} 中的分支 {1} 的 {0}。",
11901
12193
  "未覆盖 {1} 中的分支 {0}。",
11902
12194
  "已执行 {1} 中的分支 {0}。",
@@ -11916,6 +12208,8 @@ var content = [
11916
12208
  "在资源管理器中切换覆盖率",
11917
12209
  "在文件资源管理器视图中切换测试覆盖率的显示。",
11918
12210
  "在资源管理器中隐藏覆盖率",
12211
+ "Navigate to the next line that is not covered by tests.",
12212
+ "Navigate to the previous line that is not covered by tests.",
11919
12213
  "正在显示“{0}”",
11920
12214
  "单击以查看单个测试的覆盖率",
11921
12215
  "{0} 覆盖率",
@@ -12039,7 +12333,7 @@ var content = [
12039
12333
  "未找到相关代码。",
12040
12334
  "转到“相关代码”",
12041
12335
  "速览相关代码",
12042
- undefined,
12336
+ "Toggle Tree Position",
12043
12337
  "预期结果",
12044
12338
  "实际结果",
12045
12339
  "测试用例未报告任何输出。",
@@ -12196,9 +12490,9 @@ var content = [
12196
12490
  "语句、函数和分支覆盖率的最小值。",
12197
12491
  "配置测试覆盖率栏中百分比使用的颜色。",
12198
12492
  "控制是否在编辑器中显示覆盖率工具栏。",
12199
- undefined,
12200
- undefined,
12201
- undefined,
12493
+ "Controls the layout of the Test Results view.",
12494
+ "Show the test run tree on the right side with details on the left.",
12495
+ "Show the test run tree on the left side with details on the right.",
12202
12496
  "出错",
12203
12497
  "失败",
12204
12498
  "通过",
@@ -12217,7 +12511,7 @@ var content = [
12217
12511
  "运行",
12218
12512
  "调试",
12219
12513
  "覆盖",
12220
- "运行单元测试",
12514
+ "Runs unit tests (optionally with coverage)",
12221
12515
  "在文件中找不到任何测试",
12222
12516
  "正在启动测试运行...",
12223
12517
  "未启动任何测试运行。这可能是你的测试运行器或扩展存在问题。",
@@ -12392,15 +12686,15 @@ var content = [
12392
12686
  "正在安装更新...",
12393
12687
  "显示更新发行说明",
12394
12688
  "重新启动以更新 (1)",
12395
- "切换到内部预览计划版本…",
12689
+ "切换到 Insiders 版本...",
12396
12690
  "切换到稳定版本…",
12397
12691
  "需要重载,然后对版本的更改才会生效",
12398
- "按“重新加载”按钮切换到预览体验成员版本的 VS Code。",
12692
+ "按“重新加载”按钮切换到 Insiders 版本的 VS Code。",
12399
12693
  "按“重新加载”按钮切换到稳定版的 VS Code。",
12400
12694
  "重载(&&R)",
12401
12695
  "选择在更改版本后要使用的设置同步服务",
12402
- "默认情况下,预览体验成员版 VS Code 将使用单独的预览体验成员设置同步服务来同步你的设置、键绑定、扩展、片段、UI 状态。",
12403
- "预览体验成员(&&I)",
12696
+ "默认情况下,Insiders 版本的 VS Code 将使用单独的 Insiders 设置同步服务来同步你的设置、键绑定、扩展、片段、UI 状态。",
12697
+ "Insiders(&&I)",
12404
12698
  "稳定(当前)(&&S)",
12405
12699
  "管理受信任的域",
12406
12700
  "信任 {0}",
@@ -12565,7 +12859,7 @@ var content = [
12565
12859
  "云中的数据早于客户端的数据,因此已禁用设置同步。请先清除云中的数据,然后再启用同步。",
12566
12860
  "清除云中的数据…",
12567
12861
  "显示已同步的数据",
12568
- "设置同步已切换为预览体验成员服务",
12862
+ "设置同步已切换为 Insiders 服务",
12569
12863
  "设置同步已切换为稳定的服务",
12570
12864
  "设置同步现使用一个单独的服务;有关详细信息,请参阅[设置同步文档](https://aka.ms/vscode-settings-sync-help#_syncing-stable-versus-insiders)。",
12571
12865
  "设置同步已禁用,因为 {0} 现使用一个单独的服务。请再次启用同步。",
@@ -12592,7 +12886,7 @@ var content = [
12592
12886
  "{0}: 选择服务",
12593
12887
  "在与多个环境同步时,请确保你使用的设置同步服务相同",
12594
12888
  "默认值",
12595
- "预览体验人员",
12889
+ "Insiders",
12596
12890
  "稳定",
12597
12891
  "备份和同步设置...",
12598
12892
  "正在打开设置同步…",
@@ -12786,10 +13080,10 @@ var content = [
12786
13080
  "生成新工作区...",
12787
13081
  "聊天以创建新工作区",
12788
13082
  "通过免费版 Copilot 使用 AI 功能",
12789
- "可以使用 [Copilot]({0}) 跨多个文件生成代码、修复错误、询问有关代码的问题,以及使用自然语言进行更多问题。",
12790
- undefined,
12791
- "设置 Copilot",
12792
- "使用 Copilot 聊天",
13083
+ "You can use [Copilot]({0}) to generate code across multiple files, fix errors, ask questions about your code, and much more using natural language.",
13084
+ "By continuing with {0} Copilot, you agree to {1}'s [Terms]({2}) and [Privacy Statement]({3})",
13085
+ "Use AI Features",
13086
+ "Start to Chat",
12793
13087
  "开始使用 VS Code",
12794
13088
  "自定义编辑器、了解基础知识并开始编码",
12795
13089
  "安装程序 VS Code",
@@ -12809,7 +13103,7 @@ var content = [
12809
13103
  "扩展是 VS Code 的增强功能。越来越多的扩展可在 Web 上使用。\r\n{0}",
12810
13104
  "浏览热门 Web 扩展",
12811
13105
  "对所有语言的丰富支持",
12812
- "语法突出显示、代码完成、lint 分析和调试让代码更加智能。虽然已内置多种语言,但可将更多语言添加为扩展。\r\n{0}",
13106
+ "Code smarter with syntax highlighting, inline suggestions, linting and debugging. While many languages are built-in, many more can be added as extensions.\r\n{0}",
12813
13107
  "浏览语言扩展",
12814
13108
  "跨设备同步设置",
12815
13109
  "保持跨所有设备备份和更新基本自定义。\r\n{0}",
@@ -12970,7 +13264,7 @@ var content = [
12970
13264
  "在受限模式下浏览工作区",
12971
13265
  "{0} 提供可以自动在此工作区中执行文件的功能。",
12972
13266
  "{0} 提供可以自动在此文件夹中执行文件的功能。",
12973
- "如果不信任这些文件的作者,则建议继续使用限制模式,因为这些文件可能是恶意文件。请参阅[我们的文档](https://aka.ms/vscode-workspace-trust),了解详细信息。",
13267
+ "如果不信任这些文件的作者,则建议继续使用受限模式,因为这些文件可能是恶意文件。请参阅[我们的文档](https://aka.ms/vscode-workspace-trust),了解详细信息。",
12974
13268
  "管理",
12975
13269
  "了解详细信息",
12976
13270
  "受限模式旨在实现安全地浏览代码。信任此窗口以启用所有功能。使用导航键访问横幅操作。",
@@ -12979,11 +13273,11 @@ var content = [
12979
13273
  "受限模式旨在实现安全地浏览代码。信任此窗口以启用所有功能。",
12980
13274
  "受限模式旨在实现安全地浏览代码。信任此文件夹以启用所有功能。",
12981
13275
  "受限模式旨在实现安全地浏览代码。信任此工作区以启用所有功能。",
12982
- "限制模式: 某些功能已禁用,因为此窗口不受信任。",
13276
+ "受限模式: 某些功能已禁用,因为此窗口不受信任。",
12983
13277
  "在受限模式下运行\r\n\r\n某些[功能被禁用]({0}),因为此[窗口不受信任]({1})。",
12984
- "限制模式: 某些功能已禁用,因为此文件夹不受信任。",
13278
+ "受限模式: 某些功能已禁用,因为此文件夹不受信任。",
12985
13279
  "在受限模式下运行\r\n\r\n某些[功能被禁用]({0}),因为此[文件夹不受信任]({1})。",
12986
- "限制模式: 某些功能已禁用,因为此工作区不受信任。",
13280
+ "受限模式: 某些功能已禁用,因为此工作区不受信任。",
12987
13281
  "在受限模式下运行\r\n\r\n某些[功能被禁用]({0}),因为此[工作区不受信任]({1})。",
12988
13282
  "工作区信任",
12989
13283
  "受限模式",
@@ -13032,7 +13326,7 @@ var content = [
13032
13326
  "你信任此窗口",
13033
13327
  "你信任此文件夹",
13034
13328
  "你信任此工作区",
13035
- "你处于限制模式下",
13329
+ "你处于受限模式下",
13036
13330
  "在受信任的窗口中",
13037
13331
  "在受限模式下",
13038
13332
  "你信任当前窗口中文件的作者。已启用所有功能:",
@@ -13072,7 +13366,7 @@ var content = [
13072
13366
  "选择工作区",
13073
13367
  "选择要打开的工作区",
13074
13368
  "此工作区已打开。",
13075
- "登录到 {0}",
13369
+ "Sign in",
13076
13370
  "命令面板",
13077
13371
  "触控栏 (仅 macOS)",
13078
13372
  "编辑器标题菜单",
@@ -13094,7 +13388,8 @@ var content = [
13094
13388
  "顶层“编辑”菜单中的“复制为”子菜单",
13095
13389
  "源代码管理标题菜单",
13096
13390
  "源代码管理菜单",
13097
- "源代码管理标题菜单",
13391
+ "The Source Control Repositories title menu",
13392
+ "The Source Control repository menu",
13098
13393
  "源代码管理资源状态上下文菜单",
13099
13394
  "源代码管理资源文件夹上下文菜单",
13100
13395
  "源代码管理资源组上下文菜单",
@@ -13102,8 +13397,9 @@ var content = [
13102
13397
  "“源代码管理”输入框菜单",
13103
13398
  "“源代码管理历史记录”标题菜单",
13104
13399
  "源代码管理历史记录项的上下文菜单",
13105
- "源代码管理历史记录项悬停菜单",
13106
13400
  "源代码管理历史记录项引用上下文菜单",
13401
+ "The Source Control artifact group context menu",
13402
+ "The Source Control artifact context menu",
13107
13403
  "状态栏中的远程指示器菜单",
13108
13404
  "终端上下文菜单",
13109
13405
  "终端选项卡上下文菜单",
@@ -13149,6 +13445,7 @@ var content = [
13149
13445
  "用于呈现为 AI 搜索标题旁边的按钮的菜单的命令",
13150
13446
  "文本编辑器上下文菜单中的“聊天”子菜单。",
13151
13447
  "“聊天会话”菜单。",
13448
+ "Menu for new chat sessions.",
13152
13449
  "“聊天多差异”上下文菜单。",
13153
13450
  "属性“{0}”是必需项,并且必须为 `string` 类型",
13154
13451
  "属性“{0}”可以省略,或者必须为 `string` 类型",
@@ -13349,6 +13646,7 @@ var content = [
13349
13646
  "打开本地文件夹...",
13350
13647
  "打开本地...",
13351
13648
  "{0} 的文件系统提供程序不可用。",
13649
+ "Folder path",
13352
13650
  "显示本地",
13353
13651
  "隐藏点文件",
13354
13652
  "显示点文件",
@@ -13537,7 +13835,7 @@ var content = [
13537
13835
  "请求给定供应商的聊天模型提供程序时发出的激活事件。",
13538
13836
  "调用指定语言模型工具时发出的激活事件。",
13539
13837
  "打开给定 shell 类型的终端时发出的激活事件。",
13540
- "请求终端完成时发出的激活事件。",
13838
+ undefined,
13541
13839
  "为给定的 shell 类型激活终端 shell 集成时发出的激活事件。",
13542
13840
  "每当请求 MCP 服务器中的工具时发出的激活事件。",
13543
13841
  "在 VS Code 启动时发出的激活事件。为确保良好的最终用户体验,请仅在其他激活事件组合不适用于你的情况时,才在扩展中使用此事件。",