mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
feat: Add setting to always upload scans as pdf
This commit is contained in:
@@ -824,5 +824,37 @@
|
||||
"@exportScansToPdf": {
|
||||
"description": "title of the alert dialog when exporting scans to pdf"
|
||||
},
|
||||
"allScansWillBeMerged": "All scans will be merged into a single PDF file."
|
||||
"allScansWillBeMerged": "All scans will be merged into a single PDF file.",
|
||||
"behavior": "Behavior",
|
||||
"@behavior": {
|
||||
"description": "Title of the settings concerning app beahvior"
|
||||
},
|
||||
"theme": "Theme",
|
||||
"@theme": {
|
||||
"description": "Title of the theme mode setting"
|
||||
},
|
||||
"clearCache": "Clear cache",
|
||||
"@clearCache": {
|
||||
"description": "Title of the clear cache setting"
|
||||
},
|
||||
"freeBytes": "Free {bytes}",
|
||||
"@freeBytes": {
|
||||
"description": "Text shown for clear storage settings"
|
||||
},
|
||||
"calculatingDots": "Calculating...",
|
||||
"@calculatingDots": {
|
||||
"description": "Text shown when the byte size is still being calculated"
|
||||
},
|
||||
"freedDiskSpace": "Successfully freed {bytes} of disk space.",
|
||||
"@freedDiskSpace": {
|
||||
"description": "Message shown after clearing storage"
|
||||
},
|
||||
"uploadScansAsPdf": "Upload scans as PDF",
|
||||
"@uploadScansAsPdf": {
|
||||
"description": "Title of the setting which toggles whether scans are always uploaded as pdf"
|
||||
},
|
||||
"convertSinglePageScanToPdf": "Always convert single page scans to PDF before uploading",
|
||||
"@convertSinglePageScanToPdf": {
|
||||
"description": "description of the upload scans as pdf setting"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user