feat: Refactor export functionality, add new translations

This commit is contained in:
Anton Stubenbord
2023-06-10 19:09:28 +02:00
parent b23bec4907
commit 46e30d833b
13 changed files with 348 additions and 226 deletions

View File

@@ -816,8 +816,13 @@
"@export": {
"description": "Label for button that exports scanned images to pdf (before upload)"
},
"invalidFilenameCharacter": "Invalid filename character found",
"invalidFilenameCharacter": "Invalid character(s) found in filename: {characters}",
"@invalidFilenameCharacter": {
"description": "For validating filename in export dialogue"
}
},
"exportScansToPdf": "Export scans to PDF",
"@exportScansToPdf": {
"description": "title of the alert dialog when exporting scans to pdf"
},
"allScansWillBeMerged": "All scans will be merged into a single PDF file."
}