mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
Added translations, fixed inbox, minor updates to pages
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"accountSettingsTitle": "Account",
|
||||
"@accountSettingsTitle": {},
|
||||
"addCorrespondentPageTitle": "New Correspondent",
|
||||
"@addCorrespondentPageTitle": {},
|
||||
"addDocumentTypePageTitle": "New Document Type",
|
||||
@@ -150,10 +152,14 @@
|
||||
"@documentScannerPageUploadFromThisDeviceButtonLabel": {},
|
||||
"documentSearchHistory": "History",
|
||||
"@documentSearchHistory": {},
|
||||
"documentSearchNoMatchesFound": "No matches found.",
|
||||
"@documentSearchNoMatchesFound": {},
|
||||
"documentSearchPageRemoveFromHistory": "Remove from search history?",
|
||||
"@documentSearchPageRemoveFromHistory": {},
|
||||
"documentSearchResults": "Results",
|
||||
"@documentSearchResults": {},
|
||||
"documentSearchSearchDocuments": "Search documents",
|
||||
"@documentSearchSearchDocuments": {},
|
||||
"documentsEmptyStateResetFilterLabel": "Reset filter",
|
||||
"@documentsEmptyStateResetFilterLabel": {},
|
||||
"documentsFilterPageAdvancedLabel": "Advanced",
|
||||
@@ -268,7 +274,7 @@
|
||||
"@errorMessageDocumentUploadFailed": {},
|
||||
"errorMessageInvalidClientCertificateConfiguration": "Invalid certificate or missing passphrase, please try again",
|
||||
"@errorMessageInvalidClientCertificateConfiguration": {},
|
||||
"errorMessageLoadSavedViewsError": "Could not load saved views.",
|
||||
"errorMessageLoadSavedViewsError": "Could not load views.",
|
||||
"@errorMessageLoadSavedViewsError": {},
|
||||
"errorMessageMissingClientCertificate": "A client certificate was expected but not sent. Please provide a valid client certificate.",
|
||||
"@errorMessageMissingClientCertificate": {},
|
||||
@@ -370,6 +376,8 @@
|
||||
"@genericAcknowledgeLabel": {},
|
||||
"genericActionCancelLabel": "Cancel",
|
||||
"@genericActionCancelLabel": {},
|
||||
"genericActionCloseLabel": "Close",
|
||||
"@genericActionCloseLabel": {},
|
||||
"genericActionCreateLabel": "Create",
|
||||
"@genericActionCreateLabel": {},
|
||||
"genericActionDeleteLabel": "Delete",
|
||||
@@ -558,14 +566,26 @@
|
||||
"@savedViewNameLabel": {},
|
||||
"savedViewsEmptyStateText": "Create views to quickly filter your documents.",
|
||||
"@savedViewsEmptyStateText": {},
|
||||
"savedViewsFiltersSetCount": "{count, plural, zero{{count} filters set} one{{count} filter set} other{{count} filters set}}",
|
||||
"@savedViewsFiltersSetCount": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"savedViewShowInSidebarLabel": "Show in sidebar",
|
||||
"@savedViewShowInSidebarLabel": {},
|
||||
"savedViewShowOnDashboardLabel": "Show on dashboard",
|
||||
"@savedViewShowOnDashboardLabel": {},
|
||||
"savedViewsLabel": "Saved Views",
|
||||
"savedViewsLabel": "Views",
|
||||
"@savedViewsLabel": {},
|
||||
"scannerPageClearAllLabel": "Clear all",
|
||||
"@scannerPageClearAllLabel": {},
|
||||
"scannerPageImagePreviewTitle": "Scan",
|
||||
"@scannerPageImagePreviewTitle": {},
|
||||
"scannerPagePreviewLabel": "Preview",
|
||||
"@scannerPagePreviewLabel": {},
|
||||
"scannerPageUploadLabel": "Upload",
|
||||
"@scannerPageUploadLabel": {},
|
||||
"serverInformationPaperlessVersionText": "Paperless server version",
|
||||
"@serverInformationPaperlessVersionText": {},
|
||||
"settingsPageAppearanceSettingDarkThemeLabel": "Dark Theme",
|
||||
@@ -627,6 +647,5 @@
|
||||
"verifyIdentityPageTitle": "Verify your identity",
|
||||
"@verifyIdentityPageTitle": {},
|
||||
"verifyIdentityPageVerifyIdentityButtonLabel": "Verify Identity",
|
||||
"@verifyIdentityPageVerifyIdentityButtonLabel": {},
|
||||
"genericActionCloseLabel": "Close"
|
||||
"@verifyIdentityPageVerifyIdentityButtonLabel": {}
|
||||
}
|
||||
Reference in New Issue
Block a user