tools.json 10.9 KB
Newer Older
1
{
2 3 4
    "markdown2image": {
      "title": "Markdown to Image",
      "description": "Convert Markdown data into beautiful images",
5 6 7 8 9 10 11 12 13 14 15 16 17 18
      "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"
      }
    },
19 20 21 22 23 24 25
    "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"
    },
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
    "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",
fisherdaddy's avatar
fisherdaddy committed
99 100 101
      "download": "Download Image",
      "dragOrClick": "Drag and drop or click to upload",
      "fileName": "File name",
fisherdaddy's avatar
fisherdaddy committed
102 103
      "fileSize": "File size",
      "preview": "Preview"
104 105 106 107
    },
    "fisherai": {
      "title": "FisherAI",
      "description": "The Best Summary Extension for Chrome Browser"
fisherdaddy's avatar
fisherdaddy committed
108 109 110 111 112 113 114 115
    },
    "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..."
116 117 118 119 120
    },
    "subtitleGenerator": {
      "title": "Subtitle Generator",
      "description": "Quickly generate multi-line subtitle images with customizable styles",
      "uploadImage": "Upload Background Image",
fisherdaddy's avatar
fisherdaddy committed
121
      "dropOrClick": "Drag and drop or click to upload",
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
      "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"
      }
139 140
    },
    "imageCompressor": {
141 142
      "title": "Image Compression",
      "description": "Online image compression, supports batch processing",
143 144 145 146 147 148
      "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",
149 150
      "original": "Original",
      "compressed": "Compressed",
151 152 153 154
      "originalSize": "Original Size",
      "compressedSize": "Compressed Size",
      "savedSpace": "Space Saved",
      "filename": "Filename",
155 156
      "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",
157 158
      "downloadAll": "Download All",
      "clearAll": "Clear All",
159 160 161 162
      "maxImagesError": "You can upload up to 10 images only",
      "maxImagesHint": "You can upload a maximum of 10 images",
      "recompress": "Recompress",
      "compressionSettings": "Compression Settings"
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
    },
    "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",
189 190
      "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."
191 192 193
    },
    "imageBackgroundRemover": {
      "title": "Image Background Remover",
194 195 196 197 198 199
      "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."
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
    },
    "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...",
219 220
      "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."
221 222 223 224
    },
    "anthropicTimeline": {
      "title": "Anthropic Product Release",
      "description": "Timeline of Anthropic's major product releases and events"
225
    },
226
    "deepSeekTimeline": {
227 228
      "title": "DeepSeek Model Release",
      "description": "Timeline of DeepSeek's major model releases and events"
229
    },
230 231 232 233 234 235 236 237 238 239
    "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",
fisherdaddy's avatar
fisherdaddy committed
240 241
      "allCategories": "All Categories",
      "noResults": "No results found"
242 243 244 245 246 247 248 249 250 251 252 253 254 255
    },
    "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": {
256 257
      "title": "Image Annotation Tool",
      "description": "Upload an image and visualize bounding boxes",
258
      "uploadLabel": "Upload Image",
259
      "urlLabel": "or Image URL",
260
      "urlPlaceholder": "https://example.com/image.jpg",
261 262
      "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",
263
      "downloadButton": "Download",
264
      "noImageMessage": "Upload an image or provide an image URL to start",
265 266
      "resetView": "Reset View",
      "lineWidth": "Custom Line Width"
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
    },
    "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"
      }
282
    }
283
}