translations

This commit is contained in:
Anthony Stirling 2025-10-23 12:57:45 +01:00
parent 716fb3bbde
commit 930c68c8c5

View File

@ -748,6 +748,11 @@
"title": "Automate",
"desc": "Build multi-step workflows by chaining together PDF actions. Ideal for recurring tasks."
},
"pdfJsonEditor": {
"tags": "edit,text,modify",
"title": "PDF Editor",
"desc": "Edit text content in PDF documents"
},
"mobile": {
"brandAlt": "Stirling PDF logo",
"openFiles": "Open files",
@ -4031,6 +4036,10 @@
"subtitle": "Load a PDF or JSON file to begin editing text content."
},
"converting": "Converting PDF to editable format...",
"conversionFailed": "Failed to convert PDF. Please try again."
"conversionFailed": "Failed to convert PDF. Please try again.",
"errors": {
"invalidJson": "Unable to read the JSON file. Ensure it was generated by the PDF to JSON tool.",
"pdfConversion": "Unable to convert the edited JSON back into a PDF."
}
}
}