chore: delete unused i18n json files

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-15 14:23:44 +01:00
parent d16cd41568
commit aed1681b7f
25 changed files with 131 additions and 3033 deletions

View File

@@ -1,113 +0,0 @@
{
"mergePdf": {
"title": "Merge PDF",
"description": "Combine multiple PDF files into a single document.",
"inputTitle": "Input PDFs",
"resultTitle": "Merged PDF",
"mergingPdfs": "Merging PDFs",
"pdfOptions": "PDF Options",
"sortByFileName": "Sort by file name",
"sortByFileNameDescription": "Sort PDFs alphabetically by file name",
"sortByUploadOrder": "Sort by upload order",
"sortByUploadOrderDescription": "Keep PDFs in the order they were uploaded",
"toolInfo": {
"title": "Merge PDF Files",
"description": "This tool allows you to combine multiple PDF files into a single document. You can choose how to sort the PDFs and the tool will merge them in the specified order."
},
"shortDescription": "Merge multiple PDF files into a single document"
},
"splitPdf": {
"title": "Split PDF",
"description": "Extract specific pages from a PDF document.",
"inputTitle": "Input PDF",
"resultTitle": "Extracted PDF",
"extractingPages": "Extracting pages",
"pageSelection": "Page Selection",
"pdfPageCount": "PDF has {{count}} page{{count !== 1 ? 's' : ''}}",
"pageRangesDescription": "Enter page numbers or ranges separated by commas (e.g., 1,3,5-7)",
"pageRangesPlaceholder": "e.g., 1,5-8",
"pageExtractionPreview": "{{count}} page{{count !== 1 ? 's' : ''}} will be extracted",
"toolInfo": {
"title": "Split PDF",
"description": "This tool allows you to extract specific pages from a PDF document. You can specify individual pages or ranges of pages to extract."
},
"shortDescription": "Extract specific pages from a PDF file"
},
"rotatePdf": {
"title": "Rotate PDF",
"description": "Rotate pages in a PDF document.",
"inputTitle": "Input PDF",
"resultTitle": "Rotated PDF",
"rotatingPages": "Rotating pages",
"rotationSettings": "Rotation Settings",
"rotationAngle": "Rotation Angle",
"angleOptions": {
"clockwise90": "90° Clockwise",
"upsideDown180": "180° (Upside down)",
"counterClockwise270": "270° (90° Counter-clockwise)"
},
"applyToAllPages": "Apply to all pages",
"pdfPageCount": "PDF has {{count}} page{{count !== 1 ? 's' : ''}}",
"pageRangesDescription": "Enter page numbers or ranges separated by commas (e.g., 1,3,5-7)",
"pageRangesPlaceholder": "e.g., 1,5-8",
"allPagesWillBeRotated": "All {{count}} pages will be rotated",
"pagesWillBeRotated": "{{count}} page{{count !== 1 ? 's' : ''}} will be rotated",
"toolInfo": {
"title": "How to Use the Rotate PDF Tool",
"description": "This tool allows you to rotate pages in a PDF document. You can rotate all pages or specify individual pages to rotate. Choose a rotation angle: 90° Clockwise, 180° (Upside down), or 270° (90° Counter-clockwise). To rotate specific pages, uncheck \"Apply to all pages\" and enter page numbers or ranges separated by commas (e.g., 1,3,5-7)."
},
"shortDescription": "Rotate pages in a PDF document",
"longDescription": "Change the orientation of PDF pages by rotating them 90, 180, or 270 degrees. Useful for fixing incorrectly scanned documents or preparing PDFs for printing."
},
"compressPdf": {
"inputTitle": "Input PDF",
"resultTitle": "Compressed PDF",
"compressingPdf": "Compressing PDF...",
"compressionSettings": "Compression Settings",
"compressionLevel": "Compression Level",
"lowCompression": "Low Compression",
"lowCompressionDescription": "Slightly reduce file size with minimal quality loss",
"mediumCompression": "Medium Compression",
"mediumCompressionDescription": "Balance between file size and quality",
"highCompression": "High Compression",
"highCompressionDescription": "Maximum file size reduction with some quality loss",
"fileSize": "Original File Size",
"compressedFileSize": "Compressed File Size",
"pages": "Number of Pages",
"errorReadingPdf": "Failed to read PDF file. Please make sure it is a valid PDF.",
"errorCompressingPdf": "Failed to compress PDF: {{error}}",
"title": "Compress PDF",
"description": "Reduce PDF file size while maintaining quality using Ghostscript",
"shortDescription": "Compress PDF files securely in your browser"
},
"merge": {
"inputTitle": "Input PDF",
"resultTitle": "Output merged PDF",
"loadingText": "Extracting pages",
"toolInfo": {
"title": "How to Use the Merge PDF Tool?",
"description": "This tool allows you to merge multiple PDF files into a single document. To use the tool, simply upload the PDF files you want to merge. The tool will then combine all pages from the input files into a single PDF document."
}
},
"editor": {
"title": "PDF Editor",
"description": "Advanced PDF editor with annotation, form-fill, highlight, and export capabilities. Edit your PDFs directly in the browser with professional-grade tools including text insertion, drawing, highlighting, signing and form filling.",
"shortDescription": "Edit PDFs with advanced annotation, signing and editing tools"
},
"pdfToEpub": {
"title": "PDF to EPUB",
"description": "Transform PDF documents into EPUB files for better e-reader compatibility.', icon: 'material-symbols:import-contacts', component: lazy(() => import('./index')), keywords: ['pdf', 'epub', 'convert', 'ebook'], path: 'pdf-to-epub', i18n: { name: 'pdf:pdfToEpub.title', description: 'pdf:pdfToEpub.description",
"shortDescription": "Convert PDF files to EPUB format"
},
"pdfToPng": {
"title": "PDF to PNG",
"description": "Transform PDF documents into PNG panels.",
"shortDescription": "Convert PDF into PNG images",
"longDescription": "Upload a PDF and convert each page into a high-quality PNG image directly in your browser. This tool is ideal for extracting visual content or sharing individual pages. No data is uploaded — everything runs locally."
},
"protectPdf": {
"title": "Protect PDF",
"description": "Add password protection to your PDF files securely in your browser",
"shortDescription": "Password protect PDF files securely"
}
}

