{ "pageTitle": "Base64 Converter", "pageSubtitle": "Encode text, files, and images to 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" }