RED-4323, RED-4332: Update placeholder descriptions

This commit is contained in:
Adina Țeudan 2022-06-23 17:30:03 +03:00
parent b597c79ce9
commit 3fd5015334
3 changed files with 18 additions and 2 deletions

View File

@ -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;

View File

@ -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."

View File

@ -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."