Add English GB translation for sanitisation

This commit is contained in:
James 2025-08-05 16:07:08 +01:00
parent 4834e1b724
commit 4465130677

View File

@ -391,6 +391,10 @@
"title": "Compress",
"desc": "Compress PDFs to reduce their file size."
},
"sanitize": {
"title": "Sanitise",
"desc": "Remove potentially harmful elements from PDF files."
},
"unlockPDFForms": {
"title": "Unlock PDF Forms",
"desc": "Remove read-only property of form fields in a PDF document."
@ -1743,5 +1747,37 @@
"fileTooLarge": "File too large. Maximum size per file is",
"storageQuotaExceeded": "Storage quota exceeded. Please remove some files before uploading more.",
"approximateSize": "Approximate size"
},
"sanitize": {
"submit": "Sanitise PDF",
"processing": "Sanitising PDF...",
"completed": "Sanitisation completed successfully",
"error": "Sanitisation failed: {{error}}",
"error.generic": "Sanitisation failed",
"steps": {
"files": "Files",
"settings": "Settings",
"results": "Results"
},
"files": {
"selected": "Selected: {{filename}}",
"placeholder": "Select a PDF file in the main view to get started"
},
"options": {
"title": "Sanitisation Options",
"note": "Select the elements you want to remove from the PDF. At least one option must be selected.",
"removeJavaScript": "Remove JavaScript",
"removeJavaScript.desc": "Remove JavaScript actions and scripts from the PDF",
"removeEmbeddedFiles": "Remove Embedded Files",
"removeEmbeddedFiles.desc": "Remove any files embedded within the PDF",
"removeXMPMetadata": "Remove XMP Metadata",
"removeXMPMetadata.desc": "Remove XMP metadata from the PDF",
"removeMetadata": "Remove Document Metadata",
"removeMetadata.desc": "Remove document information metadata (title, author, etc.)",
"removeLinks": "Remove Links",
"removeLinks.desc": "Remove external links and launch actions from the PDF",
"removeFonts": "Remove Fonts",
"removeFonts.desc": "Remove embedded fonts from the PDF"
}
}
}