@codingame/monaco-vscode-language-pack-zh-hans 2.0.0-v2.1 → 2.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.
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- 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 +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +369 -300
|
@@ -43,22 +43,25 @@
|
|
|
43
43
|
"Insert Markdown Media and Links": "插入 Markdown 媒体和链接",
|
|
44
44
|
"Insert image": "插入映像",
|
|
45
45
|
"Insert link": "插入链接",
|
|
46
|
-
"Link definition for
|
|
46
|
+
"Link definition for '{0}' already exists": "“{0}”的链接定义已存在",
|
|
47
47
|
"Link definition is unused": "链接定义未使用",
|
|
48
48
|
"Link is already a reference": "链接已是引用",
|
|
49
49
|
"Link is also defined here": "还在此处定义了链接",
|
|
50
|
+
"Link to '# {0}' in '{1}'": "链接到“{1}”中的“# {0}”",
|
|
51
|
+
"Link to '{0}'": "链接到“{0}”",
|
|
50
52
|
"Markdown Language Server": "Markdown 语言服务器",
|
|
51
53
|
"Media": "媒体",
|
|
52
54
|
"More Information": "更多信息",
|
|
53
55
|
"Never": "从不",
|
|
54
56
|
"No": "否",
|
|
55
|
-
"No header found:
|
|
56
|
-
"No link definition found:
|
|
57
|
+
"No header found: '{0}'": "找不到标头:“{0}”",
|
|
58
|
+
"No link definition found: '{0}'": "找不到链接定义:“{0}”",
|
|
57
59
|
"Not on link": "不在链接上",
|
|
58
60
|
"Only load secure content": "仅载入安全内容",
|
|
59
61
|
"Organize link definitions": "组织链接定义",
|
|
60
62
|
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本",
|
|
61
63
|
"Preview {0}": "预览 {0}",
|
|
64
|
+
"Reference link '{0}'": "参考链接“{0}”",
|
|
62
65
|
"Remove duplicate link definition": "删除重复的链接定义",
|
|
63
66
|
"Remove unused link definition": "移除未使用的链接定义",
|
|
64
67
|
"Renaming is not supported here. Try renaming a header or link.": "此处不支持重命名。尝试重命名标头或链接。",
|
|
@@ -74,15 +77,17 @@
|
|
|
74
77
|
"package": {
|
|
75
78
|
"configuration.copyIntoWorkspace.mediaFiles": "尝试将外部图像和视频文件复制到工作区。",
|
|
76
79
|
"configuration.copyIntoWorkspace.never": "请勿将外部文件复制到工作区。",
|
|
77
|
-
"configuration.markdown.copyFiles.destination": "
|
|
80
|
+
"configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
|
|
78
81
|
"configuration.markdown.copyFiles.overwriteBehavior": "控制通过放置或粘贴操作创建的文件是否应覆盖现有文件。",
|
|
79
82
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "如果已存在具有相同名称的文件,请向文件名追加一个数字,例如: `image.png` 变为 `image-1.png`。",
|
|
80
83
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "如果已存在具有相同名称的文件,则覆盖。",
|
|
81
84
|
"configuration.markdown.editor.drop.copyIntoWorkspace": "控制是否应将放置到 Markdown 编辑器中的工作区之外的文件复制到工作区中。\r\n\r\n使用 `#markdown.copyFiles.destination#` 配置复制或放置的文件应位于哪个位置",
|
|
82
85
|
"configuration.markdown.editor.drop.enabled": "通过按住 Shift 来启用将文件放入 Markdown 编辑器。需要启用 `#editor.dropIntoEditor.enabled#`。",
|
|
86
|
+
"configuration.markdown.editor.filePaste.audioSnippet": "将音频添加到 Markdown 时使用的代码片段。此代码片段可以使用以下变量:\r\n-“${src}”- 音频文件的解析路径。\r\n-“${title}”- 用于音频的标题。将自动为此变量创建代码片段占位符。",
|
|
83
87
|
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "控制是否应将粘贴到 Markdown 编辑器中的工作区之外的文件复制到工作区中。\r\n\r\n使用 `#markdown.copyFiles.destination#` 配置应在哪个位置创建复制的文件。",
|
|
84
88
|
"configuration.markdown.editor.filePaste.enabled": "启用将文件粘贴到 Markdown 编辑器以创建 Markdown 链接。需要启用 `#editor.pasteAs.enabled#`。",
|
|
85
|
-
"configuration.markdown.editor.
|
|
89
|
+
"configuration.markdown.editor.filePaste.videoSnippet": "将视频添加到 Markdown 时使用的代码片段。此代码片段可以使用以下变量:\r\n-“${src}”- 视频文件的解析路径。\r\n-“${title}”- 用于视频的标题。将自动为此变量创建代码片段占位符。",
|
|
90
|
+
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
|
|
86
91
|
"configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。",
|
|
87
92
|
"configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
|
|
88
93
|
"configuration.markdown.links.openLocation.description": "控制应在哪里打开 Markdown 文件中的链接。",
|
|
@@ -114,9 +119,10 @@
|
|
|
114
119
|
"configuration.markdown.validate.ignoredLinks.description": "配置不应被验证的链接。例如,添加 `/about` 不会验证链接 `[about](/about)`,而 `/assets/**/*.svg` 会允许你跳过对 `assets` 目录下 `.svg` 文件的任何链接的验证。",
|
|
115
120
|
"configuration.markdown.validate.referenceLinks.enabled.description": "验证 Markdown 文件中的引用链接,例如: `[link][ref]`。需要启用 `#markdown.validate.enabled#`。",
|
|
116
121
|
"configuration.markdown.validate.unusedLinkDefinitions.description": "验证当前文件中未使用的链接定义。",
|
|
117
|
-
"configuration.pasteUrlAsFormattedLink.always": "
|
|
118
|
-
"configuration.pasteUrlAsFormattedLink.never": "
|
|
119
|
-
"configuration.pasteUrlAsFormattedLink.smart": "
|
|
122
|
+
"configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
|
|
123
|
+
"configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
|
|
124
|
+
"configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
|
|
125
|
+
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "当你选择了文本,并且不粘贴到代码块或其他特殊元素时,默认情况下可以智能创建 Markdown 链接。使用粘贴小组件,在以纯文本形式粘贴或以 Markdown 链接形式粘贴之间切换。",
|
|
120
126
|
"description": "为 Markdown 提供丰富的语言支持。",
|
|
121
127
|
"displayName": "Markdown 语言功能",
|
|
122
128
|
"markdown.copyImage.title": "复制图像",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"Runs the script under the debugger": "在调试器下运行脚本",
|
|
30
30
|
"The currently latest version of the package": "当前最新版本的包",
|
|
31
31
|
"The setting \"npm.autoDetect\" is \"off\".": "\"npm.autoDetect\" 设置已设为“关”。",
|
|
32
|
-
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don
|
|
32
|
+
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "将 {0} 用作首选包管理器。为 {1} 找到多个锁文件。 要解决此问题,请删除与首选包管理器不匹配的锁文件,或将设置 \"npm.packageManager\" 更改为 \"auto\" 以外的值。",
|
|
33
33
|
"in {0}": "{0} 后",
|
|
34
34
|
"latest": "最新",
|
|
35
35
|
"now": "现在",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "无法为 JavaScript 语言功能安装 typings 文件。请确认 NPM 已安装,或在用户设置中配置 “typescript.npm”。或者检查 [文档]({0})以了解详细信息。",
|
|
35
35
|
"Could not load the TypeScript version at this path": "无法获取此目录 TypeScript 的版本",
|
|
36
36
|
"Could not open TS Server log file": "无法打开 TS 服务器日志文件",
|
|
37
|
-
"Destination Files": "目标文件",
|
|
38
37
|
"Disable logging": "禁用事件日志",
|
|
39
38
|
"Disables semantic checking in a JavaScript file. Must be at the top of a file.": "在 JavaScript 文件中禁用语义检查。必须在文件顶部。",
|
|
40
39
|
"Dismiss": "关闭",
|
|
@@ -102,22 +101,21 @@
|
|
|
102
101
|
"TS Server logging is currently enabled which may impact performance.": "TS Server 事件日志当前已启用,这可能会影响性能。",
|
|
103
102
|
"TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS 服务器日志已关闭。请设置 “typescript.tsserver.log” 并重启 TS 服务器以启用事件日志",
|
|
104
103
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。",
|
|
105
|
-
"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.\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.": "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.",
|
|
106
105
|
"The JS/TS language service crashed.": "JS/TS 语言服务已崩溃。",
|
|
107
|
-
"The JS/TS language service crashed
|
|
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.": "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.",
|
|
108
107
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 语言服务已立即崩溃 5 次。将不会重启该服务。",
|
|
109
|
-
"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.\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.": "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.",
|
|
110
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.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
|
|
111
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
|
|
112
|
-
"The
|
|
113
|
-
"The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
|
|
114
|
-
"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 尚未修复。",
|
|
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.": "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.",
|
|
115
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 版本?",
|
|
116
114
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "此工作区想要使用 '{0}' 处的节点安装来运行 TS 服务器。是否要使用?",
|
|
117
115
|
"To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含多个文件的文件夹,例如: {0}",
|
|
118
116
|
"To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。",
|
|
119
117
|
"TypeScript Server Log": "TypeScript 服务器日志",
|
|
120
|
-
"TypeScript Task in tasks.json contains
|
|
118
|
+
"TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "tasks.json 中的 TypeScript 任务包含 \"\\\\\"。TypeScript 任务的 tsconfig 必须使用 \"/\"",
|
|
121
119
|
"TypeScript Version": "TypeScript 版本",
|
|
122
120
|
"TypeScript language server exited with error. Error message is: {0}": "TypeScript 语言服务器因错误而退出。错误消息: {0}",
|
|
123
121
|
"TypeScript: Configure Excludes": "TypeScript: 配置排除",
|
|
@@ -125,9 +123,10 @@
|
|
|
125
123
|
"Update imports for the following {0} files?": "是否更新以下 {0} 个文件的导入?",
|
|
126
124
|
"Use VS Code's Version": "使用 VS Code 的版本",
|
|
127
125
|
"Use Workspace Version": "使用工作区版本",
|
|
128
|
-
"VS Code
|
|
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。",
|
|
129
127
|
"Yes": "是",
|
|
130
128
|
"build - {0}": "构建 - {0}",
|
|
129
|
+
"destination files": "destination files",
|
|
131
130
|
"invalid version": "无效版本",
|
|
132
131
|
"watch - {0}": "监视 - {0}",
|
|
133
132
|
"{0} (Fix all in file)": "{0} (修复文件中所有)",
|