feat(editor): Implement folder move functionality (no-changelog) (#13922)

This commit is contained in:
Milorad FIlipović
2025-03-17 12:46:21 +01:00
committed by GitHub
parent 042aa39024
commit 1c17d12209
16 changed files with 733 additions and 97 deletions

View File

@@ -905,7 +905,7 @@
"folders.delete.typeToConfirm": "delete {folderName}",
"folders.delete.confirm.message": "Are to sure you want to delete this folder?",
"folders.delete.success.message": "Folder deleted",
"folder.delete.modal.confirmation": "What should we do with the folders and workflows within this folder?",
"folder.delete.modal.confirmation": "What should we do with {folders} {workflows} in this folder?",
"folder.count": "the {count} folder | the {count} folders",
"workflow.count": "the {count} workflow | the {count} workflows",
"folder.and.workflow.separator": "and",
@@ -920,6 +920,18 @@
"folders.rename.error.title": "Problem renaming folder",
"folders.rename.success.message": "Folder renamed",
"folders.not.found.message": "Folder not found",
"folders.move.modal.title": "Move \"{folderName}\" to another folder",
"folders.move.modal.description": "Note: Moving this folder will also move all workflows and subfolders within it.",
"folders.move.modal.select.placeholder": "Search for a folder",
"folders.move.modal.confirm": "Move to folder",
"folders.move.success.title": "Successfully moved folder",
"folders.move.success.message": "<b>{folderName}</b> has been moved to <b>{newFolderName}</b>, along with all its workflows and subfolders.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
"folders.move.error.title": "Problem moving folder",
"folders.move.workflow.error.title": "Problem moving workflow",
"folders.move.workflow.success.title": "Successfully moved workflow",
"folders.move.workflow.success.message": "<b>{workflowName}</b> has been moved to <b>{newFolderName}</b>.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
"folders.open.error.title": "Problem opening folder",
"folders.create.error.title": "Problem creating folder",
"generic.oauth1Api": "OAuth1 API",
"generic.oauth2Api": "OAuth2 API",
"genericHelpers.loading": "Loading",