@codingame/monaco-vscode-language-pack-zh-hans 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +22 -22
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +12 -12
- package/translations/extensions/vscode.markdown-language-features.i18n.json +5 -5
- package/translations/extensions/vscode.typescript-language-features.i18n.json +6 -6
- package/translations/main.i18n.json.js +261 -261
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.0.2",
|
|
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.0.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "与具有任意文件扩展名的所有文件匹配。",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
|
|
29
29
|
"Match multiple top level folders.": "与多个顶级文件夹匹配。",
|
|
30
|
-
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "操作系统用于在文件路径中分隔组件的字符。也别名于“/”。",
|
|
31
31
|
"The current opened file": "当前打开的文件",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "相对于 ${workspaceFolder},当前打开的文件路径",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "当前打开的文件工作区文件夹名称(不带任何斜杠(/))",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "避免使用 !important。它表明整个 CSS 的优先级已经失去控制且需要进行重构。",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "避免使用 \"float\"。float 会使 CSS 变得脆弱。即使只更改了一部分布局,也很容易造成破坏。",
|
|
33
33
|
"CSS Language Server": "CSS 语言服务器",
|
|
34
|
-
"CSS fix is outdated and can't be applied to the document.": "CSS
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS 修复已过时,无法应用于文档。",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "导致在文档的根目录发出一个或多个规则。",
|
|
36
36
|
"Changes one or more properties of a color.": "更改颜色的一个或多个属性。",
|
|
37
37
|
"Changes the alpha component for a color.": "更改颜色的 alpha 分量。",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "反余弦函数–余弦函数的反函数",
|
|
172
172
|
"arcsine - inverse of sine function": "反正弦函数 - 正弦函数的反函数",
|
|
173
173
|
"arctangent - inverse of tangent function": "反正切函数 - 正切函数的反函数",
|
|
174
|
-
"argument from '{0}'": "
|
|
174
|
+
"argument from '{0}'": "来自“{0}”的参数",
|
|
175
175
|
"at-rule or selector expected": "应为 @ 规则或选择器",
|
|
176
176
|
"at-rule unknown": "@ 规则未知",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "将规则集的计算结果绑定到列表的每个成员。",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "已弃用设置 \"css.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "补全 CSS 属性时在行尾插入分号。",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "默认情况下,VS Code 在选择 CSS 属性后触发属性值完成。使用此设置可禁用此行为。",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "一个相对文件路径列表,这些路径指向采用[自定义数据格式](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md)的 JSON 文件。\r\n\r\nVS Code 在启动时会加载自定义数据,从而增强它对你在 JSON 文件中指定的自定义 CSS 属性(变量)、at 规则、伪类和伪元素的 CSS 支持。\r\n\r\n这些文件路径与工作区相对,且只考虑工作区文件夹设置。",
|
|
258
258
|
"css.format.braceStyle.desc": "将大括号放在规则的同一行(`折叠`)或将大括号放在自己所在行上(`展开`)。",
|
|
259
259
|
"css.format.enable.desc": "启用/禁用默认的 CSS 格式化程序。",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "启用 `#css.format.preserveNewLines#` 后要在一个区块中保留的最大换行符数。",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
|
|
263
263
|
"css.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "在 CSS 悬停中显示属性和值文档。",
|
|
266
266
|
"css.hover.references": "在 CSS 悬停时显示 MDN 的引用。",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "参数数目无效。",
|
|
268
268
|
"css.lint.boxModel.desc": "在使用 `padding` 或 `border` 时,不要使用 `width` 或 `height`。",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
|
|
301
301
|
"less.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "在 LESS 悬停中显示属性和值文档。",
|
|
304
304
|
"less.hover.references": "在 LESS 悬停时显示 MDN 的引用。",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "参数数目无效。",
|
|
306
306
|
"less.lint.boxModel.desc": "在使用 `padding` 或 `border` 时,不要使用 `width` 或 `height`。",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "在 SCSS 悬停中显示属性和值文档。",
|
|
339
339
|
"scss.hover.references": "在 SCSS 悬停时显示 MDN 的引用。",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "参数数目无效。",
|
|
341
341
|
"scss.lint.boxModel.desc": "在使用 `padding` 或 `border` 时,不要使用 `width` 或 `height`。",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" 具有指纹 \"{1}\"",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info)远程库“{0}”没有标记。",
|
|
14
|
-
"$(info) This repository has no stashes.": "$(info)
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) 此存储库没有储藏条目。",
|
|
15
15
|
"$(info) This repository has no tags.": "$(info) 此仓库没有标记。",
|
|
16
16
|
"A branch named \"{0}\" already exists": "已存在名为“{0}”的分支",
|
|
17
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "在工作区的父文件夹或打开的文件中找到了 git 存储库。是否要打开存储库?",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"Add remote from URL": "从 URL 添加远程存储库",
|
|
22
22
|
"Add remote from {0}": "从 {0} 添加远程存储库",
|
|
23
23
|
"Add to Workspace": "添加到工作区",
|
|
24
|
-
"All Changes ({0} ↔ {1})": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "所有更改({0} ↔ {1})",
|
|
25
25
|
"All Repositories": "所有存储库",
|
|
26
26
|
"Always": "始终",
|
|
27
27
|
"Always Pull": "始终拉取",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"Ask Me Later": "稍后询问",
|
|
43
43
|
"Branch name": "分支名称",
|
|
44
44
|
"Branch name needs to match regex: {0}": "分支名称必须匹配正则表达式: {0}",
|
|
45
|
-
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "无法将引用强制推送到远程。自上次签出后,远程跟踪分支的提示已更新。首先尝试运行“拉取”以从远程分支中拉取最新更改。",
|
|
46
46
|
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
|
|
47
47
|
"Can't undo because HEAD doesn't point to any commit.": "无法撤消,因为 HEAD 不指向任何提交。",
|
|
48
48
|
"Changes": "更改",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"Pick a stash to apply": "选择要应用的储藏",
|
|
172
172
|
"Pick a stash to drop": "选择要删除的储藏",
|
|
173
173
|
"Pick a stash to pop": "选择要弹出的储藏",
|
|
174
|
-
"Pick a stash to view": "
|
|
174
|
+
"Pick a stash to view": "选择要查看的储藏条目",
|
|
175
175
|
"Pick workspace folder to initialize git repo in": "选择用于初始化 Git 储存库的工作区文件夹",
|
|
176
176
|
"Please check out a branch to push to a remote.": "请签出一个分支以推送到远程。",
|
|
177
177
|
"Please clean your repository working tree before checkout.": "在签出前,请清理仓库工作树。",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"Remote branch at {0}": "{0} 处的远程分支",
|
|
198
198
|
"Remote name": "远程存储库名称",
|
|
199
199
|
"Remote name format invalid": "远程仓库名称格式无效",
|
|
200
|
-
"Remote tag at {0}": "
|
|
200
|
+
"Remote tag at {0}": "{0} 处的远程标记",
|
|
201
201
|
"Reopen Closed Repositories": "重新打开已关闭的存储库",
|
|
202
202
|
"Replace Local Tag(s)": "替换本地标记",
|
|
203
203
|
"Restore file": "恢复文件",
|
|
@@ -205,12 +205,12 @@
|
|
|
205
205
|
"Save All & Commit Changes": "保存所有和提交更改",
|
|
206
206
|
"Save All & Stash": "全部保存并储藏",
|
|
207
207
|
"Select a branch or tag to checkout": "选择要签出的分支或标记",
|
|
208
|
-
"Select a branch or tag to merge from": "
|
|
208
|
+
"Select a branch or tag to merge from": "选择要合并的分支或标记",
|
|
209
209
|
"Select a branch to checkout in detached mode": "选择要在分离模式下签出的分支",
|
|
210
210
|
"Select a branch to delete": "选择要删除的分支",
|
|
211
211
|
"Select a branch to rebase onto": "选择要变基到的分支",
|
|
212
212
|
"Select a ref to create the branch from": "选择一个 ref 以从中创建分支",
|
|
213
|
-
"Select a remote tag to delete": "
|
|
213
|
+
"Select a remote tag to delete": "选择要删除的标记",
|
|
214
214
|
"Select a remote to delete a tag from": "选择要从中删除标记的远程库",
|
|
215
215
|
"Select a remote to fetch": "选择要提取的远程",
|
|
216
216
|
"Select a tag to delete": "选择要删除的标记",
|
|
@@ -287,10 +287,10 @@
|
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "仓库未配置任何从其中进行拉取的远程仓库。",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "仓库未配置任何要推送到的远程仓库。",
|
|
289
289
|
"Your repository has no remotes.": "您的仓库没有远程仓库。",
|
|
290
|
-
"branches": "
|
|
290
|
+
"branches": "分支",
|
|
291
291
|
"no": "否",
|
|
292
|
-
"remote branches": "
|
|
293
|
-
"tags": "
|
|
292
|
+
"remote branches": "远程分支",
|
|
293
|
+
"tags": "标记",
|
|
294
294
|
"yes": "是",
|
|
295
295
|
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\n此操作不可撤销,你当前的工作集将会永远丢失。",
|
|
296
296
|
"{0} (Deleted)": "{0} (已删除)",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"{0} (Working Tree)": "{0} (工作树)",
|
|
304
304
|
"{0} ({1})": "{0} ({1})",
|
|
305
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
306
|
-
"{0} Checkout detached...": "{0}
|
|
306
|
+
"{0} Checkout detached...": "{0} 签出已分离…",
|
|
307
307
|
"{0} Commit": "{0} 提交",
|
|
308
308
|
"{0} Commit & Push": "{0} 提交和推送",
|
|
309
309
|
"{0} Commit & Sync": "{0} 提交和同步",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"command.cloneRecursive": "克隆(递归)",
|
|
347
347
|
"command.close": "关闭仓库",
|
|
348
348
|
"command.closeAllDiffEditors": "关闭所有差异编辑器",
|
|
349
|
-
"command.closeOtherRepositories": "
|
|
349
|
+
"command.closeOtherRepositories": "关闭其他存储库",
|
|
350
350
|
"command.commit": "提交",
|
|
351
351
|
"command.commitAll": "全部提交",
|
|
352
352
|
"command.commitAllAmend": "全部提交(修改)",
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
"command.continueInLocalClone.qualifiedName": "继续在新的本地克隆中工作",
|
|
374
374
|
"command.createTag": "创建标记",
|
|
375
375
|
"command.deleteBranch": "删除分支...",
|
|
376
|
-
"command.deleteRemoteTag": "
|
|
377
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "删除远程标记...",
|
|
377
|
+
"command.deleteTag": "删除标签...",
|
|
378
378
|
"command.fetch": "抓取",
|
|
379
379
|
"command.fetchAll": "从所有远程存储库中拉取",
|
|
380
380
|
"command.fetchPrune": "获取 (删除)",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"command.ignore": "添加到 .gitignore",
|
|
386
386
|
"command.init": "初始化仓库",
|
|
387
387
|
"command.manageUnsafeRepositories": "管理不安全的存储库",
|
|
388
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "合并...",
|
|
389
389
|
"command.mergeAbort": "中止合并",
|
|
390
390
|
"command.openAllChanges": "打开所有更改",
|
|
391
391
|
"command.openChange": "打开更改",
|
|
@@ -428,17 +428,17 @@
|
|
|
428
428
|
"command.stageSelectedRanges": "暂存所选范围",
|
|
429
429
|
"command.stash": "储藏",
|
|
430
430
|
"command.stashApply": "应用储藏...",
|
|
431
|
-
"command.stashApplyEditor": "
|
|
431
|
+
"command.stashApplyEditor": "应用储藏条目",
|
|
432
432
|
"command.stashApplyLatest": "应用最新储藏",
|
|
433
433
|
"command.stashDrop": "删除储藏...",
|
|
434
434
|
"command.stashDropAll": "删除所有储藏...",
|
|
435
|
-
"command.stashDropEditor": "
|
|
435
|
+
"command.stashDropEditor": "删除储藏条目",
|
|
436
436
|
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
|
|
437
437
|
"command.stashPop": "弹出储藏...",
|
|
438
|
-
"command.stashPopEditor": "
|
|
438
|
+
"command.stashPopEditor": "弹出储藏条目",
|
|
439
439
|
"command.stashPopLatest": "弹出最新储藏",
|
|
440
440
|
"command.stashStaged": "储藏暂存",
|
|
441
|
-
"command.stashView": "
|
|
441
|
+
"command.stashView": "查看储藏条目...",
|
|
442
442
|
"command.sync": "同步",
|
|
443
443
|
"command.syncRebase": "同步(变基)",
|
|
444
444
|
"command.timelineCompareWithSelected": "与已选项目进行比较",
|
|
@@ -450,8 +450,8 @@
|
|
|
450
450
|
"command.unstage": "取消暂存更改",
|
|
451
451
|
"command.unstageAll": "取消暂存所有更改",
|
|
452
452
|
"command.unstageSelectedRanges": "取消暂存所选范围",
|
|
453
|
-
"command.viewAllChanges": "
|
|
454
|
-
"command.viewCommit": "
|
|
453
|
+
"command.viewAllChanges": "查看所有更改",
|
|
454
|
+
"command.viewCommit": "查看提交",
|
|
455
455
|
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
|
|
456
456
|
"config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
|
|
457
457
|
"config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
|
501
501
|
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
|
|
502
502
|
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
|
|
503
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "允许使用 GPG、X.509 或 SSH 提交签名。",
|
|
504
504
|
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
|
505
505
|
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
|
506
506
|
"config.enabled": "是否启用 Git。",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "更改颜色的一个或多个属性。",
|
|
35
35
|
"Changes the alpha component for a color.": "更改颜色的 alpha 分量。",
|
|
36
36
|
"Changes the hue of a color.": "更改颜色的色调。",
|
|
37
|
-
"Character entity representing '{0}'": "
|
|
38
|
-
"Character entity representing '{0}', unicode equivalent '{1}'": "
|
|
37
|
+
"Character entity representing '{0}'": "表示“{0}”的字符实体",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "表示“{0}”的字符实体,unicode 等效于“{1}”",
|
|
39
39
|
"Closing bracket expected.": "需要右中括号。",
|
|
40
40
|
"Closing bracket missing.": "缺少右方括号。",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "将多个列表合并到单个多维列表中。",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "反余弦函数–余弦函数的反函数",
|
|
181
181
|
"arcsine - inverse of sine function": "反正弦 - 正弦函数的反函数",
|
|
182
182
|
"arctangent - inverse of tangent function": "反正切函数 - 正切函数的反函数",
|
|
183
|
-
"argument from '{0}'": "
|
|
183
|
+
"argument from '{0}'": "来自“{0}”的参数",
|
|
184
184
|
"at-rule or selector expected": "应为 @ 规则或选择器",
|
|
185
185
|
"at-rule unknown": "@ 规则未知",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "将规则集的评估绑定到列表的每个成员。",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref '{0}' in '{1}' can not be resolved.": "$ref
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "无法解析“{1}”中的 $ref“{0}”。",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "默认值。由建议使用。",
|
|
15
15
|
"A descriptive title of the element.": "元素的描述性标题。",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "要与字符串匹配的正则表达式。它未隐式定位。",
|
|
22
22
|
"A schema which must not match.": "不允许匹配的架构。",
|
|
23
23
|
"A unique identifier for the schema.": "架构的唯一标识符。",
|
|
24
|
-
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "如果数组实例中至少有一个元素对给定架构有效,则该实例对“contains”有效。",
|
|
25
25
|
"An array of schemas, all of which must match.": "架构的数组,所有架构都必须匹配。",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "架构的数组,其中必须只有一个匹配。",
|
|
27
27
|
"An array of schemas, where at least one must match.": "架构数组,其中必须至少有一个匹配。",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Downloading schemas is disabled through setting '{0}'": "已通过设置“{0}”禁用下载架构",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "已禁用下载架构。单击以进行配置。",
|
|
50
50
|
"Draft-03 schemas are not supported.": "不支持 Draft-03 架构。",
|
|
51
|
-
"Duplicate anchor declaration: '{0}'": "
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "重复的定位点声明:“{0}”",
|
|
52
52
|
"Duplicate object key": "重复的对象键",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "架构或布尔值。如果是架构,则用于验证与 \"properties\" 或 \"patternProperties\" 不匹配的所有属性。如果为 false,则与两者中任一不匹配的任何属性都将导致此架构失败。",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "基本架构类型之一的字符串(数字、整数、null、数组、对象、布尔值、字符串)或指定这些类型的子集的字符串数组。",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "打开扩展",
|
|
96
96
|
"Open Settings": "打开设置",
|
|
97
97
|
"Outline": "大纲",
|
|
98
|
-
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "
|
|
99
|
-
"Problems loading reference '{0}': {1}": "
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "从“{0}”读取内容时出现问题: 检测到带 BOM 的 UTF-8,只允许 UTF 8。",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "加载引用“{0}”时出现问题: {1}",
|
|
100
100
|
"Property expected": "应为属性",
|
|
101
101
|
"Property keys must be doublequoted": "属性键必须带双引号",
|
|
102
102
|
"Property {0} is not allowed.": "不允许属性 {0}。",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "字符串不是 IPv6 地址。",
|
|
118
118
|
"String is not an e-mail address.": "字符串不是电子邮件地址。",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "字符串短于最小长度 {0}。",
|
|
120
|
-
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "
|
|
121
|
-
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "当“if”子架构失败时,使用“else”子架构进行验证。",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "当“if”子架构成功时,“if”子架构会用于验证。",
|
|
122
122
|
"The maximum length of a string.": "字符串的最大长度。",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "可以位于数组内的最大项数(包含)。",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "对象可以具有的最大属性数(包含)。",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "要针对其验证此文档的架构。",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "该架构使用验证程序尚不支持的元架构功能({0})。",
|
|
132
132
|
"The set of literal values that are valid.": "有效的文本值集。",
|
|
133
|
-
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "“if”子架构的验证结果控制要评估哪一个“then”或“else”关键字。",
|
|
134
134
|
"Trailing comma": "尾随逗号",
|
|
135
135
|
"URI expected.": "预期为 URI。",
|
|
136
136
|
"URI is expected.": "需要 URI。",
|
|
137
137
|
"URI with a scheme is expected.": "需要包含架构的 URI。",
|
|
138
138
|
"Unable to compute used schemas: No document": "无法计算使用的架构: 无文档",
|
|
139
139
|
"Unable to compute used schemas: {0}": "无法计算使用的架构: {0}",
|
|
140
|
-
"Unable to load schema from '{0}'. No schema request service available": "
|
|
141
|
-
"Unable to load schema from '{0}': No content.": "
|
|
142
|
-
"Unable to load schema from '{0}': {1}.": "
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "无法从“{0}”加载架构。没有可用的架构请求服务",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "无法从“{0}”加载架构: 没有内容。",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "无法从“{0}”加载架构: {1}。",
|
|
143
143
|
"Unable to load {0}": "无法加载 {0}",
|
|
144
|
-
"Unable to parse content from '{0}': Parse error at offset {1}.": "
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "无法分析“{0}”中的内容: 在偏移 {1} 处发生分析错误。",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "无法解析架构。单击以重试。",
|
|
146
146
|
"Unexpected end of comment.": "意外的注释结尾。",
|
|
147
147
|
"Unexpected end of number.": "意外的数字结尾。",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"package": {
|
|
78
78
|
"configuration.copyIntoWorkspace.mediaFiles": "尝试将外部图像和视频文件复制到工作区。",
|
|
79
79
|
"configuration.copyIntoWorkspace.never": "请勿将外部文件复制到工作区。",
|
|
80
|
-
"configuration.markdown.copyFiles.destination": "
|
|
80
|
+
"configuration.markdown.copyFiles.destination": "定义应在何处创建通过拖放或粘贴创建的文件。这是从 Markdown 文档中匹配的 glob 到目标的地图。\r\n\r\n目标可以使用以下变量:\r\n\r\n-“${documentDirName}”- Markdown 文件的绝对父级目录路径,例如“/Users/me/myProject/docs”。\r\n-“${documentRelativeDirName}” - Markdown 文档的相对父级目录路径,例如“docs”。如果文件不是工作区的一部分,则与“${documentDirName}”相同。\r\n-“${documentFileName}”- Markdown 文档的完整文件名,例如“README.md”。\r\n-“${documentBaseName}”- Markdown 文档的基名,例如“README”。\r\n-“${documentExtName}”- Markdown 文档的扩展,例如“md”。\r\n-“${documentFilePath}”- Markdown 文档的绝对路径,例如“/Users/me/myProject/docs/README.md”。\r\n-“${documentRelativeFilePath}”- Markdown 文档的相对路径,例如“docs/README.md”。如果文件不是工作区的一部分,则与“${documentFilePath}”相同。\r\n-“${documentWorkspaceFolder}”- Markdown 文档的工作区文件夹,例如“/Users/me/myProject”。如果文件不是工作区的一部分,则与“${documentDirName}”相同。\r\n-“${fileName}”- 丢弃的文件的文件名,例如“image.png”。\r\n-“${fileExtName}”- 丢弃的文件的扩展名,例如“png”。",
|
|
81
81
|
"configuration.markdown.copyFiles.overwriteBehavior": "控制通过放置或粘贴操作创建的文件是否应覆盖现有文件。",
|
|
82
82
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "如果已存在具有相同名称的文件,请向文件名追加一个数字,例如: `image.png` 变为 `image-1.png`。",
|
|
83
83
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "如果已存在具有相同名称的文件,则覆盖。",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "控制是否应将粘贴到 Markdown 编辑器中的工作区之外的文件复制到工作区中。\r\n\r\n使用 `#markdown.copyFiles.destination#` 配置应在哪个位置创建复制的文件。",
|
|
88
88
|
"configuration.markdown.editor.filePaste.enabled": "启用将文件粘贴到 Markdown 编辑器以创建 Markdown 链接。需要启用 `#editor.pasteAs.enabled#`。",
|
|
89
89
|
"configuration.markdown.editor.filePaste.videoSnippet": "将视频添加到 Markdown 时使用的代码片段。此代码片段可以使用以下变量:\r\n-“${src}”- 视频文件的解析路径。\r\n-“${title}”- 用于视频的标题。将自动为此变量创建代码片段占位符。",
|
|
90
|
-
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "
|
|
90
|
+
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "控制是否在将 URL 粘贴到 Markdown 编辑器时创建 Markdown 链接。需要启用“#editor.pasteAs.enabled#”。",
|
|
91
91
|
"configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。",
|
|
92
92
|
"configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
|
|
93
93
|
"configuration.markdown.links.openLocation.description": "控制应在哪里打开 Markdown 文件中的链接。",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"configuration.markdown.validate.ignoredLinks.description": "配置不应被验证的链接。例如,添加 `/about` 不会验证链接 `[about](/about)`,而 `/assets/**/*.svg` 会允许你跳过对 `assets` 目录下 `.svg` 文件的任何链接的验证。",
|
|
120
120
|
"configuration.markdown.validate.referenceLinks.enabled.description": "验证 Markdown 文件中的引用链接,例如: `[link][ref]`。需要启用 `#markdown.validate.enabled#`。",
|
|
121
121
|
"configuration.markdown.validate.unusedLinkDefinitions.description": "验证当前文件中未使用的链接定义。",
|
|
122
|
-
"configuration.pasteUrlAsFormattedLink.always": "
|
|
123
|
-
"configuration.pasteUrlAsFormattedLink.never": "
|
|
124
|
-
"configuration.pasteUrlAsFormattedLink.smart": "
|
|
122
|
+
"configuration.pasteUrlAsFormattedLink.always": "始终插入 Markdown 链接。",
|
|
123
|
+
"configuration.pasteUrlAsFormattedLink.never": "从不创建 Markdown 链接。",
|
|
124
|
+
"configuration.pasteUrlAsFormattedLink.smart": "当不粘贴到代码块或其他特殊元素时,默认情况下可以智能创建 Markdown 链接。使用粘贴小组件,在以纯文本形式粘贴或以 Markdown 链接形式粘贴之间切换。",
|
|
125
125
|
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "当你选择了文本,并且不粘贴到代码块或其他特殊元素时,默认情况下可以智能创建 Markdown 链接。使用粘贴小组件,在以纯文本形式粘贴或以 Markdown 链接形式粘贴之间切换。",
|
|
126
126
|
"description": "为 Markdown 提供丰富的语言支持。",
|
|
127
127
|
"displayName": "Markdown 语言功能",
|
|
@@ -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.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "
|
|
104
|
+
"The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。\r\n这可能是由以下其中一个扩展提供的插件引起的: {0}\r\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
105
105
|
"The JS/TS language service crashed.": "JS/TS 语言服务已崩溃。",
|
|
106
|
-
"The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "
|
|
106
|
+
"The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已崩溃。\r\n这可能是由以下其中一个扩展提供的插件引起的: {0}\r\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.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "
|
|
108
|
+
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已立即崩溃 5 次。不会重新启动该服务。\r\n这可能是由以下其中一个扩展提供的插件引起的: {0}\r\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
109
109
|
"The current selection cannot be extracted": "无法提取当前所选内容",
|
|
110
|
-
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "
|
|
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}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "
|
|
112
|
+
"The workspace is using an old version of TypeScript ({0}).\r\n\r\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})。\r\n\r\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}",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code 的 tsserver 已被其他应用程序(例如运行异常的病毒检测工具)删除。请重新安装 VS Code。",
|
|
127
127
|
"Yes": "是",
|
|
128
128
|
"build - {0}": "构建 - {0}",
|
|
129
|
-
"destination files": "
|
|
129
|
+
"destination files": "目标文件",
|
|
130
130
|
"invalid version": "无效版本",
|
|
131
131
|
"watch - {0}": "监视 - {0}",
|
|
132
132
|
"{0} (Fix all in file)": "{0} (修复文件中所有)",
|