mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add i18n strings for transparency-fixer watermark removal
This commit is contained in:
@@ -119,9 +119,9 @@ export const en = {
|
|||||||
name: "Content-Aware Resize",
|
name: "Content-Aware Resize",
|
||||||
description: "Intelligently resize images while preserving important content",
|
description: "Intelligently resize images while preserving important content",
|
||||||
},
|
},
|
||||||
"content-aware-crop": {
|
"ai-canvas-expand": {
|
||||||
name: "Content-Aware Crop",
|
name: "AI Canvas Expand",
|
||||||
description: "Extend canvas with AI-powered fill",
|
description: "Expand canvas with AI-powered fill",
|
||||||
},
|
},
|
||||||
colorize: {
|
colorize: {
|
||||||
name: "AI Colorization",
|
name: "AI Colorization",
|
||||||
@@ -135,6 +135,9 @@ export const en = {
|
|||||||
"transparency-fixer": {
|
"transparency-fixer": {
|
||||||
name: "PNG Transparency Fixer",
|
name: "PNG Transparency Fixer",
|
||||||
description: "Fix fake transparent PNGs in one click",
|
description: "Fix fake transparent PNGs in one click",
|
||||||
|
removeWatermark: "Remove Watermark",
|
||||||
|
removeWatermarkHelp: "Detect and remove semi-transparent watermarks from stock photos",
|
||||||
|
requiresEraser: "Requires Object Eraser bundle",
|
||||||
},
|
},
|
||||||
"watermark-text": { name: "Text Watermark", description: "Add text watermark overlay" },
|
"watermark-text": { name: "Text Watermark", description: "Add text watermark overlay" },
|
||||||
"watermark-image": { name: "Image Watermark", description: "Overlay a logo as watermark" },
|
"watermark-image": { name: "Image Watermark", description: "Overlay a logo as watermark" },
|
||||||
|
|||||||
Reference in New Issue
Block a user