mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
feat(i18n): add detailed compression level descriptions to en-GB locale
- 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 <bszucs1209@gmail.com>
This commit is contained in:
parent
1cc5c9df3b
commit
54e4eaab4b
@ -2206,7 +2206,7 @@
|
|||||||
},
|
},
|
||||||
"cta": "Compare",
|
"cta": "Compare",
|
||||||
"loading": "Comparing...",
|
"loading": "Comparing...",
|
||||||
|
|
||||||
"summary": {
|
"summary": {
|
||||||
"baseHeading": "Original document",
|
"baseHeading": "Original document",
|
||||||
"comparisonHeading": "Edited document",
|
"comparisonHeading": "Edited document",
|
||||||
@ -2262,7 +2262,7 @@
|
|||||||
"body": "This comparison is taking longer than usual. You can let it continue or cancel it.",
|
"body": "This comparison is taking longer than usual. You can let it continue or cancel it.",
|
||||||
"cancel": "Cancel comparison"
|
"cancel": "Cancel comparison"
|
||||||
},
|
},
|
||||||
|
|
||||||
"newLine": "new-line",
|
"newLine": "new-line",
|
||||||
"complex": {
|
"complex": {
|
||||||
"message": "One or both of the provided documents are large files, accuracy of comparison may be reduced"
|
"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",
|
"bullet1": "Lower values preserve quality",
|
||||||
"bullet2": "Higher values reduce file size"
|
"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": {
|
"grayscale": {
|
||||||
"title": "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."
|
"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",
|
"4": "Auto mode - Auto adjusts quality to get PDF to exact size",
|
||||||
"5": "Expected PDF Size (e.g. 25MB, 10.8MB, 25KB)"
|
"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"
|
"submit": "Compress"
|
||||||
},
|
},
|
||||||
"decrypt": {
|
"decrypt": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user