feat: add i18n strings for transparency-fixer watermark removal

This commit is contained in:
SnapOtter
2026-05-13 16:15:13 +08:00
parent e1ca06cd95
commit 1581fa933f
+6 -3
View File
@@ -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" },