first commit

This commit is contained in:
2025-10-19 13:31:11 +00:00
commit 8bfc183b66
1248 changed files with 195992 additions and 0 deletions

View File

@@ -0,0 +1,113 @@
{
"name": "Name",
"save": "Save",
"saveAs": "Save as",
"back": "Back",
"loading": "Loading...",
"resetOperations": "Reset/delete all operations",
"changesLoseWarningHint": "If you press button “reset” your changes will be lost. Would you like to continue?",
"discardChangesWarningHint": "If you close modal, your last change will not be saved.",
"cancel": "Cancel",
"apply": "Apply",
"warning": "Warning",
"confirm": "Confirm",
"discardChanges": "Discard changes",
"undoTitle": "Undo last operation",
"redoTitle": "Redo last operation",
"showImageTitle": "Show original image",
"zoomInTitle": "Zoom in",
"zoomOutTitle": "Zoom out",
"toggleZoomMenuTitle": "Toggle zoom menu",
"adjustTab": "Adjust",
"finetuneTab": "Finetune",
"filtersTab": "Filters",
"watermarkTab": "Watermark",
"annotateTabLabel": "Annotate",
"resize": "Resize",
"resizeTab": "Resize",
"imageName": "Image name",
"invalidImageError": "Invalid image provided.",
"uploadImageError": "Error while uploading the image.",
"areNotImages": "are not images",
"isNotImage": "is not image",
"toBeUploaded": "to be uploaded",
"cropTool": "Crop",
"original": "Original",
"custom": "Custom",
"square": "Square",
"landscape": "Landscape",
"portrait": "Portrait",
"ellipse": "Ellipse",
"classicTv": "Classic TV",
"cinemascope": "Cinemascope",
"arrowTool": "Arrow",
"blurTool": "Blur",
"brightnessTool": "Brightness",
"contrastTool": "Contrast",
"ellipseTool": "Ellipse",
"unFlipX": "Un-Flip X",
"flipX": "Flip X",
"unFlipY": "Un-Flip Y",
"flipY": "Flip Y",
"hsvTool": "HSV",
"hue": "Hue",
"brightness": "Brightness",
"saturation": "Saturation",
"value": "Value",
"imageTool": "Image",
"importing": "Importing...",
"addImage": "+ Add image",
"uploadImage": "Upload image",
"fromGallery": "From gallery",
"lineTool": "Line",
"penTool": "Pen",
"polygonTool": "Polygon",
"sides": "Sides",
"rectangleTool": "Rectangle",
"cornerRadius": "Corner Radius",
"resizeWidthTitle": "Width in pixels",
"resizeHeightTitle": "Height in pixels",
"toggleRatioLockTitle": "Toggle ratio lock",
"resetSize": "Reset to original image size",
"rotateTool": "Rotate",
"textTool": "Text",
"textSpacings": "Text spacings",
"textAlignment": "Text alignment",
"fontFamily": "Font family",
"size": "Size",
"letterSpacing": "Letter Spacing",
"lineHeight": "Line height",
"warmthTool": "Warmth",
"addWatermark": "+ Add watermark",
"addTextWatermark": "+ Add text watermark",
"addWatermarkTitle": "Choose the watermark type",
"uploadWatermark": "Upload watermark",
"addWatermarkAsText": "Add as text",
"padding": "Padding",
"paddings": "Paddings",
"shadow": "Shadow",
"horizontal": "Horizontal",
"vertical": "Vertical",
"blur": "Blur",
"opacity": "Opacity",
"transparency": "Transparency",
"position": "Position",
"stroke": "Stroke",
"saveAsModalTitle": "Save as",
"extension": "Extension",
"format": "Format",
"nameIsRequired": "Name is required.",
"quality": "Quality",
"imageDimensionsHoverTitle": "Saved image size (width x height)",
"cropSizeLowerThanResizedWarning": "Note, the selected crop area is lower than the applied resize which might cause quality decrease",
"actualSize": "Actual size (100%)",
"fitSize": "Fit size",
"addImageTitle": "Select image to add...",
"mutualizedFailedToLoadImg": "Failed to load image.",
"tabsMenu": "Menu",
"download": "Download",
"width": "Width",
"height": "Height",
"plus": "+",
"cropItemNoEffect": "No preview available for this crop item"
}