Update strings

This commit is contained in:
James 2025-08-11 15:57:00 +01:00
parent a65721ceb7
commit f9474718f4
2 changed files with 13 additions and 9 deletions

View File

@ -509,7 +509,7 @@
"desc": "Auto Split Scanned PDF with physical scanned page splitter QR Code" "desc": "Auto Split Scanned PDF with physical scanned page splitter QR Code"
}, },
"sanitizePdf": { "sanitizePdf": {
"title": "Sanitize", "title": "Sanitise",
"desc": "Remove scripts and other elements from PDF files" "desc": "Remove scripts and other elements from PDF files"
}, },
"URLToPDF": { "URLToPDF": {
@ -1430,8 +1430,8 @@
"placeholder": "(e.g. 1,2,8 or 4,7,12-16 or 2n-1)" "placeholder": "(e.g. 1,2,8 or 4,7,12-16 or 2n-1)"
}, },
"sanitizePDF": { "sanitizePDF": {
"title": "Sanitize PDF", "title": "Sanitise PDF",
"header": "Sanitize a PDF file", "header": "Sanitise a PDF file",
"selectText": { "selectText": {
"1": "Remove JavaScript actions", "1": "Remove JavaScript actions",
"2": "Remove embedded files", "2": "Remove embedded files",
@ -1769,18 +1769,20 @@
}, },
"sanitize": { "sanitize": {
"submit": "Sanitise PDF", "submit": "Sanitise PDF",
"processing": "Sanitising PDF...",
"completed": "Sanitisation completed successfully", "completed": "Sanitisation completed successfully",
"error": "Sanitisation failed: {{error}}",
"error.generic": "Sanitisation failed", "error.generic": "Sanitisation failed",
"error.failed": "An error occurred while sanitising the PDF.",
"filenamePrefix": "sanitised", "filenamePrefix": "sanitised",
"sanitizationResults": "Sanitisation Results",
"validation": {
"atLeastOne": "At least one sanitisation option must be selected"
},
"steps": { "steps": {
"files": "Files", "files": "Files",
"settings": "Settings", "settings": "Settings",
"results": "Results" "results": "Results"
}, },
"files": { "files": {
"selected": "Selected: {{filename}}",
"placeholder": "Select a PDF file in the main view to get started" "placeholder": "Select a PDF file in the main view to get started"
}, },
"options": { "options": {

View File

@ -1620,18 +1620,20 @@
"pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step.", "pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step.",
"sanitize": { "sanitize": {
"submit": "Sanitize PDF", "submit": "Sanitize PDF",
"processing": "Sanitizing PDF...",
"completed": "Sanitization completed successfully", "completed": "Sanitization completed successfully",
"error": "Sanitization failed: {{error}}",
"error.generic": "Sanitization failed", "error.generic": "Sanitization failed",
"error.failed": "An error occurred while sanitizing the PDF.",
"filenamePrefix": "sanitized", "filenamePrefix": "sanitized",
"sanitizationResults": "Sanitization Results",
"validation": {
"atLeastOne": "At least one sanitization option must be selected"
},
"steps": { "steps": {
"files": "Files", "files": "Files",
"settings": "Settings", "settings": "Settings",
"results": "Results" "results": "Results"
}, },
"files": { "files": {
"selected": "Selected: {{filename}}",
"placeholder": "Select a PDF file in the main view to get started" "placeholder": "Select a PDF file in the main view to get started"
}, },
"options": { "options": {