mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
Update strings
This commit is contained in:
parent
a65721ceb7
commit
f9474718f4
@ -509,7 +509,7 @@
|
||||
"desc": "Auto Split Scanned PDF with physical scanned page splitter QR Code"
|
||||
},
|
||||
"sanitizePdf": {
|
||||
"title": "Sanitize",
|
||||
"title": "Sanitise",
|
||||
"desc": "Remove scripts and other elements from PDF files"
|
||||
},
|
||||
"URLToPDF": {
|
||||
@ -1430,8 +1430,8 @@
|
||||
"placeholder": "(e.g. 1,2,8 or 4,7,12-16 or 2n-1)"
|
||||
},
|
||||
"sanitizePDF": {
|
||||
"title": "Sanitize PDF",
|
||||
"header": "Sanitize a PDF file",
|
||||
"title": "Sanitise PDF",
|
||||
"header": "Sanitise a PDF file",
|
||||
"selectText": {
|
||||
"1": "Remove JavaScript actions",
|
||||
"2": "Remove embedded files",
|
||||
@ -1769,18 +1769,20 @@
|
||||
},
|
||||
"sanitize": {
|
||||
"submit": "Sanitise PDF",
|
||||
"processing": "Sanitising PDF...",
|
||||
"completed": "Sanitisation completed successfully",
|
||||
"error": "Sanitisation failed: {{error}}",
|
||||
"error.generic": "Sanitisation failed",
|
||||
"error.failed": "An error occurred while sanitising the PDF.",
|
||||
"filenamePrefix": "sanitised",
|
||||
"sanitizationResults": "Sanitisation Results",
|
||||
"validation": {
|
||||
"atLeastOne": "At least one sanitisation option must be selected"
|
||||
},
|
||||
"steps": {
|
||||
"files": "Files",
|
||||
"settings": "Settings",
|
||||
"results": "Results"
|
||||
},
|
||||
"files": {
|
||||
"selected": "Selected: {{filename}}",
|
||||
"placeholder": "Select a PDF file in the main view to get started"
|
||||
},
|
||||
"options": {
|
||||
|
@ -1620,18 +1620,20 @@
|
||||
"pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step.",
|
||||
"sanitize": {
|
||||
"submit": "Sanitize PDF",
|
||||
"processing": "Sanitizing PDF...",
|
||||
"completed": "Sanitization completed successfully",
|
||||
"error": "Sanitization failed: {{error}}",
|
||||
"error.generic": "Sanitization failed",
|
||||
"error.failed": "An error occurred while sanitizing the PDF.",
|
||||
"filenamePrefix": "sanitized",
|
||||
"sanitizationResults": "Sanitization Results",
|
||||
"validation": {
|
||||
"atLeastOne": "At least one sanitization option must be selected"
|
||||
},
|
||||
"steps": {
|
||||
"files": "Files",
|
||||
"settings": "Settings",
|
||||
"results": "Results"
|
||||
},
|
||||
"files": {
|
||||
"selected": "Selected: {{filename}}",
|
||||
"placeholder": "Select a PDF file in the main view to get started"
|
||||
},
|
||||
"options": {
|
||||
|
Loading…
Reference in New Issue
Block a user