@codingame/monaco-vscode-language-pack-zh-hans 2.0.3-improve-modularity.1 → 2.1.0-update-vscode-1.86.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-update-vscode-1.86.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@2.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.1.0-update-vscode-1.86.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"All Repositories": "所有存储库",
|
|
26
26
|
"Always": "始终",
|
|
27
27
|
"Always Pull": "始终拉取",
|
|
28
|
-
"Are you sure you want to DELETE {0} files?\
|
|
29
|
-
"Are you sure you want to DELETE {0}?\
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "确定要删除 {0} 个文件吗?\n此操作不可撤消!\n如果继续操作,这些文件将永久丢失。",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "确定要删除 {0} 吗?\n此操作不可撤消!\n如果继续操作,此文件将永久丢失。",
|
|
30
30
|
"Are you sure you want to continue connecting?": "确定要继续连接吗?",
|
|
31
31
|
"Are you sure you want to create an empty commit?": "是否确定要创建空提交?",
|
|
32
|
-
"Are you sure you want to discard ALL changes in {0} files?\
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST if you proceed.": "确定要放弃在 {0} 个文件中所作的全部更改吗?\n此操作不可撤消!\n如果继续操作,你当前的工作集将永久丢失。",
|
|
33
33
|
"Are you sure you want to discard changes in {0} files?": "是否确实要放弃 {0} 文件中的更改?",
|
|
34
34
|
"Are you sure you want to discard changes in {0}?": "确定要放弃 {0} 中更改吗?",
|
|
35
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "是否确实要删除所有储藏? 其中有 {0} 个储藏将会受到修剪,并且可能无法恢复。",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"Email": "电子邮件",
|
|
106
106
|
"Enables the following features: {0}": "启用以下功能: {0}",
|
|
107
107
|
"Failed to authenticate to git remote.": "未能对 git remote 进行身份验证。",
|
|
108
|
-
"Failed to authenticate to git remote:\
|
|
109
|
-
"File \"{0}\" was deleted by them and modified by us.\
|
|
110
|
-
"File \"{0}\" was deleted by us and modified by them.\
|
|
108
|
+
"Failed to authenticate to git remote:\n\n{0}": "未能对 git remote 进行身份验证:\n\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "文件“{0}”已被他们删除且已经过我们修改。\n\n你想要执行什么操作?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "文件“{0}”已被我们删除且已经过他们修改。\n\n你想要执行什么操作?",
|
|
111
111
|
"Force Checkout": "强制签出",
|
|
112
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "不允许强制推送,请启用 \"git. allowForcePush\" 设置。",
|
|
113
113
|
"Git History": "Git 历史记录",
|
|
@@ -233,8 +233,8 @@
|
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "分支“{0}”没有远程分支。是否要发布此分支?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "“{0}”分支未被完全合并。是否仍要删除?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "当前分支未发布到远程。要发布该分支以访问其他位置的更改吗?",
|
|
236
|
-
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\
|
|
237
|
-
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\n\nWould you like to save it before committing?": "以下文件具有未保存的更改;如果继续,则提交内容将不包含这些更改: {0}。\n\n你想在提交之前保存它吗?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\n\nWould you like to save it before stashing?": "以下文件具有未保存的更改;如果继续,则储藏时不会包含这些更改: {0}。\n\n要在储藏之前保存吗?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "当前文件夹中的 git 存储库可能不安全,因为这些文件夹由当前用户以外的其他人所有。",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "位于“{0}”的 Git 仓库中存在太多活动更改,将仅启用部分 Git 功能。",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "没有可用存储库",
|
|
249
249
|
"There are no changes to commit.": "没有要提交的更改。",
|
|
250
250
|
"There are no changes to stash.": "没有要储藏的更改。",
|
|
251
|
-
"There are no staged changes to commit.\
|
|
251
|
+
"There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?": "没有可提交的暂存更改。\n\n是否要暂存所有更改并直接提交?",
|
|
252
252
|
"There are no staged changes to stash.": "没有要储藏的暂存更改。",
|
|
253
253
|
"There are no stashes in the repository.": "此仓库中没有储藏。",
|
|
254
|
-
"There are {0} unsaved files.\
|
|
255
|
-
"There are {0} unsaved files.\
|
|
254
|
+
"There are {0} unsaved files.\n\nWould you like to save them before committing?": "当前有 {0} 个文件尚未保存。\n\n您要在提交之前保存吗?",
|
|
255
|
+
"There are {0} unsaved files.\n\nWould you like to save them before stashing?": "有 {0} 个文件尚未保存。\n\n要在储藏之前保存吗?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "在应用储藏时存在合并冲突。",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "此仓库未配置可以从中抓取的远程仓库。",
|
|
260
|
-
"This will DELETE {0} untracked files!\
|
|
260
|
+
"This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "这将删除 {0} 个未跟踪的文件!\n此操作不可撤消!\n这些文件将被永久删除。",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "将在“{0}”中创建 Git 仓库。确定要继续吗?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "检测到过多更改。下面将仅显示第一个 {0} 更改。",
|
|
263
263
|
"Type Changed": "类型已更改",
|
|
@@ -278,9 +278,9 @@
|
|
|
278
278
|
"Yes": "是",
|
|
279
279
|
"Yes, Don't Show Again": "确定,且不再显示",
|
|
280
280
|
"You": "你",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\n\nAre you sure to continue?": "你即将在未验证的情况下提交更改,这会跳过 pre-commit 挂钩,可能导致不理想的结果。\n\n确定要继续吗?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\n\nAre you sure to continue?": "即将强制推送更改,此操作可能具有破坏性并可能在无意中覆盖其他人的更改。\n\n确定要继续吗?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\n\nHow would you like to proceed?": "你正在尝试提交到受保护的分支,并且你可能无权将提交推送到远程库。\n\n你希望如何继续?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "似乎已安装 GIT \"{0}\"。Code 非常适合 GIT >= 2",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "签出会覆盖本地更改。",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "仓库未配置任何要发布到的远程仓库。",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"remote branches": "远程分支",
|
|
293
293
|
"tags": "标记",
|
|
294
294
|
"yes": "是",
|
|
295
|
-
"{0}\
|
|
295
|
+
"{0}\n\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\n\n此操作不可撤销,你当前的工作集将会永远丢失。",
|
|
296
296
|
"{0} (Deleted)": "{0} (已删除)",
|
|
297
297
|
"{0} (Index)": "{0} (索引)",
|
|
298
298
|
"{0} (Intent to add)": "{0} (打算添加)",
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
"TS Server logging is currently enabled which may impact performance.": "TS Server 事件日志当前已启用,这可能会影响性能。",
|
|
102
102
|
"TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS 服务器日志已关闭。请设置 “typescript.tsserver.log” 并重启 TS 服务器以启用事件日志",
|
|
103
103
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。",
|
|
104
|
-
"The JS/TS language service crashed 5 times in the last 5 Minutes.\
|
|
104
|
+
"The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}\nPlease try disabling these extensions before filing an issue against VS Code.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
105
105
|
"The JS/TS language service crashed.": "JS/TS 语言服务已崩溃。",
|
|
106
|
-
"The JS/TS language service crashed.\
|
|
106
|
+
"The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已崩溃。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
107
107
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 语言服务已立即崩溃 5 次。将不会重启该服务。",
|
|
108
|
-
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\
|
|
108
|
+
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已立即崩溃 5 次。不会重新启动该服务。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
109
109
|
"The current selection cannot be extracted": "无法提取当前所选内容",
|
|
110
110
|
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "路径 {0} 未指向运行 TS 服务器的有效节点安装。回退到捆绑节点。",
|
|
111
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
|
|
112
|
-
"The workspace is using an old version of TypeScript ({0}).\
|
|
112
|
+
"The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "工作区正在使用旧版本的 TypeScript({0})。\n\n在报告问题之前,请更新工作区以使用 TypeScript {1} 或更高版本,以确认 bug 尚未修复。",
|
|
113
113
|
"This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "此工作区包含一个 TypeScript 版本。是否要对 TypeScript 和 JavaScript 语言功能使用工作区 TypeScript 版本?",
|
|
114
114
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "此工作区想要使用 '{0}' 处的节点安装来运行 TS 服务器。是否要使用?",
|
|
115
115
|
"To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含多个文件的文件夹,例如: {0}",
|
|
@@ -189,6 +189,34 @@ var content = {
|
|
|
189
189
|
"vs/editor/browser/widget/codeEditorWidget": {
|
|
190
190
|
"cursors.maximum": "已将光标数限制为 {0}。请考虑使用 [查找和替换](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace)进行较大的更改或增加编辑器多光标限制设置。",
|
|
191
191
|
goToSetting: "增加多光标限制"
|
|
192
|
+
},
|
|
193
|
+
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
|
|
194
|
+
accessibleDiffViewerCloseIcon: "可访问差异查看器中“关闭”的图标。",
|
|
195
|
+
accessibleDiffViewerInsertIcon: "可访问差异查看器中“插入”的图标。",
|
|
196
|
+
accessibleDiffViewerRemoveIcon: "可访问差异查看器中“删除”的图标。",
|
|
197
|
+
ariaLabel: "可访问的差异查看器。使用向上和向下箭头导航。",
|
|
198
|
+
blankLine: "空白",
|
|
199
|
+
deleteLine: "- {0}原始行{1}",
|
|
200
|
+
equalLine: "{0}原始行{1}修改的行{2}",
|
|
201
|
+
header: "差异 {0}/ {1}: 原始行 {2},{3},修改后的行 {4},{5}",
|
|
202
|
+
insertLine: "+ {0}修改的行{1}",
|
|
203
|
+
"label.close": "关闭",
|
|
204
|
+
more_lines_changed: "更改了 {0} 行",
|
|
205
|
+
no_lines_changed: "未更改行",
|
|
206
|
+
one_line_changed: "更改了 1 行",
|
|
207
|
+
unchangedLine: "{0} 未更改的行 {1}"
|
|
208
|
+
},
|
|
209
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors": {
|
|
210
|
+
"diff-aria-navigation-tip": " 使用 {0} 打开辅助功能帮助。"
|
|
211
|
+
},
|
|
212
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": {
|
|
213
|
+
"diff.clipboard.copyChangedLineContent.label": "复制更改的行({0})",
|
|
214
|
+
"diff.clipboard.copyChangedLinesContent.label": "复制更改的行",
|
|
215
|
+
"diff.clipboard.copyChangedLinesContent.single.label": "复制更改的行",
|
|
216
|
+
"diff.clipboard.copyDeletedLineContent.label": "复制已删除的行({0})",
|
|
217
|
+
"diff.clipboard.copyDeletedLinesContent.label": "复制已删除的行",
|
|
218
|
+
"diff.clipboard.copyDeletedLinesContent.single.label": "复制已删除的行",
|
|
219
|
+
"diff.inline.revertChange.label": "还原此更改"
|
|
192
220
|
},
|
|
193
221
|
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
|
|
194
222
|
"Open Accessible Diff Viewer": "打开可访问差异查看器",
|
|
@@ -205,6 +233,34 @@ var content = {
|
|
|
205
233
|
toggleShowMovedCodeBlocks: "切换显示移动的代码块",
|
|
206
234
|
toggleUseInlineViewWhenSpaceIsLimited: "在空间受限时切换使用内联视图",
|
|
207
235
|
useInlineViewWhenSpaceIsLimited: "空间受限时使用内联视图"
|
|
236
|
+
},
|
|
237
|
+
"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": {
|
|
238
|
+
"diff.bottom": "单击或拖动可在下方显示更多内容",
|
|
239
|
+
"diff.hiddenLines.expandAll": "双击展开",
|
|
240
|
+
"diff.hiddenLines.top": "单击或拖动可在上面显示更多内容",
|
|
241
|
+
foldUnchanged: "折叠未更改的区域",
|
|
242
|
+
hiddenLines: "{0} 个隐藏的行",
|
|
243
|
+
showUnchangedRegion: "显示未更改的区域"
|
|
244
|
+
},
|
|
245
|
+
"vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": {
|
|
246
|
+
codeMovedFrom: "代码已从行 {0}-{1} 移动",
|
|
247
|
+
codeMovedFromWithChanges: "代码已从行 {0}-{1} 移动,有更改",
|
|
248
|
+
codeMovedTo: "代码已移动到行 {0} {1}",
|
|
249
|
+
codeMovedToWithChanges: "代码已移动至行 {0}-{1},有更改"
|
|
250
|
+
},
|
|
251
|
+
"vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": {
|
|
252
|
+
revertChange: "还原更改",
|
|
253
|
+
revertSelectedChanges: "还原所选更改"
|
|
254
|
+
},
|
|
255
|
+
"vs/editor/browser/widget/diffEditor/registrations.contribution": {
|
|
256
|
+
"diffEditor.move.border": "在差异编辑器中移动的文本的边框颜色。",
|
|
257
|
+
"diffEditor.moveActive.border": "在差异编辑器中移动的文本的活动边框颜色。",
|
|
258
|
+
"diffEditor.unchangedRegionShadow": "未更改区域小组件周围的阴影颜色。",
|
|
259
|
+
diffInsertIcon: "差异编辑器中插入项的线条修饰。",
|
|
260
|
+
diffRemoveIcon: "差异编辑器中删除项的线条修饰。"
|
|
261
|
+
},
|
|
262
|
+
"vs/editor/browser/widget/hoverWidget/hoverWidget": {
|
|
263
|
+
hoverhint: "按住 {0} 键将鼠标悬停"
|
|
208
264
|
},
|
|
209
265
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
210
266
|
codeLens: "控制是否在编辑器中显示 CodeLens。",
|
|
@@ -4616,22 +4672,24 @@ var content = {
|
|
|
4616
4672
|
newComment: "键入新注释",
|
|
4617
4673
|
reply: "回复..."
|
|
4618
4674
|
},
|
|
4619
|
-
"vs/workbench/contrib/comments/browser/
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
"
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4675
|
+
"vs/workbench/contrib/comments/browser/commentsAccessibility": {
|
|
4676
|
+
addComment: "- 添加评论 ({0})",
|
|
4677
|
+
addCommentNoKb: "- 对当前所选内容添加注释,当前无法通过键绑定触发。",
|
|
4678
|
+
commentCommands: "一些有用的注释命令包括:",
|
|
4679
|
+
"escape": "- 消除注释(Escape)",
|
|
4680
|
+
intro: "编辑器包含可批注的范围。一些有用的命令包括:",
|
|
4681
|
+
introWidget: "此小组件包含一个文本区域,用于撰写新注释和操作,一旦启用了选项卡移动焦点模式,就可以使用制表符键进行操作({0})。",
|
|
4682
|
+
introWidgetNoKb: "此小组件包含一个文本区域,用于撰写新注释和操作,该文本区域可在选项卡移动焦点模式后使用“切换制表符键移动焦点”命令启用,该区域当前无法通过键绑定触发。",
|
|
4683
|
+
next: "- 转到下一个注释范围({0})",
|
|
4684
|
+
nextCommentThreadKb: "- 转到下一个注释会话({0})",
|
|
4685
|
+
nextCommentThreadNoKb: "- 转到下一个注释会话,当前无法通过键绑定触发。",
|
|
4686
|
+
nextNoKb: "- 转到下一注释范围,当前无法通过键绑定触发该范围。",
|
|
4687
|
+
previous: "- 转到上一个注释范围({0})",
|
|
4688
|
+
previousCommentThreadKb: "- 转到上一个注释会话({0})",
|
|
4689
|
+
previousCommentThreadNoKb: "- 转到上一个注释会话,当前无法通过键绑定触发。",
|
|
4690
|
+
previousNoKb: "- 转到上一个注释范围,当前无法通过键绑定触发。",
|
|
4691
|
+
submitComment: "- 提交评论 ({0})",
|
|
4692
|
+
submitCommentNoKb: "- 提交注释,可通过选项卡键访问,因为它当前无法通过键绑定触发。"
|
|
4635
4693
|
},
|
|
4636
4694
|
"vs/workbench/contrib/comments/browser/commentsController": {
|
|
4637
4695
|
commentRange: "行 {0}",
|
|
@@ -4640,6 +4698,9 @@ var content = {
|
|
|
4640
4698
|
hasCommentRangesKb: "编辑器有注释范围,有关详细信息,请运行“打开辅助功能帮助”({0}) 命令。",
|
|
4641
4699
|
hasCommentRangesNoKb: "编辑器具有注释范围,有关详细信息,请运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
|
|
4642
4700
|
pickCommentService: "选择 \"注释提供程序\""
|
|
4701
|
+
},
|
|
4702
|
+
"vs/workbench/contrib/comments/browser/commentsModel": {
|
|
4703
|
+
noComments: "此工作区中尚无注释。"
|
|
4643
4704
|
},
|
|
4644
4705
|
"vs/workbench/contrib/comments/browser/commentsTreeViewer": {
|
|
4645
4706
|
commentCount: "1 条注释",
|
|
@@ -5443,7 +5504,7 @@ var content = {
|
|
|
5443
5504
|
consoleCleared: "控制台已清除"
|
|
5444
5505
|
},
|
|
5445
5506
|
"vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": {
|
|
5446
|
-
"copy id": "
|
|
5507
|
+
"copy id": "复制 ID ({0})",
|
|
5447
5508
|
disable: "禁用",
|
|
5448
5509
|
"disable workspace": "禁用(工作区)",
|
|
5449
5510
|
errors: "{0} 个未捕获的错误",
|
|
@@ -6561,6 +6622,10 @@ var content = {
|
|
|
6561
6622
|
discard: "放弃",
|
|
6562
6623
|
save: "创建",
|
|
6563
6624
|
saveAs: "创建为"
|
|
6625
|
+
},
|
|
6626
|
+
"vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": {
|
|
6627
|
+
inlineChat: "正在等待接受或放弃内联聊天更改...",
|
|
6628
|
+
"inlineChat.N": "正在等待接受或放弃 {0} 编辑器中的内联聊天更改..."
|
|
6564
6629
|
},
|
|
6565
6630
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
6566
6631
|
"change.0": "未更改任何内容",
|
|
@@ -7061,6 +7126,9 @@ var content = {
|
|
|
7061
7126
|
focusOutputOut: "解除活动单元格输出聚焦",
|
|
7062
7127
|
"notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
|
|
7063
7128
|
"notebookActions.centerActiveCell": "中心活动单元格"
|
|
7129
|
+
},
|
|
7130
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
|
|
7131
|
+
"notebook.indexedChildrenLimitReached": "已达到显示限制"
|
|
7064
7132
|
},
|
|
7065
7133
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
|
|
7066
7134
|
debugConsole: "笔记本变量",
|
|
@@ -9343,6 +9411,9 @@ var content = {
|
|
|
9343
9411
|
"terminal.useMonospace": "使用 \"monospace\"",
|
|
9344
9412
|
terminalConnectingLabel: "正在启动...",
|
|
9345
9413
|
terminals: "打开终端。"
|
|
9414
|
+
},
|
|
9415
|
+
"vs/workbench/contrib/terminal/browser/terminalVoice": {
|
|
9416
|
+
terminalVoiceTextInserted: "已插入 {0}"
|
|
9346
9417
|
},
|
|
9347
9418
|
"vs/workbench/contrib/terminal/browser/xterm/decorationAddon": {
|
|
9348
9419
|
gutter: "装订线命令修饰",
|
|
@@ -9382,6 +9453,13 @@ var content = {
|
|
|
9382
9453
|
"vscode.extension.contributes.terminal.types.icon": "要与此终端类型关联的 codicon、URI 或浅色和深色 URI。",
|
|
9383
9454
|
"vscode.extension.contributes.terminal.types.icon.dark": "使用深色主题时的图标路径",
|
|
9384
9455
|
"vscode.extension.contributes.terminal.types.icon.light": "使用浅色主题时的图标路径"
|
|
9456
|
+
},
|
|
9457
|
+
"vs/workbench/contrib/terminal/common/terminalClipboard": {
|
|
9458
|
+
confirmMoveTrashMessageFilesAndDirectories: "是否确实要将 {0} 行文本粘贴到终端?",
|
|
9459
|
+
doNotAskAgain: "不再询问",
|
|
9460
|
+
multiLinePasteButton: "粘贴(&&P)",
|
|
9461
|
+
"multiLinePasteButton.oneLine": "粘贴为 &&one 行",
|
|
9462
|
+
preview: "预览:"
|
|
9385
9463
|
},
|
|
9386
9464
|
"vs/workbench/contrib/terminal/common/terminalColorRegistry": {
|
|
9387
9465
|
"terminal.ansiColor": "终端中的 ANSI 颜色“{0}”。",
|
|
@@ -9714,6 +9792,15 @@ var content = {
|
|
|
9714
9792
|
"vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
|
|
9715
9793
|
labelWithKeybinding: "{0} ({1})",
|
|
9716
9794
|
stickyScrollHoverTitle: "导航到命令"
|
|
9795
|
+
},
|
|
9796
|
+
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
9797
|
+
"coverage.branchCovered": "执行了 {2} 次 {1} 中的分支 {0}。",
|
|
9798
|
+
"coverage.branchNotCovered": "未覆盖 {1} 中的分支 {0}。",
|
|
9799
|
+
"coverage.branches": "已覆盖 {2} 中的分支 {1} 的 {0}。",
|
|
9800
|
+
"coverage.codeExecutedCount": "执行了 {1} 次 {0}。",
|
|
9801
|
+
"coverage.fnExecutedCount": "执行了 {1} 次函数“{0}”。",
|
|
9802
|
+
"coverage.toggleInline": "切换内联覆盖率",
|
|
9803
|
+
"testing.toggleInlineCoverage": "切换内联覆盖率"
|
|
9717
9804
|
},
|
|
9718
9805
|
"vs/workbench/contrib/testing/browser/icons": {
|
|
9719
9806
|
filterIcon: "“测试”视图中“筛选器”操作的图标。",
|
|
@@ -11175,9 +11262,6 @@ var content = {
|
|
|
11175
11262
|
"vs/workbench/services/host/browser/browserHostService": {
|
|
11176
11263
|
open: "打开(&&O)",
|
|
11177
11264
|
unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
|
|
11178
|
-
},
|
|
11179
|
-
"vs/workbench/services/hover/browser/hoverWidget": {
|
|
11180
|
-
hoverhint: "按住 {0} 键将鼠标悬停"
|
|
11181
11265
|
},
|
|
11182
11266
|
"vs/workbench/services/keybinding/browser/keybindingService": {
|
|
11183
11267
|
"invalid.keybindings": "无效的“contributes.{0}”: {1}",
|
|
@@ -11759,6 +11843,13 @@ var content = {
|
|
|
11759
11843
|
"vs/workbench/services/views/browser/viewDescriptorService": {
|
|
11760
11844
|
hideView: "隐藏“{0}”",
|
|
11761
11845
|
resetViewLocation: "重置位置"
|
|
11846
|
+
},
|
|
11847
|
+
"vs/workbench/services/views/browser/viewsService": {
|
|
11848
|
+
editor: "文本编辑器",
|
|
11849
|
+
"focus view": "焦点在 {0} 视图上",
|
|
11850
|
+
resetViewLocation: "重置位置",
|
|
11851
|
+
"show view": "显示 {0}",
|
|
11852
|
+
"toggle view": "切换 {0}"
|
|
11762
11853
|
},
|
|
11763
11854
|
"vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
|
|
11764
11855
|
confirmMakeWriteable: "“{0}”已标记为只读。是否仍要保存?",
|