From 020f2d969d2228692683af460e400ebdfea76966 Mon Sep 17 00:00:00 2001 From: Kilian Boute Date: Fri, 10 Jul 2026 17:10:14 +0000 Subject: [PATCH] feat(i18n): add Run workflow and Redact faces case UI strings Adds the en.json translations for the case Run-workflow dialog (title/subtitle/labels/empty/submit and the runWorkflow menu item) and the Redact faces attachment action (k14). --- charts/hub/custom-layout/i18n/en.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/charts/hub/custom-layout/i18n/en.json b/charts/hub/custom-layout/i18n/en.json index bc8b8e4..0e07c97 100644 --- a/charts/hub/custom-layout/i18n/en.json +++ b/charts/hub/custom-layout/i18n/en.json @@ -366,7 +366,8 @@ "deleteCase": "Delete case", "download": "Download", "delete": "Delete", - "openDetail": "Open detail" + "openDetail": "Open detail", + "runWorkflow": "Run workflow" }, "exportSelection": { "title": "Export selection", @@ -378,6 +379,16 @@ "emptyAttachments": "This case has no attachments yet.", "attachmentsHeading": "Attachments" }, + "runWorkflow": { + "title": "Run workflow", + "subtitle": "Launch a workflow over selected media on this case.", + "workflowLabel": "Workflow", + "loading": "Loading workflows…", + "noWorkflows": "No workflows are available to run on cases.", + "attachmentsSelected": "attachments selected", + "attachmentBadge": "Attachment", + "submit": "Run workflow" + }, "filter": { "assignees": "Assignees", "labels": "Labels", @@ -1614,7 +1625,8 @@ "k10": "or use the upload button below", "k11": "Delete attachment", "k12": "Are you sure you want to delete this attachment? This action cannot be undone.", - "k13": "Yes, delete" + "k13": "Yes, delete", + "k14": "Redact faces" } }, "media": {