mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-24 04:26:14 +00:00
Compare commits
No commits in common. "1a8e47898eca811f74c1d2b2b6d5575fe71d025c" and "d7e590f24efe47a7a89bacc87bd631a9d22945c0" have entirely different histories.
1a8e47898e
...
d7e590f24e
@ -45,7 +45,7 @@
|
|||||||
"close": "Close",
|
"close": "Close",
|
||||||
"chooseFile": "Choose File",
|
"chooseFile": "Choose File",
|
||||||
"fileSelected": "Selected: {{filename}}",
|
"fileSelected": "Selected: {{filename}}",
|
||||||
"filesSelected": "{{count}} files selected",
|
"filesSelected": "files selected",
|
||||||
"files": {
|
"files": {
|
||||||
"title": "Files",
|
"title": "Files",
|
||||||
"placeholder": "Select a PDF file in the main view to get started"
|
"placeholder": "Select a PDF file in the main view to get started"
|
||||||
@ -55,7 +55,6 @@
|
|||||||
"bored": "Bored Waiting?",
|
"bored": "Bored Waiting?",
|
||||||
"alphabet": "Alphabet",
|
"alphabet": "Alphabet",
|
||||||
"downloadPdf": "Download PDF",
|
"downloadPdf": "Download PDF",
|
||||||
|
|
||||||
"text": "Text",
|
"text": "Text",
|
||||||
"font": "Font",
|
"font": "Font",
|
||||||
"selectFillter": "-- Select --",
|
"selectFillter": "-- Select --",
|
||||||
@ -400,7 +399,7 @@
|
|||||||
"desc": "Change document restrictions and permissions."
|
"desc": "Change document restrictions and permissions."
|
||||||
},
|
},
|
||||||
"removePassword": {
|
"removePassword": {
|
||||||
"title": "Remove Password",
|
"title": "Remove password",
|
||||||
"desc": "Remove password protection from your PDF document."
|
"desc": "Remove password protection from your PDF document."
|
||||||
},
|
},
|
||||||
"compress": {
|
"compress": {
|
||||||
@ -416,7 +415,7 @@
|
|||||||
"desc": "Remove read-only property of form fields in a PDF document."
|
"desc": "Remove read-only property of form fields in a PDF document."
|
||||||
},
|
},
|
||||||
"changeMetadata": {
|
"changeMetadata": {
|
||||||
"title": "Change Metadata",
|
"title": "Title:",
|
||||||
"desc": "Change/Remove/Add metadata from a PDF document"
|
"desc": "Change/Remove/Add metadata from a PDF document"
|
||||||
},
|
},
|
||||||
"fileToPDF": {
|
"fileToPDF": {
|
||||||
@ -606,6 +605,28 @@
|
|||||||
"replace-color": {
|
"replace-color": {
|
||||||
"title": "Replace and Invert Color",
|
"title": "Replace and Invert Color",
|
||||||
"desc": "Replace color for text and background in PDF and invert full color of pdf to reduce file size"
|
"desc": "Replace color for text and background in PDF and invert full color of pdf to reduce file size"
|
||||||
|
},
|
||||||
|
"attachments": {
|
||||||
|
"title": "Add attachments"
|
||||||
|
},
|
||||||
|
"removePages": {
|
||||||
|
"title": "Remove",
|
||||||
|
"desc": "Delete unwanted pages from your PDF document."
|
||||||
|
},
|
||||||
|
"removeImagePdf": {
|
||||||
|
"title": "Remove image",
|
||||||
|
"desc": "Remove image from PDF to reduce file size"
|
||||||
|
},
|
||||||
|
"autoSizeSplitPDF": {
|
||||||
|
"desc": "Split a single PDF into multiple documents based on size, page count, or document count"
|
||||||
|
},
|
||||||
|
"adjust-contrast": {
|
||||||
|
"title": "Adjust Colors/Contrast",
|
||||||
|
"desc": "Adjust Contrast, Saturation and Brightness of a PDF"
|
||||||
|
},
|
||||||
|
"replaceColorPdf": {
|
||||||
|
"title": "Replace and Invert Color",
|
||||||
|
"desc": "Replace color for text and background in PDF and invert full color of pdf to reduce file size"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"landing": {
|
"landing": {
|
||||||
@ -676,10 +697,10 @@
|
|||||||
"submit": "Rotate"
|
"submit": "Rotate"
|
||||||
},
|
},
|
||||||
"imageToPdf": {
|
"imageToPdf": {
|
||||||
"tags": "conversion,img,jpg,picture,photo"
|
"tags": "conversion,img,jpg,picture,photo,psd,photoshop"
|
||||||
},
|
},
|
||||||
"pdfToImage": {
|
"pdfToImage": {
|
||||||
"tags": "conversion,img,jpg,picture,photo",
|
"tags": "conversion,img,jpg,picture,photo,psd,photoshop",
|
||||||
"title": "PDF to Image",
|
"title": "PDF to Image",
|
||||||
"header": "PDF to Image",
|
"header": "PDF to Image",
|
||||||
"selectText": "Image Format",
|
"selectText": "Image Format",
|
||||||
@ -744,7 +765,7 @@
|
|||||||
},
|
},
|
||||||
"removePages": {
|
"removePages": {
|
||||||
"tags": "Remove pages,delete pages",
|
"tags": "Remove pages,delete pages",
|
||||||
"title": "Remove Pages",
|
"title": "Remove",
|
||||||
"pageNumbers": "Pages to Remove",
|
"pageNumbers": "Pages to Remove",
|
||||||
"pageNumbersPlaceholder": "e.g. 1,3,5-7",
|
"pageNumbersPlaceholder": "e.g. 1,3,5-7",
|
||||||
"pageNumbersHelp": "Enter page numbers separated by commas, or ranges like 1-5. Example: 1,3,5-7",
|
"pageNumbersHelp": "Enter page numbers separated by commas, or ranges like 1-5. Example: 1,3,5-7",
|
||||||
@ -761,7 +782,7 @@
|
|||||||
"results": {
|
"results": {
|
||||||
"title": "Page Removal Results"
|
"title": "Page Removal Results"
|
||||||
},
|
},
|
||||||
"submit": "Remove Pages"
|
"submit": "Remove"
|
||||||
},
|
},
|
||||||
"pageSelection": {
|
"pageSelection": {
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
@ -817,7 +838,7 @@
|
|||||||
"tags": "remove,delete,form,field,readonly",
|
"tags": "remove,delete,form,field,readonly",
|
||||||
"title": "Remove Read-Only from Form Fields",
|
"title": "Remove Read-Only from Form Fields",
|
||||||
"header": "Unlock PDF Forms",
|
"header": "Unlock PDF Forms",
|
||||||
"submit": "Unlock Forms",
|
"submit": "Remove",
|
||||||
"description": "This tool will remove read-only restrictions from PDF form fields, making them editable and fillable.",
|
"description": "This tool will remove read-only restrictions from PDF form fields, making them editable and fillable.",
|
||||||
"filenamePrefix": "unlocked_forms",
|
"filenamePrefix": "unlocked_forms",
|
||||||
"files": {
|
"files": {
|
||||||
@ -833,7 +854,7 @@
|
|||||||
"changeMetadata": {
|
"changeMetadata": {
|
||||||
"tags": "Title,author,date,creation,time,publisher,producer,stats",
|
"tags": "Title,author,date,creation,time,publisher,producer,stats",
|
||||||
"title": "Title:",
|
"title": "Title:",
|
||||||
"header": "Change Metadata",
|
"header": "Title:",
|
||||||
"selectText": {
|
"selectText": {
|
||||||
"1": "Please edit the variables you wish to change",
|
"1": "Please edit the variables you wish to change",
|
||||||
"2": "Delete all metadata",
|
"2": "Delete all metadata",
|
||||||
@ -1243,7 +1264,7 @@
|
|||||||
"tags": "Redact,Hide,black out,black,marker,hidden,manual",
|
"tags": "Redact,Hide,black out,black,marker,hidden,manual",
|
||||||
"title": "Manual Redaction",
|
"title": "Manual Redaction",
|
||||||
"header": "Manual Redaction",
|
"header": "Manual Redaction",
|
||||||
"submit": "Redact",
|
"submit": "Manual Redaction",
|
||||||
"textBasedRedaction": "Text based Redaction",
|
"textBasedRedaction": "Text based Redaction",
|
||||||
"pageBasedRedaction": "Page-based Redaction",
|
"pageBasedRedaction": "Page-based Redaction",
|
||||||
"convertPDFToImageLabel": "Convert PDF to PDF-Image (Used to remove text behind the box)",
|
"convertPDFToImageLabel": "Convert PDF to PDF-Image (Used to remove text behind the box)",
|
||||||
@ -1689,7 +1710,7 @@
|
|||||||
"imageOptions": "Image Options",
|
"imageOptions": "Image Options",
|
||||||
"colorType": "Color Type",
|
"colorType": "Color Type",
|
||||||
"color": "Color",
|
"color": "Color",
|
||||||
"greyscale": "Greyscale",
|
"greyscale": "Grayscale",
|
||||||
"blackwhite": "Black & White",
|
"blackwhite": "Black & White",
|
||||||
"dpi": "DPI",
|
"dpi": "DPI",
|
||||||
"output": "Output",
|
"output": "Output",
|
||||||
@ -1718,8 +1739,10 @@
|
|||||||
"sanitize": {
|
"sanitize": {
|
||||||
"submit": "Sanitize PDF",
|
"submit": "Sanitize PDF",
|
||||||
"completed": "Sanitization completed successfully",
|
"completed": "Sanitization completed successfully",
|
||||||
"error.generic": "Sanitization failed",
|
"error": {
|
||||||
"error.failed": "An error occurred while sanitizing the PDF.",
|
"generic": "Sanitization failed",
|
||||||
|
"failed": "An error occurred while sanitizing the PDF."
|
||||||
|
},
|
||||||
"filenamePrefix": "sanitized",
|
"filenamePrefix": "sanitized",
|
||||||
"sanitizationResults": "Sanitization Results",
|
"sanitizationResults": "Sanitization Results",
|
||||||
"steps": {
|
"steps": {
|
||||||
@ -1733,20 +1756,27 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"title": "Sanitization Options",
|
"title": "Sanitization Options",
|
||||||
"note": "Select the elements you want to remove from the PDF. At least one option must be selected.",
|
"note": "Select the elements you want to remove from the PDF. At least one option must be selected.",
|
||||||
"removeJavaScript": "Remove JavaScript",
|
"removeJavaScript": {
|
||||||
"removeJavaScript.desc": "Remove JavaScript actions and scripts from the PDF",
|
"desc": "Remove JavaScript actions and scripts from the PDF"
|
||||||
"removeEmbeddedFiles": "Remove Embedded Files",
|
},
|
||||||
"removeEmbeddedFiles.desc": "Remove any files embedded within the PDF",
|
"removeEmbeddedFiles": {
|
||||||
"removeXMPMetadata": "Remove XMP Metadata",
|
"desc": "Remove any files embedded within the PDF"
|
||||||
"removeXMPMetadata.desc": "Remove XMP metadata from the PDF",
|
},
|
||||||
"removeMetadata": "Remove Document Metadata",
|
"removeXMPMetadata": {
|
||||||
"removeMetadata.desc": "Remove document information metadata (title, author, etc.)",
|
"desc": "Remove XMP metadata from the PDF"
|
||||||
"removeLinks": "Remove Links",
|
},
|
||||||
"removeLinks.desc": "Remove external links and launch actions from the PDF",
|
"removeMetadata": {
|
||||||
"removeFonts": "Remove Fonts",
|
"desc": "Remove document information metadata (title, author, etc.)"
|
||||||
"removeFonts.desc": "Remove embedded fonts from the PDF"
|
},
|
||||||
|
"removeLinks": {
|
||||||
|
"desc": "Remove external links and launch actions from the PDF"
|
||||||
|
},
|
||||||
|
"removeFonts": {
|
||||||
|
"desc": "Remove embedded fonts from the PDF"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"grayscale": "Grayscale"
|
||||||
},
|
},
|
||||||
"addPassword": {
|
"addPassword": {
|
||||||
"title": "Add Password",
|
"title": "Add Password",
|
||||||
@ -2107,11 +2137,11 @@
|
|||||||
"downloadAll": "Download All"
|
"downloadAll": "Download All"
|
||||||
},
|
},
|
||||||
"removePassword": {
|
"removePassword": {
|
||||||
"title": "Remove Password",
|
"title": "Remove password",
|
||||||
"desc": "Remove password protection from your PDF document.",
|
"desc": "Remove password protection from your PDF document.",
|
||||||
"tags": "secure,Decrypt,security,unpassword,delete password",
|
"tags": "secure,Decrypt,security,unpassword,delete password",
|
||||||
"password": {
|
"password": {
|
||||||
"stepTitle": "Remove Password",
|
"stepTitle": "Remove password",
|
||||||
"label": "Current Password",
|
"label": "Current Password",
|
||||||
"placeholder": "Enter current password",
|
"placeholder": "Enter current password",
|
||||||
"completed": "Password configured"
|
"completed": "Password configured"
|
||||||
@ -2123,7 +2153,7 @@
|
|||||||
"tooltip": {
|
"tooltip": {
|
||||||
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
|
"description": "Removing password protection requires the password that was used to encrypt the PDF. This will decrypt the document, making it accessible without a password."
|
||||||
},
|
},
|
||||||
"submit": "Remove Password",
|
"submit": "Remove",
|
||||||
"results": {
|
"results": {
|
||||||
"title": "Decrypted PDFs"
|
"title": "Decrypted PDFs"
|
||||||
}
|
}
|
||||||
@ -2142,5 +2172,14 @@
|
|||||||
},
|
},
|
||||||
"automate": {
|
"automate": {
|
||||||
"copyToSaved": "Copy to Saved"
|
"copyToSaved": "Copy to Saved"
|
||||||
|
},
|
||||||
|
"attachments": {
|
||||||
|
"tags": "embed,attach,file,attachment,attachments",
|
||||||
|
"title": "Add attachments",
|
||||||
|
"header": "Add attachments",
|
||||||
|
"submit": "Add attachments"
|
||||||
|
},
|
||||||
|
"sanitize": {
|
||||||
|
"submit": "Sanitize PDF"
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user