{
	"elements-menu": {
		"open-add-element-popup": "Add element",
		"close-add-element-popup": "Close",
		"delete-element": "Delete element",

		"element-types": {
			"image": "Image",
			"text": "Text",
			"figure": "Shape",
			"background": "Background",
			"canvas": "Canvas"
		},

		"text-element": {
			"content-label": "Text",
			"x-label": "Position X",
			"y-label": "Position Y",
			"width-label": "Width",
			"line-height-label": "Height",
			"font-size-label": "Size",
			"rotate-label": "Rotate",
			"font-family-label": "Font",
			"font-family-placeholder": "Select a font",
			"align-label": "Alignment",
			"align-options": {
				"left": "Left",
				"center": "Center",
				"right": "Right"
			},
			"justify-label": "Justify",
			"option-yes": "Yes",
			"option-no": "No"
		},

		"image-element": {
			"x-label": "Position X",
			"y-label": "Position Y",
			"width-label": "Width",
			"height-label": "Height",
			"rotate-label": "Rotate"
		},

		"figure-element": {
			"type-label": "Type",
			"type-options": {
				"circle": "Circle",
				"rectangle": "Rectangle"
			},
			"x-label": "Position X",
			"y-label": "Position Y",
			"width-label": "Width",
			"height-label": "Height",
			"rotate-label": "Rotate"
		},

		"background-element": {
			"color-label": "Background color"
		},

		"canvas-element": {
			"brush-width-label": "Brush size",
			"brush-color-label": "Brush color"
		},

		"alerts": {
			"hold-for-delete": "Hold to delete"
		}
	},

	"select-with-search": {
		"search": "Search...",
		"no-options-found": "No options found"
	},
	"default-select": {
		"no-options-found": "No options found"
	}
}
