diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index c216dc0ba..d58014625 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -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." + } } }