feat: Add internationalization support and introduce a new PDF multi-tool.

This commit is contained in:
cxllxc
2025-12-12 12:54:06 +00:00
parent 3c0fbc8f8f
commit ab122e19df
7 changed files with 186 additions and 48 deletions

View File

@@ -271,5 +271,48 @@
"licensing": {
"title": "Licensing for",
"subtitle": "Choose the license that fits your needs."
},
"multiTool": {
"uploadPdfs": "Upload PDFs",
"upload": "Upload",
"addBlankPage": "Add Blank Page",
"edit": "Edit:",
"undo": "Undo",
"redo": "Redo",
"reset": "Reset",
"selection": "Selection:",
"selectAll": "Select All",
"deselectAll": "Deselect All",
"rotate": "Rotate:",
"rotateLeft": "Left",
"rotateRight": "Right",
"transform": "Transform:",
"duplicate": "Duplicate",
"split": "Split",
"clear": "Clear:",
"delete": "Delete",
"download": "Download:",
"downloadSelected": "Download Selected",
"exportPdf": "Export PDF",
"uploadPdfFiles": "Upload PDF Files",
"dragAndDrop": "Drag and drop PDF files here, or click to select",
"selectFiles": "Select Files",
"renderingPages": "Rendering pages...",
"actions": {
"duplicatePage": "Duplicate this page",
"deletePage": "Delete this page",
"insertPdf": "Insert PDF after this page",
"toggleSplit": "Toggle split after this page"
},
"pleaseWait": "Please Wait",
"pagesRendering": "Pages are still being rendered. Please wait...",
"noPagesSelected": "No Pages Selected",
"selectOnePage": "Please select at least one page to download.",
"noPages": "No Pages",
"noPagesToExport": "There are no pages to export.",
"renderingTitle": "Rendering page previews",
"errorRendering": "Failed to render page thumbnails",
"error": "Error",
"failedToLoad": "Failed to load"
}
}