mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 04:08:03 -06:00
feat: Refactor export functionality, add new translations
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user