mirror of
https://github.com/kerberos-io/helm-charts.git
synced 2026-08-23 15:18:33 +00:00
Merge pull request #125 from kerberos-io/feat/hub-i18n-run-workflow-redact
feat(i18n): add Run workflow and Redact faces case UI strings
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user