mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
12 lines
892 B
JSON
12 lines
892 B
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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.showPreviewSecuritySelector.strictTitle": "严格模式,仅载入安全内容。",
|
|
"preview.showPreviewSecuritySelector.currentSelection": "当前设置",
|
|
"preview.showPreviewSecuritySelector.insecureContentTitle": "允许通过 http 载入内容。",
|
|
"preview.showPreviewSecuritySelector.scriptsAndAllContent": "允许所有内容,执行所有脚本。不推荐。",
|
|
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
|
|
} |