{ "pageTitle": "Base64 Converter", "pageSubtitle": "Encode and decode text, files, and images with Base64", "textMode": "Text", "fileMode": "File", "imageMode": "Image", "encode": "Encode", "decode": "Decode", "clear": "Clear", "textInputPlaceholder": "Enter text to encode to Base64...", "base64InputPlaceholder": "Enter Base64 string to decode...", "base64Output": "Base64 Output", "textOutput": "Decoded Text Output", "copyRaw": "Copy Raw Base64", "copyDataUri": "Copy Data URI", "clickOrDropToFile": "Click or drop a file here", "clickOrDropToImage": "Click or drop an image here", "clickOrDropToReplace": "Click or drop to replace the file", "maxFileSize": "Maximum file size: {{max}}", "supportedFormats": "Supports PNG, JPG, WEBP, GIF, BMP, SVG, etc.", "fileSizeExceeded": "File size exceeds the limit (max {{max}})", "unsupportedImageType": "Unsupported image format", "conversionFailed": "Conversion failed", "originalSize": "Original Size", "encodedSize": "Encoded Size", "invalidBase64": "Invalid Base64 string", "binaryDataDetected": "Input appears to be binary data (e.g. an image). Please switch to the Image tab.", "imageDataUriHint": "Detected an image data URI — please use the Image tab to decode it.", "switchToImageMode": "Switch to Image mode", "download": "Download", "decodedFileName": "Decoded file name", "decodeBase64Placeholder": "Enter Base64 or data URI to decode...", "decodedFileOutput": "Decoded File", "decodedImageOutput": "Decoded Image", "inferredMimeType": "Inferred MIME type", "decodedSize": "Decoded size" }