mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(editor): "Executing" state in the output panel (#15470)
This commit is contained in:
@@ -33,9 +33,9 @@ vi.mock('@/plugins/i18n', () => ({
|
||||
i18n: {
|
||||
baseText: (key: string, options?: { interpolate?: { error?: string; details?: string } }) => {
|
||||
const texts: { [key: string]: string } = {
|
||||
'ndv.output.waitNodeWaiting': 'Waiting for execution to resume...',
|
||||
'ndv.output.waitNodeWaitingForFormSubmission': 'Waiting for form submission: ',
|
||||
'ndv.output.waitNodeWaitingForWebhook': 'Waiting for webhook call: ',
|
||||
'ndv.output.waitNodeWaiting.description.timer': 'Waiting for execution to resume...',
|
||||
'ndv.output.waitNodeWaiting.description.form': 'Waiting for form submission: ',
|
||||
'ndv.output.waitNodeWaiting.description.webhook': 'Waiting for webhook call: ',
|
||||
'ndv.output.githubNodeWaitingForWebhook': 'Waiting for webhook call: ',
|
||||
'ndv.output.sendAndWaitWaitingApproval': 'Waiting for approval...',
|
||||
'pushConnection.executionError': `Execution error${options?.interpolate?.error}`,
|
||||
|
||||
Reference in New Issue
Block a user