mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"onPreviewStyleLoadError": "无法加载“markdown.styles”:{0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"lockedPreviewTitle": "[预览] {0}",
|
||||
"previewTitle": "预览 {0}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "已禁用内容安全警告"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"strict.title": "严格",
|
||||
"strict.description": "仅载入安全内容",
|
||||
"insecureLocalContent.title": "允许不安全的本地内容",
|
||||
"insecureLocalContent.description": "允许通过 http 载入来自 localhost 的内容",
|
||||
"insecureContent.title": "允许不安全内容",
|
||||
"insecureContent.description": "允许通过 http 载入内容",
|
||||
"disable.title": "禁用",
|
||||
"disable.description": "允许所有内容,执行所有脚本。不推荐",
|
||||
"moreInfo.title": "详细信息",
|
||||
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
|
||||
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
|
||||
"toggleSecurityWarning.description": "不影响内容安全级别",
|
||||
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Markdown 语言功能",
|
||||
"description": "为 Markdown 提供丰富的语言支持。",
|
||||
"markdown.preview.breaks.desc": "设置换行符如何在 markdown 预览中呈现。将其设置为 \"true\" 会为每一个新行创建一个 <br>。",
|
||||
"markdown.preview.linkify": "在 Markdown 预览中启用或禁用将类似 URL 的文本转换为链接。",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
|
||||
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
|
||||
"markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
|
||||
"markdown.preview.lineHeight.desc": "控制 Markdown 预览中使用的行高。此数值与字号相关。",
|
||||
"markdown.preview.markEditorSelection.desc": "在 Markdown 预览中标记当前的编辑器选定内容。",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "滚动 Markdown 预览时,更新其编辑器视图。",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "滚动 Markdown 编辑器时,更新其预览视图。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[弃用] 滚动 Markdown 预览以显示编辑器当前所选行。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "此设置已被 \"markdown.preview.scrollPreviewWithEditor\" 替换且不再有任何效果。",
|
||||
"markdown.preview.title": "打开预览",
|
||||
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
|
||||
"markdown.previewSide.title": "打开侧边预览",
|
||||
"markdown.showLockedPreviewToSide.title": "在侧边打开锁定的预览",
|
||||
"markdown.showSource.title": "显示源",
|
||||
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
|
||||
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
|
||||
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
|
||||
"markdown.preview.refresh.title": "刷新预览",
|
||||
"markdown.preview.toggleLock.title": "切换开关锁定预览"
|
||||
}
|
||||
Reference in New Issue
Block a user