From ad974ef07b47d078be70c4f799a4b06c9f4d0e3f Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Mon, 4 Nov 2024 13:30:01 +0100 Subject: [PATCH] Update AI creation placeholders --- apps/red-ui/src/assets/i18n/redact/de.json | 6 +++--- apps/red-ui/src/assets/i18n/redact/en.json | 6 +++--- apps/red-ui/src/assets/i18n/scm/de.json | 6 +++--- apps/red-ui/src/assets/i18n/scm/en.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/red-ui/src/assets/i18n/redact/de.json b/apps/red-ui/src/assets/i18n/redact/de.json index eedd3df89..62a7e3550 100644 --- a/apps/red-ui/src/assets/i18n/redact/de.json +++ b/apps/red-ui/src/assets/i18n/redact/de.json @@ -137,9 +137,9 @@ }, "add-edit-entity": { "form": { - "ai-creation-enabled": "KI-Erstellung aktivieren", - "ai-description": "KI-Beschreibung", - "ai-description-placeholder": "KI-Beschreibung eingeben", + "ai-creation-enabled": "Natürlichsprachliche Erkennung aktivieren", + "ai-description": "Natürlichsprachliche Beschreibung", + "ai-description-placeholder": "Beschreibe die Entität in natürlicher Sprache.\nFür die besten Ergebnisse sind eine kurze Beschreibung und ein paar Beispiele empfehlenswert.", "case-sensitive": "Groß-/Kleinschreibung beachten", "color": "Farbe {type, select, redaction{Schwärzung} hint{Hinweis} recommendation{Empfehlung} skipped{Ingorierte Schwärzung} ignored{Ignorierter Hinweis} other{}}", "color-placeholder": "#", diff --git a/apps/red-ui/src/assets/i18n/redact/en.json b/apps/red-ui/src/assets/i18n/redact/en.json index e36dc9568..d2c22b5d0 100644 --- a/apps/red-ui/src/assets/i18n/redact/en.json +++ b/apps/red-ui/src/assets/i18n/redact/en.json @@ -137,9 +137,9 @@ }, "add-edit-entity": { "form": { - "ai-creation-enabled": "Enable AI creation", - "ai-description": "AI Description", - "ai-description-placeholder": "Enter AI description", + "ai-creation-enabled": "Enable natural language based detection", + "ai-description": "Natural language description", + "ai-description-placeholder": "Describe the entity you want to detect using natural language.\nFor the best results, a concise description and a few examples are recommended.", "case-sensitive": "Case-sensitive", "color": "{type, select, redaction{Redaction} hint{Hint} recommendation{Recommendation} skipped{Skipped redaction} ignored{Ignored hint} other{}} color", "color-placeholder": "#", diff --git a/apps/red-ui/src/assets/i18n/scm/de.json b/apps/red-ui/src/assets/i18n/scm/de.json index 0ef81d09d..95a3dad43 100644 --- a/apps/red-ui/src/assets/i18n/scm/de.json +++ b/apps/red-ui/src/assets/i18n/scm/de.json @@ -137,9 +137,9 @@ }, "add-edit-entity": { "form": { - "ai-creation-enabled": "KI-Erstellung aktivieren", - "ai-description": "KI-Beschreibung", - "ai-description-placeholder": "KI-Beschreibung eingeben", + "ai-creation-enabled": "Natürlichsprachliche Erkennung aktivieren", + "ai-description": "Natürlichsprachliche Beschreibung", + "ai-description-placeholder": "Beschreibe die Entität in natürlicher Sprache.\nFür die besten Ergebnisse sind eine kurze Beschreibung und ein paar Beispiele empfehlenswert.", "case-sensitive": "Groß-/Kleinschreibung beachten", "color": "Farbe {type, select, redaction{Annotation} hint{Hinweis} recommendation{Empfehlung} skipped{Übersprungene Annotation} ignored{Ignorierter Hinweis} other{}}", "color-placeholder": "#", diff --git a/apps/red-ui/src/assets/i18n/scm/en.json b/apps/red-ui/src/assets/i18n/scm/en.json index b2990274c..5dd703aa8 100644 --- a/apps/red-ui/src/assets/i18n/scm/en.json +++ b/apps/red-ui/src/assets/i18n/scm/en.json @@ -137,9 +137,9 @@ }, "add-edit-entity": { "form": { - "ai-creation-enabled": "Enable AI creation", - "ai-description": "AI Description", - "ai-description-placeholder": "Enter AI description", + "ai-creation-enabled": "Enable natural language based detection", + "ai-description": "Natural language description", + "ai-description-placeholder": "Describe the entity you want to discover using natural language.\nFor the best results, a concise description and a few examples are recommended.", "case-sensitive": "Case-sensitive", "color": "{type, select, redaction{Annotation} hint{Hint} recommendation{Recommendation} skipped{Skipped annotation} ignored{Ignored hint} other{}} Color", "color-placeholder": "#",