{
  "site": {
    "title": "Convert your document to PDF",
    "htmlPlaceholder": "Paste your HTML here...",
    "htmlButton": "Convert HTML to PDF",
    "fileButton": "Convert file to PDF",
    "footer": "OneClickPDF © 2025 – Privacy – Legal"
  },
  "cookie": {
    "message": "This site uses cookies to ensure you get the best experience.",
    "dismiss": "OK",
    "link": "Learn more",
    "href": "/privacy-en.html"
  },
  "alerts": {
    "noFile": "Please select a file to convert.",
    "conversionError": "An error occurred during conversion.",
    "uploadSuccess": "Your file has been successfully converted."
  },
  "loadingStates": {
    "converting": "Converting...",
    "retrying": "Retrying conversion..."
  },
  "pdfPreview": {
    "title": "Your PDF is ready",
    "download": "Download PDF",
    "open": "Open in a new tab"
  }
}