@codingame/monaco-vscode-language-pack-zh-hans 2.2.0-next.4 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +5 -0
- package/translations/extensions/vscode.configuration-editing.i18n.json +3 -3
- package/translations/extensions/vscode.css-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.git.i18n.json +12 -12
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/main.i18n.json.js +317 -288
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
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.2.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.2.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -117,6 +117,8 @@
|
|
|
117
117
|
"extensionHost.launch.rendererDebugOptions": "附加到呈现器进程时使用的 Chrome 启动选项,具有 \"debugWebviews\" 或 \"debugWebWorkerHost\"。",
|
|
118
118
|
"extensionHost.launch.runtimeExecutable.description": "VS Code 的绝对路径。",
|
|
119
119
|
"extensionHost.launch.stopOnEntry.description": "启动后自动停止扩展主机。",
|
|
120
|
+
"extensionHost.launch.testConfiguration": "[测试 CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli) 的测试配置文件的路径。",
|
|
121
|
+
"extensionHost.launch.testConfigurationLabel": "要从文件中运行的单个配置。如果未指定,系统可能会要求你选取。",
|
|
120
122
|
"extensionHost.snippet.launch.description": "在调试模式下启动 VS Code 扩展",
|
|
121
123
|
"extensionHost.snippet.launch.label": "VS Code 扩展开发",
|
|
122
124
|
"getDiagnosticLogs.label": "保存诊断 JS 调试日志",
|
|
@@ -250,7 +252,9 @@
|
|
|
250
252
|
"Can't load environment variables from file ({0}).": "无法从文件加载环境变量({0})。",
|
|
251
253
|
"Cancel Animation Frame": "取消动画帧",
|
|
252
254
|
"Cannot connect to the target at {0}: {1}": "无法连接到 {0} 处的目标: {1}",
|
|
255
|
+
"Cannot find `{0}` installed in {1}": "找不到在 {1} 中安装的 `{0}`",
|
|
253
256
|
"Cannot find a program to debug": "找不到要调试的程序",
|
|
257
|
+
"Cannot find test configuration with label `{0}`, got: {1}": "找不到标签为“{0}”的测试配置,已获取: {1}",
|
|
254
258
|
"Cannot launch debug target in terminal ({0}).": "无法在终端启动调试目标({0})。",
|
|
255
259
|
"Cannot restart asynchronous frame": "无法重启异步帧",
|
|
256
260
|
"Cannot set an empty value": "无法设置空值",
|
|
@@ -359,6 +363,7 @@
|
|
|
359
363
|
"Script First Statement": "编写第一条语句的脚本",
|
|
360
364
|
"Select a tab": "选择选项卡",
|
|
361
365
|
"Select current working directory for new terminal": "选择当前工作目录新建终端",
|
|
366
|
+
"Select test configuration to run": "选择要运行的测试配置",
|
|
362
367
|
"Select the page where you want to open the devtools": "选择要在其中打开开发工具的页面",
|
|
363
368
|
"Select the session you want to inspect:": "选择要检查的会话:",
|
|
364
369
|
"Seller Reporting Phase Start": "卖家报告阶段开始",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"The name of the default build task. If there is not a single default build task then a quick pick is shown to choose the build task.": "默认生成任务的名称。如果没有单个默认生成任务,则将显示快速选取以选择生成任务。",
|
|
42
42
|
"The name of the folder opened in VS Code without any slashes (/)": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
|
|
43
43
|
"The path of the folder opened in VS Code": "在 VS Code 中打开的文件夹的路径",
|
|
44
|
-
"The path where an extension is installed.": "
|
|
44
|
+
"The path where an extension is installed.": "安装扩展的路径。",
|
|
45
45
|
"The task runner's current working directory on startup": "启动时任务运行程序的当前工作目录",
|
|
46
46
|
"Use the language of the currently active text editor if any": "使用当前活动的文本编辑器的语言(如果有)",
|
|
47
47
|
"a conditional separator (' - ') that only shows when surrounded by variables with values": "一个条件分隔符(\"-\"),仅在左右是具有值的变量时才显示",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"the file name (e.g. myFile.txt)": "文件名 (例如 myFile.txt)",
|
|
58
58
|
"the full path of the file (e.g. /Users/Development/myFolder/myFileFolder/myFile.txt)": "文件的完整路径(例如,/Users/Development/myFolder/myFileFolder/myFile.txt)",
|
|
59
59
|
"the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder)": "包含文件的文件夹的完整路径(例如,/Users/Development/myFolder/myFileFolder)",
|
|
60
|
-
"the name of the active branch in the active repository (e.g. main)": "
|
|
61
|
-
"the name of the active repository (e.g. vscode)": "
|
|
60
|
+
"the name of the active branch in the active repository (e.g. main)": "活动存储库中活动分支的名称(例如 main)",
|
|
61
|
+
"the name of the active repository (e.g. vscode)": "活动存储库的名称(例如 vscode)",
|
|
62
62
|
"the name of the folder the file is contained in (e.g. myFileFolder)": "包含文件的文件夹的名称(例如 myFileFolder)。",
|
|
63
63
|
"the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "文件相对于工作区文件夹的路径(例如 myFolder/myFileFolder/myFile.txt)",
|
|
64
64
|
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "文件所在的文件夹的路径,相对于工作区文件夹(例如 myFolder/myFileFolder)"
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"css.lint.emptyRules.desc": "不要使用空规则集。",
|
|
272
272
|
"css.lint.float.desc": "避免使用 `float`。浮动会使 CSS 变得脆弱。即使只更改了一部分布局,也很容易造成破坏。",
|
|
273
273
|
"css.lint.fontFaceProperties.desc": "`@font-face` 规则必须定义 `src` 和 `font-family` 属性。",
|
|
274
|
-
"css.lint.hexColorLength.desc": "
|
|
274
|
+
"css.lint.hexColorLength.desc": "十六进制颜色必须包含 3、4、6 或 8 个十六进制数字。",
|
|
275
275
|
"css.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
|
|
276
276
|
"css.lint.ieHack.desc": "仅在需要支持 IE7 及更低版本时,才需要 IE hack。",
|
|
277
277
|
"css.lint.importStatement.desc": "import 语句没有并行加载。",
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"less.lint.emptyRules.desc": "不要使用空规则集。",
|
|
310
310
|
"less.lint.float.desc": "避免使用 `float`。浮动会使 CSS 变得脆弱。即使只更改了一部分布局,也很容易造成破坏。",
|
|
311
311
|
"less.lint.fontFaceProperties.desc": "`@font-face` 规则必须定义 `src` 和 `font-family` 属性。",
|
|
312
|
-
"less.lint.hexColorLength.desc": "
|
|
312
|
+
"less.lint.hexColorLength.desc": "十六进制颜色必须包含 3、4、6 或 8 个十六进制数字。",
|
|
313
313
|
"less.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
|
|
314
314
|
"less.lint.ieHack.desc": "仅在需要支持 IE7 及更低版本时,才需要 IE hack。",
|
|
315
315
|
"less.lint.importStatement.desc": "import 语句没有并行加载。",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"scss.lint.emptyRules.desc": "不要使用空规则集。",
|
|
345
345
|
"scss.lint.float.desc": "避免使用 `float`。浮动会使 CSS 变得脆弱。即使只更改了一部分布局,也很容易造成破坏。",
|
|
346
346
|
"scss.lint.fontFaceProperties.desc": "`@font-face` 规则必须定义 `src` 和 `font-family` 属性。",
|
|
347
|
-
"scss.lint.hexColorLength.desc": "
|
|
347
|
+
"scss.lint.hexColorLength.desc": "十六进制颜色必须包含 3、4、6 或 8 个十六进制数字。",
|
|
348
348
|
"scss.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
|
|
349
349
|
"scss.lint.ieHack.desc": "仅在需要支持 IE7 及更低版本时,才需要 IE hack。",
|
|
350
350
|
"scss.lint.importStatement.desc": "import 语句没有并行加载。",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"All Repositories": "所有存储库",
|
|
26
26
|
"Always": "始终",
|
|
27
27
|
"Always Pull": "始终拉取",
|
|
28
|
-
"Always Replace Local Tag(s)": "
|
|
28
|
+
"Always Replace Local Tag(s)": "始终替换本地标记",
|
|
29
29
|
"Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "确定要删除 {0} 个文件吗?\n此操作不可撤消!\n如果继续操作,这些文件将永久丢失。",
|
|
30
30
|
"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "确定要删除 {0} 吗?\n此操作不可撤消!\n如果继续操作,此文件将永久丢失。",
|
|
31
31
|
"Are you sure you want to continue connecting?": "确定要继续连接吗?",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"Choose a folder to clone {0} into": "选择文件夹以将 {0} 克隆到",
|
|
55
55
|
"Choose a repository": "选择仓库",
|
|
56
56
|
"Choose which repository to clone": "选择要克隆的存储库",
|
|
57
|
-
"Clear whitespace characters": "
|
|
57
|
+
"Clear whitespace characters": "清除空格字符",
|
|
58
58
|
"Clone from URL": "存储库 URL",
|
|
59
59
|
"Clone from {0}": "从 {0} 克隆",
|
|
60
60
|
"Cloning git repository \"{0}\"...": "正在克隆 Git 仓库“{0}”...",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。是否要打开存储库?",
|
|
120
120
|
"Git: {0}": "Git: {0}",
|
|
121
121
|
"HEAD version of \"{0}\" is not available.": "“{0}”的 HEAD 版本不可用。",
|
|
122
|
-
"Hard wrap all lines": "
|
|
123
|
-
"Hard wrap line": "
|
|
122
|
+
"Hard wrap all lines": "所有行硬换行",
|
|
123
|
+
"Hard wrap line": "硬换行",
|
|
124
124
|
"Ignored": "已忽略",
|
|
125
125
|
"Incoming": "传入",
|
|
126
126
|
"Index Added": "已添加索引",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"Pull {0} commits from {1}/{2}": "从 {1}/{2} 拉取 {0} 个提交",
|
|
198
198
|
"Push {0} commits to {1}/{2}": "将 {0} 个提交推送到 {1}/{2}",
|
|
199
199
|
"Rebasing": "正在变基",
|
|
200
|
-
"Regenerate Branch Name": "
|
|
200
|
+
"Regenerate Branch Name": "重新生成分支名称",
|
|
201
201
|
"Remote \"{0}\" already exists.": "远程存储库“{0}”已存在。",
|
|
202
202
|
"Remote branch at {0}": "{0} 处的远程分支",
|
|
203
203
|
"Remote name": "远程存储库名称",
|
|
@@ -327,10 +327,10 @@
|
|
|
327
327
|
"colors.conflict": "存在冲突的资源的颜色。",
|
|
328
328
|
"colors.deleted": "已删除资源的颜色。",
|
|
329
329
|
"colors.ignored": "已忽略资源的颜色。",
|
|
330
|
-
"colors.incomingAdded": "
|
|
331
|
-
"colors.incomingDeleted": "
|
|
332
|
-
"colors.incomingModified": "
|
|
333
|
-
"colors.incomingRenamed": "
|
|
330
|
+
"colors.incomingAdded": "已添加的传入资源的颜色。",
|
|
331
|
+
"colors.incomingDeleted": "已删除传入资源的颜色。",
|
|
332
|
+
"colors.incomingModified": "已修改的传入资源的颜色。",
|
|
333
|
+
"colors.incomingRenamed": "已重命名的传入资源的颜色。",
|
|
334
334
|
"colors.modified": "已修改资源的颜色。",
|
|
335
335
|
"colors.renamed": "重命名或复制的资源的颜色。",
|
|
336
336
|
"colors.stageDeleted": "已暂存的已删除资源的颜色。",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"command.cloneRecursive": "克隆(递归)",
|
|
355
355
|
"command.close": "关闭仓库",
|
|
356
356
|
"command.closeAllDiffEditors": "关闭所有差异编辑器",
|
|
357
|
-
"command.closeAllUnmodifiedEditors": "
|
|
357
|
+
"command.closeAllUnmodifiedEditors": "关闭所有未修改的编辑器",
|
|
358
358
|
"command.closeOtherRepositories": "关闭其他存储库",
|
|
359
359
|
"command.commit": "提交",
|
|
360
360
|
"command.commitAll": "全部提交",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"config.ignoreSubmodules": "忽略对文件树中子模块的修改。",
|
|
524
524
|
"config.ignoreWindowsGit27Warning": "如果 Windows 上安装了 Git 2.25 - 2.26,则忽略警告。",
|
|
525
525
|
"config.ignoredRepositories": "要忽略的 Git 存储库列表。",
|
|
526
|
-
"config.inputValidation": "
|
|
526
|
+
"config.inputValidation": "控制是否显示提交消息输入验证诊断。",
|
|
527
527
|
"config.inputValidationLength": "控制显示提交消息长度警告的长度阈值。",
|
|
528
528
|
"config.inputValidationSubjectLength": "控制用于显示警告的提交消息主题长度阈值。请取消设置它以继承 `#git.inputValidationLength#`的值。",
|
|
529
529
|
"config.mergeEditor": "打开当前处于冲突状态的文件的合并编辑器。",
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"config.pullTags": "拉取时提取所有标签。",
|
|
561
561
|
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
|
|
562
562
|
"config.rememberPostCommitCommand": "记住提交后运行的最后一个 git 命令。",
|
|
563
|
-
"config.replaceTagsWhenPull": "
|
|
563
|
+
"config.replaceTagsWhenPull": "如果在运行拉取命令时发生冲突,自动将本地标记替换为远程标记。",
|
|
564
564
|
"config.repositoryScanIgnoredFolders": "当 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时扫描 Git 仓库时忽略的文件夹列表。",
|
|
565
565
|
"config.repositoryScanMaxDepth": "在将 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时,控制扫描工作区文件夹以查找 Git 仓库时使用的深度。如果不进行限制,可以设置为 `-1`。",
|
|
566
566
|
"config.requireGitUserConfig": "控制在是要求进行显式 Git 用户配置,还是允许 Git 在缺少配置时进行猜测。",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"package": {
|
|
15
15
|
"cleanInvalidImageAttachment.title": "清理无效图像附件引用",
|
|
16
|
-
"copyCellOutput.title": "
|
|
16
|
+
"copyCellOutput.title": "复制单元格输出",
|
|
17
17
|
"description": "为打开和读取 Jupyter 的 .ipynb 笔记本文件提供基本支持",
|
|
18
18
|
"displayName": ".ipynb 支持",
|
|
19
19
|
"ipynb.pasteImagesAsAttachments.enabled": "启用/禁用将图像粘贴到 ipynb 笔记本文件中的 Markdown 单元格中。粘贴的图像会作为附件插入到单元格。",
|