mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 08:12:28 -06:00
feat: Update translations, finish saved views rework, some other fixes
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Vols esborrar aquesta vista?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Esborra Vista ",
|
||||
"deleteView": "Esborra Vista {name}?",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Afegit",
|
||||
"@addedAt": {},
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Opravdu chceš tento náhled smazat?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Smazat náhled ",
|
||||
"deleteView": "Smazat náhled {name}?",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Přidáno",
|
||||
"@addedAt": {},
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Möchtest Du diese Ansicht wirklich löschen?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Lösche Ansicht ",
|
||||
"deleteView": "Ansicht {name} löschen?",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Hinzugefügt am",
|
||||
"@addedAt": {},
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Vielen Dank, dass Du diese App unterstützen möchtest! Aufgrund der Zahlungsrichtlinien von Google und Apple dürfen keine Links, die zu Spendenseiten führen, in der App angezeigt werden. Nicht einmal die Verlinkung zur Repository-Seite des Projekts scheint in diesem Zusammenhang erlaubt zu sein. Werfe von daher vielleicht einen Blick auf den Abschnitt 'Donations' in der README des Projekts. Deine Unterstützung ist sehr willkommen und hält die Entwicklung dieser App am Leben. Vielen Dank!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "Keine Dokumente gefunden.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Korrespondent konnte nicht gelöscht werden, bitte versuche es erneut.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Dokumenttyp konnten nicht gelöscht werden, bitte versuche es erneut.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Tag konnte nicht gelöscht werden, bitte versuche es erneut.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Speicherpfad konnte nicht gelöscht werden, bitte versuchen Sie es erneut.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Korrespondent konnte nicht aktualisiert werden, bitte versuche es erneut.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Dokumenttyp konnte nicht aktualisiert werden, bitte versuche es erneut.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Tag konnte nicht aktualisiert werden, bitte versuche es erneut.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Serverinformationen konnten nicht geladen werden.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Serverstatistiken konnten nicht geladen werden.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "UI Einstellungen konnten nicht geladen werden.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Dateiaufgaben konnten nicht geladen werden.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "Der Nutzer konnte nicht gefunden werden.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Ansicht konnte nicht aktualisiert werden, bitte versuche es erneut.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Speicherpfad konnte nicht aktualisiert werden, bitte versuchen Sie es erneut.",
|
||||
"savedViewSuccessfullyUpdated": "Ansicht erfolgreich aktualisiert.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Änderungen verwerfen?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "Die Filterbedingungen der aktiven Ansicht haben sich geändert. Durch Zurücksetzen des aktuellen Filters gehen diese Änderungen verloren. Möchtest du trotzdem fortfahren?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Vom aktuellen Filter erstellen",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Startseite",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Willkommen, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Konfiguriere eine Ansicht so, dass sie auf deiner Startseite angezeigt wird und sie wird hier erscheinen.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistiken",
|
||||
"documentsInInbox": "Dokumente im Posteingang",
|
||||
"totalDocuments": "Dokumente insgesamt",
|
||||
"totalCharacters": "Zeichen insgesamt",
|
||||
"showAll": "Alle anzeigen",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Do you really want to delete this view?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Delete view ",
|
||||
"deleteView": "Delete view {name}?",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Added at",
|
||||
"@addedAt": {},
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Voulez-vous vraiment supprimer cette vue enregistrée ?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Supprimer la vue enregistrée ",
|
||||
"deleteView": "Supprimer la vue enregistrée {name}?",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Date d’ajout",
|
||||
"@addedAt": {},
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
@@ -876,5 +876,98 @@
|
||||
"donationDialogContent": "Thank you for considering to support this app! Due to both Google's and Apple's Payment Policies, no links leading to donations may be displayed in-app. Not even linking to the project's repository page appears to be allowed in this context. Therefore, maybe have a look at the 'Donations' section in the project's README. Your support is much appreciated and keeps the development of this app alive. Thanks!",
|
||||
"@donationDialogContent": {
|
||||
"description": "Text displayed in the donation dialog"
|
||||
},
|
||||
"noDocumentsFound": "No documents found.",
|
||||
"@noDocumentsFound": {
|
||||
"description": "Message shown when no documents were found."
|
||||
},
|
||||
"couldNotDeleteCorrespondent": "Could not delete correspondent, please try again.",
|
||||
"@couldNotDeleteCorrespondent": {
|
||||
"description": "Message shown in snackbar when a correspondent could not be deleted."
|
||||
},
|
||||
"couldNotDeleteDocumentType": "Could not delete document type, please try again.",
|
||||
"@couldNotDeleteDocumentType": {
|
||||
"description": "Message shown when a document type could not be deleted"
|
||||
},
|
||||
"couldNotDeleteTag": "Could not delete tag, please try again.",
|
||||
"@couldNotDeleteTag": {
|
||||
"description": "Message shown when a tag could not be deleted"
|
||||
},
|
||||
"couldNotDeleteStoragePath": "Could not delete storage path, please try again.",
|
||||
"@couldNotDeleteStoragePath": {
|
||||
"description": "Message shown when a storage path could not be deleted"
|
||||
},
|
||||
"couldNotUpdateCorrespondent": "Could not update correspondent, please try again.",
|
||||
"@couldNotUpdateCorrespondent": {
|
||||
"description": "Message shown when a correspondent could not be updated"
|
||||
},
|
||||
"couldNotUpdateDocumentType": "Could not update document type, please try again.",
|
||||
"@couldNotUpdateDocumentType": {
|
||||
"description": "Message shown when a document type could not be updated"
|
||||
},
|
||||
"couldNotUpdateTag": "Could not update tag, please try again.",
|
||||
"@couldNotUpdateTag": {
|
||||
"description": "Message shown when a tag could not be updated"
|
||||
},
|
||||
"couldNotLoadServerInformation": "Could not load server information.",
|
||||
"@couldNotLoadServerInformation": {
|
||||
"description": "Message shown when the server information could not be loaded"
|
||||
},
|
||||
"couldNotLoadStatistics": "Could not load server statistics.",
|
||||
"@couldNotLoadStatistics": {
|
||||
"description": "Message shown when the server statistics could not be loaded"
|
||||
},
|
||||
"couldNotLoadUISettings": "Could not load UI settings.",
|
||||
"@couldNotLoadUISettings": {
|
||||
"description": "Message shown when the UI settings could not be loaded"
|
||||
},
|
||||
"couldNotLoadTasks": "Could not load tasks.",
|
||||
"@couldNotLoadTasks": {
|
||||
"description": "Message shown when the tasks (e.g. document consumed) could not be loaded"
|
||||
},
|
||||
"userNotFound": "User could not be found.",
|
||||
"@userNotFound": {
|
||||
"description": "Message shown when the specified user (e.g. by id) could not be found"
|
||||
},
|
||||
"couldNotUpdateSavedView": "Could not update saved view, please try again.",
|
||||
"@couldNotUpdateSavedView": {
|
||||
"description": "Message shown when a saved view could not be updated"
|
||||
},
|
||||
"couldNotUpdateStoragePath": "Could not update storage path, please try again.",
|
||||
"savedViewSuccessfullyUpdated": "Saved view successfully updated.",
|
||||
"@savedViewSuccessfullyUpdated": {
|
||||
"description": "Message shown when a saved view was successfully updated."
|
||||
},
|
||||
"discardChanges": "Discard changes?",
|
||||
"@discardChanges": {
|
||||
"description": "Title of the alert dialog shown when a user tries to close a view with unsaved changes."
|
||||
},
|
||||
"savedViewChangedDialogContent": "The filter conditions of the active view have changed. By resetting the filter, these changes will be lost. Do you still wish to continue?",
|
||||
"@savedViewChangedDialogContent": {
|
||||
"description": "Content of the alert dialog shown when all of the following applies:\r\n* User has saved view selected\r\n* User has performed changes to the current document filter\r\n* User now tries to reset this filter without having saved the changes to the view."
|
||||
},
|
||||
"createFromCurrentFilter": "Create from current filter",
|
||||
"@createFromCurrentFilter": {
|
||||
"description": "Tooltip of the \"New saved view\" button"
|
||||
},
|
||||
"home": "Home",
|
||||
"@home": {
|
||||
"description": "Label of the \"Home\" route"
|
||||
},
|
||||
"welcomeUser": "Welcome, {name}!",
|
||||
"@welcomeUser": {
|
||||
"description": "Top message shown on the home page"
|
||||
},
|
||||
"noSavedViewOnHomepageHint": "Configure a saved view to be displayed on your home page and it will show up here.",
|
||||
"@noSavedViewOnHomepageHint": {
|
||||
"description": "Message shown when there is no saved view to display on the home page."
|
||||
},
|
||||
"statistics": "Statistics",
|
||||
"documentsInInbox": "Documents in inbox",
|
||||
"totalDocuments": "Total documents",
|
||||
"totalCharacters": "Total characters",
|
||||
"showAll": "Show all",
|
||||
"@showAll": {
|
||||
"description": "Button label shown on a saved view preview to open this view in the documents page"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user