diff --git a/src-ui/src/locale/messages.de.xlf b/src-ui/src/locale/messages.de.xlf
index 54acbd23e..ce6fa0c1b 100644
--- a/src-ui/src/locale/messages.de.xlf
+++ b/src-ui/src/locale/messages.de.xlf
@@ -785,9 +785,9 @@
102
-
- Consumer status
- Status Dokumentenverarbeitung
+
+ Document processing
+ Dokumentverarbeitungsrc/app/components/manage/settings/settings.component.html106
@@ -801,17 +801,17 @@
109
-
- Show notifications when document consumption completes successfully
- Zeige Benachrichtigungen wenn neue Dokumente erfolgreich hinzugefügt wurden.
+
+ Show notifications when document processing completes successfully
+ Zeige Benachrichtigungen wenn neue Dokumente erfolgreich hinzugefügt wurdensrc/app/components/manage/settings/settings.component.html110
-
- Show notifications when document consumption fails
- Zeige Benachrichtigungen wenn Dokumente nicht hinzugefügt werden können
+
+ Show notifications when document processing fails
+ Zeige Benachrichtigungen wenn Dokumente nicht hinzugefügt werden konntensrc/app/components/manage/settings/settings.component.html111
@@ -825,8 +825,8 @@
112
-
- This will suppress all consumer related status messages on the dashboard.
+
+ This will suppress all messages about document processing status on the dashboard.Dadurch werden alle Benachrichtigungen über die Dokumentenverarbeitung auf der Startseite unterdrückt.src/app/components/manage/settings/settings.component.html
@@ -1662,9 +1662,9 @@
123
-
- Waiting for consumer...
- Warte auf Consumer...
+
+ Upload complete, waiting...
+ Dateo hochgeladen, warte...src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.ts126
@@ -1701,21 +1701,23 @@
src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html4
+ This button dismisses all status messages about processed documents on the dashboard (failed and successful)
-
- more hidden
- weitere versteckt
+
+ {VAR_PLURAL, plural, =1 {One more document} other { more documents}}
+ {VAR_PLURAL, plural, =1 {Ein weiteres Dokument} other { weitere Dokumente}}src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
- 24
+ 25
+ This is shown as a summary line when there are more than 5 document in the processing pipeline.Open documentDokument öffnensrc/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html
- 41
+ 45
@@ -1877,6 +1879,7 @@
src/app/services/consumer-status.service.ts16
+ Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translationError while executing pre-consume script.
@@ -1885,6 +1888,7 @@
src/app/services/consumer-status.service.ts17
+ Pre-Consume is a term that appears like that in the documentation as well and does not need a specific translationPost-consume script does not exist.
@@ -1893,6 +1897,7 @@
src/app/services/consumer-status.service.ts18
+ Post-Consume is a term that appears like that in the documentation as well and does not need a specific translationError while executing post-consume script.
@@ -1901,6 +1906,7 @@
src/app/services/consumer-status.service.ts19
+ Post-Consume is a term that appears like that in the documentation as well and does not need a specific translationReceived new file.