From bbf92afa36d1b6dae322456bf99c7a67cc30c3f3 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 31 Jul 2025 18:37:45 +0100 Subject: [PATCH] Fix duplicate translations --- .../public/locales/en-GB/translation.json | 85 ++++++++----------- 1 file changed, 34 insertions(+), 51 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 31928c6c0..ece3d509a 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -651,22 +651,51 @@ "selectAngle": "Select rotation angle (in multiples of 90 degrees):", "submit": "Rotate" }, - "convert":{ + "convert": { "title": "Convert", "desc": "Convert files between different formats", + "files": "Files", + "selectFilesPlaceholder": "Select files in the main view to get started", + "settings": "Settings", + "conversionCompleted": "Conversion completed", + "results": "Results", + "defaultFilename": "converted_file", + "conversionResults": "Conversion Results", "convertFrom": "Convert from", "convertTo": "Convert to", + "sourceFormatPlaceholder": "Source format", + "targetFormatPlaceholder": "Target format", + "selectSourceFormatFirst": "Select a source format first", "outputOptions": "Output Options", "pdfOptions": "PDF Options", "imageOptions": "Image Options", - "colorType": "Color Type", - "color": "Color", + "colorType": "Colour Type", + "color": "Colour", "greyscale": "Greyscale", "blackwhite": "Black & White", "dpi": "DPI", "output": "Output", - "single": "Single merged image", - "multiple": "Multiple images (one per page)", + "single": "Single", + "multiple": "Multiple", + "fitOption": "Fit Option", + "maintainAspectRatio": "Maintain Aspect Ratio", + "fitDocumentToPage": "Fit Document to Page", + "fillPage": "Fill Page", + "autoRotate": "Auto Rotate", + "autoRotateDescription": "Automatically rotate images to better fit the PDF page", + "combineImages": "Combine Images", + "combineImagesDescription": "Combine all images into one PDF, or create separate PDFs for each image", + "webOptions": "Web to PDF Options", + "zoomLevel": "Zoom Level", + "emailOptions": "Email to PDF Options", + "includeAttachments": "Include email attachments", + "maxAttachmentSize": "Maximum attachment size (MB)", + "includeAllRecipients": "Include CC and BCC recipients in header", + "downloadHtml": "Download HTML intermediate file instead of PDF", + "pdfaOptions": "PDF/A Options", + "outputFormat": "Output Format", + "pdfaNote": "PDF/A-1b is more compatible, PDF/A-2b supports more features.", + "pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step.", "fileFormat": "File Format", "wordDoc": "Word Document", "wordDocExt": "Word Document (.docx)", @@ -1714,51 +1743,5 @@ "fileTooLarge": "File too large. Maximum size per file is", "storageQuotaExceeded": "Storage quota exceeded. Please remove some files before uploading more.", "approximateSize": "Approximate size" - }, - "convert": { - "files": "Files", - "selectFilesPlaceholder": "Select files in the main view to get started", - "settings": "Settings", - "conversionCompleted": "Conversion completed", - "results": "Results", - "defaultFilename": "converted_file", - "conversionResults": "Conversion Results", - "converting": "Converting...", - "convertFiles": "Convert Files", - "downloadConverted": "Download Converted File", - "convertFrom": "Convert from", - "convertTo": "Convert to", - "sourceFormatPlaceholder": "Source format", - "targetFormatPlaceholder": "Target format", - "selectSourceFormatFirst": "Select a source format first", - "imageOptions": "Image Options", - "colorType": "Colour Type", - "color": "Colour", - "greyscale": "Greyscale", - "blackwhite": "Black & White", - "dpi": "DPI", - "output": "Output", - "single": "Single", - "multiple": "Multiple", - "pdfOptions": "PDF Options", - "fitOption": "Fit Option", - "maintainAspectRatio": "Maintain Aspect Ratio", - "fitDocumentToPage": "Fit Document to Page", - "fillPage": "Fill Page", - "autoRotate": "Auto Rotate", - "autoRotateDescription": "Automatically rotate images to better fit the PDF page", - "combineImages": "Combine Images", - "combineImagesDescription": "Combine all images into one PDF, or create separate PDFs for each image", - "webOptions": "Web to PDF Options", - "zoomLevel": "Zoom Level", - "emailOptions": "Email to PDF Options", - "includeAttachments": "Include email attachments", - "maxAttachmentSize": "Maximum attachment size (MB)", - "includeAllRecipients": "Include CC and BCC recipients in header", - "downloadHtml": "Download HTML intermediate file instead of PDF", - "pdfaOptions": "PDF/A Options", - "outputFormat": "Output Format", - "pdfaNote": "PDF/A-1b is more compatible, PDF/A-2b supports more features.", - "pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step." } }