View File

@@ -1,82 +0,0 @@
{
"mergePdf": {
"title": "PDF मर्ज करें",
"description": "कई PDF फ़ाइलों को एक दस्तावेज़ में जोड़ें।",
"inputTitle": "इनपुट PDF फ़ाइलें",
"resultTitle": "मर्ज किया गया PDF",
"mergeOptions": "मर्ज विकल्प",
"mergeOrder": "मर्ज क्रम",
"orderByFilename": "फ़ाइल नाम के अनुसार क्रम",
"orderByUpload": "अपलोड क्रम के अनुसार",
"customOrder": "कस्टम क्रम",
"includeBookmarks": "बुकमार्क शामिल करें"
},
"pdfToEpub": {
"title": "PDF से EPUB",
"description": "PDF दस्तावेज़ों को EPUB फ़ाइलों में बदलें।",
"inputTitle": "इनपुट PDF",
"resultTitle": "EPUB फ़ाइल",
"conversionOptions": "रूपांतरण विकल्प",
"extractImages": "छवियां निकालें",
"preserveFormatting": "फॉर्मेटिंग संरक्षित करें",
"generateToc": "सामग्री तालिका उत्पन्न करें"
},
"protectPdf": {
"title": "PDF सुरक्षित करें",
"description": "PDF फ़ाइलों में पासवर्ड सुरक्षा जोड़ें।",
"inputTitle": "इनपुट PDF",
"resultTitle": "सुरक्षित PDF",
"protectionOptions": "सुरक्षा विकल्प",
"userPassword": "उपयोगकर्ता पासवर्ड",
"userPasswordPlaceholder": "पासवर्ड",
"ownerPassword": "मालिक पासवर्ड",
"ownerPasswordPlaceholder": "पासवर्ड",
"permissions": "अनुमतियां",
"allowPrinting": "प्रिंटिंग की अनुमति दें",
"allowCopying": "कॉपी करने की अनुमति दें",
"allowModification": "संशोधन की अनुमति दें"
},
"splitPdf": {
"title": "PDF विभाजित करें",
"description": "PDF फ़ाइल से विशिष्ट पेज निकालें।",
"inputTitle": "इनपुट PDF",
"resultTitle": "विभाजित PDF फ़ाइलें",
"splitOptions": "विभाजन विकल्प",
"splitMethod": "विभाजन विधि",
"splitByPages": "पेज द्वारा विभाजित करें",
"splitByRanges": "श्रेणियों द्वारा विभाजित करें",
"splitByBookmarks": "बुकमार्क द्वारा विभाजित करें",
"pageRanges": "पेज श्रेणियां",
"rangesPlaceholder": "जैसे 1,3-5,7",
"includeBookmarks": "बुकमार्क शामिल करें"
},
"compressPdf": {
"title": "PDF संपीड़ित करें",
"description": "PDF फ़ाइल आकार कम करें।",
"inputTitle": "इनपुट PDF",
"resultTitle": "संपीड़ित PDF",
"compressionOptions": "संपीड़न विकल्प",
"compressionLevel": "संपीड़न स्तर",
"low": "कम",
"medium": "मध्यम",
"high": "उच्च",
"imageQuality": "छवि गुणवत्ता",
"qualityPlaceholder": "गुणवत्ता (1-100)",
"removeMetadata": "मेटाडेटा हटाएं"
},
"rotatePdf": {
"title": "PDF घुमाएं",
"description": "PDF पेजों को घुमाएं।",
"inputTitle": "इनपुट PDF",
"resultTitle": "घुमाया गया PDF",
"rotationOptions": "घुमाने के विकल्प",
"rotationAngle": "घुमाने का कोण",
"angle90": "90 डिग्री",
"angle180": "180 डिग्री",
"angle270": "270 डिग्री",
"applyToAll": "सभी पेजों पर लागू करें",
"applyToSelected": "चयनित पेजों पर लागू करें",
"selectedPages": "चयनित पेज",
"pagesPlaceholder": "जैसे 1,3-5,7"
}
}