feat(board): add board duplication (#1856)

Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
Meier Lukas
2025-01-04 19:53:57 +01:00
committed by GitHub
parent d98552540a
commit 49d10f7ad0
6 changed files with 251 additions and 3 deletions

View File

@@ -1760,6 +1760,20 @@
},
"board": {
"action": {
"duplicate": {
"title": "Duplicate board",
"message": "This will duplicate the board {name} with all its content. If widgets reference integrations, that you are not allowed to use, they will be removed.",
"notification": {
"success": {
"title": "Board duplicated",
"message": "The board was successfully duplicated"
},
"error": {
"title": "Unable to duplicate board",
"message": "The board could not be duplicated"
}
}
},
"edit": {
"notification": {
"success": {
@@ -2125,6 +2139,9 @@
"tooltip": "This board will show as your home board"
}
},
"duplicate": {
"label": "Duplicate board"
},
"delete": {
"label": "Delete permanently",
"confirm": {