From 930c68c8c5faa040483dbdf6f95cd9ff41bd310a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:57:45 +0100 Subject: [PATCH] translations --- frontend/public/locales/en-GB/translation.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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." + } } }