feat: Add setting to always upload scans as pdf

This commit is contained in:
Anton Stubenbord
2023-06-15 17:08:08 +02:00
parent 75627aab6f
commit 7b20d26a16
17 changed files with 360 additions and 157 deletions

View File

@@ -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"
}
}