{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "Image Preview",
			"description": "Provides VS Code's built-in image preview",
			"customEditors.displayName": "Image Preview",
			"command.zoomIn": "Увеличаване",
			"command.zoomOut": "Намаляване"
		},
		"dist/preview": {
			"preview.imageLoadError": "An error occurred while loading the image.",
			"preview.imageLoadErrorLink": "Open file using VS Code's standard text/binary editor?"
		},
		"dist/sizeStatusBarEntry": {
			"sizeStatusBar.name": "Image Size"
		},
		"dist/binarySizeStatusBarEntry": {
			"sizeB": "{0}Б",
			"sizeKB": "{0}кБ",
			"sizeMB": "{0}МБ",
			"sizeGB": "{0}ГБ",
			"sizeTB": "{0}ТБ",
			"sizeStatusBar.name": "Image Binary Size"
		},
		"dist/zoomStatusBarEntry": {
			"zoomStatusBar.name": "Image Zoom",
			"zoomStatusBar.placeholder": "Select zoom level",
			"zoomStatusBar.wholeImageLabel": "Whole Image"
		}
	}
}