-
+
-
+
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html
index d1b8c2b54..9dafe7911 100644
--- a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html
+++ b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.html
@@ -41,7 +41,7 @@
*ngFor="let category of categories"
[value]="category"
>
- {{ category | translate }}
+ {{ 'audit-screen.categories.' + category | translate }}
@@ -154,9 +154,7 @@
size="small"
>
-
- {{ log.category }}
-
+
diff --git a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.ts b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.ts
index bc2fde0ea..752b959ac 100644
--- a/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.ts
+++ b/apps/red-ui/src/app/modules/admin/screens/audit/audit-screen.component.ts
@@ -14,7 +14,7 @@ const PAGE_SIZE = 50;
styleUrls: ['./audit-screen.component.scss']
})
export class AuditScreenComponent {
- readonly ALL_CATEGORIES = 'audit-screen.all-categories';
+ readonly ALL_CATEGORIES = 'all-categories';
readonly ALL_USERS = 'audit-screen.all-users';
filterForm: FormGroup;
diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html
index 7f1110700..d4e4f0280 100644
--- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html
+++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html
@@ -44,7 +44,7 @@
@@ -154,7 +154,7 @@
-
diff --git a/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html b/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html
index 3a607d7f2..964328673 100644
--- a/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html
+++ b/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html
@@ -4,5 +4,5 @@
[class.active]="filter.checked"
class="quick-filter"
>
- {{ filter.label | translate }}
+ {{ filter.label | translate: filter.labelParams }}
diff --git a/apps/red-ui/src/app/modules/shared/components/select/select.component.html b/apps/red-ui/src/app/modules/shared/components/select/select.component.html
index 647a68aef..64daca14b 100644
--- a/apps/red-ui/src/app/modules/shared/components/select/select.component.html
+++ b/apps/red-ui/src/app/modules/shared/components/select/select.component.html
@@ -3,13 +3,13 @@
diff --git a/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.ts b/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.ts
index bc1bfa48f..403caff1f 100644
--- a/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.ts
+++ b/apps/red-ui/src/app/modules/shared/dialogs/confirmation-dialog/confirmation-dialog.component.ts
@@ -52,6 +52,10 @@ export class ConfirmationDialogComponent {
this.translate(this._inputLabelKey) + ` '${this.config.confirmationText}'`;
}
+ get isDeleteAction() {
+ return this.config?.titleColor === TitleColors.PRIMARY;
+ }
+
@HostListener('window:keyup.enter')
onKeyupEnter() {
if (this.config.requireInput && !this.confirmationDoesNotMatch()) {
@@ -59,10 +63,6 @@ export class ConfirmationDialogComponent {
}
}
- get isDeleteAction() {
- return this.config?.titleColor === TitleColors.PRIMARY;
- }
-
confirmationDoesNotMatch(): boolean {
return this.inputValue.toLowerCase() !== this.config.confirmationText.toLowerCase();
}
@@ -76,10 +76,14 @@ export class ConfirmationDialogComponent {
}
translate
(obj: T): T {
+ const translateKeys = ['title', 'question', 'details', 'confirmationText', 'denyText'];
+
if (typeof obj === 'string')
return this._translateService.instant(obj, this.config.translateParams);
- const stringKeys = Object.keys(obj).filter(key => typeof key === 'string' && !!obj[key]);
+ const stringKeys = Object.keys(obj).filter(
+ key => typeof key === 'string' && !!obj[key] && translateKeys.includes(key)
+ );
stringKeys.forEach(key => (obj[key] = this.translate(obj[key])));
return obj;
diff --git a/apps/red-ui/src/app/utils/missing-translations-handler.ts b/apps/red-ui/src/app/utils/missing-translations-handler.ts
new file mode 100644
index 000000000..b6b871c45
--- /dev/null
+++ b/apps/red-ui/src/app/utils/missing-translations-handler.ts
@@ -0,0 +1,9 @@
+import { MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
+
+export class REDMissingTranslationHandler implements MissingTranslationHandler {
+ handle(params: MissingTranslationHandlerParams): any {
+ const missingKey = params.key;
+ console.error('Missing translation: ' + missingKey);
+ return missingKey;
+ }
+}
diff --git a/apps/red-ui/src/assets/i18n/de.json b/apps/red-ui/src/assets/i18n/de.json
index 8e85ddc57..4d4e45e33 100644
--- a/apps/red-ui/src/assets/i18n/de.json
+++ b/apps/red-ui/src/assets/i18n/de.json
@@ -1,1130 +1,406 @@
{
- "auth-error": {
- "heading": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie Ihren Administrator für den Zugriff!",
- "heading-with-name-and-link": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie {{adminName}} für den Zugriff!",
- "heading-with-name": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie {{adminName}} für den Zugriff!",
- "heading-with-link": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie Ihren Administrator für den Zugriff!",
- "logout": "Ausloggen"
+ "actions": {
+ "all": "Alle",
+ "none": "Keiner"
},
- "app-name": "DDA-R",
- "dev-mode": "[DEV-MODUS]",
- "upload-status": {
+ "active": "Aktiv",
+ "add-edit-dictionary": {
"error": {
- "file-size": "Datei zu groß. Das Limit ist {{size}} MB.",
- "generic": "Datei konnte nicht hochgeladen werden."
+ "dictionary-already-exists": "Wörterbuch mit diesem Namen existiert bereits!",
+ "generic": "Wörterbuch konnte nicht gespeichert werden!",
+ "invalid-color-or-rank": "Ungültige Farbe oder Rang! Der Rang wird bereits von einem anderen Wörterbuch verwendet oder die Farbe ist keine gültige HexColor!"
},
- "dialog": {
- "title": "Datei-Uploads ({{len}})",
- "actions": {
- "re-upload": "Wiederholen Sie den Upload",
- "cancel": "Upload abbrechen"
- }
+ "form": {
+ "add-to-dictionary-action": "Verfügbar zum Hinzufügen zum Wörterbuch",
+ "case-sensitive": "Groß- und Kleinschreibung beachten",
+ "color": "Hex Farbe",
+ "color-placeholder": "#",
+ "description": "Beschreibung",
+ "description-placeholder": "Beschreibung eingeben",
+ "hint": "Hinweis",
+ "name": "Wörterbuchname",
+ "name-hint": "Kann nach dem Speichern nicht bearbeitet werden.",
+ "name-placeholder": "Name eingeben",
+ "rank": "Rang",
+ "rank-placeholder": "1000",
+ "redaction": "Redaktion"
+ },
+ "save": "Wörterbuch speichern",
+ "title": {
+ "edit": "Bearbeiten Sie das {{name}} Wörterbuch",
+ "new": "Wörterbuch erstellen"
}
},
- "download-status": {
- "queued": "Ihr Download wurde in die Warteschlange gestellt. Alle angeforderten Downloads finden Sie hier: Meine Downloads .",
- "error": {
- "generic": "Herunterladen fehlgeschlagen"
+ "add-edit-dossier-template": {
+ "form": {
+ "description": "Beschreibung",
+ "description-placeholder": "Beschreibung eingeben",
+ "name": "Name der Dossiervorlage",
+ "name-placeholder": "Name eingeben",
+ "valid-from": "Gültig ab",
+ "valid-to": "Gültig bis"
},
- "dialog": {
- "title": "Downloads ({{len}})",
- "tooltip": "{{len}} Dateien",
- "actions": {
- "download": "jetzt downloaden",
- "cancel": "Download abbrechen"
- }
+ "save": "Speichern Sie die Dossiervorlage",
+ "title": {
+ "edit": "Bearbeiten Sie die {{name}} Dossiervorlage",
+ "new": "Erstellen Sie eine Dossiervorlage"
}
},
- "pdf-viewer": {
- "text-popup": {
- "actions": {
- "search": "Suche nach Auswahl"
- }
+ "add-edit-file-attribute": {
+ "form": {
+ "column-header": "CSV-Spaltenüberschrift",
+ "column-header-placeholder": "Geben Sie den CSV-Spaltenkopf ein",
+ "name": "Attributname",
+ "name-placeholder": "Name eingeben",
+ "primary": "Als primär festlegen",
+ "read-only": "Schreibgeschützt machen",
+ "type": "Art"
},
- "search-in-progress": "Suche läuft ..."
- },
- "common": {
- "close": "Ansicht schließen",
- "dialog": {
- "close": "Dialog schließen"
- },
- "confirmation-dialog": {
- "title": "Aktion bestätigen",
- "description": "Diese Aktion muss bestätigt werden. Möchten Sie fortfahren?",
- "confirm": "Ja",
- "deny": "Nein"
+ "save": "Attribut speichern",
+ "title": {
+ "edit": "Bearbeiten Sie das {{name}} Dateiattribut",
+ "new": "Neues Dateiattribut hinzufügen"
}
},
- "top-bar": {
- "navigation-items": {
- "dossiers": "Aktives Dossier",
- "back": "Zurück",
- "my-account": {
- "children": {
- "admin": "Die Einstellungen",
- "downloads": "Meine Downloads",
- "my-profile": "Mein Profil",
- "language": {
- "label": "Sprache",
- "en": "Englisch",
- "de": "Deutsche"
- },
- "logout": "Ausloggen"
- }
- }
- }
- },
- "filters": {
- "filter-by": "Filter:",
- "status": "Status",
- "people": "Dossiermitglied (e)",
- "assigned-people": "Beauftragter",
- "due-date": "Geburtstermin",
- "created-on": "Erstellt am",
- "dossier": "Dossier",
- "document": "Dokument",
- "needs-work": "Arbeitsbelastung",
- "dossier-templates": "Regelsätze"
- },
- "report": {
- "unavailable": "Der Redaktionsbericht ist erst verfügbar, wenn alle Dateien genehmigt wurden.",
- "unavailable-single": "Der Redaktionsbericht ist erst verfügbar, wenn diese Datei genehmigt wurde.",
- "action": {
- "label": "Redaktionsbericht herunterladen",
- "efsa": "Mit EFSA-Vorlage herunterladen",
- "syngenta": "Mit Syngenta-Vorlage herunterladen"
- }
- },
- "dossier-listing": {
- "search": "Dossiername ...",
- "reanalyse": {
- "action": "Analysieren Sie das gesamte Dossier"
- },
- "download-files": {
- "action": "Laden Sie redigierte Dateien herunter"
- },
- "table-header": {
- "title": "{{length}} aktive Dossiers",
- "bulk-select": "Auswahl umschalten",
- "recent": "Kürzlich"
- },
- "table-col-names": {
- "name": "Name",
- "needs-work": "Arbeitsbelastung",
- "owner": "Inhaber",
- "status": "Status"
- },
- "stats": {
- "analyzed-pages": "Seiten",
- "total-people": "Benutzer insgesamt",
- "charts": {
- "dossiers": "Dossiers",
- "total-documents": "Gesamtdokument (e)"
- }
- },
- "no-data": {
- "title": "Sie haben derzeit keine Dossiers.",
- "action": "Neues Dossier"
- },
- "add-new": "Neues Dossier",
- "add-edit-dialog": {
- "header-new": "Dossier erstellen",
- "header-edit": "Dossier bearbeiten",
- "form": {
- "name": {
- "label": "Name des Dossiers",
- "placeholder": "Name eingeben"
- },
- "description": {
- "label": "Beschreibung",
- "placeholder": "Beschreibung eingeben"
- },
- "due-date": "Geburtstermin",
- "template": "Dossiervorlage"
- },
- "errors": {
- "dossier-already-exists": "Dossier mit diesem Namen existiert bereits!",
- "generic": "Dossier konnte nicht gespeichert werden"
- },
- "actions": {
- "save": "speichern",
- "save-and-add-members": "Team speichern und bearbeiten"
- }
- },
- "header": "Dossiers",
- "edit": {
- "action": "Dossier bearbeiten"
- },
- "delete": {
- "action": "Dossier löschen",
- "delete-failed": "Fehler beim Löschen des Dossiers: {{dossierName}}"
- },
- "no-match": {
- "title": "Keine Dossiers stimmen mit Ihren aktuellen Filtern überein."
- }
- },
- "dossier-details": {
- "title": "Dossier Details",
- "dialog": {
- "title": "Dossier Details",
- "info": {
- "file-count": "Anzahl der Dateien: {{fileCount}}"
- },
- "actions": {
- "reanalyse-dossier": "Analysieren Sie das Dossier"
- }
- },
- "owner": "Inhaber",
- "members": "Mitglieder",
- "see-less": "Weniger sehen",
- "assign-members": "Mitglieder zuweisen",
- "expand": "Zeige Details",
- "collapse": "Details ausblenden"
- },
- "dossier-overview": {
- "no-ocr": "Keine OCR",
- "ocr-performed": "Für diese Datei wurde eine OCR durchgeführt.",
- "no-data": {
- "title": "Es liegen noch keine Dokumente vor.",
- "action": "Dokument hochladen"
- },
- "no-match": {
- "title": "Keine Dokumente stimmen mit Ihren aktuellen Filtern überein."
- },
- "search": "Dokumentname...",
- "header-actions": {
- "edit": "Bearbeiten",
- "delete": "Löschen",
- "assign": "Eigentümer zuweisen",
- "upload-document": "Dokument hochladen",
- "download-redacted-files": "Laden Sie redigierte Dateien herunter"
- },
- "ocr-file": "OCR-Dokument",
- "download-file": "Herunterladen",
- "download-file-disabled": "Das Herunterladen ist nur für genehmigte Dateien zulässig",
- "under-approval": "Zur Genehmigung",
- "approve": "Genehmigen",
- "approve-disabled": "Die Datei kann erst genehmigt werden, wenn sie mit den neuesten Wörterbüchern analysiert und alle Vorschläge verarbeitet wurden.",
- "under-review": "Wird überprüft",
- "upload-files": "Ziehen",
- "upload-files-btn": "Daten hochladen",
- "new-rule": {
- "label": "Veraltet",
- "toast": {
- "message-dossier": "Erneute Analyse erforderlich:",
- "actions": {
- "reanalyse-all": "Analysieren Sie alle",
- "reanalyse-file": "Analysieren Sie diese Datei",
- "later": "Später"
- }
- }
- },
- "report": {
- "action": "Redaktionsbericht herunterladen"
- },
- "assign": "Prüfer zuweisen",
- "assign-me": "Zuweisen zu mir",
- "table-header": {
- "title": "{{length}} Dokumente",
- "bulk-select": "Auswahl umschalten"
- },
- "table-col-names": {
- "name": "Name",
- "added-on": "Hinzugefügt",
- "needs-work": "Arbeitsbelastung",
- "assigned-to": "Zugewiesen an",
- "pages": "Seiten",
- "status": "Status"
- },
- "upload-error": "Datei konnte nicht hochgeladen werden: {{name}}",
- "delete-file-error": "Fehler beim Löschen der Datei: {{filename}}",
- "delete-files-error": "Dateien konnten nicht gelöscht werden.",
- "reanalyse": {
- "action": "Datei analysieren"
- },
- "delete": {
- "action": "Datei löschen"
- },
- "file-listing": {
- "file-entry": {
- "status": "Status: {{status}}",
- "number-of-pages": "Anzahl der Seiten: {{numberOfPages}}",
- "number-of-analyses": "Anzahl der Analysen: {{numberOfAnalyses}}",
- "added": "Datum hinzugefügt: {{added}}",
- "last-updated": "Letzte Aktualisierung: {{lastUpdated}}",
- "file-pending": "Steht aus...",
- "file-processing": "wird bearbeitet",
- "file-error": "Nachbearbeitung erforderlich"
- }
- },
- "dossier-details": {
- "charts": {
- "documents-in-dossier": "Dokumente im Dossier"
- },
- "stats": {
- "documents": "{{count}} Dokumente",
- "analysed-pages": "{{count}} Seiten",
- "people": "{{count}} Benutzer",
- "created-on": "Erstellt am {{date}}",
- "due-date": "Geburtstermin}}"
- },
- "description": "Beschreibung"
- },
- "header": "Dossierübersicht",
- "bulk": {
- "delete": "Dokumente löschen",
- "assign": "Prüfer zuweisen",
- "reanalyse": "Dokumente analysieren",
- "reanalyse-error-outdated": "Nicht alle ausgewählten Dokumente können analysiert werden, einige sind Ihnen möglicherweise nicht zugeordnet oder bereits analysiert."
- },
- "reanalyse-dossier": {
- "success": "Dateien, die erneut analysiert werden sollen.",
- "error": "Dateien für die erneute Analyse konnten nicht geplant werden. Bitte versuche es erneut."
- }
- },
- "file-preview": {
- "delta": "Delta",
- "redacted": "Vorschau",
- "standard": "Standard",
- "standard-tooltip": "In der Standard-Workload-Ansicht werden alle Hinweise, Redaktionen und Empfehlungen angezeigt",
- "redacted-tooltip": "Die Redaktionsvorschau zeigt nur Redaktionen an. Betrachten Sie dies als Vorschau für die endgültige redigierte Version. Diese Ansicht ist nur verfügbar, wenn für die Datei keine Änderungen ausstehen",
- "delta-tooltip": "Delta View zeigt nur die Änderungen seit der letzten erneuten Analyse an. Diese Ansicht ist nur verfügbar, wenn mindestens eine Änderung vorliegt",
- "no-data": {
- "title": "Auf dieser Seite befinden sich keine Anmerkungen."
- },
- "show-redacted-view": "Redigierte Vorschau anzeigen",
- "cannot-show-redacted-view": "Redaktionen nicht synchron. Die redigierte Vorschau ist nur nach einer erneuten Analyse verfügbar",
- "reanalyse-notification": "Dieses Dokument wurde nicht mit dem neuesten Regel- / Wörterbuchsatz verarbeitet. Analysieren Sie jetzt, um aktualisierte Anmerkungen zu erhalten.",
- "reanalyse-file": "Datei-Reanalyse läuft",
- "view-toggle": "Redigierte Ansicht",
- "tabs": {
- "quick-navigation": "Schnelle Navigation",
- "document-info": {
- "label": "Dokumentinfo",
- "close": "Dokumentinfo schließen",
- "edit": "Dokumentinformationen bearbeiten",
- "details": {
- "dossier": "in {{dossierName}}",
- "pages": "{{pages}} Seiten",
- "revised-pages": "{{pages}} überarbeitete Seiten",
- "created-on": "Erstellt am: {{date}}",
- "due": "Geburtstermin}}"
- }
- },
- "annotations": {
- "label": "Arbeitsbelastung",
- "select": "Wählen",
- "jump-to-previous": "Zum vorherigen springen",
- "jump-to-next": "Zum nächsten springen"
- },
- "is-excluded": "Die Redaktion ist für dieses Dokument deaktiviert."
- },
- "toggle-analysis": {
- "enable": "Zur Redaktion aktivieren",
- "disable": "Deaktivieren Sie die Redaktion",
- "only-managers": "Das Aktivieren / Deaktivieren ist nur für Manager zulässig"
- },
- "reviewer": "Zugewiesen an",
- "unassigned": "Nicht zugewiesen",
- "assign-reviewer": "Prüfer zuweisen",
- "cancel-assign-reviewer": "Stornieren",
- "save-assign-reviewer": "speichern",
- "assign-me": "Weisen Sie mir zu",
- "last-reviewer": "Zuletzt überprüft von:",
- "fullscreen": "Vollbild (F)",
- "document-info": "Ihre Dokumenteninfo lebt hier. Dies schließt Metadaten ein, die für jedes Dokument erforderlich sind.",
- "new-tab-ssr": "Öffnen Sie das Dokument im serverseitigen Rendering-Modus",
- "html-debug": "Öffnen Sie das Dokument-HTML-Debug",
- "download-original-file": "Originaldatei herunterladen",
- "exit-fullscreen": "Beenden Sie den Vollbildmodus (F)",
- "quick-nav": {
- "jump-first": "Zur ersten Anmerkung springen",
- "jump-last": "Zur letzten Anmerkung springen"
+ "add-edit-user": {
+ "actions": {
+ "cancel": "Stornieren",
+ "delete": "Benutzer löschen",
+ "save": "Benutzer speichern",
+ "save-changes": "Änderungen speichern"
+ },
+ "form": {
+ "email": "Email",
+ "first-name": "Vorname",
+ "last-name": "Nachname",
+ "role": "Rolle"
+ },
+ "title": {
+ "edit": "Benutzer bearbeiten",
+ "new": "Neuen Benutzer hinzufügen"
}
},
+ "annotation": "Anmerkung",
"annotation-actions": {
- "message": {
- "manual-redaction": {
- "undo": {
- "success": "Rückgängig machen erfolgreich",
- "error": "Fehler beim Rückgängigmachen: {{error}}"
- },
- "suggest": {
- "success": "Redaktionsvorschlag gespeichert",
- "error": "Fehler beim Speichern des Redaktionsvorschlags: {{error}}"
- },
- "add": {
- "success": "Redaktion hinzugefügt!",
- "error": "Fehler beim Speichern der Redaktion: {{error}}"
- },
- "decline": {
- "success": "Redaktionsvorschlag abgelehnt!",
- "error": "Redaktion konnte nicht abgelehnt werden: {{error}}"
- },
- "approve": {
- "success": "Redaktionsvorschlag genehmigt!",
- "error": "Fehler beim Genehmigen der Redaktion: {{error}}"
- },
- "request-remove": {
- "success": "Angefordert, Redaktion zu entfernen!",
- "error": "Fehler beim Anfordern der Entfernung der Redaktion: {{error}}"
- },
- "remove": {
- "success": "Redaktion entfernt!",
- "error": "Redaktion konnte nicht entfernt werden: {{error}}"
- }
- },
- "dictionary": {
- "undo": {
- "success": "Rückgängig machen erfolgreich",
- "error": "Fehler beim Rückgängigmachen: {{error}}"
- },
- "suggest": {
- "success": "Vorschlag zur Wörterbuchänderung gespeichert!",
- "error": "Vorschlag zum Ändern des Wörterbuchs konnte nicht gespeichert werden: {{error}}"
- },
- "add": {
- "success": "Eintrag zum Wörterbuch hinzugefügt. Änderungen werden nach einer erneuten Analyse sichtbar.",
- "error": "Fehler beim Hinzufügen des Eintrags zum Wörterbuch: {{error}}"
- },
- "decline": {
- "success": "Wörterbuchvorschlag abgelehnt.",
- "error": "Fehler beim Ablehnen des Wörterbuchvorschlags: {{error}}"
- },
- "approve": {
- "success": "Wörterbucheintrag genehmigt. Änderungen werden nach einer erneuten Analyse sichtbar.",
- "error": "Wörterbucheintrag konnte nicht genehmigt werden: {{error}}"
- },
- "request-remove": {
- "success": "Angefordert, Wörterbucheintrag zu entfernen!",
- "error": "Das Entfernen des Wörterbucheintrags konnte nicht angefordert werden: {{error}}"
- },
- "remove": {
- "success": "Wörterbucheintrag entfernt!",
- "error": "Fehler beim Entfernen des Wörterbucheintrags: {{error}}"
- }
- }
+ "accept-recommendation": {
+ "label": "Empfehlung annehmen"
+ },
+ "accept-suggestion": {
+ "label": "Vorschlag annehmen"
},
"force-redaction": {
"label": "Redaktion erzwingen"
},
- "accept-suggestion": {
- "label": "Vorschlag annehmen",
- "add-to-dict": "Genehmigen und zum Wörterbuch hinzufügen",
- "remove-from-dict": "Genehmigen und aus dem Wörterbuch entfernen",
- "only-here": "Nur hier genehmigen"
- },
- "accept-recommendation": {
- "label": "Empfehlung annehmen"
- },
- "suggest-remove-annotation": "Entfernen oder vorschlagen, diesen Eintrag zu entfernen",
- "suggest-remove-annotations": "Entfernen oder Vorschlagen, um ausgewählte Einträge zu entfernen",
- "reject-suggestion": "Vorschlag ablehnen",
- "remove-annotation": {
- "suggest-remove-from-dict": "Schlagen Sie vor, aus dem Wörterbuch zu entfernen",
- "suggest-only-here": "Schlagen Sie vor, nur hier zu entfernen",
- "remove-from-dict": "Aus dem Wörterbuch entfernen",
- "only-here": "Nur hier entfernen",
- "false-positive": "Falsch positiv"
- },
- "remove": "Entfernen",
- "undo": "Rückgängig machen",
- "reject": "Ablehnen",
"hide": "Ausblenden",
- "show": "Show"
+ "message": {
+ "dictionary": {
+ "add": {
+ "error": "Fehler beim Hinzufügen des Eintrags zum Wörterbuch: {{error}}",
+ "success": "Eintrag zum Wörterbuch hinzugefügt. Änderungen werden nach einer erneuten Analyse sichtbar."
+ },
+ "approve": {
+ "error": "Wörterbucheintrag konnte nicht genehmigt werden: {{error}}",
+ "success": "Wörterbucheintrag genehmigt. Änderungen werden nach einer erneuten Analyse sichtbar."
+ },
+ "decline": {
+ "error": "Fehler beim Ablehnen des Wörterbuchvorschlags: {{error}}",
+ "success": "Wörterbuchvorschlag abgelehnt."
+ },
+ "remove": {
+ "error": "Fehler beim Entfernen des Wörterbucheintrags: {{error}}",
+ "success": "Wörterbucheintrag entfernt!"
+ },
+ "request-remove": {
+ "error": "Das Entfernen des Wörterbucheintrags konnte nicht angefordert werden: {{error}}",
+ "success": "Angefordert, Wörterbucheintrag zu entfernen!"
+ },
+ "suggest": {
+ "error": "Vorschlag zum Ändern des Wörterbuchs konnte nicht gespeichert werden: {{error}}",
+ "success": "Vorschlag zur Wörterbuchänderung gespeichert!"
+ },
+ "undo": {
+ "error": "Fehler beim Rückgängigmachen: {{error}}",
+ "success": "Rückgängig machen erfolgreich"
+ }
+ },
+ "manual-redaction": {
+ "add": {
+ "error": "Fehler beim Speichern der Redaktion: {{error}}",
+ "success": "Redaktion hinzugefügt!"
+ },
+ "approve": {
+ "error": "Fehler beim Genehmigen der Redaktion: {{error}}",
+ "success": "Redaktionsvorschlag genehmigt!"
+ },
+ "decline": {
+ "error": "Redaktion konnte nicht abgelehnt werden: {{error}}",
+ "success": "Redaktionsvorschlag abgelehnt!"
+ },
+ "remove": {
+ "error": "Redaktion konnte nicht entfernt werden: {{error}}",
+ "success": "Redaktion entfernt!"
+ },
+ "request-remove": {
+ "error": "Fehler beim Anfordern der Entfernung der Redaktion: {{error}}",
+ "success": "Angefordert, Redaktion zu entfernen!"
+ },
+ "suggest": {
+ "error": "Fehler beim Speichern des Redaktionsvorschlags: {{error}}",
+ "success": "Redaktionsvorschlag gespeichert"
+ },
+ "undo": {
+ "error": "Fehler beim Rückgängigmachen: {{error}}",
+ "success": "Rückgängig machen erfolgreich"
+ }
+ }
+ },
+ "reject": "Ablehnen",
+ "reject-suggestion": "Vorschlag ablehnen",
+ "remove": "Entfernen",
+ "remove-annotation": {
+ "false-positive": "Falsch positiv",
+ "only-here": "Nur hier entfernen",
+ "remove-from-dict": "Aus dem Wörterbuch entfernen"
+ },
+ "show": "Show",
+ "undo": "Rückgängig machen"
},
- "initials-avatar": {
- "unassigned": "Nicht zugewiesen",
- "you": "Sie"
+ "annotation-type": {
+ "add-dictionary": "Ausstehend zum Wörterbuch hinzufügen",
+ "declined-suggestion": "Abgelehnter Vorschlag",
+ "hint": "Hinweis",
+ "manual-redaction": "Manuelle Redaktion",
+ "pending-analysis": "Bis zur erneuten Analyse",
+ "recommendation": "Empfehlung",
+ "redaction": "Redaktion",
+ "remove-dictionary": "Ausstehend aus dem Wörterbuch entfernen",
+ "remove-only-here": "Ausstehende Entfernung (nur hier)",
+ "skipped": "Übersprungen",
+ "suggestion-add": "Vorgeschlagene Redaktion",
+ "suggestion-add-dictionary": "Vorgeschlagenes Wörterbuch hinzufügen",
+ "suggestion-force-redaction": "Redaktion der Vorschlagskraft",
+ "suggestion-remove": "Vorgeschlagene Redaktionsentfernung",
+ "suggestion-remove-dictionary": "Vorgeschlagene Wörterbuchentfernung"
+ },
+ "annotations": "Anmerkungen",
+ "app-name": "DDA-R",
+ "APPROVED": "Genehmigt",
+ "archived": "Archiviert",
+ "assign-dossier-owner": {
+ "dialog": {
+ "cancel": "Stornieren",
+ "save": "Änderungen speichern",
+ "search": "Suche...",
+ "single-user": "Inhaber",
+ "title": "Dossier-Team verwalten"
+ }
},
"assign-file-owner": {
"dialog": {
- "single-user": "Gutachter",
- "title": "File Reviewer verwalten",
- "save": "speichern",
- "cancel": "Stornieren"
- }
- },
- "assign-dossier-owner": {
- "dialog": {
- "single-user": "Inhaber",
- "multi-user": "Team überprüfen",
- "title": "Dossier-Team verwalten",
- "members": "Mitglieder",
- "save": "Änderungen speichern",
"cancel": "Stornieren",
- "search": "Suche...",
- "no-members": "Noch keine Mitglieder. Wählen Sie aus der Liste unten."
+ "save": "speichern",
+ "single-user": "Gutachter",
+ "title": "File Reviewer verwalten"
}
},
- "dossier-member-guard": {
- "access-denied": "Sie dürfen nicht auf diese Seite zugreifen."
+ "audit": "Prüfung",
+ "audit-screen": {
+ "all-categories": "Alle Kategorien",
+ "all-users": "Alle Nutzer",
+ "no-data": {
+ "title": "Keine verfügbaren Protokolle."
+ },
+ "table-col-names": {
+ "category": "Kategorie",
+ "date": "Datum",
+ "message": "Botschaft",
+ "user": "Benutzer"
+ },
+ "table-header": {
+ "title": "{{length}} Protokolle"
+ },
+ "to": "zu"
},
+ "auth-error": {
+ "heading": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie Ihren Administrator für den Zugriff!",
+ "heading-with-link": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie Ihren Administrator für den Zugriff!",
+ "heading-with-name": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie {{adminName}} für den Zugriff!",
+ "heading-with-name-and-link": "Ihr Benutzer verfügt nicht über die erforderlichen RED- * -Rollen, um auf diese Anwendung zuzugreifen. Bitte kontaktieren Sie {{adminName}} für den Zugriff!",
+ "logout": "Ausloggen"
+ },
+ "by": "durch",
+ "comment": "Kommentar",
"comments": {
+ "add-comment": "Einen Kommentar hinzufügen",
+ "cancel": "Stornieren",
"comment": "{{count}} Kommentar",
"comments": "{{count}} Kommentare",
- "add-comment": "Einen Kommentar hinzufügen",
- "hide-comments": "Ausblenden",
- "cancel": "Stornieren"
+ "hide-comments": "Ausblenden"
},
- "UNPROCESSED": "Unverarbeitet",
- "REPROCESS": "wird bearbeitet",
- "FULLREPROCESS": "wird bearbeitet",
- "PROCESSING": "wird bearbeitet",
- "OCR_PROCESSING": "OCR-Verarbeitung",
- "ERROR": "Nachbearbeitung erforderlich",
- "UNASSIGNED": "Nicht zugewiesen",
- "UNDER_REVIEW": "Wird überprüft",
- "UNDER_APPROVAL": "Unter Genehmigung",
- "APPROVED": "Genehmigt",
- "EXCLUDED": "Ausgeschlossen",
- "by": "durch",
- "efsa": "EFSA-Genehmigung",
- "finished": "Fertig",
- "submitted": "Eingereicht",
- "active": "Aktiv",
- "archived": "Archiviert",
- "hint": "Hinweis",
- "skipped": "Übersprungen",
- "redaction": "Redaktion",
- "comment": "Kommentar",
- "pending-analysis": "Bis zur erneuten Analyse",
- "suggestion": "Redaktionsvorschlag",
- "dictionary": "Wörterbuch",
- "type": "Art",
- "content": "Grund",
- "page": "Seite",
- "annotation": "Anmerkung",
- "annotations": "Anmerkungen",
- "filter": {
- "hint": "Nur Hinweise",
- "redaction": "Redigiert",
- "suggestion": "Vorgeschlagene Redaktion",
- "analysis": "Analyse erforderlich",
- "none": "Keine Anmerkungen",
- "updated": "Aktualisiert",
- "image": "Bilder"
- },
- "filter-menu": {
- "label": "Filter",
- "filter-types": "Filtertypen",
- "filter-options": "Filteroptionen",
- "with-comments": "Nur Anmerkungen mit Kommentaren anzeigen"
- },
- "sorting": {
- "recent": "Kürzlich",
- "oldest": "Älteste",
- "alphabetically": "Alphabetisch",
- "number-of-pages": "Seitenzahl",
- "number-of-analyses": "Anzahl der Analysen",
- "custom": "Benutzerdefiniert"
- },
- "readonly": "Schreibgeschützt",
- "group": {
- "redactions": "Redaktionswörterbücher",
- "hints": "Tipp Wörterbücher"
- },
- "annotation-type": {
- "recommendation": "Empfehlung",
- "remove-only-here": "Ausstehende Entfernung (nur hier)",
- "add-dictionary": "Ausstehend zum Wörterbuch hinzufügen",
- "remove-dictionary": "Ausstehend aus dem Wörterbuch entfernen",
- "suggestion-add-dictionary": "Vorgeschlagenes Wörterbuch hinzufügen",
- "suggestion-force-redaction": "Redaktion der Vorschlagskraft",
- "suggestion-remove-dictionary": "Vorgeschlagene Wörterbuchentfernung",
- "suggestion-add": "Vorgeschlagene Redaktion",
- "suggestion-remove": "Vorgeschlagene Redaktionsentfernung",
- "skipped": "Übersprungen",
- "pending-analysis": "Bis zur erneuten Analyse",
- "hint": "Hinweis",
- "redaction": "Redaktion",
- "manual-redaction": "Manuelle Redaktion",
- "declined-suggestion": "Abgelehnter Vorschlag"
- },
- "manual-annotation": {
- "dialog": {
- "header": {
- "dictionary": "Zum Wörterbuch hinzufügen",
- "redaction": "Redaktion",
- "force": "Redaktion erzwingen",
- "request-dictionary": "Anfrage zum Wörterbuch hinzufügen",
- "request-redaction": "Redaktion anfordern",
- "false-positive": "Falsch positiv setzen",
- "request-false-positive": "Falsch positiv anfordern"
- },
- "add-redaction": {
- "success": "Redaktionsvorschlag hinzugefügt!",
- "failed": "Fehler beim Hinzufügen der Redaktion: {{message}}"
- },
- "actions": {
- "save": "speichern"
- },
- "content": {
- "text": "Ausgewählter Text:",
- "rectangle": "Benutzerdefiniertes Rechteck",
- "dictionary": "Wörterbuch",
- "reason": "Grund",
- "reason-placeholder": "Wähle einen Grund ...",
- "legalBasis": "Rechtliche Grundlage",
- "comment": "Kommentar"
- }
- },
- "approve-request": {
- "success": "Anfrage genehmigt.",
- "error": "Anfrage konnte nicht genehmigt werden."
- },
- "undo": {
- "success": "Aktion rückgängig gemacht.",
- "error": "Aktion konnte nicht rückgängig gemacht werden."
- },
- "redaction-request": {
- "success": "Redaktion angefordert.",
- "error": "Redaktion konnte nicht angefordert werden."
- },
- "remove-redaction-request": {
- "success": "Redaktion entfernt.",
- "error": "Redaktion konnte nicht entfernt werden."
- },
- "redaction-add": {
- "success": "Redaktion hinzugefügt.",
- "error": "Redaktion konnte nicht hinzugefügt werden."
+ "common": {
+ "close": "Ansicht schließen",
+ "confirmation-dialog": {
+ "confirm": "Ja",
+ "deny": "Nein",
+ "description": "Diese Aktion muss bestätigt werden. Möchten Sie fortfahren?",
+ "title": "Aktion bestätigen"
}
},
- "remove-annotations-dialog": {
- "remove-from-dictionary": {
- "title": "Aus dem Wörterbuch entfernen",
- "question": "Folgende Einträge werden aus ihren jeweiligen Wörterbüchern entfernt:"
+ "configurations": "Konfigurationen",
+ "confirm-delete-file-attribute": {
+ "cancel": {
+ "bulk": "Attribute behalten",
+ "single": "Attribut behalten"
},
- "remove-only-here": {
- "title": "Redaktion entfernen",
- "question": "Folgende Redaktionen werden nur hier entfernt:"
+ "delete": {
+ "bulk": "Attribute löschen",
+ "single": "Attribut löschen"
},
- "dictionary": "Wörterbuch",
- "value": "Wert",
- "confirm": "Ja, fortfahren und entfernen!",
- "deny": "Stornieren"
+ "impacted-documents": {
+ "bulk": "Alle Dokumente, für die sie verwendet werden, sind betroffen",
+ "single": "Alle Dokumente, für die es verwendet wird, sind betroffen"
+ },
+ "lost-details": "Alle eingegebenen Details in den Dokumenten gehen verloren",
+ "title": {
+ "bulk": "Dateiattribute löschen",
+ "single": "Löschen Sie {{name}}"
+ },
+ "toast-error": "Bitte bestätigen Sie, dass Sie die Auswirkungen Ihrer Handlung verstehen!",
+ "warning": "Achtung: Dies kann nicht rückgängig gemacht werden!"
+ },
+ "confirm-delete-users": {
+ "cancel": {
+ "bulk": "Benutzer behalten",
+ "single": "Benutzer behalten"
+ },
+ "delete": {
+ "bulk": "Benutzer löschen",
+ "single": "Benutzer löschen"
+ },
+ "impacted-documents": {
+ "bulk": "Alle Dokumente, deren Überprüfung durch die Benutzer aussteht, sind betroffen",
+ "single": "Alle Dokumente, deren Überprüfung durch den Benutzer aussteht, sind betroffen"
+ },
+ "impacted-dossiers": "{{dossiersCount}} Dossiers sind betroffen",
+ "title": {
+ "bulk": "Benutzer aus dem Arbeitsbereich löschen",
+ "single": "Benutzer aus Arbeitsbereich löschen"
+ },
+ "toast-error": "Bitte bestätigen Sie, dass Sie die Auswirkungen Ihrer Handlung verstehen!",
+ "warning": "Achtung: Dies kann nicht rückgängig gemacht werden!"
},
"confirmation-dialog": {
"assign-file-to-me": {
- "title": "Prüfer neu zuweisen",
- "question": "Dieses Dokument wird derzeit von einer anderen Person geprüft. Möchten Sie der Prüfer werden und sich diesem Dokument zuordnen?"
- },
- "delete-file": {
- "title": "Dokument löschen",
- "question": "Möchten Sie fortfahren?"
+ "question": "Dieses Dokument wird derzeit von einer anderen Person geprüft. Möchten Sie der Prüfer werden und sich diesem Dokument zuordnen?",
+ "title": "Prüfer neu zuweisen"
},
"delete-dossier": {
- "title": "Dossier {{dossierName}}",
+ "confirmation-text": "Lösche Dossier",
"question": "Möchten Sie fortfahren?",
- "confirmation-text": "Lösche Dossier"
+ "title": "Dossier {{dossierName}}"
+ },
+ "delete-file": {
+ "question": "Möchten Sie fortfahren?",
+ "title": "Dokument löschen"
}
},
- "add-edit-file-attribute": {
- "title": {
- "edit": "Bearbeiten Sie das {{name}} Dateiattribut",
- "new": "Neues Dateiattribut hinzufügen"
- },
- "form": {
- "name": "Attributname",
- "name-placeholder": "Name eingeben",
- "column-header": "CSV-Spaltenüberschrift",
- "column-header-placeholder": "Geben Sie den CSV-Spaltenkopf ein",
- "read-only": "Schreibgeschützt machen",
- "type": "Art",
- "primary": "Als primär festlegen"
- },
- "save": "Attribut speichern"
- },
- "file-attribute-types": {
- "TEXT": "Freier Text",
- "NUMBER": "Nummer",
- "DATE": "Datum"
- },
- "add-edit-dictionary": {
- "title": {
- "edit": "Bearbeiten Sie das {{name}} Wörterbuch",
- "new": "Wörterbuch erstellen"
- },
- "form": {
- "name": "Wörterbuchname",
- "name-placeholder": "Name eingeben",
- "name-hint": "Kann nach dem Speichern nicht bearbeitet werden.",
- "description": "Beschreibung",
- "description-placeholder": "Beschreibung eingeben",
- "rank": "Rang",
- "rank-placeholder": "1000",
- "color": "Hex Farbe",
- "color-placeholder": "#",
- "redaction": "Redaktion",
- "hint": "Hinweis",
- "case-sensitive": "Groß- und Kleinschreibung beachten",
- "add-to-dictionary-action": "Verfügbar zum Hinzufügen zum Wörterbuch"
- },
- "error": {
- "dictionary-already-exists": "Wörterbuch mit diesem Namen existiert bereits!",
- "invalid-color-or-rank": "Ungültige Farbe oder Rang! Der Rang wird bereits von einem anderen Wörterbuch verwendet oder die Farbe ist keine gültige HexColor!",
- "generic": "Wörterbuch konnte nicht gespeichert werden!"
- },
- "save": "Wörterbuch speichern"
- },
- "add-edit-dossier-template": {
- "title": {
- "edit": "Bearbeiten Sie die {{name}} Dossiervorlage",
- "new": "Erstellen Sie eine Dossiervorlage"
- },
- "form": {
- "name": "Name der Dossiervorlage",
- "name-placeholder": "Name eingeben",
- "description": "Beschreibung",
- "description-placeholder": "Beschreibung eingeben",
- "valid-from": "Gültig ab",
- "valid-to": "Gültig bis"
- },
- "save": "Speichern Sie die Dossiervorlage"
- },
- "dictionary-overview": {
+ "content": "Grund",
+ "default-colors": "Standardfarben",
+ "default-colors-screen": {
"action": {
- "delete": "Wörterbuch löschen",
- "edit": "Wörterbuch bearbeiten",
- "download": "Wörterbuch herunterladen",
- "upload": "Wörterbuch hochladen"
+ "edit": "Farbe bearbeiten"
},
- "error": {
- "entries-too-short": "Einige Einträge des Wörterbuchs liegen unter der Mindestlänge von 2. Diese sind rot hervorgehoben!",
- "generic": "Etwas ist schief gelaufen ... Wörterbuch-Update fehlgeschlagen!"
+ "table-col-names": {
+ "color": "Farbe",
+ "key": "Art"
},
- "success": {
- "generic": "Wörterbuch aktualisiert!"
+ "table-header": {
+ "title": "{{length}} Standardfarben"
},
- "search": "Suche...",
- "save-changes": "Änderungen speichern",
- "revert-changes": "Zurückkehren",
- "dictionary-details": {
- "description": "Beschreibung"
- },
- "compare": {
- "compare": "Vergleichen Sie",
- "select-dossier": "Wählen Sie Dossiervorlage",
- "select-dictionary": "Wählen Sie Wörterbuch"
- },
- "select-dictionary": "Wählen Sie oben ein Wörterbuch aus, um es mit dem aktuellen zu vergleichen."
+ "types": {
+ "analysisColor": "Analyse",
+ "defaultColor": "Standardfarbe",
+ "dictionaryRequestColor": "Wörterbuchanforderung",
+ "manualRedactionColor": "Manuelle Redaktion",
+ "notRedacted": "Übersprungen",
+ "previewColor": "Vorschau",
+ "requestAdd": "Anfrage hinzufügen",
+ "requestRemove": "Anfrage entfernen",
+ "updatedColor": "Aktualisiert"
+ }
},
+ "delete-files-error": "Dateien konnten nicht gelöscht werden.",
+ "dev-mode": "[DEV-MODUS]",
+ "dictionaries": "Wörterbücher",
+ "dictionary": "Wörterbuch",
"dictionary-listing": {
"action": {
"delete": "Wörterbuch löschen",
"edit": "Wörterbuch bearbeiten"
},
- "case-sensitive": "Groß- und Kleinschreibung beachten",
"add-new": "Neues Wörterbuch",
- "stats": {
- "charts": {
- "types": "Typen",
- "entries": "Einträge"
- }
- },
- "table-header": {
- "title": "{{length}} Wörterbücher"
- },
- "table-col-names": {
- "type": "Art",
- "order-of-importance": "Reihenfolge der Wichtigkeit",
- "hint-redaction": "Hinweis / Redaktion"
- },
- "search": "Suche...",
+ "case-sensitive": "Groß- und Kleinschreibung beachten",
"no-data": {
- "title": "Es gibt noch keine Wörterbücher.",
- "action": "Neues Wörterbuch"
+ "action": "Neues Wörterbuch",
+ "title": "Es gibt noch keine Wörterbücher."
},
"no-match": {
"title": "Keine Wörterbücher stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "search": "Suche...",
+ "stats": {
+ "charts": {
+ "entries": "Einträge",
+ "types": "Typen"
+ }
+ },
+ "table-col-names": {
+ "hint-redaction": "Hinweis / Redaktion",
+ "order-of-importance": "Reihenfolge der Wichtigkeit",
+ "type": "Art"
+ },
+ "table-header": {
+ "title": "{{length}} Wörterbücher"
+ }
+ },
+ "dictionary-overview": {
+ "action": {
+ "delete": "Wörterbuch löschen",
+ "download": "Wörterbuch herunterladen",
+ "edit": "Wörterbuch bearbeiten",
+ "upload": "Wörterbuch hochladen"
+ },
+ "compare": {
+ "compare": "Vergleichen Sie",
+ "select-dictionary": "Wählen Sie Wörterbuch",
+ "select-dossier": "Wählen Sie Dossiervorlage"
+ },
+ "dictionary-details": {
+ "description": "Beschreibung"
+ },
+ "error": {
+ "entries-too-short": "Einige Einträge des Wörterbuchs liegen unter der Mindestlänge von 2. Diese sind rot hervorgehoben!",
+ "generic": "Etwas ist schief gelaufen ... Wörterbuch-Update fehlgeschlagen!"
+ },
+ "revert-changes": "Zurückkehren",
+ "save-changes": "Änderungen speichern",
+ "search": "Suche...",
+ "select-dictionary": "Wählen Sie oben ein Wörterbuch aus, um es mit dem aktuellen zu vergleichen.",
+ "success": {
+ "generic": "Wörterbuch aktualisiert!"
}
},
"digital-signature": "Digitale Unterschrift",
- "dossier-templates": "Dossiervorlagen",
- "settings": "Die Einstellungen",
- "dossier-templates-listing": {
- "table-header": {
- "title": "{{length}} Dossiervorlagen"
- },
- "entries": "{{length}} Einträge",
- "dictionaries": "{{length}} Wörterbücher",
- "action": {
- "delete": "Vorlage löschen",
- "edit": "Vorlage bearbeiten"
- },
- "add-new": "Neue Dossiervorlage",
- "search": "Suche...",
- "table-col-names": {
- "name": "Name",
- "created-by": "Erstellt von",
- "created-on": "Erstellt am",
- "modified-on": "Geändert am"
- },
- "no-data": {
- "title": "Es gibt noch keine Dossiervorlagen."
- },
- "no-match": {
- "title": "Keine Dossiervorlagen stimmen mit Ihren aktuellen Filtern überein."
- }
- },
- "file-attributes-listing": {
- "search": "Suche nach Attributnamen ...",
- "add-new": "Neues Attribut",
- "table-header": {
- "title": "{{length}} Dateiattribute"
- },
- "bulk-actions": {
- "delete": "Ausgewählte Attribute löschen"
- },
- "table-col-names": {
- "name": "Name",
- "type": "Eingabetyp",
- "read-only": "Schreibgeschützt",
- "csv-column": "CSV-Spalte",
- "primary": "Primär",
- "primary-info-tooltip": "Der Wert des als primär eingestellten Attributs wird unter dem Dateinamen in der Dokumentenliste angezeigt."
- },
- "no-data": {
- "title": "Es sind noch keine Dateiattribute vorhanden."
- },
- "no-match": {
- "title": "Keine Dateiattribute stimmen mit Ihren aktuellen Filtern überein."
- },
- "read-only": "Schreibgeschützt",
- "action": {
- "edit": "Attribut bearbeiten",
- "delete": "Attribut löschen"
- },
- "upload-csv": "Konfiguration der Dateiattribute hochladen"
- },
- "confirm-delete-file-attribute": {
- "title": {
- "single": "Löschen Sie {{name}}",
- "bulk": "Dateiattribute löschen"
- },
- "warning": "Achtung: Dies kann nicht rückgängig gemacht werden!",
- "delete": {
- "single": "Attribut löschen",
- "bulk": "Attribute löschen"
- },
- "cancel": {
- "single": "Attribut behalten",
- "bulk": "Attribute behalten"
- },
- "impacted-documents": {
- "single": "Alle Dokumente, für die es verwendet wird, sind betroffen",
- "bulk": "Alle Dokumente, für die sie verwendet werden, sind betroffen"
- },
- "lost-details": "Alle eingegebenen Details in den Dokumenten gehen verloren",
- "toast-error": "Bitte bestätigen Sie, dass Sie die Auswirkungen Ihrer Handlung verstehen!"
- },
- "confirm-delete-users": {
- "title": {
- "single": "Benutzer aus Arbeitsbereich löschen",
- "bulk": "Benutzer aus dem Arbeitsbereich löschen"
- },
- "warning": "Achtung: Dies kann nicht rückgängig gemacht werden!",
- "impacted-dossiers": "{{dossiersCount}} Dossiers sind betroffen",
- "impacted-documents": {
- "single": "Alle Dokumente, deren Überprüfung durch den Benutzer aussteht, sind betroffen",
- "bulk": "Alle Dokumente, deren Überprüfung durch die Benutzer aussteht, sind betroffen"
- },
- "delete": {
- "single": "Benutzer löschen",
- "bulk": "Benutzer löschen"
- },
- "cancel": {
- "single": "Benutzer behalten",
- "bulk": "Benutzer behalten"
- },
- "toast-error": "Bitte bestätigen Sie, dass Sie die Auswirkungen Ihrer Handlung verstehen!"
- },
- "document-info": {
- "title": "Dateiattribute einführen",
- "save": "Dokumentinformationen speichern",
- "save-approval": "Speichern und zur Genehmigung senden"
- },
- "user-profile": {
- "title": "Mein Profil",
- "form": {
- "email": "Email",
- "first-name": "Vorname",
- "last-name": "Nachname"
- },
- "actions": {
- "save": "Profil speichern"
- }
- },
- "user-listing": {
- "table-header": {
- "title": "{{length}} Benutzer"
- },
- "table-col-names": {
- "name": "Name",
- "email": "Email",
- "active": "Aktiv",
- "roles": "Rollen"
- },
- "action": {
- "edit": "Benutzer bearbeiten",
- "delete": "Benutzer löschen"
- },
- "bulk": {
- "delete": "Benutzer löschen",
- "delete-disabled": "Sie können Ihr eigenes Konto nicht löschen."
- },
- "search": "Suche...",
- "add-new": "Neuer Benutzer",
- "no-match": {
- "title": "Keine Benutzer stimmen mit Ihren aktuellen Filtern überein."
- }
- },
- "add-edit-user": {
- "title": {
- "new": "Neuen Benutzer hinzufügen",
- "edit": "Benutzer bearbeiten"
- },
- "form": {
- "first-name": "Vorname",
- "last-name": "Nachname",
- "email": "Email",
- "role": "Rolle"
- },
- "actions": {
- "save": "Benutzer speichern",
- "save-changes": "Änderungen speichern",
- "delete": "Benutzer löschen",
- "cancel": "Stornieren"
- }
- },
- "user-stats": {
- "title": "Benutzer",
- "chart": {
- "users": "Benutzer im Arbeitsbereich"
- },
- "expand": "Zeige Details",
- "collapse": "Details ausblenden"
- },
- "rules-screen": {
- "error": {
- "generic": "Etwas ist schief gelaufen ... Regelaktualisierung fehlgeschlagen!"
- },
- "success": {
- "generic": "Regeln aktualisiert!"
- },
- "action": {
- "download": "Regeln herunterladen",
- "upload": "Regeln hochladen"
- },
- "save-changes": "Änderungen speichern",
- "revert-changes": "Zurückkehren"
- },
- "watermark-screen": {
- "form": {
- "text-placeholder": "Text eingeben",
- "opacity": "Opazität",
- "color": "Farbe",
- "font-size": "Schriftgröße",
- "font-type": "Schriftart",
- "orientation": "Orientierung"
- },
- "action": {
- "save": "Änderungen speichern",
- "revert": "Zurückkehren",
- "change-success": "Wasserzeichen aktualisiert!",
- "delete-success": "Wasserzeichen gelöscht.",
- "error": "Wasserzeichen konnte nicht aktualisiert werden"
- },
- "title": "Wasserzeichen"
- },
- "dictionaries": "Wörterbücher",
- "user-management": "Benutzerverwaltung",
- "license-information": "Lizenzinformationen",
- "notifications": {
- "today": "Heute",
- "yesterday": "Gestern",
- "tomorrow": "Morgen",
- "mark-read": "als gelesen markieren",
- "mark-unread": "als ungelesen markieren"
- },
- "rule-editor": "Regeleditor",
- "watermark": "Wasserzeichen",
- "file-attributes": "Dateiattribute",
- "pending-changes-guard": "WARNUNG: Sie haben nicht gespeicherte Änderungen. Drücken Sie Abbrechen, um zurück zu gehen und diese Änderungen zu speichern, oder OK, um diese Änderungen zu verlieren.",
- "reset-filters": "Filter zurücksetzen",
- "overwrite-files-dialog": {
- "title": "Dokument existiert bereits!",
- "question": "{{filename}} existiert bereits. Wählen Sie, wie Sie fortfahren möchten:",
- "options": {
- "overwrite": "Ersetzen Sie das vorhandene Dokument",
- "skip": "Vorhandenes Dokument behalten",
- "cancel": "Alle Uploads abbrechen",
- "remember": "Erinnere dich an die Wahl und frag mich nicht noch einmal"
- }
- },
- "license-info-screen": {
- "backend-version": "Backend-Anwendungsversion",
- "frontend-version": "Frontend-Anwendungsversion",
- "custom-app-title": "Titel der benutzerdefinierten Anwendung",
- "copyright-claim-title": "Urheberrechtsanspruch",
- "copyright-claim-text": "Copyright © 2020 - {{currentYear}} knecon AG (unterstützt von IQSER)",
- "end-user-license-title": "Endbenutzer-Lizenzvereinbarung",
- "end-user-license-text": "Die Verwendung dieses Produkts unterliegt den Bestimmungen der Redaction End User Agreement, sofern nicht anders angegeben.",
- "3rd-party-title": "Verweis auf Lizenzen von Drittanbietern",
- "licensing-details": "Lizenzdetails",
- "licensed-to": "Lizenziert an",
- "licensing-period": "Lizenzzeitraum",
- "analyzed-pages": "Analysierte Seiten",
- "usage-details": "Verwendungsdetails",
- "total-analyzed": "Insgesamt analysierte Seiten seit {{date}}",
- "licensed-page-count": "Anzahl der lizenzierten Seiten",
- "current-analyzed": "Analysierte Seiten im aktuellen Lizenzierungszeitraum",
- "unlicensed-analyzed": "Nicht lizenzierte analysierte Seiten",
- "email-report": "E-Mail-Bericht",
- "email": {
- "title": "Lizenzbericht {{licenseCustomer}}",
- "body": {
- "analyzed": "Insgesamt analysierte Seiten im aktuellen Lizenzzeitraum: {{pages}}.",
- "licensed": "Lizenzierte Seiten: {{pages}}."
- }
- },
- "chart": {
- "licensed-total": "Lizenzierte Summe",
- "cumulative": "Kumulative Seiten",
- "pages-per-month": "Seiten pro Monat",
- "total-pages": "Alle Seiten",
- "legend": "Legende"
- }
- },
- "audit": "Prüfung",
- "audit-screen": {
- "table-header": {
- "title": "{{length}} Protokolle"
- },
- "table-col-names": {
- "message": "Botschaft",
- "user": "Benutzer",
- "date": "Datum",
- "category": "Kategorie"
- },
- "all-categories": "Alle Kategorien",
- "all-users": "Alle Nutzer",
- "to": "zu",
- "no-data": {
- "title": "Keine verfügbaren Protokolle."
- }
- },
- "pagination": {
- "previous": "Zurück",
- "next": "Nächster"
- },
- "configurations": "Konfigurationen",
- "smtp-config-screen": {
- "title": "Konfigurieren Sie das SMTP-Konto",
- "subtitle": "Mit SMTP (Simple Mail Transfer Protocol) können Sie Ihre E-Mails über die angegebenen Servereinstellungen senden.",
- "actions": {
- "save": "Konfigurationen speichern",
- "test-connection": "Testverbindung"
- },
- "form": {
- "host": "Gastgeber",
- "host-placeholder": "SMTP-Host",
- "port": "Hafen",
- "from": "Von",
- "from-placeholder": "Absender-E-Mail-Adresse",
- "from-display-name": "Name für Absender",
- "from-display-name-placeholder": "Anzeigename für die Absender-E-Mail-Adresse",
- "from-display-name-hint": "Infotext zum Namen des Absenders.",
- "reply-to": "Antwort an",
- "reply-to-placeholder": "Antwort an E-Mail-Adresse",
- "reply-to-display-name": "Name für die Antwort an",
- "reply-to-display-name-placeholder": "Anzeigename für die Antwort auf die E-Mail-Adresse",
- "envelope-from": "Umschlag von",
- "envelope-from-placeholder": "E-Mail-Adresse des Absenderumschlags",
- "envelope-from-hint": "Infotext zum Umschlag aus dem Feld.",
- "ssl": "Aktivieren Sie SSL",
- "starttls": "Aktivieren Sie StartTLS",
- "auth": "Aktivieren Sie die Authentifizierung",
- "change-credentials": "Anmeldeinformationen ändern"
- },
- "test": {
- "success": "Test-E-Mail wurde erfolgreich gesendet!",
- "error": "Test-E-Mail konnte nicht gesendet werden! Bitte überarbeiten Sie die E-Mail-Adresse."
- }
- },
- "smtp-auth-config": {
- "title": "Aktivieren Sie die Authentifizierung",
- "form": {
- "username": "Nutzername",
- "username-placeholder": "Login Benutzername",
- "password": "Passwort"
- },
- "actions": {
- "save": "Anmeldeinformationen speichern",
- "cancel": "Stornieren"
- }
- },
- "default-colors": "Standardfarben",
- "default-colors-screen": {
- "table-header": {
- "title": "{{length}} Standardfarben"
- },
- "table-col-names": {
- "key": "Art",
- "color": "Farbe"
- },
- "types": {
- "defaultColor": "Standardfarbe",
- "requestAdd": "Anfrage hinzufügen",
- "requestRemove": "Anfrage entfernen",
- "notRedacted": "Übersprungen",
- "analysisColor": "Analyse",
- "dictionaryRequestColor": "Wörterbuchanforderung",
- "manualRedactionColor": "Manuelle Redaktion",
- "previewColor": "Vorschau",
- "updatedColor": "Aktualisiert"
- },
- "action": {
- "edit": "Farbe bearbeiten"
- }
- },
- "edit-color-dialog": {
- "success": "Die Farbe für {{color}} wurde erfolgreich aktualisiert.",
- "error": "Fehler beim Aktualisieren der Farben.",
- "save": "speichern",
- "form": {
- "color": "Farbe",
- "color-placeholder": "Farbe"
- }
- },
- "downloads-list": {
- "table-header": {
- "title": "{{length}} Downloads"
- },
- "no-data": {
- "title": "Keine aktiven Downloads."
- },
- "table-col-names": {
- "name": "Name",
- "size": "Größe",
- "type": "Art",
- "date": "Datum",
- "status": "Status"
- },
- "actions": {
- "delete": "Löschen",
- "download": "Herunterladen"
- }
- },
"digital-signature-screen": {
- "title": "Digitale Unterschrift",
- "no-data": {
- "title": "Es ist kein Zertifikat für digitale Signatur konfiguriert. Laden Sie zum Signieren redigierter Dokumente ein PCKS.12-Zertifikat hoch.",
- "action": "Zertifikat hochladen"
- },
- "reason": {
- "label": "Grund",
- "placeholder": "Grund"
+ "action": {
+ "certificate-not-valid-error": "Das hochgeladene Zertifikat gilt nicht zum Signieren von PDFs. Das PCKS.12-Format ist erforderlich.",
+ "delete": "Digitale Signatur löschen",
+ "delete-error": "Fehler beim Entfernen der digitalen Signatur. Versuchen Sie es erneut.",
+ "delete-success": "Digitale Signatur entfernt. Redigierte Dateien werden nicht mehr signiert!",
+ "reset": "Zurücksetzen",
+ "save": "Digitale Signatur speichern",
+ "save-error": "Fehler beim Speichern der digitalen Signatur",
+ "save-success": "Digitale Signatur erfolgreich gespeichert"
},
"certificate-name": {
"label": "Zertifikatname",
@@ -1138,108 +414,757 @@
"label": "Ort",
"placeholder": "Ort"
},
+ "no-data": {
+ "action": "Zertifikat hochladen",
+ "title": "Es ist kein Zertifikat für digitale Signatur konfiguriert. Laden Sie zum Signieren redigierter Dokumente ein PCKS.12-Zertifikat hoch."
+ },
"password": {
"label": "Zertifikat Passwort / Schlüssel",
"placeholder": "Passwort"
},
- "action": {
- "save": "Digitale Signatur speichern",
- "delete": "Digitale Signatur löschen",
- "reset": "Zurücksetzen",
- "save-success": "Digitale Signatur erfolgreich gespeichert",
- "save-error": "Fehler beim Speichern der digitalen Signatur",
- "certificate-not-valid-error": "Das hochgeladene Zertifikat gilt nicht zum Signieren von PDFs. Das PCKS.12-Format ist erforderlich.",
- "delete-success": "Digitale Signatur entfernt. Redigierte Dateien werden nicht mehr signiert!",
- "delete-error": "Fehler beim Entfernen der digitalen Signatur. Versuchen Sie es erneut."
+ "reason": {
+ "label": "Grund",
+ "placeholder": "Grund"
+ },
+ "title": "Digitale Unterschrift"
+ },
+ "document-info": {
+ "save": "Dokumentinformationen speichern",
+ "title": "Dateiattribute einführen"
+ },
+ "dossier-details": {
+ "assign-members": "Mitglieder zuweisen",
+ "collapse": "Details ausblenden",
+ "dialog": {
+ "title": "Dossier Details"
+ },
+ "expand": "Zeige Details",
+ "members": "Mitglieder",
+ "owner": "Inhaber",
+ "see-less": "Weniger sehen",
+ "title": "Dossier Details"
+ },
+ "dossier-listing": {
+ "add-edit-dialog": {
+ "actions": {
+ "save": "speichern",
+ "save-and-add-members": "Team speichern und bearbeiten"
+ },
+ "errors": {
+ "dossier-already-exists": "Dossier mit diesem Namen existiert bereits!",
+ "generic": "Dossier konnte nicht gespeichert werden"
+ },
+ "form": {
+ "description": {
+ "label": "Beschreibung",
+ "placeholder": "Beschreibung eingeben"
+ },
+ "due-date": "Geburtstermin",
+ "name": {
+ "label": "Name des Dossiers",
+ "placeholder": "Name eingeben"
+ },
+ "template": "Dossiervorlage"
+ },
+ "header-edit": "Dossier bearbeiten",
+ "header-new": "Dossier erstellen"
+ },
+ "add-new": "Neues Dossier",
+ "delete": {
+ "action": "Dossier löschen",
+ "delete-failed": "Fehler beim Löschen des Dossiers: {{dossierName}}"
+ },
+ "download-files": {
+ "action": "Laden Sie redigierte Dateien herunter"
+ },
+ "edit": {
+ "action": "Dossier bearbeiten"
+ },
+ "header": "Dossiers",
+ "no-data": {
+ "action": "Neues Dossier",
+ "title": "Sie haben derzeit keine Dossiers."
+ },
+ "no-match": {
+ "title": "Keine Dossiers stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "reanalyse": {
+ "action": "Analysieren Sie das gesamte Dossier"
+ },
+ "search": "Dossiername ...",
+ "stats": {
+ "analyzed-pages": "Seiten",
+ "charts": {
+ "dossiers": "Dossiers",
+ "total-documents": "Gesamtdokument (e)"
+ },
+ "total-people": "Benutzer insgesamt"
+ },
+ "table-col-names": {
+ "name": "Name",
+ "needs-work": "Arbeitsbelastung",
+ "owner": "Inhaber",
+ "status": "Status"
+ },
+ "table-header": {
+ "recent": "Kürzlich",
+ "title": "{{length}} aktive Dossiers"
}
},
- "stream-download": {
- "abort": "Sie haben einen aktiven Download. Wenn Sie dieses Fenster schließen, wird es gestoppt!",
- "error": "Fehler beim Herunterladen von {{Dateiname}}. Bitte versuche es erneut ..."
+ "dossier-member-guard": {
+ "access-denied": "Sie dürfen nicht auf diese Seite zugreifen."
},
- "roles": {
- "RED_USER": "Benutzer",
- "RED_MANAGER": "Manager",
- "RED_USER_ADMIN": "Benutzer Admin",
- "RED_ADMIN": "Anwendungsadministrator",
- "NO_ROLE": "Keine Rolle definiert",
- "INACTIVE": "Inaktiv",
- "MANAGER_ADMIN": "Manager",
- "REGULAR": "Regulär"
- },
- "file-attributes-csv-import": {
- "title": "Wählen Sie CSV-Spalten aus, die als Dateiattribute verwendet werden sollen",
- "cancel": "Stornieren",
- "save": {
- "label": "Attribute speichern",
- "success": "{{count}} Dateiattribute erfolgreich erstellt!",
- "error": "Fehler beim Erstellen der Dateiattribute!"
+ "dossier-overview": {
+ "approve": "Genehmigen",
+ "approve-disabled": "Die Datei kann erst genehmigt werden, wenn sie mit den neuesten Wörterbüchern analysiert und alle Vorschläge verarbeitet wurden.",
+ "assign": "Prüfer zuweisen",
+ "assign-me": "Zuweisen zu mir",
+ "bulk": {
+ "assign": "Prüfer zuweisen",
+ "delete": "Dokumente löschen",
+ "reanalyse": "Dokumente analysieren"
},
+ "delete": {
+ "action": "Datei löschen"
+ },
+ "dossier-details": {
+ "charts": {
+ "documents-in-dossier": "Dokumente im Dossier"
+ },
+ "description": "Beschreibung",
+ "stats": {
+ "analysed-pages": "{{count}} Seiten",
+ "created-on": "Erstellt am {{date}}",
+ "documents": "{{count}} Dokumente",
+ "due-date": "Geburtstermin}}",
+ "people": "{{count}} Benutzer"
+ }
+ },
+ "download-file": "Herunterladen",
+ "download-file-disabled": "Das Herunterladen ist nur für genehmigte Dateien zulässig",
+ "file-listing": {
+ "file-entry": {
+ "added": "Datum hinzugefügt: {{added}}",
+ "file-error": "Nachbearbeitung erforderlich",
+ "file-pending": "Steht aus...",
+ "file-processing": "wird bearbeitet",
+ "last-updated": "Letzte Aktualisierung: {{lastUpdated}}",
+ "number-of-analyses": "Anzahl der Analysen: {{numberOfAnalyses}}",
+ "number-of-pages": "Anzahl der Seiten: {{numberOfPages}}",
+ "status": "Status: {{status}}"
+ }
+ },
+ "header": "Dossierübersicht",
+ "header-actions": {
+ "edit": "Bearbeiten",
+ "upload-document": "Dokument hochladen"
+ },
+ "new-rule": {
+ "toast": {
+ "actions": {
+ "reanalyse-all": "Analysieren Sie alle"
+ }
+ }
+ },
+ "no-data": {
+ "action": "Dokument hochladen",
+ "title": "Es liegen noch keine Dokumente vor."
+ },
+ "no-match": {
+ "title": "Keine Dokumente stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "ocr-file": "OCR-Dokument",
+ "ocr-performed": "Für diese Datei wurde eine OCR durchgeführt.",
+ "reanalyse": {
+ "action": "Datei analysieren"
+ },
+ "reanalyse-dossier": {
+ "error": "Dateien für die erneute Analyse konnten nicht geplant werden. Bitte versuche es erneut.",
+ "success": "Dateien, die erneut analysiert werden sollen."
+ },
+ "report": {
+ "action": "Redaktionsbericht herunterladen"
+ },
+ "search": "Dokumentname...",
+ "table-col-names": {
+ "added-on": "Hinzugefügt",
+ "assigned-to": "Zugewiesen an",
+ "name": "Name",
+ "needs-work": "Arbeitsbelastung",
+ "pages": "Seiten",
+ "status": "Status"
+ },
+ "table-header": {
+ "title": "{{length}} Dokumente"
+ },
+ "under-approval": "Zur Genehmigung",
+ "under-review": "Wird überprüft",
+ "upload-files": "Ziehen"
+ },
+ "dossier-templates": "Dossiervorlagen",
+ "dossier-templates-listing": {
+ "action": {
+ "delete": "Vorlage löschen",
+ "edit": "Vorlage bearbeiten"
+ },
+ "add-new": "Neue Dossiervorlage",
+ "dictionaries": "{{length}} Wörterbücher",
+ "no-data": {
+ "title": "Es gibt noch keine Dossiervorlagen."
+ },
+ "no-match": {
+ "title": "Keine Dossiervorlagen stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "search": "Suche...",
+ "table-col-names": {
+ "created-by": "Erstellt von",
+ "created-on": "Erstellt am",
+ "modified-on": "Geändert am",
+ "name": "Name"
+ },
+ "table-header": {
+ "title": "{{length}} Dossiervorlagen"
+ }
+ },
+ "download-includes": "Wählen Sie aus, was beim Download enthalten ist:",
+ "download-status": {
+ "dialog": {
+ "actions": {
+ "cancel": "Download abbrechen",
+ "download": "jetzt downloaden"
+ },
+ "title": "Downloads ({{len}})",
+ "tooltip": "{{len}} Dateien"
+ },
+ "error": {
+ "generic": "Herunterladen fehlgeschlagen"
+ },
+ "queued": "Ihr Download wurde in die Warteschlange gestellt. Alle angeforderten Downloads finden Sie hier: Meine Downloads ."
+ },
+ "download-type": {
+ "label": "{{length}} Dokumentversionen",
+ "ORIGINAL": "Original PDF",
+ "PREVIEW": "Vorschau PDF",
+ "REDACTED": "Redigiertes PDF"
+ },
+ "downloads-list": {
+ "actions": {
+ "delete": "Löschen",
+ "download": "Herunterladen"
+ },
+ "no-data": {
+ "title": "Keine aktiven Downloads."
+ },
+ "table-col-names": {
+ "date": "Datum",
+ "name": "Name",
+ "size": "Größe",
+ "status": "Status",
+ "type": "Art"
+ },
+ "table-header": {
+ "title": "{{length}} Downloads"
+ }
+ },
+ "edit-color-dialog": {
+ "error": "Fehler beim Aktualisieren der Farben.",
+ "form": {
+ "color": "Farbe",
+ "color-placeholder": "Farbe"
+ },
+ "save": "speichern",
+ "success": "Die Farbe für {{color}} wurde erfolgreich aktualisiert."
+ },
+ "efsa": "EFSA-Genehmigung",
+ "ERROR": "Nachbearbeitung erforderlich",
+ "EXCLUDED": "Ausgeschlossen",
+ "file-attribute-types": {
+ "DATE": "Datum",
+ "NUMBER": "Nummer",
+ "TEXT": "Freier Text"
+ },
+ "file-attributes": "Dateiattribute",
+ "file-attributes-csv-import": {
+ "action": {
+ "cancel-edit-name": "Stornieren",
+ "edit-name": "Namen bearbeiten",
+ "remove": "Entfernen",
+ "save-name": "speichern"
+ },
+ "available": "{{value}} verfügbar",
+ "cancel": "Stornieren",
+ "csv-column": "CSV-Spalte",
"delimiter": "Trennzeichen",
"delimiter-placeholder": ",",
"encoding": "Codierung",
"encoding-placeholder": "UTF-8",
+ "file": "Datei:",
"key-column": "Schlüsselspalte",
"key-column-placeholder": "Spalte auswählen ...",
- "parse-csv": "Analysieren Sie CSV mit neuen Optionen",
- "total-rows": "{{rows}} Zeilen insgesamt",
- "available": "{{value}} verfügbar",
- "selected": "{{value}} ausgewählt",
- "csv-column": "CSV-Spalte",
- "csv-column-preview": "CSV-Spaltenvorschau",
+ "no-data": {
+ "title": "Keine Dateiattribute definiert. Wählen Sie im linken Bereich eine Spalte aus, um mit der Definition der Dateiattribute zu beginnen."
+ },
"no-hovered-column": "Zeigen Sie eine Vorschau der CSV-Spalte an, indem Sie den Mauszeiger über den Eintrag bewegen.",
"no-sample-data-for": "Keine Beispieldaten für {{column}}.",
- "search": {
- "placeholder": "Suche nach Spaltennamen ..."
- },
- "table-header": {
- "title": "{{length}} Dateiattribute",
- "actions": {
- "remove-selected": "Ausgewählte entfernen",
- "read-only": "Nur schreibgeschützt machen",
- "enable-read-only": "Aktivieren Sie Schreibgeschützt für alle Attribute",
- "disable-read-only": "Deaktivieren Sie Schreibgeschützt für alle Attribute",
- "type": "Art"
- }
- },
- "file": "Datei:",
- "table-col-names": {
- "name": "Name",
- "type": "Art",
- "read-only": "Schreibgeschützt",
- "primary": "primär",
- "primary-info-tooltip": "Der Wert des als primär eingestellten Attributs wird unter dem Dateinamen in der Dokumentenliste angezeigt."
- },
+ "parse-csv": "Analysieren Sie CSV mit neuen Optionen",
"quick-activation": {
"all": "Alle",
"none": "Keiner"
},
+ "save": {
+ "error": "Fehler beim Erstellen der Dateiattribute!",
+ "label": "Attribute speichern",
+ "success": "{{count}} Dateiattribute erfolgreich erstellt!"
+ },
+ "search": {
+ "placeholder": "Suche nach Spaltennamen ..."
+ },
+ "selected": "{{value}} ausgewählt",
+ "table-col-names": {
+ "name": "Name",
+ "primary": "primär",
+ "primary-info-tooltip": "Der Wert des als primär eingestellten Attributs wird unter dem Dateinamen in der Dokumentenliste angezeigt.",
+ "read-only": "Schreibgeschützt",
+ "type": "Art"
+ },
+ "table-header": {
+ "actions": {
+ "disable-read-only": "Deaktivieren Sie Schreibgeschützt für alle Attribute",
+ "enable-read-only": "Aktivieren Sie Schreibgeschützt für alle Attribute",
+ "read-only": "Nur schreibgeschützt machen",
+ "remove-selected": "Ausgewählte entfernen",
+ "type": "Art"
+ },
+ "title": "{{length}} Dateiattribute"
+ },
+ "title": "Wählen Sie CSV-Spalten aus, die als Dateiattribute verwendet werden sollen",
+ "total-rows": "{{rows}} Zeilen insgesamt"
+ },
+ "file-attributes-listing": {
"action": {
- "edit-name": "Namen bearbeiten",
- "save-name": "speichern",
- "cancel-edit-name": "Stornieren",
- "remove": "Entfernen"
+ "delete": "Attribut löschen",
+ "edit": "Attribut bearbeiten"
+ },
+ "add-new": "Neues Attribut",
+ "bulk-actions": {
+ "delete": "Ausgewählte Attribute löschen"
},
"no-data": {
- "title": "Keine Dateiattribute definiert. Wählen Sie im linken Bereich eine Spalte aus, um mit der Definition der Dateiattribute zu beginnen."
+ "title": "Es sind noch keine Dateiattribute vorhanden."
+ },
+ "no-match": {
+ "title": "Keine Dateiattribute stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "read-only": "Schreibgeschützt",
+ "search": "Suche nach Attributnamen ...",
+ "table-col-names": {
+ "csv-column": "CSV-Spalte",
+ "name": "Name",
+ "primary": "Primär",
+ "primary-info-tooltip": "Der Wert des als primär eingestellten Attributs wird unter dem Dateinamen in der Dokumentenliste angezeigt.",
+ "read-only": "Schreibgeschützt",
+ "type": "Eingabetyp"
+ },
+ "table-header": {
+ "title": "{{length}} Dateiattribute"
+ },
+ "upload-csv": "Konfiguration der Dateiattribute hochladen"
+ },
+ "file-preview": {
+ "assign-me": "Weisen Sie mir zu",
+ "assign-reviewer": "Prüfer zuweisen",
+ "cancel-assign-reviewer": "Stornieren",
+ "delta": "Delta",
+ "delta-tooltip": "Delta View zeigt nur die Änderungen seit der letzten erneuten Analyse an. Diese Ansicht ist nur verfügbar, wenn mindestens eine Änderung vorliegt",
+ "document-info": "Ihre Dokumenteninfo lebt hier. Dies schließt Metadaten ein, die für jedes Dokument erforderlich sind.",
+ "download-original-file": "Originaldatei herunterladen",
+ "fullscreen": "Vollbild (F)",
+ "html-debug": "Öffnen Sie das Dokument-HTML-Debug",
+ "last-reviewer": "Zuletzt überprüft von:",
+ "new-tab-ssr": "Öffnen Sie das Dokument im serverseitigen Rendering-Modus",
+ "no-data": {
+ "title": "Auf dieser Seite befinden sich keine Anmerkungen."
+ },
+ "quick-nav": {
+ "jump-first": "Zur ersten Anmerkung springen",
+ "jump-last": "Zur letzten Anmerkung springen"
+ },
+ "reanalyse-file": "Datei-Reanalyse läuft",
+ "reanalyse-notification": "Dieses Dokument wurde nicht mit dem neuesten Regel- / Wörterbuchsatz verarbeitet. Analysieren Sie jetzt, um aktualisierte Anmerkungen zu erhalten.",
+ "redacted": "Vorschau",
+ "redacted-tooltip": "Die Redaktionsvorschau zeigt nur Redaktionen an. Betrachten Sie dies als Vorschau für die endgültige redigierte Version. Diese Ansicht ist nur verfügbar, wenn für die Datei keine Änderungen ausstehen",
+ "reviewer": "Zugewiesen an",
+ "save-assign-reviewer": "speichern",
+ "standard": "Standard",
+ "standard-tooltip": "In der Standard-Workload-Ansicht werden alle Hinweise, Redaktionen und Empfehlungen angezeigt",
+ "tabs": {
+ "annotations": {
+ "jump-to-next": "Zum nächsten springen",
+ "jump-to-previous": "Zum vorherigen springen",
+ "label": "Arbeitsbelastung",
+ "select": "Wählen"
+ },
+ "document-info": {
+ "close": "Dokumentinfo schließen",
+ "details": {
+ "created-on": "Erstellt am: {{date}}",
+ "dossier": "in {{dossierName}}",
+ "due": "Geburtstermin}}",
+ "pages": "{{pages}} Seiten"
+ },
+ "edit": "Dokumentinformationen bearbeiten",
+ "label": "Dokumentinfo"
+ },
+ "is-excluded": "Die Redaktion ist für dieses Dokument deaktiviert."
+ },
+ "toggle-analysis": {
+ "disable": "Deaktivieren Sie die Redaktion",
+ "enable": "Zur Redaktion aktivieren",
+ "only-managers": "Das Aktivieren / Deaktivieren ist nur für Manager zulässig"
+ },
+ "unassigned": "Nicht zugewiesen"
+ },
+ "filter": {
+ "analysis": "Analyse erforderlich",
+ "hint": "Nur Hinweise",
+ "image": "Bilder",
+ "none": "Keine Anmerkungen",
+ "redaction": "Redigiert",
+ "suggestion": "Vorgeschlagene Redaktion",
+ "updated": "Aktualisiert"
+ },
+ "filter-menu": {
+ "filter-options": "Filteroptionen",
+ "filter-types": "Filtertypen",
+ "label": "Filter",
+ "with-comments": "Nur Anmerkungen mit Kommentaren anzeigen"
+ },
+ "filters": {
+ "assigned-people": "Beauftragter",
+ "created-on": "Erstellt am",
+ "document": "Dokument",
+ "dossier": "Dossier",
+ "dossier-templates": "Regelsätze",
+ "due-date": "Geburtstermin",
+ "filter-by": "Filter:",
+ "needs-work": "Arbeitsbelastung",
+ "people": "Dossiermitglied (e)",
+ "status": "Status"
+ },
+ "finished": "Fertig",
+ "FULLREPROCESS": "wird bearbeitet",
+ "hint": "Hinweis",
+ "initials-avatar": {
+ "unassigned": "Nicht zugewiesen",
+ "you": "Sie"
+ },
+ "license-info-screen": {
+ "3rd-party-title": "Verweis auf Lizenzen von Drittanbietern",
+ "analyzed-pages": "Analysierte Seiten",
+ "backend-version": "Backend-Anwendungsversion",
+ "chart": {
+ "cumulative": "Kumulative Seiten",
+ "legend": "Legende",
+ "licensed-total": "Lizenzierte Summe",
+ "pages-per-month": "Seiten pro Monat",
+ "total-pages": "Alle Seiten"
+ },
+ "copyright-claim-text": "Copyright © 2020 - {{currentYear}} knecon AG (unterstützt von IQSER)",
+ "copyright-claim-title": "Urheberrechtsanspruch",
+ "current-analyzed": "Analysierte Seiten im aktuellen Lizenzierungszeitraum",
+ "custom-app-title": "Titel der benutzerdefinierten Anwendung",
+ "email": {
+ "body": {
+ "analyzed": "Insgesamt analysierte Seiten im aktuellen Lizenzzeitraum: {{pages}}.",
+ "licensed": "Lizenzierte Seiten: {{pages}}."
+ },
+ "title": "Lizenzbericht {{licenseCustomer}}"
+ },
+ "email-report": "E-Mail-Bericht",
+ "end-user-license-text": "Die Verwendung dieses Produkts unterliegt den Bestimmungen der Redaction End User Agreement, sofern nicht anders angegeben.",
+ "end-user-license-title": "Endbenutzer-Lizenzvereinbarung",
+ "frontend-version": "Frontend-Anwendungsversion",
+ "licensed-page-count": "Anzahl der lizenzierten Seiten",
+ "licensed-to": "Lizenziert an",
+ "licensing-details": "Lizenzdetails",
+ "licensing-period": "Lizenzzeitraum",
+ "total-analyzed": "Insgesamt analysierte Seiten seit {{date}}",
+ "unlicensed-analyzed": "Nicht lizenzierte analysierte Seiten",
+ "usage-details": "Verwendungsdetails"
+ },
+ "license-information": "Lizenzinformationen",
+ "manual-annotation": {
+ "dialog": {
+ "actions": {
+ "save": "Speichern"
+ },
+ "content": {
+ "comment": "Kommentar",
+ "dictionary": "Wörterbuch",
+ "legalBasis": "Rechtliche Grundlage",
+ "reason": "Grund",
+ "reason-placeholder": "Wähle einen Grund ...",
+ "rectangle": "Benutzerdefiniertes Rechteck",
+ "text": "Ausgewählter Text:"
+ },
+ "header": {
+ "dictionary": "Zum Wörterbuch hinzufügen",
+ "false-positive": "Falsch positiv setzen",
+ "force": "Redaktion erzwingen",
+ "redaction": "Redaktion",
+ "request-dictionary": "Anfrage zum Wörterbuch hinzufügen",
+ "request-false-positive": "Falsch positiv anfordern",
+ "request-redaction": "Redaktion anfordern"
+ }
+ },
+ "undo": {
+ "error": "Aktion konnte nicht rückgängig gemacht werden.",
+ "success": "Aktion rückgängig gemacht."
}
},
- "download-includes": "Wählen Sie aus, was beim Download enthalten ist:",
- "download-type": {
- "label": "{{length}} Dokumentversionen",
- "PREVIEW": "Vorschau PDF",
- "ORIGINAL": "Original PDF",
- "REDACTED": "Redigiertes PDF"
+ "notifications": {
+ "mark-read": "als gelesen markieren",
+ "mark-unread": "als ungelesen markieren",
+ "today": "Heute",
+ "tomorrow": "Morgen",
+ "yesterday": "Gestern"
+ },
+ "OCR_PROCESSING": "OCR-Verarbeitung",
+ "overwrite-files-dialog": {
+ "options": {
+ "cancel": "Alle Uploads abbrechen",
+ "overwrite": "Ersetzen Sie das vorhandene Dokument",
+ "remember": "Erinnere dich an die Wahl und frag mich nicht noch einmal",
+ "skip": "Vorhandenes Dokument behalten"
+ },
+ "question": "{{filename}} existiert bereits. Wählen Sie, wie Sie fortfahren möchten:",
+ "title": "Dokument existiert bereits!"
+ },
+ "page": "Seite",
+ "pagination": {
+ "next": "Nächster",
+ "previous": "Zurück"
+ },
+ "pdf-viewer": {
+ "text-popup": {
+ "actions": {
+ "search": "Suche nach Auswahl"
+ }
+ }
+ },
+ "pending-analysis": "Bis zur erneuten Analyse",
+ "pending-changes-guard": "WARNUNG: Sie haben nicht gespeicherte Änderungen. Drücken Sie Abbrechen, um zurück zu gehen und diese Änderungen zu speichern, oder OK, um diese Änderungen zu verlieren.",
+ "PROCESSING": "wird bearbeitet",
+ "readonly": "Schreibgeschützt",
+ "redaction": "Redaktion",
+ "remove-annotations-dialog": {
+ "confirm": "Ja, fortfahren und entfernen!",
+ "deny": "Stornieren",
+ "dictionary": "Wörterbuch",
+ "remove-from-dictionary": {
+ "question": "Folgende Einträge werden aus ihren jeweiligen Wörterbüchern entfernt:",
+ "title": "Aus dem Wörterbuch entfernen"
+ },
+ "remove-only-here": {
+ "question": "Folgende Redaktionen werden nur hier entfernt:",
+ "title": "Redaktion entfernen"
+ },
+ "value": "Wert"
+ },
+ "report": {
+ "action": {
+ "efsa": "Mit EFSA-Vorlage herunterladen",
+ "label": "Redaktionsbericht herunterladen",
+ "syngenta": "Mit Syngenta-Vorlage herunterladen"
+ },
+ "unavailable": "Der Redaktionsbericht ist erst verfügbar, wenn alle Dateien genehmigt wurden.",
+ "unavailable-single": "Der Redaktionsbericht ist erst verfügbar, wenn diese Datei genehmigt wurde."
},
"report-type": {
+ "EXCEL_MULTI_FILE": "Excel (für alle)",
+ "EXCEL_SINGLE_FILE": "Excel (pro Datei)",
"label": "{{length}} Berichtstypen",
"WORD_SINGLE_FILE_APPENDIX_A1_TEMPLATE": "Begründung Anhang A1",
- "WORD_SINGLE_FILE_APPENDIX_A2_TEMPLATE": "Begründung Anhang A2",
- "EXCEL_MULTI_FILE": "Excel (für alle)",
- "EXCEL_SINGLE_FILE": "Excel (pro Datei)"
+ "WORD_SINGLE_FILE_APPENDIX_A2_TEMPLATE": "Begründung Anhang A2"
},
- "actions": {
- "all": "Alle",
- "none": "Keiner"
+ "REPROCESS": "wird bearbeitet",
+ "reset-filters": "Filter zurücksetzen",
+ "roles": {
+ "INACTIVE": "Inaktiv",
+ "MANAGER_ADMIN": "Manager",
+ "NO_ROLE": "Keine Rolle definiert",
+ "RED_ADMIN": "Anwendungsadministrator",
+ "RED_MANAGER": "Manager",
+ "RED_USER": "Benutzer",
+ "RED_USER_ADMIN": "Benutzer Admin",
+ "REGULAR": "Regulär"
+ },
+ "rule-editor": "Regeleditor",
+ "rules-screen": {
+ "error": {
+ "generic": "Etwas ist schief gelaufen ... Regelaktualisierung fehlgeschlagen!"
+ },
+ "revert-changes": "Zurückkehren",
+ "save-changes": "Änderungen speichern",
+ "success": {
+ "generic": "Regeln aktualisiert!"
+ }
+ },
+ "settings": "Die Einstellungen",
+ "skipped": "Übersprungen",
+ "smtp-auth-config": {
+ "actions": {
+ "cancel": "Stornieren",
+ "save": "Anmeldeinformationen speichern"
+ },
+ "form": {
+ "password": "Passwort",
+ "username": "Nutzername",
+ "username-placeholder": "Login Benutzername"
+ },
+ "title": "Aktivieren Sie die Authentifizierung"
+ },
+ "smtp-config-screen": {
+ "actions": {
+ "save": "Konfigurationen speichern",
+ "test-connection": "Testverbindung"
+ },
+ "form": {
+ "auth": "Aktivieren Sie die Authentifizierung",
+ "change-credentials": "Anmeldeinformationen ändern",
+ "envelope-from": "Umschlag von",
+ "envelope-from-hint": "Infotext zum Umschlag aus dem Feld.",
+ "envelope-from-placeholder": "E-Mail-Adresse des Absenderumschlags",
+ "from": "Von",
+ "from-display-name": "Name für Absender",
+ "from-display-name-hint": "Infotext zum Namen des Absenders.",
+ "from-display-name-placeholder": "Anzeigename für die Absender-E-Mail-Adresse",
+ "from-placeholder": "Absender-E-Mail-Adresse",
+ "host": "Gastgeber",
+ "host-placeholder": "SMTP-Host",
+ "port": "Hafen",
+ "reply-to": "Antwort an",
+ "reply-to-display-name": "Name für die Antwort an",
+ "reply-to-display-name-placeholder": "Anzeigename für die Antwort auf die E-Mail-Adresse",
+ "reply-to-placeholder": "Antwort an E-Mail-Adresse",
+ "ssl": "Aktivieren Sie SSL",
+ "starttls": "Aktivieren Sie StartTLS"
+ },
+ "subtitle": "Mit SMTP (Simple Mail Transfer Protocol) können Sie Ihre E-Mails über die angegebenen Servereinstellungen senden.",
+ "test": {
+ "error": "Test-E-Mail konnte nicht gesendet werden! Bitte überarbeiten Sie die E-Mail-Adresse.",
+ "success": "Test-E-Mail wurde erfolgreich gesendet!"
+ },
+ "title": "Konfigurieren Sie das SMTP-Konto"
+ },
+ "sorting": {
+ "alphabetically": "Alphabetisch",
+ "custom": "Benutzerdefiniert",
+ "number-of-analyses": "Anzahl der Analysen",
+ "number-of-pages": "Seitenzahl",
+ "oldest": "Älteste",
+ "recent": "Kürzlich"
+ },
+ "submitted": "Eingereicht",
+ "suggestion": "Redaktionsvorschlag",
+ "top-bar": {
+ "navigation-items": {
+ "back": "Zurück",
+ "dossiers": "Aktives Dossier",
+ "my-account": {
+ "children": {
+ "admin": "Die Einstellungen",
+ "downloads": "Meine Downloads",
+ "language": {
+ "de": "Deutsche",
+ "en": "Englisch",
+ "label": "Sprache"
+ },
+ "logout": "Ausloggen",
+ "my-profile": "Mein Profil"
+ }
+ }
+ }
+ },
+ "type": "Art",
+ "UNASSIGNED": "Nicht zugewiesen",
+ "UNDER_APPROVAL": "Unter Genehmigung",
+ "UNDER_REVIEW": "Wird überprüft",
+ "UNPROCESSED": "Unverarbeitet",
+ "upload-status": {
+ "dialog": {
+ "actions": {
+ "cancel": "Upload abbrechen",
+ "re-upload": "Wiederholen Sie den Upload"
+ },
+ "title": "Datei-Uploads ({{len}})"
+ },
+ "error": {
+ "file-size": "Datei zu groß. Das Limit ist {{size}} MB.",
+ "generic": "Datei konnte nicht hochgeladen werden."
+ }
+ },
+ "user-listing": {
+ "action": {
+ "delete": "Benutzer löschen",
+ "edit": "Benutzer bearbeiten"
+ },
+ "add-new": "Neuer Benutzer",
+ "bulk": {
+ "delete": "Benutzer löschen",
+ "delete-disabled": "Sie können Ihr eigenes Konto nicht löschen."
+ },
+ "no-match": {
+ "title": "Keine Benutzer stimmen mit Ihren aktuellen Filtern überein."
+ },
+ "search": "Suche...",
+ "table-col-names": {
+ "active": "Aktiv",
+ "email": "Email",
+ "name": "Name",
+ "roles": "Rollen"
+ },
+ "table-header": {
+ "title": "{{length}} Benutzer"
+ }
+ },
+ "user-management": "Benutzerverwaltung",
+ "user-profile": {
+ "actions": {
+ "save": "Profil speichern"
+ },
+ "form": {
+ "email": "Email",
+ "first-name": "Vorname",
+ "last-name": "Nachname"
+ },
+ "title": "Mein Profil"
+ },
+ "user-stats": {
+ "chart": {
+ "users": "Benutzer im Arbeitsbereich"
+ },
+ "collapse": "Details ausblenden",
+ "expand": "Zeige Details",
+ "title": "Benutzer"
+ },
+ "watermark": "Wasserzeichen",
+ "watermark-screen": {
+ "action": {
+ "change-success": "Wasserzeichen aktualisiert!",
+ "delete-success": "Wasserzeichen gelöscht.",
+ "error": "Wasserzeichen konnte nicht aktualisiert werden",
+ "revert": "Zurückkehren",
+ "save": "Änderungen speichern"
+ },
+ "form": {
+ "color": "Farbe",
+ "font-size": "Schriftgröße",
+ "font-type": "Schriftart",
+ "opacity": "Opazität",
+ "orientation": "Orientierung",
+ "text-placeholder": "Text eingeben"
+ },
+ "title": "Wasserzeichen"
}
}
diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json
index 85872fac9..69725fb84 100644
--- a/apps/red-ui/src/assets/i18n/en.json
+++ b/apps/red-ui/src/assets/i18n/en.json
@@ -1,1263 +1,489 @@
{
- "auth-error": {
- "heading": "Your user doesn't have the required RED-* roles to access this application. Please contact your admin for access!",
- "heading-with-name-and-link": "Your user doesn't have the required RED-* roles to access this application. Please contact {{adminName}} for access!",
- "heading-with-name": "Your user doesn't have the required RED-* roles to access this application. Please contact {{adminName}} for access!",
- "heading-with-link": "Your user doesn't have the required RED-* roles to access this application. Please contact your admin for access!",
- "logout": "Logout"
- },
- "app-name": "DDA-R",
- "dev-mode": "DEV",
- "upload-status": {
- "error": {
- "file-size": "File too large. Limit is {{size}}MB.",
- "generic": "Failed to upload file. "
- },
- "dialog": {
- "title": "File Uploads ({{len}})",
- "actions": {
- "re-upload": "Retry Upload",
- "cancel": "Cancel Upload"
- }
- }
- },
- "download-status": {
- "queued": "Your download has been queued, you can see all your requested downloads here: My Downloads .",
- "error": {
- "generic": "Download failed"
- },
- "dialog": {
- "title": "Downloads ({{len}})",
- "tooltip": "{{len}} files",
- "actions": {
- "download": "Download now",
- "cancel": "Cancel Download"
- }
- }
- },
- "pdf-viewer": {
- "text-popup": {
- "actions": {
- "search": "Search for selection"
- }
- },
- "search-in-progress": "Search in progress..."
- },
- "common": {
- "close": "Close View",
- "dialog": {
- "close": "Close Dialog"
- },
- "confirmation-dialog": {
- "title": "Confirm Action",
- "description": "This action requires confirmation, do you wish to proceed?",
- "confirm": "Yes",
- "deny": "No"
- }
- },
- "top-bar": {
- "navigation-items": {
- "dossiers": "Active Dossier",
- "back": "Back",
- "my-account": {
- "children": {
- "admin": "Settings",
- "downloads": "My Downloads",
- "my-profile": "My Profile",
- "language": {
- "label": "Language",
- "en": "English",
- "de": "German"
- },
- "logout": "Logout"
- }
- }
- }
- },
- "filters": {
- "filter-by": "Filter:",
- "status": "Status",
- "people": "Dossier Member(s)",
- "assigned-people": "Assignee(s)",
- "due-date": "Due Date",
- "created-on": "Created On",
- "dossier": "Dossier",
- "document": "Document",
- "needs-work": "Workload",
- "dossier-templates": "Rule Sets"
- },
- "report": {
- "unavailable": "Redaction report is only available once all files have been approved.",
- "unavailable-single": "Redaction report is only available once this file has been approved.",
- "action": {
- "label": "Download Redaction Report",
- "efsa": "Download with EFSA Template",
- "syngenta": "Download with Syngenta Template"
- }
- },
- "dossier-listing": {
- "search": "Dossier name...",
- "reanalyse": {
- "action": "Analyze entire dossier"
- },
- "download-files": {
- "action": "Download Redacted Files"
- },
- "table-header": {
- "title": "{{length}} active dossiers",
- "bulk-select": "Toggle Selection",
- "recent": "Recent"
- },
- "table-col-names": {
- "name": "Name",
- "needs-work": "Workload",
- "owner": "Owner",
- "status": "Status"
- },
- "stats": {
- "analyzed-pages": "Pages",
- "total-people": "Total user(s)",
- "charts": {
- "dossiers": "Dossiers",
- "total-documents": "Total Document(s)"
- }
- },
- "no-data": {
- "title": "You currently have no dossiers.",
- "action": "New Dossier"
- },
- "add-new": "New Dossier",
- "header": "Dossiers",
- "edit": {
- "action": "Edit Dossier"
- },
- "delete": {
- "action": "Delete Dossier",
- "delete-failed": "Failed to delete dossier: {{dossierName}}"
- },
- "no-match": {
- "title": "No dossiers match your current filters."
- },
- "quick-filters": {
- "my-dossiers": "My Dossiers",
- "to-approve": "To Approve",
- "to-review": "To Review",
- "other": "Other"
- }
+ "actions": {
+ "all": "All",
+ "none": "None"
},
+ "active": "Active",
"add-dossier-dialog": {
- "header-new": "Create Dossier",
- "form": {
- "name": {
- "label": "Dossier Name",
- "placeholder": "Enter Name"
- },
- "description": {
- "label": "Description",
- "placeholder": "Enter Description"
- },
- "watermark": "Watermark application on redacted documents",
- "due-date": "Due Date",
- "template": "Dossier Template"
+ "actions": {
+ "save": "Save",
+ "save-and-add-members": "Save and Edit Team"
},
"errors": {
"dossier-already-exists": "Dossier with this name already exists!",
"generic": "Failed to save dossier."
},
- "actions": {
- "save": "Save",
- "save-and-add-members": "Save and Edit Team"
+ "form": {
+ "description": {
+ "label": "Description",
+ "placeholder": "Enter Description"
+ },
+ "due-date": "Due Date",
+ "name": {
+ "label": "Dossier Name",
+ "placeholder": "Enter Name"
+ },
+ "template": "Dossier Template",
+ "watermark": "Watermark application on redacted documents"
+ },
+ "header-new": "Create Dossier"
+ },
+ "add-edit-dictionary": {
+ "error": {
+ "dictionary-already-exists": "Dictionary with this name already exists!",
+ "generic": "Failed to save dictionary!",
+ "invalid-color-or-rank": "Invalid color or rank! Rank is already used by another dictionary or the color is not a valid hexColor!"
+ },
+ "form": {
+ "add-to-dictionary-action": "Available for add to dictionary",
+ "case-sensitive": "Case Sensitive",
+ "color": "Hex Color",
+ "color-placeholder": "#",
+ "description": "Description",
+ "description-placeholder": "Enter Description",
+ "hint": "Hint",
+ "name": "Dictionary Name",
+ "name-hint": "Cannot be edited after saving.",
+ "name-placeholder": "Enter Name",
+ "rank": "Rank",
+ "rank-placeholder": "1000",
+ "redaction": "Redaction"
+ },
+ "save": "Save Dictionary",
+ "title": {
+ "edit": "Edit {{name}} Dictionary",
+ "new": "Create Dictionary"
}
},
- "edit-dossier-dialog": {
- "header": "Edit {{dossierName}}",
- "nav-items": {
- "dossier-info": "Dossier Info",
- "general-info": "General Information",
- "download-package": "Download Package",
- "choose-download": "Choose what is included at download:",
- "dictionary": "Dictionary",
- "dossier-dictionary": "Dossier Dictionary",
- "members": "Members",
- "team-members": "Team Members",
- "dossier-attributes": "Dossier Attributes",
- "report-attributes": "Report Attributes"
+ "add-edit-dossier-template": {
+ "form": {
+ "description": "Description",
+ "description-placeholder": "Enter Description",
+ "name": "Dossier Template Name",
+ "name-placeholder": "Enter Name",
+ "valid-from": "Valid from",
+ "valid-to": "Valid to"
},
+ "save": "Save Dossier Template",
+ "title": {
+ "edit": "Edit {{name}} Dossier Template",
+ "new": "Create Dossier Template"
+ }
+ },
+ "add-edit-file-attribute": {
+ "form": {
+ "column-header": "CSV Column Header",
+ "column-header-placeholder": "Enter CSV Column Header",
+ "name": "Attribute Name",
+ "name-placeholder": "Enter Name",
+ "primary": "Set as Primary",
+ "read-only": "Make Read-Only",
+ "type": "Type"
+ },
+ "save": "Save Attribute",
+ "title": {
+ "edit": "Edit {{name}} File Attribute",
+ "new": "Add New File Attribute"
+ }
+ },
+ "add-edit-user": {
"actions": {
- "save": "Save Changes",
- "revert": "Revert"
+ "cancel": "Cancel",
+ "delete": "Delete User",
+ "save": "Save User",
+ "save-changes": "Save Changes"
},
- "general-info": {
- "form": {
- "name": {
- "label": "Dossier Name",
- "placeholder": "Enter Name"
+ "form": {
+ "email": "Email",
+ "first-name": "First Name",
+ "last-name": "Last Name",
+ "role": "Role"
+ },
+ "title": {
+ "edit": "Edit User",
+ "new": "Add New User"
+ }
+ },
+ "annotation": "Annotation",
+ "annotation-actions": {
+ "accept-recommendation": {
+ "label": "Accept Recommendation"
+ },
+ "accept-suggestion": {
+ "add-to-dict": "Approve and add to dictionary"
+ },
+ "edit-reason": {
+ "label": "Edit Reason"
+ },
+ "force-redaction": {
+ "label": "Force Redaction"
+ },
+ "hide": "Hide",
+ "message": {
+ "dictionary": {
+ "add": {
+ "error": "Failed to add entry to dictionary: {{error}}",
+ "success": "Entry added to dictionary. Changes will be visible after reanalysis."
},
- "description": {
- "label": "Description",
- "placeholder": "Enter Description"
+ "approve": {
+ "error": "Failed to approve dictionary entry: {{error}}",
+ "success": "Dictionary entry approved. Changes will be visible after reanalysis."
},
- "watermark": "Watermark application on redacted documents",
- "due-date": "Due Date",
- "template": "Dossier Template"
+ "decline": {
+ "error": "Failed to decline dictionary suggestion: {{error}}",
+ "success": "Dictionary suggestion declined."
+ },
+ "remove": {
+ "error": "Failed to remove dictionary entry: {{error}}",
+ "success": "Dictionary entry removed!"
+ },
+ "request-remove": {
+ "error": "Failed to request removal of dictionary entry: {{error}}",
+ "success": "Requested to remove dictionary entry!"
+ },
+ "suggest": {
+ "error": "Failed to save suggestion for dictionary modification: {{error}}",
+ "success": "Suggestion for dictionary modification saved!"
+ },
+ "undo": {
+ "error": "Failed to undo: {{error}}",
+ "success": "Undo successful"
+ }
+ },
+ "manual-redaction": {
+ "add": {
+ "error": "Failed to save redaction: {{error}}",
+ "success": "Redaction added!"
+ },
+ "approve": {
+ "error": "Failed to approve suggestion: {{error}}",
+ "success": "Suggestion approved."
+ },
+ "change-legal-basis": {
+ "error": "Failed to edit annotation reason: {{error}}",
+ "success": "Annotation reason was edited."
+ },
+ "decline": {
+ "error": "Failed to decline suggestion: {{error}}",
+ "success": "Suggestion declined."
+ },
+ "request-change-legal-basis": {
+ "error": "Failed to request annotation reason change: {{error}}",
+ "success": "Annotation reason change requested."
+ },
+ "search": "Document name...",
+ "suggest": {
+ "error": "Failed to save redaction suggestion: {{error}}",
+ "success": "Redaction suggestion saved"
+ },
+ "undo": {
+ "error": "Failed to undo: {{error}}",
+ "success": "Undo successful"
+ }
}
},
- "dictionary": {
- "entries": "{{length}} entries"
+ "reject": "Reject",
+ "reject-suggestion": "Reject Suggestion",
+ "remove": "Remove",
+ "remove-annotation": {
+ "false-positive": "False Positive",
+ "only-here": "Remove only here",
+ "remove-from-dict": "Remove from dictionary"
},
- "unsaved-changes": "You have unsaved changes. Save or revert before changing the tab.",
- "change-successful": "Dossier was updated.",
- "delete-successful": "Dossier was deleted."
+ "show": "Show",
+ "undo": "Undo"
},
- "dossier-details": {
- "title": "Dossier Details",
+ "annotation-type": {
+ "add-dictionary": "Pending add to dictionary",
+ "change-legal-basis": "Pending Change of Legal Basis",
+ "declined-suggestion": "Declined Suggestion",
+ "hint": "Hint",
+ "manual-redaction": "Manual Redaction",
+ "pending-analysis": "Pending Re-Analysis",
+ "recommendation": "Recommendation",
+ "redaction": "Redaction",
+ "remove-dictionary": "Pending remove from dictionary",
+ "remove-only-here": "Pending removal ( only here )",
+ "skipped": "Skipped",
+ "suggestion-add": "Suggested redaction",
+ "suggestion-add-dictionary": "Suggested dictionary add",
+ "suggestion-change-legal-basis": "Suggested change legal basis",
+ "suggestion-force-redaction": "Suggestion force redaction",
+ "suggestion-remove": "Suggested redaction removal",
+ "suggestion-remove-dictionary": "Suggested dictionary removal"
+ },
+ "annotations": "Annotations",
+ "app-name": "DDA-R",
+ "APPROVED": "Approved",
+ "archived": "Archived",
+ "assign-approver-owner": {
"dialog": {
- "title": "Dossier Details",
- "info": {
- "file-count": "Number of files: {{fileCount}}"
- },
- "actions": {
- "reanalyse-dossier": "Analyze Dossier"
- }
- },
- "owner": "Owner",
- "edit-owner": "Edit Owner",
- "members": "Members",
- "see-less": "See less",
- "assign-members": "Assign Members",
- "expand": "Show Details",
- "collapse": "Hide Details"
- },
- "dossier-dictionary-dialog": {
- "title": "Dossier Dictionary",
- "save-changes": "Save Changes",
- "cancel": "cancel"
- },
- "dossier-overview": {
- "no-ocr": "No OCR",
- "ocr-performed": "OCR was performed for this file.",
- "no-data": {
- "title": "There are no documents yet.",
- "action": "Upload Document"
- },
- "no-match": {
- "title": "No documents match your current filters."
- },
- "search": "Document name...",
- "header-actions": {
- "edit": "Edit Dossier",
- "delete": "Delete Dossier",
- "assign": "Assign Owner & Members",
- "upload-document": "Upload Document",
- "download-redacted-files": "Download Redacted Files"
- },
- "ocr-file": "OCR Document",
- "download-file": "Download",
- "download-file-disabled": "Download is only permitted for approved files",
- "under-approval": "For Approval",
- "approve": "Approve",
- "approve-disabled": "File can only be approved once it has been analysed with the latest dictionaries and all suggestions have been processed.",
- "under-review": "Under Review",
- "upload-files": "Drag & drop files anywhere...",
- "upload-files-btn": "Upload Files",
- "new-rule": {
- "label": "Outdated",
- "toast": {
- "message-dossier": "Reanalysis required: ",
- "actions": {
- "reanalyse-all": "Analyze all",
- "reanalyse-file": "Analyze this file",
- "later": "Later"
- }
- }
- },
- "report": {
- "action": "Download redaction report"
- },
- "assign-reviewer": "Assign Reviewer",
- "assign-approver": "Assign Approver",
- "assign-me": "Assign To Me",
- "table-header": {
- "title": "{{length}} documents",
- "bulk-select": "Toggle Selection"
- },
- "table-col-names": {
- "name": "Name",
- "added-on": "Added",
- "needs-work": "Workload",
- "assigned-to": "Assigned to",
- "pages": "Pages",
- "status": "Status"
- },
- "upload-error": "Failed to upload file: {{name}}",
- "delete-file-error": "Failed to delete file: {{filename}}",
- "delete-files-error": "Failed to delete files.",
- "reanalyse": {
- "action": "Analyze File"
- },
- "delete": {
- "action": "Delete File"
- },
- "file-listing": {
- "file-entry": {
- "status": "Status: {{status}}",
- "number-of-pages": "Number of pages: {{numberOfPages}}",
- "number-of-analyses": "Analysis count: {{numberOfAnalyses}}",
- "added": "Date added: {{added}}",
- "last-updated": "Last updated: {{lastUpdated}}",
- "file-pending": "Pending...",
- "file-processing": "Processing",
- "file-error": "Re-processing required"
- }
- },
- "dossier-details": {
- "charts": {
- "documents-in-dossier": "Documents in Dossier"
- },
- "stats": {
- "documents": "{{count}} documents",
- "analysed-pages": "{{count}} pages",
- "people": "{{count}} user(s)",
- "created-on": "Created on {{date}}",
- "due-date": "Due {{date}}"
- },
- "dictionary": "Dossier Dictionary",
- "description": "Description"
- },
- "header": "Dossier Overview",
- "bulk": {
- "delete": "Delete Documents",
- "assign": "Assign Reviewer",
- "reanalyse": "Analyze Documents",
- "reanalyse-error-outdated": "Not all selected documents can be analyzed, some may not be assigned to you or are already analyzed."
- },
- "reanalyse-dossier": {
- "success": "Files scheduled for reanalysis.",
- "error": "Failed to schedule files for reanalysis. Please try again."
- },
- "quick-filters": {
- "recent": "Recent ({{hours}} h)",
- "assigned-to-me": "Assigned to me",
- "unassigned": "Unassigned",
- "assigned-to-others": "Assigned to others"
+ "cancel": "Cancel",
+ "save": "Save",
+ "single-user": "Approver",
+ "title": "Manage File Approver"
}
},
- "file-preview": {
- "delta": "Delta",
- "redacted": "Preview",
- "standard": "Standard",
- "standard-tooltip": "Standard Workload view shows all hints, redactions, recommendations & suggestions. This view allows editing.",
- "redacted-tooltip": "Redaction preview shows only redactions. Consider this a preview for the final redacted version. This view is only available if the file has no pending changes & doesn't require a reanalysis",
- "delta-tooltip": "Delta View shows only the changes since last re-analysis. This view is only available if there is at least 1 change",
- "no-data": {
- "title": "There are no annotations on this page."
- },
- "show-redacted-view": "Show Redacted Preview",
- "cannot-show-redacted-view": "Redactions out of sync. Redacted Preview only available after reanalysis",
- "reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Analyze now to get updated annotations.",
- "reanalyse-file": "File reanalysis in progress",
- "view-toggle": "Redacted View",
- "tabs": {
- "quick-navigation": "Quick Navigation",
- "document-info": {
- "label": "Document Info",
- "close": "Close Document Info",
- "edit": "Edit Document Info",
- "details": {
- "dossier": "in {{dossierName}}",
- "pages": "{{pages}} pages",
- "revised-pages": "{{pages}} revised pages",
- "created-on": "Created on: {{date}}",
- "due": "Due: {{date}}"
- }
- },
- "annotations": {
- "label": "Workload",
- "select": "Select",
- "jump-to-previous": "Jump to Previous",
- "jump-to-next": "Jump to Next",
- "select-all": "All",
- "select-none": "None"
- },
- "exclude-pages": {
- "label": "Exclude Pages",
- "close": "Close",
- "error": "Error! Invalid page selection.",
- "input-placeholder": "e.g. 1-20,22,32",
- "hint": "Minus (-) for range and comma (,) for enumeration.",
- "removed-from-redaction": "Removed from redaction",
- "put-back": "Undo",
- "no-excluded": "No excluded pages."
- },
- "is-excluded": "Redaction is disabled for this document."
- },
- "toggle-analysis": {
- "enable": "Enable for redaction",
- "disable": "Disable redaction",
- "only-managers": "Enabling / disabling is permitted only for managers"
- },
- "reviewer": "Assigned to",
- "unassigned": "Unassigned",
- "assign-reviewer": "Assign Reviewer",
- "change-reviewer": "Change Reviewer",
- "assign-me": "Assign to me",
- "last-reviewer": "Last Reviewed by:",
- "fullscreen": "Full Screen (F)",
- "document-info": "Your Document Info lives here. This includes metadata required on each document.",
- "exclude-pages": "Exclude pages from redaction",
- "new-tab-ssr": "Open Document in Server Side Rendering Mode",
- "html-debug": "Open Document HTML Debug",
- "download-original-file": "Download Original File",
- "exit-fullscreen": "Exit Full Screen (F)",
- "quick-nav": {
- "jump-first": "Jump to first page",
- "jump-last": "Jump to last page"
- }
- },
- "change-legal-basis-dialog": {
- "header": "Edit Redaction Reason",
- "actions": {
+ "assign-dossier-owner": {
+ "dialog": {
+ "approvers": "Approvers",
+ "cancel": "Cancel",
+ "make-approver": "Make Approver",
+ "no-approvers": "No approvers yet.\nSelect from the list below.",
+ "no-reviewers": "No reviewers yet.\nSelect from the list below.",
+ "reviewers": "Reviewers",
"save": "Save Changes",
- "cancel": "Cancel"
- },
- "content": {
- "reason": "Select redaction reason",
- "reason-placeholder": "Select a reason...",
- "legalBasis": "Legal Basis",
- "comment": "Comment"
+ "search": "Search...",
+ "single-user": "Owner",
+ "title": "Manage Dossier Team"
+ }
+ },
+ "assign-reviewer-owner": {
+ "dialog": {
+ "cancel": "Cancel",
+ "save": "Save",
+ "single-user": "Reviewer",
+ "title": "Manage File Reviewer"
}
},
"assign-user": {
"cancel": "Cancel",
"save": "Save"
},
- "annotation-actions": {
- "message": {
- "manual-redaction": {
- "undo": {
- "success": "Undo successful",
- "error": "Failed to undo: {{error}}"
- },
- "suggest": {
- "success": "Redaction suggestion saved",
- "error": "Failed to save redaction suggestion: {{error}}"
- },
- "add": {
- "success": "Redaction added!",
- "error": "Failed to save redaction: {{error}}"
- },
- "search": "Document name...",
- "change-legal-basis": {
- "success": "Annotation reason was edited.",
- "error": "Failed to edit annotation reason: {{error}}"
- },
- "approve": {
- "success": "Suggestion approved.",
- "error": "Failed to approve suggestion: {{error}}"
- },
- "decline": {
- "success": "Suggestion declined.",
- "error": "Failed to decline suggestion: {{error}}"
- }
- },
- "dictionary": {
- "undo": {
- "success": "Undo successful",
- "error": "Failed to undo: {{error}}"
- },
- "suggest": {
- "success": "Suggestion for dictionary modification saved!",
- "error": "Failed to save suggestion for dictionary modification: {{error}}"
- },
- "add": {
- "success": "Entry added to dictionary. Changes will be visible after reanalysis.",
- "error": "Failed to add entry to dictionary: {{error}}"
- },
- "decline": {
- "success": "Dictionary suggestion declined.",
- "error": "Failed to decline dictionary suggestion: {{error}}"
- },
- "approve": {
- "success": "Dictionary entry approved. Changes will be visible after reanalysis.",
- "error": "Failed to approve dictionary entry: {{error}}"
- },
- "request-remove": {
- "success": "Requested to remove dictionary entry!",
- "error": "Failed to request removal of dictionary entry: {{error}}"
- },
- "remove": {
- "success": "Dictionary entry removed!",
- "error": "Failed to remove dictionary entry: {{error}}"
- }
- }
+ "audit": "Audit",
+ "audit-screen": {
+ "all-users": "All Users",
+ "categories": {
+ "all-categories": "All Categories",
+ "LICENSE": "License",
+ "DOWNLOAD": "Download",
+ "AUDIT_LOG": "Audit Log",
+ "PROJECT": "Project",
+ "DOSSIER": "Dossier",
+ "DICTIONARY": "Dictionary",
+ "PROJECT_TEMPLATE": "Project Template",
+ "USER": "User",
+ "DOCUMENT": "Document",
+ "AUDIT": "Audit",
+ "DOSSIER_TEMPLATE": "Dossier Template"
},
- "force-redaction": {
- "label": "Force Redaction"
+ "no-data": {
+ "title": "No available logs."
},
- "accept-suggestion": {
- "label": "Accept Suggestion",
- "add-to-dict": "Approve and add to dictionary",
- "remove-from-dict": "Approve and remove from dictionary",
- "only-here": "Approve only here"
+ "table-col-names": {
+ "category": "Category",
+ "date": "Date",
+ "message": "Message",
+ "user": "User"
},
- "accept-recommendation": {
- "label": "Accept Recommendation"
+ "table-header": {
+ "title": "{{length}} Logs"
},
- "edit-reason": {
- "label": "Edit Reason"
- },
- "suggest-remove-annotation": "Remove or Suggest to remove this entry",
- "suggest-remove-annotations": "Remove or Suggest to remove selected entries",
- "reject-suggestion": "Reject Suggestion",
- "remove-annotation": {
- "suggest-remove-from-dict": "Suggest to remove from dictionary",
- "suggest-only-here": "Suggest to remove only here",
- "remove-from-dict": "Remove from dictionary",
- "only-here": "Remove only here",
- "false-positive": "False Positive"
- },
- "remove": "Remove",
- "undo": "Undo",
- "reject": "Reject",
- "hide": "Hide",
- "show": "Show"
+ "to": "to"
},
- "initials-avatar": {
- "unassigned": "Unassigned",
- "you": "You"
+ "auth-error": {
+ "heading": "Your user doesn't have the required RED-* roles to access this application. Please contact your admin for access!",
+ "heading-with-link": "Your user doesn't have the required RED-* roles to access this application. Please contact your admin for access!",
+ "heading-with-name": "Your user doesn't have the required RED-* roles to access this application. Please contact {{adminName}} for access!",
+ "heading-with-name-and-link": "Your user doesn't have the required RED-* roles to access this application. Please contact {{adminName}} for access!",
+ "logout": "Logout"
},
- "assign-reviewer-owner": {
- "dialog": {
- "single-user": "Reviewer",
- "title": "Manage File Reviewer",
- "save": "Save",
- "cancel": "Cancel"
- }
- },
- "assign-approver-owner": {
- "dialog": {
- "single-user": "Approver",
- "title": "Manage File Approver",
- "save": "Save",
- "cancel": "Cancel"
- }
- },
- "assign-dossier-owner": {
- "dialog": {
- "single-user": "Owner",
- "multi-user": "Review Team",
- "title": "Manage Dossier Team",
- "approvers": "Approvers",
- "reviewers": "Reviewers",
- "save": "Save Changes",
+ "by": "by",
+ "change-legal-basis": "Pending Change of Legal Basis",
+ "change-legal-basis-dialog": {
+ "actions": {
"cancel": "Cancel",
- "search": "Search...",
- "no-approvers": "No approvers yet.\nSelect from the list below.",
- "no-reviewers": "No reviewers yet.\nSelect from the list below.",
- "make-approver": "Make Approver"
- }
- },
- "dossier-member-guard": {
- "access-denied": "You are not allowed to access that page."
+ "save": "Save Changes"
+ },
+ "content": {
+ "comment": "Comment",
+ "legalBasis": "Legal Basis",
+ "reason": "Select redaction reason",
+ "reason-placeholder": "Select a reason..."
+ },
+ "header": "Edit Redaction Reason"
},
+ "comment": "Comment",
"comments": {
+ "add-comment": "Enter comment",
+ "cancel": "Cancel",
"comment": "{{count}} comment",
"comments": "{{count}} comments",
- "add-comment": "Enter comment",
- "hide-comments": "Hide comments",
- "cancel": "Cancel"
+ "hide-comments": "Hide comments"
},
- "UNPROCESSED": "Unprocessed",
- "REPROCESS": "Processing",
- "FULLREPROCESS": "Processing",
- "PROCESSING": "Processing",
- "OCR_PROCESSING": "OCR Processing",
- "ERROR": "Re-processing required",
- "UNASSIGNED": "Unassigned",
- "UNDER_REVIEW": "Under Review",
- "UNDER_APPROVAL": "Under Approval",
- "APPROVED": "Approved",
- "EXCLUDED": "Excluded",
- "by": "by",
- "efsa": "EFSA Approval",
- "finished": "Finished",
- "submitted": "Submitted",
- "active": "Active",
- "archived": "Archived",
- "hint": "Hint",
- "skipped": "Skipped",
- "redaction": "Redaction",
- "comment": "Comment",
- "pending-analysis": "Pending Re-Analysis",
- "change-legal-basis": "Pending Change of Legal Basis",
- "suggestion": "Suggestion for redaction",
- "dictionary": "Dictionary",
- "type": "Type",
- "content": "Reason",
- "page": "Page",
- "annotation": "Annotation",
- "annotations": "Annotations",
- "filter": {
- "hint": "Hints only",
- "redaction": "Redacted",
- "suggestion": "Suggested Redaction",
- "analysis": "Analysis required",
- "none": "No Annotations",
- "updated": "Updated",
- "image": "Images"
- },
- "filter-menu": {
- "label": "Filter",
- "filter-types": "Filter types",
- "filter-options": "Filter options",
- "with-comments": "Only annotations with comments",
- "with-reason-changes": "Only redactions with reason changes"
- },
- "sorting": {
- "recent": "Recent",
- "oldest": "Oldest",
- "alphabetically": "Alphabetically",
- "number-of-pages": "Number of pages",
- "number-of-analyses": "Number of analyses",
- "custom": "Custom"
- },
- "readonly": "Read only",
- "group": {
- "redactions": "Redaction Dictionaries",
- "hints": "Hint Dictionaries"
- },
- "annotation-type": {
- "recommendation": "Recommendation",
- "remove-only-here": "Pending removal ( only here )",
- "add-dictionary": "Pending add to dictionary",
- "remove-dictionary": "Pending remove from dictionary",
- "suggestion-add-dictionary": "Suggested dictionary add",
- "suggestion-force-redaction": "Suggestion force redaction",
- "suggestion-remove-dictionary": "Suggested dictionary removal",
- "suggestion-change-legal-basis": "Suggested change legal basis",
- "suggestion-add": "Suggested redaction",
- "suggestion-remove": "Suggested redaction removal",
- "skipped": "Skipped",
- "pending-analysis": "Pending Re-Analysis",
- "change-legal-basis": "Pending Change of Legal Basis",
- "hint": "Hint",
- "redaction": "Redaction",
- "manual-redaction": "Manual Redaction",
- "declined-suggestion": "Declined Suggestion"
- },
- "manual-annotation": {
- "dialog": {
- "header": {
- "dictionary": "Add to dictionary",
- "redaction": "Redaction",
- "force": "Force Redaction",
- "request-dictionary": "Request add to dictionary",
- "request-redaction": "Request Redaction",
- "false-positive": "Set false positive",
- "request-false-positive": "Request false positive"
- },
- "add-redaction": {
- "success": "Redaction suggestion added!",
- "failed": "Failed to add redaction: {{message}}"
- },
- "actions": {
- "save": "Save"
- },
- "content": {
- "text": "Selected text:",
- "rectangle": "Custom Rectangle",
- "dictionary": "Dictionary",
- "reason": "Reason",
- "reason-placeholder": "Select a reason ...",
- "legalBasis": "Legal Basis",
- "comment": "Comment"
- }
- },
- "approve-request": {
- "success": "Request approved.",
- "error": "Failed to approve request."
- },
- "undo": {
- "success": "Action undone.",
- "error": "Failed to undo action."
- },
- "redaction-request": {
- "success": "Redaction requested.",
- "error": "Failed to request redaction."
- },
- "remove-redaction-request": {
- "success": "Redaction removed.",
- "error": "Failed to remove redaction."
- },
- "redaction-add": {
- "success": "Redaction added.",
- "error": "Failed to add redaction."
+ "common": {
+ "close": "Close View",
+ "confirmation-dialog": {
+ "confirm": "Yes",
+ "deny": "No",
+ "description": "This action requires confirmation, do you wish to proceed?",
+ "title": "Confirm Action"
}
},
- "remove-annotations-dialog": {
- "remove-from-dictionary": {
- "title": "Remove From Dictionary",
- "question": "Following entries will be removed from their respective dictionaries:"
+ "configurations": "Configurations",
+ "confirm-delete-file-attribute": {
+ "cancel": {
+ "bulk": "Keep Attributes",
+ "single": "Keep Attribute"
},
- "remove-only-here": {
- "title": "Remove Redaction",
- "question": "Following redactions will be removed only here:"
+ "delete": {
+ "bulk": "Delete Attributes",
+ "single": "Delete Attribute"
},
- "image-type": "Image: {{typeLabel}}",
- "dictionary": "Dictionary",
- "value": "Value",
- "confirm": "Yes, proceed and remove!",
- "deny": "Cancel"
+ "impacted-documents": {
+ "bulk": "All documents they are used on will be impacted",
+ "single": "All documents it is used on will be impacted"
+ },
+ "lost-details": "All inputted details on the documents will be lost",
+ "title": {
+ "bulk": "Delete File Attributes",
+ "single": "Delete {{name}}"
+ },
+ "toast-error": "Please confirm that you understand the ramifications of your action!",
+ "warning": "Warning: this cannot be undone!"
+ },
+ "confirm-delete-users": {
+ "cancel": {
+ "bulk": "Keep Users",
+ "single": "Keep User"
+ },
+ "delete": {
+ "bulk": "Delete Users",
+ "single": "Delete User"
+ },
+ "impacted-documents": {
+ "bulk": "All documents pending review from the users will be impacted",
+ "single": "All documents pending review from the user will be impacted"
+ },
+ "impacted-dossiers": "{{dossiersCount}} dossiers will be impacted",
+ "title": {
+ "bulk": "Delete Users from Workspace",
+ "single": "Delete User from Workspace"
+ },
+ "toast-error": "Please confirm that you understand the ramifications of your action!",
+ "warning": "Warning: this cannot be undone!"
},
"confirmation-dialog": {
- "compare-file": {
- "title": "Compare with file: {{fileName}}",
- "question": "Warning!
Number of pages does not match, current document has {{currentDocumentPageCount}} page(s). Uploaded document has {{compareDocumentPageCount}} page(s).
Do you wish to proceed?"
- },
"assign-file-to-me": {
- "title": "Re-assign reviewer",
- "question": "This document is currently reviewed by someone else. Do you want to become the reviewer and assign yourself to this document?"
+ "question": "This document is currently reviewed by someone else. Do you want to become the reviewer and assign yourself to this document?",
+ "title": "Re-assign reviewer"
},
- "delete-file": {
- "title": "Delete Document",
- "question": "Do you wish to proceed?"
+ "compare-file": {
+ "question": "Warning!
Number of pages does not match, current document has {{currentDocumentPageCount}} page(s). Uploaded document has {{compareDocumentPageCount}} page(s).
Do you wish to proceed?",
+ "title": "Compare with file: {{fileName}}"
},
"delete-dossier": {
- "title": "Delete {{dossierName}}",
- "question": "Are you sure you want to delete this dossier?",
+ "confirmation-text": "Delete Dossier",
+ "deny-text": "Keep Dossier",
"details": "Deleted dossiers are sent to trash. They can be restored up to {{period}} days from their deletion.",
"input-label": "To proceed please type below",
- "confirmation-text": "Delete Dossier",
- "deny-text": "Keep Dossier"
+ "question": "Are you sure you want to delete this dossier?",
+ "title": "Delete {{dossierName}}"
+ },
+ "delete-file": {
+ "question": "Do you wish to proceed?",
+ "title": "Delete Document"
}
},
- "add-edit-file-attribute": {
- "title": {
- "edit": "Edit {{name}} File Attribute",
- "new": "Add New File Attribute"
- },
- "form": {
- "name": "Attribute Name",
- "name-placeholder": "Enter Name",
- "column-header": "CSV Column Header",
- "column-header-placeholder": "Enter CSV Column Header",
- "read-only": "Make Read-Only",
- "type": "Type",
- "primary": "Set as Primary"
- },
- "save": "Save Attribute"
- },
- "file-attribute-types": {
- "TEXT": "Free Text",
- "NUMBER": "Number",
- "DATE": "Date"
- },
- "add-edit-dictionary": {
- "title": {
- "edit": "Edit {{name}} Dictionary",
- "new": "Create Dictionary"
- },
- "form": {
- "name": "Dictionary Name",
- "name-placeholder": "Enter Name",
- "name-hint": "Cannot be edited after saving.",
- "description": "Description",
- "description-placeholder": "Enter Description",
- "rank": "Rank",
- "rank-placeholder": "1000",
- "color": "Hex Color",
- "color-placeholder": "#",
- "redaction": "Redaction",
- "hint": "Hint",
- "case-sensitive": "Case Sensitive",
- "add-to-dictionary-action": "Available for add to dictionary"
- },
- "error": {
- "dictionary-already-exists": "Dictionary with this name already exists!",
- "invalid-color-or-rank": "Invalid color or rank! Rank is already used by another dictionary or the color is not a valid hexColor!",
- "generic": "Failed to save dictionary!"
- },
- "save": "Save Dictionary"
- },
- "add-edit-dossier-template": {
- "title": {
- "edit": "Edit {{name}} Dossier Template",
- "new": "Create Dossier Template"
- },
- "form": {
- "name": "Dossier Template Name",
- "name-placeholder": "Enter Name",
- "description": "Description",
- "description-placeholder": "Enter Description",
- "valid-from": "Valid from",
- "valid-to": "Valid to"
- },
- "save": "Save Dossier Template"
- },
- "dictionary-overview": {
+ "content": "Reason",
+ "default-colors": "Default Colors",
+ "default-colors-screen": {
"action": {
- "delete": "Delete Dictionary",
- "edit": "Edit Dictionary",
- "download": "Download Dictionary",
- "upload": "Upload Dictionary"
+ "edit": "Edit Color"
},
- "error": {
- "entries-too-short": "Some entries of the dictionary are below the minimum length of 2. These are highlighted with red!",
- "generic": "Something went wrong... Dictionary update failed!"
+ "table-col-names": {
+ "color": "Color",
+ "key": "Type"
},
- "success": {
- "generic": "Dictionary updated!"
+ "table-header": {
+ "title": "{{length}} Default Colors"
},
- "search": "Search...",
- "save-changes": "Save Changes",
- "revert-changes": "Revert",
- "dictionary-details": {
- "description": "Description"
- },
- "compare": {
- "compare": "Compare",
- "select-dossier": "Select Dossier"
- },
- "select-dictionary": "Select a dictionary above to compare with the current one."
+ "types": {
+ "analysisColor": "Analysis",
+ "defaultColor": "Default Color",
+ "dictionaryRequestColor": "Dictionary Request",
+ "manualRedactionColor": "Manual Redaction",
+ "notRedacted": "Skipped",
+ "previewColor": "Preview",
+ "requestAdd": "Request Add",
+ "requestRemove": "Request Remove",
+ "updatedColor": "Updated"
+ }
},
+ "delete-files-error": "Failed to delete files.",
+ "dev-mode": "DEV",
+ "dictionaries": "Dictionaries",
+ "dictionary": "Dictionary",
"dictionary-listing": {
"action": {
"delete": "Delete Dictionary",
"edit": "Edit Dictionary"
},
+ "add-new": "New Dictionary",
"bulk": {
"delete": "Delete Selected Dictionaries"
},
"case-sensitive": "Case Sensitive",
- "add-new": "New Dictionary",
- "stats": {
- "charts": {
- "types": "Types",
- "entries": "Entries"
- }
- },
- "table-header": {
- "title": "{{length}} dictionaries"
- },
- "table-col-names": {
- "type": "Type",
- "order-of-importance": "Order Of Importance",
- "hint-redaction": "Hint/Redaction"
- },
- "search": "Search...",
"no-data": {
- "title": "There are no dictionaries yet.",
- "action": "New Dictionary"
+ "action": "New Dictionary",
+ "title": "There are no dictionaries yet."
},
"no-match": {
"title": "No dictionaries match your current filters."
+ },
+ "search": "Search...",
+ "stats": {
+ "charts": {
+ "entries": "Entries",
+ "types": "Types"
+ }
+ },
+ "table-col-names": {
+ "hint-redaction": "Hint/Redaction",
+ "order-of-importance": "Order Of Importance",
+ "type": "Type"
+ },
+ "table-header": {
+ "title": "{{length}} dictionaries"
+ }
+ },
+ "dictionary-overview": {
+ "action": {
+ "delete": "Delete Dictionary",
+ "download": "Download Dictionary",
+ "edit": "Edit Dictionary",
+ "upload": "Upload Dictionary"
+ },
+ "compare": {
+ "compare": "Compare",
+ "select-dossier": "Select Dossier"
+ },
+ "dictionary-details": {
+ "description": "Description"
+ },
+ "error": {
+ "entries-too-short": "Some entries of the dictionary are below the minimum length of 2. These are highlighted with red!",
+ "generic": "Something went wrong... Dictionary update failed!"
+ },
+ "revert-changes": "Revert",
+ "save-changes": "Save Changes",
+ "search": "Search...",
+ "select-dictionary": "Select a dictionary above to compare with the current one.",
+ "success": {
+ "generic": "Dictionary updated!"
}
},
"digital-signature": "Digital Signature",
- "dossier-templates": "Dossier Templates",
- "settings": "Settings",
- "dossier-templates-listing": {
- "table-header": {
- "title": "{{length}} dossier templates"
- },
- "bulk": {
- "delete": "Delete Selected Dossier Templates"
- },
- "entries": "{{length}} entries",
- "dictionaries": "{{length}} dictionaries",
- "action": {
- "delete": "Delete Template",
- "edit": "Edit Template"
- },
- "add-new": "New Dossier Template",
- "search": "Search...",
- "table-col-names": {
- "name": "Name",
- "created-by": "Created by",
- "created-on": "Created on",
- "modified-on": "Modified on"
- },
- "no-data": {
- "title": "There are no dossier templates yet."
- },
- "no-match": {
- "title": "No dossier templates match your current filters."
- }
- },
- "file-attributes-listing": {
- "search": "Search by attribute name...",
- "add-new": "New Attribute",
- "table-header": {
- "title": "{{length}} file attributes"
- },
- "bulk-actions": {
- "delete": "Delete Selected Attributes"
- },
- "table-col-names": {
- "name": "Name",
- "type": "Input Type",
- "read-only": "Read-Only",
- "csv-column": "CSV Column",
- "primary": "Primary",
- "primary-info-tooltip": "The value of the attribute set as primary shows up under the file name in the documents list."
- },
- "no-data": {
- "title": "There are no file attributes yet."
- },
- "no-match": {
- "title": "No file attributes match your current filters."
- },
- "read-only": "Read-only",
- "action": {
- "edit": "Edit Attribute",
- "delete": "Delete Attribute"
- },
- "upload-csv": "Upload File Attributes Configuration"
- },
- "confirm-delete-file-attribute": {
- "title": {
- "single": "Delete {{name}}",
- "bulk": "Delete File Attributes"
- },
- "warning": "Warning: this cannot be undone!",
- "delete": {
- "single": "Delete Attribute",
- "bulk": "Delete Attributes"
- },
- "cancel": {
- "single": "Keep Attribute",
- "bulk": "Keep Attributes"
- },
- "impacted-documents": {
- "single": "All documents it is used on will be impacted",
- "bulk": "All documents they are used on will be impacted"
- },
- "lost-details": "All inputted details on the documents will be lost",
- "toast-error": "Please confirm that you understand the ramifications of your action!"
- },
- "confirm-delete-users": {
- "title": {
- "single": "Delete User from Workspace",
- "bulk": "Delete Users from Workspace"
- },
- "warning": "Warning: this cannot be undone!",
- "impacted-dossiers": "{{dossiersCount}} dossiers will be impacted",
- "impacted-documents": {
- "single": "All documents pending review from the user will be impacted",
- "bulk": "All documents pending review from the users will be impacted"
- },
- "delete": {
- "single": "Delete User",
- "bulk": "Delete Users"
- },
- "cancel": {
- "single": "Keep User",
- "bulk": "Keep Users"
- },
- "toast-error": "Please confirm that you understand the ramifications of your action!"
- },
- "document-info": {
- "title": "Introduce File Attributes",
- "save": "Save Document Info",
- "save-approval": "Save and Send for Approval"
- },
- "user-profile": {
- "title": "My profile",
- "form": {
- "email": "Email",
- "first-name": "First name",
- "last-name": "Last name"
- },
- "actions": {
- "save": "Save profile"
- }
- },
- "user-listing": {
- "table-header": {
- "title": "{{length}} users"
- },
- "table-col-names": {
- "name": "Name",
- "email": "Email",
- "active": "Active",
- "roles": "Roles"
- },
- "action": {
- "edit": "Edit User",
- "delete": "Delete User"
- },
- "bulk": {
- "delete": "Delete Users",
- "delete-disabled": "You cannot delete your own account."
- },
- "search": "Search...",
- "add-new": "New User",
- "no-match": {
- "title": "No users match your current filters."
- }
- },
- "add-edit-user": {
- "title": {
- "new": "Add New User",
- "edit": "Edit User"
- },
- "form": {
- "first-name": "First Name",
- "last-name": "Last Name",
- "email": "Email",
- "role": "Role"
- },
- "actions": {
- "save": "Save User",
- "save-changes": "Save Changes",
- "delete": "Delete User",
- "cancel": "Cancel"
- }
- },
- "user-stats": {
- "title": "Users",
- "chart": {
- "users": "Users in Workspace"
- },
- "expand": "Show Details",
- "collapse": "Hide Details"
- },
- "rules-screen": {
- "error": {
- "generic": "Something went wrong... Rules update failed!"
- },
- "success": {
- "generic": "Rules updated!"
- },
- "action": {
- "download": "Download Rules",
- "upload": "Upload Rules"
- },
- "save-changes": "Save Changes",
- "revert-changes": "Revert"
- },
- "watermark-screen": {
- "form": {
- "text-placeholder": "Enter text",
- "opacity": "Opacity",
- "color": "Color",
- "font-size": "Font Size",
- "font-type": "Font Type",
- "orientation": "Orientation"
- },
- "action": {
- "save": "Save Changes",
- "revert": "Revert",
- "change-success": "Watermark updated!",
- "delete-success": "Watermark deleted.",
- "error": "Failed to update Watermark"
- },
- "title": "Watermark"
- },
- "reports-screen": {
- "title": "Reports",
- "description": "A short text explaining how to create report documents. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
- "document-setup-heading": "Document Setup",
- "document-setup-description": "A short text explaining what placeholders are and how to use them in your report template. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
- "report-documents": "Report Documents",
- "upload-document": "Upload a Document"
- },
- "dictionaries": "Dictionaries",
- "reports": "Reports",
- "user-management": "User Management",
- "license-information": "License Information",
- "notifications": {
- "today": "Today",
- "yesterday": "Yesterday",
- "tomorrow": "Tomorrow",
- "mark-read": "Mark as read",
- "mark-unread": "Mark as unread"
- },
- "rule-editor": "Rule Editor",
- "watermark": "Watermark",
- "file-attributes": "File Attributes",
- "pending-changes-guard": "WARNING: You have unsaved changes. Press Cancel to go back and save these changes, or OK to lose these changes.",
- "reset-filters": "Reset Filters",
- "overwrite-files-dialog": {
- "title": "Document already exists!",
- "question": "{{filename}} already exists. Choose how to proceed:",
- "options": {
- "overwrite": "Replace existing document",
- "skip": "Keep existing document",
- "cancel": "Cancel all uploads",
- "remember": "Remember choice and don't ask me again"
- }
- },
- "license-info-screen": {
- "backend-version": "Backend Application Version",
- "frontend-version": "Frontend Application Version",
- "custom-app-title": "Custom Application Title",
- "copyright-claim-title": "Copyright Claim",
- "copyright-claim-text": "Copyright © 2020 - {{currentYear}} knecon AG (powered by IQSER)",
- "end-user-license-title": "End User License Agreement",
- "end-user-license-text": "The use of this product is subject to the terms of the Redaction End User Agreement, unless other specified therein.",
- "3rd-party-title": "Reference to 3rd Party Licenses",
- "licensing-details": "Licensing Details",
- "licensed-to": "Licensed to",
- "licensing-period": "Licensing Period",
- "analyzed-pages": "Analyzed Pages",
- "usage-details": "Usage Details",
- "total-analyzed": "Total Analyzed Pages Since {{date}}",
- "licensed-page-count": "Number of licensed pages",
- "current-analyzed": "Analyzed Pages in Current Licensing Period",
- "unlicensed-analyzed": "Unlicensed Analyzed Pages",
- "email-report": "Email Report",
- "email": {
- "title": "License Report {{licenseCustomer}}",
- "body": {
- "analyzed": "Total Analyzed Pages in current license period: {{pages}}.",
- "licensed": "Licensed Pages: {{pages}}."
- }
- },
- "chart": {
- "licensed-total": "Licensed Total",
- "cumulative": "Cumulative Pages",
- "pages-per-month": "Pages per Month",
- "total-pages": "Total Pages",
- "legend": "Legend"
- }
- },
- "audit": "Audit",
- "audit-screen": {
- "table-header": {
- "title": "{{length}} Logs"
- },
- "table-col-names": {
- "message": "Message",
- "user": "User",
- "date": "Date",
- "category": "Category"
- },
- "all-categories": "All Categories",
- "all-users": "All Users",
- "to": "to",
- "no-data": {
- "title": "No available logs."
- }
- },
- "pagination": {
- "previous": "Prev",
- "next": "Next"
- },
- "configurations": "Configurations",
- "smtp-config-screen": {
- "general": {
- "title": "General Configurations",
- "subtitle": "",
- "form": {
- "forgot-password": "Show Forgot password link on Login screen"
- }
- },
- "title": "Configure SMTP Account",
- "subtitle": "SMTP (Simple Mail Transfer Protocol) enables you to send your emails through the specified server settings.",
- "actions": {
- "save": "Save Configurations",
- "test-connection": "Test Connection"
- },
- "form": {
- "host": "Host",
- "host-placeholder": "SMTP Host",
- "port": "Port",
- "from": "From",
- "from-placeholder": "Sender Email Address",
- "from-display-name": "Name for Sender",
- "from-display-name-placeholder": "Display Name for Sender Email Address",
- "from-display-name-hint": "Info text regarding the name for sender.",
- "reply-to": "Reply To",
- "reply-to-placeholder": "Reply To Email Address",
- "reply-to-display-name": "Name for Reply To",
- "reply-to-display-name-placeholder": "Display Name for Reply To Email Address",
- "envelope-from": "Envelope From",
- "envelope-from-placeholder": "Sender Envelope Email Address",
- "envelope-from-hint": "Info text regarding envelope from field.",
- "ssl": "Enable SSL",
- "starttls": "Enable StartTLS",
- "auth": "Enable Authentication",
- "change-credentials": "Change Credentials"
- },
- "test": {
- "success": "Test email was sent successfully!",
- "error": "Test email could not be sent! Please revise the email address."
- }
- },
- "smtp-auth-config": {
- "title": "Enable Authentication",
- "form": {
- "username": "Username",
- "username-placeholder": "Login Username",
- "password": "Password"
- },
- "actions": {
- "save": "Save Credentials",
- "cancel": "Cancel"
- }
- },
- "default-colors": "Default Colors",
- "default-colors-screen": {
- "table-header": {
- "title": "{{length}} Default Colors"
- },
- "table-col-names": {
- "key": "Type",
- "color": "Color"
- },
- "types": {
- "defaultColor": "Default Color",
- "requestAdd": "Request Add",
- "requestRemove": "Request Remove",
- "notRedacted": "Skipped",
- "analysisColor": "Analysis",
- "dictionaryRequestColor": "Dictionary Request",
- "manualRedactionColor": "Manual Redaction",
- "previewColor": "Preview",
- "updatedColor": "Updated"
- },
- "action": {
- "edit": "Edit Color"
- }
- },
- "edit-color-dialog": {
- "success": "Successfully updated color for {{color}}.",
- "error": "Failed to update colors.",
- "save": "Save",
- "form": {
- "color": "Color",
- "color-placeholder": "Color"
- }
- },
- "downloads-list": {
- "table-header": {
- "title": "{{length}} downloads"
- },
- "no-data": {
- "title": "No active downloads."
- },
- "table-col-names": {
- "name": "Name",
- "size": "Size",
- "type": "Type",
- "date": "Date",
- "status": "Status"
- },
- "actions": {
- "delete": "Delete",
- "download": "Download"
- }
- },
"digital-signature-screen": {
- "title": "Digital Signature",
- "no-data": {
- "title": "No Digital Signature certificate is configured. For signing redacted documents please upload a PCKS.12 certificate.",
- "action": "Upload Certificate"
- },
- "reason": {
- "label": "Reason",
- "placeholder": "Reason"
+ "action": {
+ "certificate-not-valid-error": "Uploaded Certificate is not valid for signing PDFs. PCKS.12 format is required.",
+ "delete": "Delete Digital Signature",
+ "delete-error": "Failed to remove digital signature, please try again.",
+ "delete-success": "Digital signature removed. Redacted files will no longer be signed!",
+ "reset": "Reset",
+ "save": "Save Digital Signature",
+ "save-error": "Failed to save digital signature",
+ "save-success": "Digital signature saved successfully"
},
"certificate-name": {
"label": "Certificate Name",
@@ -1271,108 +497,790 @@
"label": "Location",
"placeholder": "Location"
},
+ "no-data": {
+ "action": "Upload Certificate",
+ "title": "No Digital Signature certificate is configured. For signing redacted documents please upload a PCKS.12 certificate."
+ },
"password": {
"label": "Certificate Password/Key",
"placeholder": "Password"
},
- "action": {
- "save": "Save Digital Signature",
- "delete": "Delete Digital Signature",
- "reset": "Reset",
- "save-success": "Digital signature saved successfully",
- "save-error": "Failed to save digital signature",
- "certificate-not-valid-error": "Uploaded Certificate is not valid for signing PDFs. PCKS.12 format is required.",
- "delete-success": "Digital signature removed. Redacted files will no longer be signed!",
- "delete-error": "Failed to remove digital signature, please try again."
+ "reason": {
+ "label": "Reason",
+ "placeholder": "Reason"
}
},
- "stream-download": {
- "abort": "You have an active download, closing this window will cause it to stop!",
- "error": "Failed to download {{filename}}. Please try again ..."
+ "document-info": {
+ "save": "Save Document Info",
+ "title": "Introduce File Attributes"
},
- "roles": {
- "RED_USER": "User",
- "RED_MANAGER": "Manager",
- "RED_USER_ADMIN": "Users Admin",
- "RED_ADMIN": "Application Admin",
- "NO_ROLE": "No role defined",
- "INACTIVE": "Inactive",
- "MANAGER_ADMIN": "Manager & Admin",
- "REGULAR": "Regular"
+ "dossier-details": {
+ "assign-members": "Assign Members",
+ "collapse": "Hide Details",
+ "edit-owner": "Edit Owner",
+ "expand": "Show Details",
+ "members": "Members",
+ "owner": "Owner",
+ "see-less": "See less",
+ "title": "Dossier Details"
},
- "file-attributes-csv-import": {
- "title": "Select CSV columns to use as File Attributes",
- "cancel": "Cancel",
- "save": {
- "label": "Save Attributes",
- "success": "{{count}} File Attributes created successfully!",
- "error": "Failed to create File Attributes!"
+ "dossier-dictionary-dialog": {
+ "cancel": "cancel",
+ "save-changes": "Save Changes",
+ "title": "Dossier Dictionary"
+ },
+ "dossier-listing": {
+ "add-new": "New Dossier",
+ "delete": {
+ "action": "Delete Dossier",
+ "delete-failed": "Failed to delete dossier: {{dossierName}}"
},
+ "download-files": {
+ "action": "Download Redacted Files"
+ },
+ "edit": {
+ "action": "Edit Dossier"
+ },
+ "header": "Dossiers",
+ "no-data": {
+ "action": "New Dossier",
+ "title": "You currently have no dossiers."
+ },
+ "no-match": {
+ "title": "No dossiers match your current filters."
+ },
+ "quick-filters": {
+ "my-dossiers": "My Dossiers",
+ "other": "Other",
+ "to-approve": "To Approve",
+ "to-review": "To Review"
+ },
+ "reanalyse": {
+ "action": "Analyze entire dossier"
+ },
+ "search": "Dossier name...",
+ "stats": {
+ "analyzed-pages": "Pages",
+ "charts": {
+ "dossiers": "Dossiers",
+ "total-documents": "Total Document(s)"
+ },
+ "total-people": "Total user(s)"
+ },
+ "table-col-names": {
+ "name": "Name",
+ "needs-work": "Workload",
+ "owner": "Owner",
+ "status": "Status"
+ },
+ "table-header": {
+ "recent": "Recent",
+ "title": "{{length}} active dossiers"
+ }
+ },
+ "dossier-member-guard": {
+ "access-denied": "You are not allowed to access that page."
+ },
+ "dossier-overview": {
+ "approve": "Approve",
+ "approve-disabled": "File can only be approved once it has been analysed with the latest dictionaries and all suggestions have been processed.",
+ "assign-approver": "Assign Approver",
+ "assign-me": "Assign To Me",
+ "assign-reviewer": "Assign Reviewer",
+ "bulk": {
+ "delete": "Delete Documents",
+ "reanalyse": "Analyze Documents"
+ },
+ "delete": {
+ "action": "Delete File"
+ },
+ "dossier-details": {
+ "charts": {
+ "documents-in-dossier": "Documents in Dossier"
+ },
+ "description": "Description",
+ "dictionary": "Dossier Dictionary",
+ "stats": {
+ "analysed-pages": "{{count}} pages",
+ "created-on": "Created on {{date}}",
+ "documents": "{{count}} documents",
+ "due-date": "Due {{date}}",
+ "people": "{{count}} user(s)"
+ }
+ },
+ "download-file": "Download",
+ "download-file-disabled": "Download is only permitted for approved files",
+ "file-listing": {
+ "file-entry": {
+ "file-error": "Re-processing required",
+ "file-pending": "Pending...",
+ "file-processing": "Processing"
+ }
+ },
+ "header": "Dossier Overview",
+ "header-actions": {
+ "edit": "Edit Dossier",
+ "upload-document": "Upload Document"
+ },
+ "new-rule": {
+ "toast": {
+ "actions": {
+ "reanalyse-all": "Analyze all"
+ }
+ }
+ },
+ "no-data": {
+ "action": "Upload Document",
+ "title": "There are no documents yet."
+ },
+ "no-match": {
+ "title": "No documents match your current filters."
+ },
+ "ocr-file": "OCR Document",
+ "ocr-performed": "OCR was performed for this file.",
+ "quick-filters": {
+ "assigned-to-me": "Assigned to me",
+ "assigned-to-others": "Assigned to others",
+ "recent": "Recent ({{hours}} h)",
+ "unassigned": "Unassigned"
+ },
+ "reanalyse": {
+ "action": "Analyze File"
+ },
+ "reanalyse-dossier": {
+ "error": "Failed to schedule files for reanalysis. Please try again.",
+ "success": "Files scheduled for reanalysis."
+ },
+ "search": "Document name...",
+ "table-col-names": {
+ "added-on": "Added",
+ "assigned-to": "Assigned to",
+ "name": "Name",
+ "needs-work": "Workload",
+ "pages": "Pages",
+ "status": "Status"
+ },
+ "table-header": {
+ "title": "{{length}} documents"
+ },
+ "under-approval": "For Approval",
+ "under-review": "Under Review",
+ "upload-files": "Drag & drop files anywhere..."
+ },
+ "dossier-templates": "Dossier Templates",
+ "dossier-templates-listing": {
+ "action": {
+ "delete": "Delete Template",
+ "edit": "Edit Template"
+ },
+ "add-new": "New Dossier Template",
+ "bulk": {
+ "delete": "Delete Selected Dossier Templates"
+ },
+ "dictionaries": "{{length}} dictionaries",
+ "no-data": {
+ "title": "There are no dossier templates yet."
+ },
+ "no-match": {
+ "title": "No dossier templates match your current filters."
+ },
+ "search": "Search...",
+ "table-col-names": {
+ "created-by": "Created by",
+ "created-on": "Created on",
+ "modified-on": "Modified on",
+ "name": "Name"
+ },
+ "table-header": {
+ "title": "{{length}} dossier templates"
+ }
+ },
+ "download-includes": "Choose what is included at download:",
+ "download-status": {
+ "queued": "Your download has been queued, you can see all your requested downloads here: My Downloads ."
+ },
+ "download-type": {
+ "label": "{{length}} document versions",
+ "ORIGINAL": "Optimized PDF",
+ "PREVIEW": "Preview PDF",
+ "REDACTED": "Redacted PDF"
+ },
+ "downloads-list": {
+ "actions": {
+ "delete": "Delete",
+ "download": "Download"
+ },
+ "no-data": {
+ "title": "No active downloads."
+ },
+ "table-col-names": {
+ "date": "Date",
+ "name": "Name",
+ "size": "Size",
+ "status": "Status",
+ "type": "Type"
+ },
+ "table-header": {
+ "title": "{{length}} downloads"
+ }
+ },
+ "edit-color-dialog": {
+ "error": "Failed to update colors.",
+ "form": {
+ "color": "Color",
+ "color-placeholder": "Color"
+ },
+ "save": "Save",
+ "success": "Successfully updated color for {{color}}."
+ },
+ "edit-dossier-dialog": {
+ "actions": {
+ "revert": "Revert",
+ "save": "Save Changes"
+ },
+ "change-successful": "Dossier was updated.",
+ "delete-successful": "Dossier was deleted.",
+ "dictionary": {
+ "entries": "{{length}} entries"
+ },
+ "general-info": {
+ "form": {
+ "description": {
+ "label": "Description",
+ "placeholder": "Enter Description"
+ },
+ "due-date": "Due Date",
+ "name": {
+ "label": "Dossier Name",
+ "placeholder": "Enter Name"
+ },
+ "template": "Dossier Template",
+ "watermark": "Watermark application on redacted documents"
+ }
+ },
+ "header": "Edit {{dossierName}}",
+ "nav-items": {
+ "choose-download": "Choose what is included at download:",
+ "dictionary": "Dictionary",
+ "dossier-attributes": "Dossier Attributes",
+ "dossier-dictionary": "Dossier Dictionary",
+ "dossier-info": "Dossier Info",
+ "download-package": "Download Package",
+ "general-info": "General Information",
+ "members": "Members",
+ "report-attributes": "Report Attributes",
+ "team-members": "Team Members"
+ },
+ "unsaved-changes": "You have unsaved changes. Save or revert before changing the tab."
+ },
+ "efsa": "EFSA Approval",
+ "ERROR": "Re-processing required",
+ "EXCLUDED": "Excluded",
+ "file-attribute-types": {
+ "DATE": "Date",
+ "NUMBER": "Number",
+ "TEXT": "Free Text"
+ },
+ "file-attributes": "File Attributes",
+ "file-attributes-csv-import": {
+ "action": {
+ "cancel-edit-name": "Cancel",
+ "edit-name": "Edit Name",
+ "remove": "Remove",
+ "save-name": "Save"
+ },
+ "available": "{{value}} available",
+ "cancel": "Cancel",
+ "csv-column": "CSV Column",
"delimiter": "Delimiter",
"delimiter-placeholder": ",",
"encoding": "Encoding",
"encoding-placeholder": "UTF-8",
+ "file": "File:",
"key-column": "Key Column",
"key-column-placeholder": "Select column...",
- "parse-csv": "Parse CSV with new options",
- "total-rows": "{{rows}} rows in total",
- "available": "{{value}} available",
- "selected": "{{value}} selected",
- "csv-column": "CSV Column",
- "csv-column-preview": "CSV Column Preview",
+ "no-data": {
+ "title": "No file attributes defined. Select a column from the left panel to start defining file attributes."
+ },
"no-hovered-column": "Preview CSV column by hovering the entry.",
"no-sample-data-for": "No sample data for {{column}}.",
- "search": {
- "placeholder": "Search by column name..."
- },
- "table-header": {
- "title": "{{length}} file attributes",
- "actions": {
- "remove-selected": "Remove Selected",
- "read-only": "Make Read-only",
- "enable-read-only": "Enable Read-only for all attributes",
- "disable-read-only": "Disable Read-only for all attributes",
- "type": "Type"
- }
- },
- "file": "File:",
- "table-col-names": {
- "name": "Name",
- "type": "Type",
- "read-only": "Read-Only",
- "primary": "primary",
- "primary-info-tooltip": "The value of the attribute set as primary shows up under the file name in the documents list."
- },
+ "parse-csv": "Parse CSV with new options",
"quick-activation": {
"all": "All",
"none": "None"
},
+ "save": {
+ "error": "Failed to create File Attributes!",
+ "label": "Save Attributes",
+ "success": "{{count}} File Attributes created successfully!"
+ },
+ "search": {
+ "placeholder": "Search by column name..."
+ },
+ "selected": "{{value}} selected",
+ "table-col-names": {
+ "name": "Name",
+ "primary": "primary",
+ "primary-info-tooltip": "The value of the attribute set as primary shows up under the file name in the documents list.",
+ "read-only": "Read-Only",
+ "type": "Type"
+ },
+ "table-header": {
+ "actions": {
+ "disable-read-only": "Disable Read-only for all attributes",
+ "enable-read-only": "Enable Read-only for all attributes",
+ "read-only": "Make Read-only",
+ "remove-selected": "Remove Selected",
+ "type": "Type"
+ },
+ "title": "{{length}} file attributes"
+ },
+ "title": "Select CSV columns to use as File Attributes",
+ "total-rows": "{{rows}} rows in total"
+ },
+ "file-attributes-listing": {
"action": {
- "edit-name": "Edit Name",
- "save-name": "Save",
- "cancel-edit-name": "Cancel",
- "remove": "Remove"
+ "delete": "Delete Attribute",
+ "edit": "Edit Attribute"
+ },
+ "add-new": "New Attribute",
+ "bulk-actions": {
+ "delete": "Delete Selected Attributes"
},
"no-data": {
- "title": "No file attributes defined. Select a column from the left panel to start defining file attributes."
+ "title": "There are no file attributes yet."
+ },
+ "no-match": {
+ "title": "No file attributes match your current filters."
+ },
+ "read-only": "Read-only",
+ "search": "Search by attribute name...",
+ "table-col-names": {
+ "csv-column": "CSV Column",
+ "name": "Name",
+ "primary": "Primary",
+ "primary-info-tooltip": "The value of the attribute set as primary shows up under the file name in the documents list.",
+ "read-only": "Read-Only",
+ "type": "Input Type"
+ },
+ "table-header": {
+ "title": "{{length}} file attributes"
+ },
+ "upload-csv": "Upload File Attributes Configuration"
+ },
+ "file-preview": {
+ "assign-me": "Assign to me",
+ "assign-reviewer": "Assign Reviewer",
+ "change-reviewer": "Change Reviewer",
+ "delta": "Delta",
+ "delta-tooltip": "Delta View shows only the changes since last re-analysis. This view is only available if there is at least 1 change",
+ "document-info": "Your Document Info lives here. This includes metadata required on each document.",
+ "download-original-file": "Download Original File",
+ "exclude-pages": "Exclude pages from redaction",
+ "fullscreen": "Full Screen (F)",
+ "html-debug": "Open Document HTML Debug",
+ "last-reviewer": "Last Reviewed by:",
+ "new-tab-ssr": "Open Document in Server Side Rendering Mode",
+ "no-data": {
+ "title": "There are no annotations on this page."
+ },
+ "quick-nav": {
+ "jump-first": "Jump to first page",
+ "jump-last": "Jump to last page"
+ },
+ "reanalyse-file": "File reanalysis in progress",
+ "reanalyse-notification": "This document was not processed with the latest rule/dictionary set. Analyze now to get updated annotations.",
+ "redacted": "Preview",
+ "redacted-tooltip": "Redaction preview shows only redactions. Consider this a preview for the final redacted version. This view is only available if the file has no pending changes & doesn't require a reanalysis",
+ "reviewer": "Assigned to",
+ "standard": "Standard",
+ "standard-tooltip": "Standard Workload view shows all hints, redactions, recommendations & suggestions. This view allows editing.",
+ "tabs": {
+ "annotations": {
+ "jump-to-next": "Jump to Next",
+ "jump-to-previous": "Jump to Previous",
+ "label": "Workload",
+ "select": "Select",
+ "select-all": "All",
+ "select-none": "None"
+ },
+ "document-info": {
+ "close": "Close Document Info",
+ "details": {
+ "created-on": "Created on: {{date}}",
+ "dossier": "in {{dossierName}}",
+ "due": "Due: {{date}}",
+ "pages": "{{pages}} pages"
+ },
+ "edit": "Edit Document Info",
+ "label": "Document Info"
+ },
+ "exclude-pages": {
+ "close": "Close",
+ "error": "Error! Invalid page selection.",
+ "hint": "Minus (-) for range and comma (,) for enumeration.",
+ "input-placeholder": "e.g. 1-20,22,32",
+ "label": "Exclude Pages",
+ "no-excluded": "No excluded pages.",
+ "put-back": "Undo",
+ "removed-from-redaction": "Removed from redaction"
+ },
+ "is-excluded": "Redaction is disabled for this document."
+ },
+ "toggle-analysis": {
+ "disable": "Disable redaction",
+ "enable": "Enable for redaction",
+ "only-managers": "Enabling / disabling is permitted only for managers"
+ },
+ "unassigned": "Unassigned"
+ },
+ "filter": {
+ "analysis": "Analysis required",
+ "hint": "Hints only",
+ "image": "Images",
+ "none": "No Annotations",
+ "redaction": "Redacted",
+ "suggestion": "Suggested Redaction",
+ "updated": "Updated"
+ },
+ "filter-menu": {
+ "filter-options": "Filter options",
+ "filter-types": "Filter types",
+ "label": "Filter",
+ "with-comments": "Only annotations with comments",
+ "with-reason-changes": "Only redactions with reason changes"
+ },
+ "filters": {
+ "assigned-people": "Assignee(s)",
+ "dossier": "Dossier",
+ "dossier-templates": "Rule Sets",
+ "filter-by": "Filter:",
+ "needs-work": "Workload",
+ "people": "Dossier Member(s)",
+ "status": "Status"
+ },
+ "finished": "Finished",
+ "FULLREPROCESS": "Processing",
+ "hint": "Hint",
+ "initials-avatar": {
+ "unassigned": "Unassigned",
+ "you": "You"
+ },
+ "license-info-screen": {
+ "3rd-party-title": "Reference to 3rd Party Licenses",
+ "analyzed-pages": "Analyzed Pages",
+ "backend-version": "Backend Application Version",
+ "chart": {
+ "cumulative": "Cumulative Pages",
+ "legend": "Legend",
+ "licensed-total": "Licensed Total",
+ "pages-per-month": "Pages per Month",
+ "total-pages": "Total Pages"
+ },
+ "copyright-claim-text": "Copyright © 2020 - {{currentYear}} knecon AG (powered by IQSER)",
+ "copyright-claim-title": "Copyright Claim",
+ "current-analyzed": "Analyzed Pages in Current Licensing Period",
+ "custom-app-title": "Custom Application Title",
+ "email": {
+ "body": {
+ "analyzed": "Total Analyzed Pages in current license period: {{pages}}.",
+ "licensed": "Licensed Pages: {{pages}}."
+ },
+ "title": "License Report {{licenseCustomer}}"
+ },
+ "email-report": "Email Report",
+ "end-user-license-text": "The use of this product is subject to the terms of the Redaction End User Agreement, unless other specified therein.",
+ "end-user-license-title": "End User License Agreement",
+ "frontend-version": "Frontend Application Version",
+ "licensed-page-count": "Number of licensed pages",
+ "licensed-to": "Licensed to",
+ "licensing-details": "Licensing Details",
+ "licensing-period": "Licensing Period",
+ "total-analyzed": "Total Analyzed Pages Since {{date}}",
+ "unlicensed-analyzed": "Unlicensed Analyzed Pages",
+ "usage-details": "Usage Details"
+ },
+ "license-information": "License Information",
+ "manual-annotation": {
+ "dialog": {
+ "actions": {
+ "save": "Save"
+ },
+ "content": {
+ "comment": "Comment",
+ "dictionary": "Dictionary",
+ "legalBasis": "Legal Basis",
+ "reason": "Reason",
+ "reason-placeholder": "Select a reason ...",
+ "rectangle": "Custom Rectangle",
+ "text": "Selected text:"
+ },
+ "header": {
+ "dictionary": "Add to dictionary",
+ "false-positive": "Set false positive",
+ "force": "Force Redaction",
+ "redaction": "Redaction",
+ "request-dictionary": "Request add to dictionary",
+ "request-false-positive": "Request false positive",
+ "request-redaction": "Request Redaction"
+ }
+ },
+ "undo": {
+ "error": "Failed to undo action.",
+ "success": "Action undone."
}
},
- "download-includes": "Choose what is included at download:",
- "download-type": {
- "label": "{{length}} document versions",
- "PREVIEW": "Preview PDF",
- "ORIGINAL": "Optimized PDF",
- "REDACTED": "Redacted PDF"
+ "notifications": {
+ "mark-read": "Mark as read",
+ "mark-unread": "Mark as unread",
+ "today": "Today",
+ "tomorrow": "Tomorrow",
+ "yesterday": "Yesterday"
+ },
+ "OCR_PROCESSING": "OCR Processing",
+ "overwrite-files-dialog": {
+ "options": {
+ "cancel": "Cancel all uploads",
+ "overwrite": "Replace existing document",
+ "remember": "Remember choice and don't ask me again",
+ "skip": "Keep existing document"
+ },
+ "question": "{{filename}} already exists. Choose how to proceed:",
+ "title": "Document already exists!"
+ },
+ "page": "Page",
+ "pagination": {
+ "next": "Next",
+ "previous": "Prev"
+ },
+ "pdf-viewer": {
+ "text-popup": {
+ "actions": {
+ "search": "Search for selection"
+ }
+ }
+ },
+ "pending-analysis": "Pending Re-Analysis",
+ "pending-changes-guard": "WARNING: You have unsaved changes. Press Cancel to go back and save these changes, or OK to lose these changes.",
+ "PROCESSING": "Processing",
+ "readonly": "Read only",
+ "redaction": "Redaction",
+ "remove-annotations-dialog": {
+ "confirm": "Yes, proceed and remove!",
+ "deny": "Cancel",
+ "dictionary": "Dictionary",
+ "image-type": "Image: {{typeLabel}}",
+ "remove-from-dictionary": {
+ "question": "Following entries will be removed from their respective dictionaries:",
+ "title": "Remove From Dictionary"
+ },
+ "remove-only-here": {
+ "question": "Following redactions will be removed only here:",
+ "title": "Remove Redaction"
+ },
+ "value": "Value"
},
"report-type": {
+ "EXCEL_MULTI_FILE": "Excel (for all)",
+ "EXCEL_SINGLE_FILE": "Excel (per file)",
"label": "{{length}} report types",
"WORD_SINGLE_FILE_APPENDIX_A1_TEMPLATE": "Justification Appendix A1",
- "WORD_SINGLE_FILE_APPENDIX_A2_TEMPLATE": "Justification Appendix A2",
- "EXCEL_MULTI_FILE": "Excel (for all)",
- "EXCEL_SINGLE_FILE": "Excel (per file)"
+ "WORD_SINGLE_FILE_APPENDIX_A2_TEMPLATE": "Justification Appendix A2"
},
- "actions": {
- "all": "All",
- "none": "None"
+ "reports": "Reports",
+ "reports-screen": {
+ "description": "A short text explaining how to create report documents. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
+ "document-setup-description": "A short text explaining what placeholders are and how to use them in your report template. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",
+ "document-setup-heading": "Document Setup",
+ "report-documents": "Report Documents",
+ "title": "Reports",
+ "upload-document": "Upload a Document"
+ },
+ "REPROCESS": "Processing",
+ "reset-filters": "Reset Filters",
+ "roles": {
+ "INACTIVE": "Inactive",
+ "MANAGER_ADMIN": "Manager & Admin",
+ "NO_ROLE": "No role defined",
+ "RED_ADMIN": "Application Admin",
+ "RED_MANAGER": "Manager",
+ "RED_USER": "User",
+ "RED_USER_ADMIN": "Users Admin",
+ "REGULAR": "Regular"
+ },
+ "rule-editor": "Rule Editor",
+ "rules-screen": {
+ "error": {
+ "generic": "Something went wrong... Rules update failed!"
+ },
+ "revert-changes": "Revert",
+ "save-changes": "Save Changes",
+ "success": {
+ "generic": "Rules updated!"
+ }
+ },
+ "settings": "Settings",
+ "skipped": "Skipped",
+ "smtp-auth-config": {
+ "actions": {
+ "cancel": "Cancel",
+ "save": "Save Credentials"
+ },
+ "form": {
+ "password": "Password",
+ "username": "Username",
+ "username-placeholder": "Login Username"
+ },
+ "title": "Enable Authentication"
+ },
+ "smtp-config-screen": {
+ "actions": {
+ "save": "Save Configurations",
+ "test-connection": "Test Connection"
+ },
+ "form": {
+ "auth": "Enable Authentication",
+ "change-credentials": "Change Credentials",
+ "envelope-from": "Envelope From",
+ "envelope-from-hint": "Info text regarding envelope from field.",
+ "envelope-from-placeholder": "Sender Envelope Email Address",
+ "from": "From",
+ "from-display-name": "Name for Sender",
+ "from-display-name-hint": "Info text regarding the name for sender.",
+ "from-display-name-placeholder": "Display Name for Sender Email Address",
+ "from-placeholder": "Sender Email Address",
+ "host": "Host",
+ "host-placeholder": "SMTP Host",
+ "port": "Port",
+ "reply-to": "Reply To",
+ "reply-to-display-name": "Name for Reply To",
+ "reply-to-display-name-placeholder": "Display Name for Reply To Email Address",
+ "reply-to-placeholder": "Reply To Email Address",
+ "ssl": "Enable SSL",
+ "starttls": "Enable StartTLS"
+ },
+ "general": {
+ "form": {
+ "forgot-password": "Show Forgot password link on Login screen"
+ },
+ "subtitle": "",
+ "title": "General Configurations"
+ },
+ "subtitle": "SMTP (Simple Mail Transfer Protocol) enables you to send your emails through the specified server settings.",
+ "test": {
+ "error": "Test email could not be sent! Please revise the email address.",
+ "success": "Test email was sent successfully!"
+ },
+ "title": "Configure SMTP Account"
+ },
+ "sorting": {
+ "alphabetically": "Alphabetically",
+ "custom": "Custom",
+ "number-of-analyses": "Number of analyses",
+ "number-of-pages": "Number of pages",
+ "oldest": "Oldest",
+ "recent": "Recent"
+ },
+ "submitted": "Submitted",
+ "suggestion": "Suggestion for redaction",
+ "top-bar": {
+ "navigation-items": {
+ "back": "Back",
+ "dossiers": "Active Dossier",
+ "my-account": {
+ "children": {
+ "admin": "Settings",
+ "downloads": "My Downloads",
+ "language": {
+ "de": "German",
+ "en": "English",
+ "label": "Language"
+ },
+ "logout": "Logout",
+ "my-profile": "My Profile"
+ }
+ }
+ }
+ },
+ "type": "Type",
+ "UNASSIGNED": "Unassigned",
+ "UNDER_APPROVAL": "Under Approval",
+ "UNDER_REVIEW": "Under Review",
+ "UNPROCESSED": "Unprocessed",
+ "upload-status": {
+ "dialog": {
+ "actions": {
+ "cancel": "Cancel Upload",
+ "re-upload": "Retry Upload"
+ },
+ "title": "File Uploads ({{len}})"
+ },
+ "error": {
+ "file-size": "File too large. Limit is {{size}}MB.",
+ "generic": "Failed to upload file. "
+ }
+ },
+ "user-listing": {
+ "action": {
+ "delete": "Delete User",
+ "edit": "Edit User"
+ },
+ "add-new": "New User",
+ "bulk": {
+ "delete": "Delete Users",
+ "delete-disabled": "You cannot delete your own account."
+ },
+ "no-match": {
+ "title": "No users match your current filters."
+ },
+ "search": "Search...",
+ "table-col-names": {
+ "active": "Active",
+ "email": "Email",
+ "name": "Name",
+ "roles": "Roles"
+ },
+ "table-header": {
+ "title": "{{length}} users"
+ }
+ },
+ "user-management": "User Management",
+ "user-profile": {
+ "actions": {
+ "save": "Save profile"
+ },
+ "form": {
+ "email": "Email",
+ "first-name": "First name",
+ "last-name": "Last name"
+ },
+ "title": "My profile"
+ },
+ "user-stats": {
+ "chart": {
+ "users": "Users in Workspace"
+ },
+ "collapse": "Hide Details",
+ "expand": "Show Details",
+ "title": "Users"
+ },
+ "watermark": "Watermark",
+ "watermark-screen": {
+ "action": {
+ "change-success": "Watermark updated!",
+ "delete-success": "Watermark deleted.",
+ "error": "Failed to update Watermark",
+ "revert": "Revert",
+ "save": "Save Changes"
+ },
+ "form": {
+ "color": "Color",
+ "font-size": "Font Size",
+ "font-type": "Font Type",
+ "opacity": "Opacity",
+ "orientation": "Orientation",
+ "text-placeholder": "Enter text"
+ },
+ "title": "Watermark"
}
}
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index e69de29bb..000000000