Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/extensions/markdown')
-rw-r--r--i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json6
-rw-r--r--i18n/chs/extensions/markdown/out/security.i18n.json5
-rw-r--r--i18n/chs/extensions/markdown/package.i18n.json2
3 files changed, 3 insertions, 10 deletions
diff --git a/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json
index 99e4bd312c6..8b6ad71cd4e 100644
--- a/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json
+++ b/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json
@@ -3,8 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{
- "preview.securityMessage.text": "此文档中已禁用脚本",
- "preview.securityMessage.title": "Markdown 预览中已禁用脚本。请更改 Markdown 预览安全设置以启用脚本",
- "preview.securityMessage.label": "脚本已禁用安全警告"
-} \ No newline at end of file
+{} \ No newline at end of file
diff --git a/i18n/chs/extensions/markdown/out/security.i18n.json b/i18n/chs/extensions/markdown/out/security.i18n.json
index 248421bc199..33e52ab8ae5 100644
--- a/i18n/chs/extensions/markdown/out/security.i18n.json
+++ b/i18n/chs/extensions/markdown/out/security.i18n.json
@@ -4,8 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "在 Markdown 预览中对此工作区禁止脚本执行",
- "preview.showPreviewSecuritySelector.currentSelection": "当前设置",
- "preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "在 Markdown 预览中对此工作区启用脚本执行",
- "preview.showPreviewSecuritySelector.title": "更改 Markdown 预览的安全设置"
+ "preview.showPreviewSecuritySelector.currentSelection": "当前设置"
} \ No newline at end of file
diff --git a/i18n/chs/extensions/markdown/package.i18n.json b/i18n/chs/extensions/markdown/package.i18n.json
index 77f030de98e..d97d7e98507 100644
--- a/i18n/chs/extensions/markdown/package.i18n.json
+++ b/i18n/chs/extensions/markdown/package.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "markdown.preview.breaks.desc": "设置换行符如何在 markdown 预览中呈现。将其设置为 \"true\" 会为每一个新行创建一个 <br>。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
"markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
@@ -17,6 +18,5 @@
"markdown.showSource.title": "显示源",
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
"markdown.showPreviewSecuritySelector.title": "更改 Markdown 预览安全设置",
- "markdown.preview.enableExperimentalExtensionApi.desc": "[实验功能] 允许扩展程序来扩展 Markdown 预览功能。",
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。"
} \ No newline at end of file