@codingame/monaco-vscode-language-pack-zh-hans 10.1.0 → 10.1.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 +2 -2
- package/translations/extensions/vscode.git.i18n.json +3 -0
- package/translations/extensions/vscode.github-authentication.i18n.json +0 -2
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +5 -1
- package/translations/main.i18n.json.js +1944 -1944
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.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@10.1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@10.1.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -161,6 +161,7 @@
|
|
|
161
161
|
"Open": "打开",
|
|
162
162
|
"Open Commit": "打开提交",
|
|
163
163
|
"Open Comparison": "打开比较",
|
|
164
|
+
"Open File": "Open File",
|
|
164
165
|
"Open Git Log": "打开 GIT 日志",
|
|
165
166
|
"Open Merge": "打开合并",
|
|
166
167
|
"Open Repositories In Parent Folders": "在父文件夹中打开存储库",
|
|
@@ -267,6 +268,7 @@
|
|
|
267
268
|
"There are {0} unsaved files.\n\nWould you like to save them before stashing?": "有 {0} 个文件尚未保存。\n\n要在储藏之前保存吗?",
|
|
268
269
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
|
269
270
|
"There were merge conflicts while applying the stash.": "在应用储藏时存在合并冲突。",
|
|
271
|
+
"There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
|
|
270
272
|
"This action will pull and push commits from and to \"{0}/{1}\".": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
|
|
271
273
|
"This repository has no remotes configured to fetch from.": "此仓库未配置可以从中抓取的远程仓库。",
|
|
272
274
|
"This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "这将删除 {0} 个未跟踪的文件!\n此操作不可撤消!\n这些文件将被永久删除。",
|
|
@@ -356,6 +358,7 @@
|
|
|
356
358
|
"command.checkoutDetached": "签出到(已分离)…",
|
|
357
359
|
"command.checkoutRefDetached": "签出(已分离)",
|
|
358
360
|
"command.cherryPick": "挑拣…",
|
|
361
|
+
"command.cherryPickAbort": "Abort Cherry Pick",
|
|
359
362
|
"command.cherryPickRef": "挑拣",
|
|
360
363
|
"command.clean": "放弃更改",
|
|
361
364
|
"command.cleanAll": "放弃所有更改",
|
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
"Having trouble logging in? Would you like to try a different way? ({0})": "登录时遇到问题? 是否要尝试其他方式? ({0})",
|
|
17
17
|
"No": "否",
|
|
18
18
|
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "在新选项卡中打开 [{0}]({0}),并粘贴一次性代码: {1}",
|
|
19
|
-
"Please reload the window to apply the new setting.": "请重新加载窗口以应用新设置。",
|
|
20
|
-
"Reload Window": "重新加载窗口",
|
|
21
19
|
"Sign in failed: {0}": "登录失败: {0}",
|
|
22
20
|
"Sign out failed: {0}": "注销失败: {0}",
|
|
23
21
|
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "正在登录到 {0}...",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"copyCellOutput.title": "复制单元格输出",
|
|
17
17
|
"description": "为打开和读取 Jupyter 的 .ipynb 笔记本文件提供基本支持",
|
|
18
18
|
"displayName": ".ipynb 支持",
|
|
19
|
-
"ipynb.experimental.serialization": "
|
|
19
|
+
"ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
|
|
20
20
|
"ipynb.pasteImagesAsAttachments.enabled": "启用/禁用将图像粘贴到 ipynb 笔记本文件中的 Markdown 单元格中。粘贴的图像会作为附件插入到单元格。",
|
|
21
21
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb 单元格附件呈现器",
|
|
22
22
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
@@ -87,6 +87,8 @@
|
|
|
87
87
|
"Please report an issue against Yarn PnP": "请针对 Yarn PnP 报告问题",
|
|
88
88
|
"Please update your TypeScript version": "请更新 TypeScript 版本",
|
|
89
89
|
"Project Wide IntelliSense not available": "Project Wide IntelliSense 不可用",
|
|
90
|
+
"Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
|
|
91
|
+
"Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
|
|
90
92
|
"Remove Unused Imports": "删除未使用的导入",
|
|
91
93
|
"Remove all unused code": "删除所有未使用的代码",
|
|
92
94
|
"Report Issue": "报告问题",
|
|
@@ -196,12 +198,14 @@
|
|
|
196
198
|
"configuration.tsserver.useSyntaxServer.auto": "生成一个完整的服务器和一个专用于语法运算的轻量级服务器。语法服务器用于加快语法运算并在加载项目时提供 IntelliSense。",
|
|
197
199
|
"configuration.tsserver.useSyntaxServer.never": "请不要使用专用的语法服务器。使用单个服务器来处理所有 IntelliSense 运算。",
|
|
198
200
|
"configuration.tsserver.useVsCodeWatcher": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
|
|
201
|
+
"configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
|
|
199
202
|
"configuration.tsserver.watchOptions": "配置应使用哪些监视策略来跟踪文件和目录。",
|
|
200
203
|
"configuration.tsserver.watchOptions.fallbackPolling": "使用文件系统事件时,此选项指定当系统用完本机文件观察程序和/或不支持本机文件观察程序时使用的轮询策略。",
|
|
201
204
|
"configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "使用动态队列,在该队列中,较少检查不经常修改的文件。",
|
|
202
205
|
"configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "以固定间隔每秒多次检查每个文件的更改。",
|
|
203
206
|
"configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "每秒检查每个文件有无多次更改,但使用启发式方法检查某些类型的文件的频率低于其他文件类型。",
|
|
204
207
|
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "禁用目录上的延迟监视。当可能同时发生大量文件更改(例如,运行 npm install 导致的 node_modules 更改)时,延迟监视非常有用,但是对于一些不太常见的设置,可能需要使用此标志将其禁用。",
|
|
208
|
+
"configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
205
209
|
"configuration.tsserver.watchOptions.watchDirectory": "在缺乏递归文件监视功能的系统中监视整个目录树的策略。",
|
|
206
210
|
"configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "使用动态队列,其中较少修改的目录将较少检查。",
|
|
207
211
|
"configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "定期轮询区块中的目录。",
|
|
@@ -218,7 +222,7 @@
|
|
|
218
222
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
219
223
|
"configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
|
|
220
224
|
"configuration.typescript": "TypeScript",
|
|
221
|
-
"configuration.updateImportsOnPaste": "
|
|
225
|
+
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
|
|
222
226
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
223
227
|
"displayName": "JavaScript 和 TypeScript 的语言功能",
|
|
224
228
|
"format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",
|