From 3fd5015334243ae5a8a5fca42c08e2b5f1d78379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 23 Jun 2022 17:30:03 +0300 Subject: [PATCH] RED-4323, RED-4332: Update placeholder descriptions --- .../placeholders-descriptions-translations.ts | 4 ++++ apps/red-ui/src/assets/i18n/de.json | 8 +++++++- apps/red-ui/src/assets/i18n/en.json | 8 +++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/translations/placeholders-descriptions-translations.ts b/apps/red-ui/src/app/translations/placeholders-descriptions-translations.ts index 366aaa667..876acfb02 100644 --- a/apps/red-ui/src/app/translations/placeholders-descriptions-translations.ts +++ b/apps/red-ui/src/app/translations/placeholders-descriptions-translations.ts @@ -18,4 +18,8 @@ export const generalPlaceholdersDescriptionsTranslations = { 'date.MM/dd/yyyy': _('reports-screen.descriptions.general.date.m-d-y'), 'time.HH:mm': _('reports-screen.descriptions.general.time.h-m'), 'dossier.name': _('reports-screen.descriptions.general.dossier.name'), + 'redaction.value': _('reports-screen.descriptions.general.redaction.value'), + 'redaction.justificationLegalBasis': _('reports-screen.descriptions.general.redaction.justification-legal-basis'), + 'redaction.justificationText': _('reports-screen.descriptions.general.redaction.justification-text'), + 'redaction.entity.displayName': _('reports-screen.descriptions.general.redaction.entity.display-name'), } as const; diff --git a/apps/red-ui/src/assets/i18n/de.json b/apps/red-ui/src/assets/i18n/de.json index 7f540b547..eb6199f26 100644 --- a/apps/red-ui/src/assets/i18n/de.json +++ b/apps/red-ui/src/assets/i18n/de.json @@ -1821,12 +1821,18 @@ "name": "Dieser Platzhalter wird durch den Dateinamen ersetzt." }, "redaction": { + "entity": { + "display-name": "" + }, "excerpt": "Dieser Platzhalter wird durch einen Textausschnitt ersetzt, der die Schwärzung enthält.", "justification": "Dieser Platzhalter wird durch die Begründung der Schwärzung ersetzt. Es ist eine Kombination aus dem Rechtsverweis (justificationParagraph) und dem Begründungstext (justificationReason).", + "justification-legal-basis": "", "justification-paragraph": "Dieser Platzhalter wird durch den Rechtshinweis der Begründung der Redaktion ersetzt.", "justification-reason": "Dieser Platzhalter wird durch den Begründungstext der Schwärzung ersetzt.", + "justification-text": "", "page": "Dieser Platzhalter wird durch die Seitenzahl der Redaktion ersetzt.", - "paragraph": "Dieser Platzhalter wird durch den Absatz ersetzt, der die Schwärzung enthält." + "paragraph": "Dieser Platzhalter wird durch den Absatz ersetzt, der die Schwärzung enthält.", + "value": "" }, "time": { "h-m": "Dieser Platzhalter wird durch den Zeitpunkt ersetzt, zu dem der Bericht erstellt wurde." diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index b302be663..ad9b7561e 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -1821,12 +1821,18 @@ "name": "This placeholder is replaced by the file name." }, "redaction": { + "entity": { + "display-name": "This placeholder is replaced by the name of the entity the redaction is based on." + }, "excerpt": "This placeholder is replaced by a text snippet that contains the redaction.", "justification": "This placeholder is replaced by the justification of the redaction. It is a combination of the legal reference (justificationParagraph) and the justification text (justificationReason).", + "justification-legal-basis": "This placeholder is replaced by the legal basis for the redaction.", "justification-paragraph": "This placeholder is replaced by the legal reference of the justification of the redaction.", "justification-reason": "This placeholder is replaced by the justification text of the redaction.", + "justification-text": "This placeholder is replaced by the justification text.", "page": "This placeholder is replaced by the page number of the redaction.", - "paragraph": "This placeholder is replaced by the paragraph that contains the redaction." + "paragraph": "This placeholder is replaced by the paragraph that contains the redaction.", + "value": "This placeholder is replaced by the value that was redacted." }, "time": { "h-m": "This placeholder is replaced by the time the report was created."