mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
feat: Add setting to always upload scans as pdf
This commit is contained in:
@@ -816,13 +816,45 @@
|
||||
"@export": {
|
||||
"description": "Label for button that exports scanned images to pdf (before upload)"
|
||||
},
|
||||
"invalidFilenameCharacter": "Invalid character(s) found in filename: {characters}",
|
||||
"invalidFilenameCharacter": "Caràcter(s) invàlids trobats a nom d'arxiu: {characters}",
|
||||
"@invalidFilenameCharacter": {
|
||||
"description": "For validating filename in export dialogue"
|
||||
},
|
||||
"exportScansToPdf": "Export scans to PDF",
|
||||
"exportScansToPdf": "Exporta escanejos a PDF",
|
||||
"@exportScansToPdf": {
|
||||
"description": "title of the alert dialog when exporting scans to pdf"
|
||||
},
|
||||
"allScansWillBeMerged": "All scans will be merged into a single PDF file."
|
||||
"allScansWillBeMerged": "Els escanejos s'uniran en un únic document PDF.",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,7 @@
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Biometrische Authentifizierung aktivieren",
|
||||
"biometricAuthentication": "Biometrische Authentifizierung",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authentifizieren, um die biometrische Authentifizierung zu aktivieren} disable{Authentifizieren, um die biometrische Authentifizierung zu deaktivieren} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
@@ -824,5 +824,37 @@
|
||||
"@exportScansToPdf": {
|
||||
"description": "title of the alert dialog when exporting scans to pdf"
|
||||
},
|
||||
"allScansWillBeMerged": "Alle Scans werden in eine einzige PDF-Datei zusammengeführt."
|
||||
"allScansWillBeMerged": "Alle Scans werden in eine einzige PDF-Datei zusammengeführt.",
|
||||
"behavior": "Verhalten",
|
||||
"@behavior": {
|
||||
"description": "Title of the settings concerning app beahvior"
|
||||
},
|
||||
"theme": "Erscheinungsbild",
|
||||
"@theme": {
|
||||
"description": "Title of the theme mode setting"
|
||||
},
|
||||
"clearCache": "Cache leeren",
|
||||
"@clearCache": {
|
||||
"description": "Title of the clear cache setting"
|
||||
},
|
||||
"freeBytes": "{bytes} freigeben",
|
||||
"@freeBytes": {
|
||||
"description": "Text shown for clear storage settings"
|
||||
},
|
||||
"calculatingDots": "Berechne...",
|
||||
"@calculatingDots": {
|
||||
"description": "Text shown when the byte size is still being calculated"
|
||||
},
|
||||
"freedDiskSpace": "{bytes} erfolgreich freigegeben.",
|
||||
"@freedDiskSpace": {
|
||||
"description": "Message shown after clearing storage"
|
||||
},
|
||||
"uploadScansAsPdf": "Scans als PDF hochladen",
|
||||
"@uploadScansAsPdf": {
|
||||
"description": "Title of the setting which toggles whether scans are always uploaded as pdf"
|
||||
},
|
||||
"convertSinglePageScanToPdf": "Einseitige Scans vor dem Hochladen immer in PDF umwandeln",
|
||||
"@convertSinglePageScanToPdf": {
|
||||
"description": "description of the upload scans as pdf setting"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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