mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
translations
This commit is contained in:
parent
716fb3bbde
commit
930c68c8c5
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user