{
    "markdown2image": {
      "title": "Markdown to Image",
      "description": "Convert Markdown data into beautiful images",
      "selectTemplate": "Select Template",
      "inputLabel": "Input Text (Markdown Supported)",
      "placeholder": "# Title\n## Subtitle\n- List item\n**Bold** *Italic*",
      "downloadButton": "Export as Image",
      "previewDefault": "# Preview Area\nEnter text to see preview here",
      "templates": {
        "simple": "Simple",
        "ai-style": "AI Style",
        "dark": "Dark",
        "paper": "Paper",
        "minimal": "Minimal",
        "tech": "Tech"
      }
    },
    "latex2image": {
      "title": "Latex to Image",
      "description": "Effortlessly convert Latex formulas to images!",
      "preview": "Preview",
      "placeholder": "Enter your Latex formula here, HTML is supported:\nExample:\n<h1>Title</h1>\n<p>This is an inline formula: $E=mc^2$</p>\n<p>This is a block-level formula: $$\\sum_{i=1}^n i$$</p>",
      "download": "Download Preview Image"
    },
    "quoteCard": {
      "title": "Quote Card Generator",
      "description": "Convert bilingual quotes to cards",
      "chinesePlaceholder": "Enter quote in Chinese",
      "englishPlaceholder": "Enter English translation",
      "authorPlaceholder": "Enter author name",
      "selectChineseFont": "Select Chinese Font",
      "selectEnglishFont": "Select English Font",
      "selectFontColor": "Select Font Color",
      "selectAuthorColor": "Select Author Color",
      "selectBackground": "Select Background",
      "customBackground": "Select Custom Background",
      "downloadButton": "Download Image",
      "defaultQuote": "Enter quote in Chinese",
      "defaultTranslation": "Enter the English translation here.",
      "defaultAuthor": "Author Name",
      "fonts": {
        "system": "System Default",
        "sans": "Sans Serif",
        "serif": "Serif",
        "mono": "Monospace"
      },
      "backgrounds": {
        "white": "White",
        "dark": "Dark",
        "paper": "Paper",
        "custom": "Custom"
      }
    },
    "jsonFormatter": {
      "title": "JSON Formatter",
      "description": "Beautify and validate JSON data",
      "inputPlaceholder": "Enter JSON data",
      "invalidJson": "Invalid JSON",
      "copyButton": "Copy",
      "copiedMessage": "Copied"
    },
    "urlEncodeDecode": {
      "title": "URL Encode/Decode",
      "description": "Encode or decode a URL online.",
      "modeLabel": "Select Mode",
      "encode": "Encode",
      "decode": "Decode"
    },
    "urlEncode": {
      "inputLabel": "Enter text to encode",
      "resultLabel": "Encoded Result"
    },
    "urlDecode": {
      "inputLabel": "Enter URL to decode",
      "resultLabel": "Decoded Result"
    },
    "openAITimeline": {
      "title": "OpenAI Product Release",
      "description": "Overview of OpenAI product release dates"
    },
    "modelPrice": {
      "title": "Global Large Model Price Comparison",
      "description": "Arena for comparing prices of various models worldwide"
    },
    "handwrite": {
      "title": "Handwriting Font Generator",
      "description": "Generate an effect comparable to writing on paper"
    },
    "imageBase64Converter": {
      "title": "Image and Base64 Converter",
      "description": "Mutual conversion between images and Base64",
      "imageToBase64": "Image to Base64",
      "base64Result": "Base64 Result",
      "base64ToImage": "Base64 to Image",
      "base64InputPlaceholder": "Paste Base64 string here",
      "imageResult": "Image Result",
      "invalidBase64": "Invalid Base64 string",
      "download": "Download Image",
      "dragOrClick": "Drag and drop or click to upload",
      "fileName": "File name",
      "fileSize": "File size",
      "preview": "Preview"
    },
    "fisherai": {
      "title": "FisherAI",
      "description": "The Best Summary Extension for Chrome Browser"
    },
    "textDiff": {
      "title": "Text Diff",
      "description": "Compare differences between two texts",
      "originalText": "Original Text",
      "newText": "New Text",
      "originalPlaceholder": "Enter original text here...",
      "newPlaceholder": "Enter new text here..."
    },
    "subtitleGenerator": {
      "title": "Subtitle Generator",
      "description": "Quickly generate multi-line subtitle images with customizable styles",
      "uploadImage": "Upload Background Image",
      "dropOrClick": "Drag and drop or click to upload",
      "removeImage": "Remove Image",
      "globalSettings": "Global Settings",
      "fontColor": "Font Color",
      "fontSize": "Font Size",
      "subtitleHeight": "Subtitle Height",
      "subtitleSettings": "Subtitle Settings",
      "addSubtitleLine": "Add Subtitle Line",
      "preview": "Preview",
      "downloadImage": "Download Image",
      "presetColors": {
        "classicYellow": "Classic Yellow",
        "pureWhite": "Pure White",
        "vividOrange": "Vivid Orange",
        "neonGreen": "Neon Green",
        "lightBlue": "Light Blue",
        "brightPink": "Bright Pink"
      }
    },
    "imageCompressor": {
      "title": "Image Compression",
      "description": "Online image compression, supports batch processing",
      "dropzoneText": "Click or drag images here (multiple selection supported)",
      "quality": "Compression Quality",
      "maxSize": "Max File Size",
      "compress": "Start Compression",
      "compressing": "Compressing...",
      "download": "Download Compressed Image",
      "original": "Original",
      "compressed": "Compressed",
      "originalSize": "Original Size",
      "compressedSize": "Compressed Size",
      "savedSpace": "Space Saved",
      "filename": "Filename",
      "qualityTooltip": "Set the compression quality; higher values result in better image quality but larger file sizes",
      "maxSizeTooltip": "Set the maximum size for compressed files; parameters will adjust automatically if exceeded",
      "downloadAll": "Download All",
      "clearAll": "Clear All",
      "maxImagesError": "You can upload up to 10 images only",
      "maxImagesHint": "You can upload a maximum of 10 images",
      "recompress": "Recompress",
      "compressionSettings": "Compression Settings"
    },
    "imageWatermark": {
      "title": "Image Watermark",
      "description": "Add text or image watermark to the image",
      "uploadImage": "Upload Image",
      "dropOrClick": "Drag or click to upload image",
      "watermarkType": "Watermark Type",
      "textWatermark": "Text Watermark",
      "imageWatermark": "Image Watermark",
      "watermarkText": "Watermark Text",
      "watermarkTextPlaceholder": "Please enter watermark text",
      "watermarkImage": "Watermark Image",
      "uploadWatermark": "Upload Watermark Image",
      "opacity": "Opacity",
      "fontSize": "Font Size",
      "rotation": "Rotation Angle",
      "color": "Color",
      "position": "Position",
      "positions": {
          "center": "Center",
          "topLeft": "Top Left",
          "topRight": "Top Right",
          "bottomLeft": "Bottom Left",
          "bottomRight": "Bottom Right"
      },
      "download": "Download Image",
      "noImage": "Please upload an image",
      "privacyNote": "This feature runs entirely in your browser with no risk of privacy data leakage. Feel free to use it."
    },
    "imageBackgroundRemover": {
      "title": "Image Background Remover",
      "description": "Remove the background of images",
      "uploadPrompt": "Click or drag to upload an image",
      "processing": "Processing...",
      "noImage": "Please upload an image first",
      "download": "Download Image",
      "privacyNote": "This feature runs entirely in your browser with no risk of privacy data leakage. Feel free to use it."
    },
    "textBehindImage": {
      "title": "Text Behind Image",
      "description": "Add text between the main subject and background of the image to create a 3D effect",
      "imageUpload": "Image Upload",
      "uploadPrompt": "Click or drag to upload an image",
      "textSettings": "Text Settings",
      "text": "Text Content",
      "textPlaceholder": "Enter text",
      "characters": "characters",
      "fontSize": "Font Size",
      "fontWeight": "Font Weight",
      "rotation": "Rotation Angle",
      "color": "Color",
      "opacity": "Opacity",
      "positionX": "Horizontal Position",
      "positionY": "Vertical Position",
      "download": "Download Image",
      "processing": "Processing...",
      "noImage": "Please upload an image first",
      "privacyNote": "This feature runs entirely in your browser with no risk of privacy data leakage. Feel free to use it."
    },
    "anthropicTimeline": {
      "title": "Anthropic Product Release",
      "description": "Timeline of Anthropic's major product releases and events"
    },
    "deepSeekTimeline": {
      "title": "DeepSeek Model Release",
      "description": "Timeline of DeepSeek's major model releases and events"
    },
    "drugsList": {
      "title": "Imported Original Drug Directory of China",
      "description": "Drug name, manufacturer, and category information",
      "searchPlaceholder": "Search drug name or manufacturer...",
      "drugName": "Drug Name",
      "manufacturer": "Manufacturer",
      "sourceTitle": "Data Source",
      "sourceUrl": "mRNA Lucky Intelligence Bureau",
      "showing": "Showing",
      "items": "items",
      "allCategories": "All Categories",
      "noResults": "No results found"
    },
    "wechatFormatter": {
      "title": "WeChat Article Formatter",
      "description": "Markdown and HTML content can be converted to WeChat format at once",
      "input": "Input Content",
      "output": "Output Content",
      "inputPlaceholder": "Enter the text you want to format for WeChat here",
      "format": "Format",
      "copyOutput": "Copy Output",
      "copiedMessage": "Copied to clipboard",
      "copy": "Copy",
      "copied": "Copied!"
    },
    "imageAnnotator": {
      "title": "Image Annotation Tool",
      "description": "Upload an image and visualize bounding boxes",
      "uploadLabel": "Upload Image",
      "urlLabel": "or Image URL",
      "urlPlaceholder": "https://example.com/image.jpg",
      "coordinatesLabel": "Bounding Box Coordinates [x_min,y_min,x_max,y_max]",
      "coordinatesPlaceholder": "Enter coordinates in JSON format: [[x_min,y_min,x_max,y_max], ...] or one box per line",
      "downloadButton": "Download",
      "noImageMessage": "Upload an image or provide an image URL to start",
      "resetView": "Reset View",
      "lineWidth": "Custom Line Width"
    },
    "aiTimeline": {
      "title": "AI Important Events Timeline",
      "description": "Display important events and model release timelines in the AI field",
      "attribution": "Some data sources",
      "lastUpdated": "Last Updated",
      "categories": {
        "all": "All Events",
        "MODEL_RELEASE": "Model Release",
        "RESEARCH": "Research",
        "POLICY": "Policy",
        "BUSINESS": "Business",
        "CULTURE": "Culture",
        "OPEN_SOURCE": "Open Source"
      }
    },
    "perpetualCalendar": {
      "title": "Perpetual Calendar",
      "description": "View any month of any year with this perpetual calendar"
    }
}