From 54e4eaab4b204d3001a569c29416dcee54eff2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Sz=C3=BCcs?= Date: Fri, 14 Nov 2025 22:55:34 +0100 Subject: [PATCH] feat(i18n): add detailed compression level descriptions to en-GB locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added new i18n keys for compression level descriptions in `translation.json` - Defined ranges of compression levels with explanations about quality and file size - Ensured consistency and readability for the updated descriptions Signed-off-by: Balázs Szücs --- frontend/public/locales/en-GB/translation.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index a0f7a2666..139999e78 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -2206,7 +2206,7 @@ }, "cta": "Compare", "loading": "Comparing...", - + "summary": { "baseHeading": "Original document", "comparisonHeading": "Edited document", @@ -2262,7 +2262,7 @@ "body": "This comparison is taking longer than usual. You can let it continue or cancel it.", "cancel": "Cancel comparison" }, - + "newLine": "new-line", "complex": { "message": "One or both of the provided documents are large files, accuracy of comparison may be reduced" @@ -3338,6 +3338,11 @@ "bullet1": "Lower values preserve quality", "bullet2": "Higher values reduce file size" }, + "compressionLevel": { + "range1to3": "Lower values preserve quality but result in larger files", + "range4to6": "Medium compression with moderate quality reduction", + "range7to9": "Higher values reduce file size significantly but may reduce image clarity" + }, "grayscale": { "title": "Grayscale", "text": "Select this option to convert all images to black and white, which can significantly reduce file size especially for scanned PDFs or image-heavy documents." @@ -3355,6 +3360,11 @@ "4": "Auto mode - Auto adjusts quality to get PDF to exact size", "5": "Expected PDF Size (e.g. 25MB, 10.8MB, 25KB)" }, + "compressionLevel": { + "range1to3": "Lower values preserve quality but result in larger files", + "range4to6": "Medium compression with moderate quality reduction", + "range7to9": "Higher values reduce file size significantly but may reduce image clarity" + }, "submit": "Compress" }, "decrypt": {