diff --git a/packages/nc-gui/components/smartsheet-toolbar/KanbanStackEditOrAdd.vue b/packages/nc-gui/components/smartsheet-toolbar/KanbanStackEditOrAdd.vue
index d10a500b07..729fcc4c1c 100644
--- a/packages/nc-gui/components/smartsheet-toolbar/KanbanStackEditOrAdd.vue
+++ b/packages/nc-gui/components/smartsheet-toolbar/KanbanStackEditOrAdd.vue
@@ -36,8 +36,7 @@ provide(IsKanbanInj, ref(true))
diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue
index 3129146359..93b609cdce 100644
--- a/packages/nc-gui/components/smartsheet/Kanban.vue
+++ b/packages/nc-gui/components/smartsheet/Kanban.vue
@@ -275,15 +275,13 @@ onMounted(async () => {
>
-
- Add new record
+ {{ $t('activity.addNewRecord') }}
-
- Collapse Stack
+ {{ $t('activity.kanban.collapseStack') }}
{
>
-
- Delete Stack
+ {{ $t('activity.kanban.deleteStack') }}
@@ -425,13 +422,10 @@ onMounted(async () => {
/>
-
- Delete stack?
+ {{ $t('activity.deleteKanbanStack') }}
-
- Deleting this stack will also remove the select option `{{ stackToBeDeleted }}` from the `{{ groupingField }}`. The records
- will move to the uncategorized stack.
+ {{ $t('msg.info.deleteKanbanStackConfirmation', { stackToBeDeleted, groupingField }) }}
{{ $t('general.cancel') }}
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json
index 518421bfe2..3b89ac80ca 100644
--- a/packages/nc-gui/lang/en.json
+++ b/packages/nc-gui/lang/en.json
@@ -306,6 +306,7 @@
"deleteProject": "Delete Project",
"refreshProject": "Refresh projects",
"saveProject": "Save Project",
+ "deleteKanbanStack": "Delete stack?",
"createProjectExtended": {
"extDB": "Create By Connecting
To An External Database",
"excel": "Create Project from excel",
@@ -415,6 +416,13 @@
"showSqlViews": "Show SQL Views",
"showMMTables": "Show Many to Many tables",
"showJunctionTableNames": "Show Junction Table Names"
+ },
+ "kanban": {
+ "collapseStack": "Collapse Stack",
+ "deleteStack": "Delete Stack",
+ "stackedBy": "Stacked By {groupingField}",
+ "chooseGroupingField": "Choose a Grouping Field",
+ "addOrEditStack": "Add / Edit Stack"
}
},
"tooltip": {
@@ -579,7 +587,8 @@
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base",
"deleteViewConfirmation": "Are you sure you want to delete this view?",
"deleteTableConfirmation": "Do you want to delete the table",
- "showM2mTables": "Show M2M Tables"
+ "showM2mTables": "Show M2M Tables",
+ "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack."
},
"error": {
"searchProject": "Your search for {search} found no results",