mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 02:12:25 -06:00
feat: Refactor export functionality, add new translations
This commit is contained in:
@@ -811,5 +811,18 @@
|
||||
"goToLogin": "Go to login",
|
||||
"@goToLogin": {
|
||||
"description": "Label of the button shown on the login page to skip logging in to existing accounts and navigate user to login page"
|
||||
}
|
||||
},
|
||||
"export": "Export",
|
||||
"@export": {
|
||||
"description": "Label for button that exports scanned images to pdf (before upload)"
|
||||
},
|
||||
"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