{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"version": "1.0.0",
	"contents": {
		"package": {
			"displayName": "Markdown Language Features",
			"description": "Provides rich language support for Markdown.",
			"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for every newline.",
			"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the markdown preview.",
			"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",
			"markdown.preview.fontFamily.desc": "Controls the font family used in the markdown preview.",
			"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the markdown preview.",
			"markdown.preview.lineHeight.desc": "Controls the line height used in the markdown preview. This number is relative to the font size.",
			"markdown.preview.markEditorSelection.desc": "Mark the current editor selection in the markdown preview.",
			"markdown.preview.scrollEditorWithPreview.desc": "When a markdown preview is scrolled, update the view of the editor.",
			"markdown.preview.scrollPreviewWithEditor.desc": "When a markdown editor is scrolled, update the view of the preview.",
			"markdown.preview.title": "Open Preview",
			"markdown.previewSide.title": "Open Preview to the Side",
			"markdown.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
			"markdown.showSource.title": "Show Source",
			"markdown.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the markdown preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the markdown file. All '\\' need to be written as '\\\\'.",
			"markdown.showPreviewSecuritySelector.title": "Change Preview Security Settings",
			"markdown.trace.desc": "Enable debug logging for the markdown extension.",
			"markdown.preview.refresh.title": "Refresh Preview",
			"markdown.preview.toggleLock.title": "Toggle Preview Locking",
			"configuration.markdown.preview.openMarkdownLinks.description": "Controls how links to other markdown files in the markdown preview should be opened.",
			"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor",
			"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the markdown preview",
			"configuration.markdown.links.openLocation.description": "Controls where links in markdown files should be opened.",
			"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
			"configuration.markdown.links.openLocation.beside": "Open links beside the active editor."
		},
		"dist/features/documentLinkProvider": {
			"documentLink.tooltip": "Follow link"
		},
		"dist/features/previewContentProvider": {
			"preview.securityMessage.text": "Some content has been disabled in this document",
			"preview.securityMessage.title": "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",
			"preview.securityMessage.label": "Content Disabled Security Warning",
			"preview.notFound": "{0} cannot be found"
		},
		"dist/features/preview": {
			"onPreviewStyleLoadError": "Could not load 'markdown.styles': {0}",
			"lockedPreviewTitle": "[Preview] {0}",
			"previewTitle": "Preview {0}",
			"preview.clickOpenFailed": "Could not open {0}"
		},
		"dist/security": {
			"strict.title": "Strict",
			"strict.description": "Завантажувати лише захищені дані",
			"insecureLocalContent.title": "Allow insecure local content",
			"insecureLocalContent.description": "Enable loading content over http served from localhost",
			"insecureContent.title": "Allow insecure content",
			"insecureContent.description": "Enable loading content over http",
			"disable.title": "Вимкнути",
			"disable.description": "Allow all content and script execution. Not recommended",
			"moreInfo.title": "Більше іноформації",
			"enableSecurityWarning.title": "Enable preview security warnings in this workspace",
			"disableSecurityWarning.title": "Disable preview security warning in this workspace",
			"toggleSecurityWarning.description": "Does not affect the content security level",
			"preview.showPreviewSecuritySelector.title": "Select security settings for Markdown previews in this workspace"
		}
	}
}