@n8n/i18n 2.5.2 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -111,8 +111,12 @@ var en_default = {
111
111
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you might lose your changes.",
112
112
  "generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
113
113
  "generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
114
- "generic.trial.message": "1 day left | {count} days left",
115
- "generic.trial.tooltip": "1 day left in your trial. Upgrade to keep using n8n. | {count} days left in your trial. Upgrade to keep using n8n.",
114
+ "generic.trial.message.days": "1 day left | {count} days left",
115
+ "generic.trial.message.hours": "1 hour left | {count} hours left",
116
+ "generic.trial.message.minutes": "1 minute left | {count} minutes left",
117
+ "generic.trial.tooltip.days": "1 day left in your trial. Upgrade to keep using n8n. | {count} days left in your trial. Upgrade to keep using n8n.",
118
+ "generic.trial.tooltip.hours": "1 hour left in your trial. Upgrade to keep using n8n. | {count} hours left in your trial. Upgrade to keep using n8n.",
119
+ "generic.trial.tooltip.minutes": "1 minute left in your trial. Upgrade to keep using n8n. | {count} minutes left in your trial. Upgrade to keep using n8n.",
116
120
  "generic.upgrade": "Upgrade",
117
121
  "generic.upgradeNow": "Upgrade now",
118
122
  "generic.update": "Update",
@@ -260,6 +264,7 @@ var en_default = {
260
264
  "aiAssistant.builder.executeMessage.executionFailedOnNode": "Workflow execution failed on node \"{nodeName}\": {errorMessage}",
261
265
  "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
262
266
  "aiAssistant.builder.executeMessage.fillParameter": "Update \"{label}\" parameter",
267
+ "aiAssistant.builder.executeMessage.addMissingCredentials": "Add missing credentials",
263
268
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
264
269
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
265
270
  "aiAssistant.builder.restoreError.title": "Failed to restore version",
@@ -304,7 +309,9 @@ var en_default = {
304
309
  "banners.confirmEmail.toast.error.heading": "Problem sending confirmation email",
305
310
  "banners.confirmEmail.toast.error.message": "Please try again later.",
306
311
  "banners.nonProductionLicense.message": "This n8n instance is not licensed for production purposes.",
307
- "banners.trial.message": "1 day left in your n8n trial | {count} days left in your n8n trial",
312
+ "banners.trial.message.days": "1 day left in your n8n trial | {count} days left in your n8n trial",
313
+ "banners.trial.message.hours": "1 hour left in your n8n trial | {count} hours left in your n8n trial",
314
+ "banners.trial.message.minutes": "1 minute left in your n8n trial | {count} minutes left in your n8n trial",
308
315
  "banners.trialOver.message": "Your trial is over. Upgrade now to keep automating.",
309
316
  "banners.v1.message": "n8n has been updated to version 1, introducing some breaking changes. Please consult the <a target=\"_blank\" href=\"https://docs.n8n.io/1-0-migration-checklist\">migration guide</a> for more information.",
310
317
  "banners.workflowAutoDeactivated.message": "This workflow was automatically deactivated due to multiple crashed executions. Please review and reactivate it when ready.",
@@ -397,8 +404,20 @@ var en_default = {
397
404
  "chatHub.personalAgents.description": "Create and manage custom AI agents with specific instructions and behaviors",
398
405
  "chatHub.personalAgents.empty.noAgents": "No personal agents available. Create your first custom agent to get started.",
399
406
  "chatHub.personalAgents.empty.noMatch": "No personal agents match your search criteria.",
400
- "chatHub.chat.greeting": "Hello, {name}!",
401
- "chatHub.chat.greeting.fallback": "User",
407
+ "chatHub.chat.greeting": "Start a chat with",
408
+ "chatHub.chat.greeting.fallback": "Select a model to start chatting",
409
+ "chatHub.welcome.header": "Your agents, any model",
410
+ "chatHub.welcome.subtitle": "One place to talk to everything you've built or connected",
411
+ "chatHub.welcome.card.workflowAgents.title": "Workflow agents",
412
+ "chatHub.welcome.card.workflowAgents.description": "Agents built with n8n workflows, made available by builders in your instance.",
413
+ "chatHub.welcome.card.personalAgents.title": "Personal agents",
414
+ "chatHub.welcome.card.personalAgents.description": "Simple agents with custom instructions and tool sets you define.",
415
+ "chatHub.welcome.card.baseModels.title": "Base models",
416
+ "chatHub.welcome.card.baseModels.description": "Chat models from any provider you have access to a credential for.",
417
+ "chatHub.welcome.button.startNewChat": "Start new chat",
418
+ "chatHub.welcome.button.inviteChatUsers": "Invite chat users",
419
+ "chatHub.welcome.inviteUpgrade.tooltip": "{link} to invite chat users. Read more {docsLink}",
420
+ "chatHub.welcome.inviteUpgrade.here": "here.",
402
421
  "chatHub.chat.dropOverlay": "Drop files here to attach",
403
422
  "chatHub.chat.scrollToBottom": "Scroll to bottom",
404
423
  "chatHub.chat.header.button.editAgent": "Edit Agent",
@@ -552,6 +571,7 @@ var en_default = {
552
571
  "codeNodeEditor.completer.$prevNode.runIndex": "The run of the previous node that generated the current input. \n\nAlways uses the current node's first input connector if there is more than one (e.g. in the 'Merge' node). ",
553
572
  "codeNodeEditor.completer.$runIndex": "The index of the current run of the current node execution. Starts at 0.",
554
573
  "codeNodeEditor.completer.$nodeVersion": "The version of the current node (as displayed at the bottom of the nodes's settings pane)",
574
+ "codeNodeEditor.completer.$tool": "The name and parameters of the tool that is currently being executed. Only available in HITL nodes",
555
575
  "codeNodeEditor.completer.$today": "A DateTime representing midnight at the start of the current day. \n\nUses the instance's time zone (unless overridden in the workflow's settings).",
556
576
  "codeNodeEditor.completer.$vars": "The <a target=\"_blank\" href=\"https://docs.n8n.io/code/variables/\">variables</a> available to the workflow",
557
577
  "codeNodeEditor.completer.$vars.varName.global": "Global variable defined for this n8n instance. All variables evaluate to strings.",
@@ -831,11 +851,7 @@ var en_default = {
831
851
  "credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
832
852
  "credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
833
853
  "credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for dynamic credentials",
834
- "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "Enable this credential to be used with workflow resolvers",
835
- "credentialEdit.credentialConfig.dynamicCredentials.description1": "Requires a workflow resolver in Workflow settings.",
836
- "credentialEdit.credentialConfig.dynamicCredentials.description2": "At run time it uses that resolver to select credentials based on who triggered the workflow.",
837
- "credentialEdit.credentialConfig.dynamicCredentials.documentation": "Documentation",
838
- "credentialEdit.credentialConfig.dynamicCredentials.docsUrl": "https://docs.n8n.io/credentials/dynamic-credentials/",
854
+ "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "When enabled, each execution uses the triggering user's credentials instead of a single fixed credential. Requires a webhook trigger with user identity extraction enabled. The credentials you connect are only used for manual testing or when the workflow uses a non-webhook trigger.",
839
855
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
840
856
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
841
857
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": "Close without saving?",
@@ -860,6 +876,8 @@ var en_default = {
860
876
  "credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
861
877
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": "There was a problem generating the authorization URL",
862
878
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": "OAuth Authorization Error",
879
+ "credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": "Authorization URL must use HTTP or HTTPS protocol.",
880
+ "credentialEdit.credentialEdit.showError.invalidOAuthUrl.title": "Invalid OAuth URL",
863
881
  "credentialEdit.credentialEdit.showError.loadCredential.title": "Problem loading credential",
864
882
  "credentialEdit.credentialEdit.showError.updateCredential.title": "Problem updating credential",
865
883
  "credentialEdit.credentialEdit.showMessage.title": "Credential deleted",
@@ -920,6 +938,12 @@ var en_default = {
920
938
  "credentials.item.owner": "Owner",
921
939
  "credentials.item.readonly": "Read only",
922
940
  "credentials.item.needsSetup": "Needs first setup",
941
+ "credentials.dynamic.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
942
+ "credentials.dynamic.tooltipTitle": "Dynamic credentials",
943
+ "credentials.dynamic.badge": "Dynamic",
944
+ "credentials.dynamic.warning.noResolver": "Dynamic credentials are enabled, but no resolver is selected. Select one in {workflowSettings} to resolve user accounts at run time.",
945
+ "credentials.dynamic.warning.noResolver.workflowSettings": "Workflow settings",
946
+ "credentials.dynamic.warning.noResolver.documentation": "documentation",
923
947
  "credentials.search.placeholder": "Search credentials...",
924
948
  "credentials.filters.type": "Type",
925
949
  "credentials.filters.setup": "Needs first setup",
@@ -985,6 +1009,39 @@ var en_default = {
985
1009
  "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
986
1010
  "experiments.personalizedTemplatesV3.recommendationTooltip": "Recommended workflows for you",
987
1011
  "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
1012
+ "experiments.resourceCenter.badge.noCredentials": "No Credentials Needed",
1013
+ "experiments.resourceCenter.badge.noSetup": "No Setup Needed",
1014
+ "experiments.resourceCenter.courses.title": "Official Courses",
1015
+ "experiments.resourceCenter.getInspired.title": "Get Inspired",
1016
+ "experiments.resourceCenter.gettingStarted.title": "Getting Started",
1017
+ "experiments.resourceCenter.learnAnything.title": "Learn Anything",
1018
+ "experiments.resourceCenter.quickStart.title": "Quick Start",
1019
+ "experiments.resourceCenter.seeMore": "See more",
1020
+ "experiments.resourceCenter.sidebar": "Resources",
1021
+ "experiments.resourceCenter.sidebar.inspiration": "Inspiration",
1022
+ "experiments.resourceCenter.templateCard.useNow": "▶︎ Run workflow",
1023
+ "experiments.resourceCenter.templatePreviews.title": "Popular Templates",
1024
+ "experiments.resourceCenter.title": "Resources",
1025
+ "experiments.resourceCenter.viewAllTemplates": "View all templates",
1026
+ "experiments.resourceCenter.youtubeInspiration.title": "Inspiration Videos",
1027
+ "experiments.resourceCenter.youtubeLearn.title": "Learning Videos",
1028
+ "experiments.resourceCenter.getStarted.title": "Get started",
1029
+ "experiments.resourceCenter.learnN8n.title": "Learn to use n8n",
1030
+ "experiments.resourceCenter.featuredVideos.title": "Featured video tutorials",
1031
+ "experiments.resourceCenter.quickTips.title": "Quick tips",
1032
+ "experiments.resourceCenter.masterclass.title": "Masterclasses",
1033
+ "experiments.resourceCenter.learnTemplates.title": "Starter templates",
1034
+ "experiments.resourceCenter.popularTemplates.title": "Popular templates",
1035
+ "experiments.resourceCenter.automationIdeas.title": "Automation ideas",
1036
+ "experiments.resourceCenter.sandbox.easySetup": "No setup needed",
1037
+ "experiments.resourceCenter.sandbox.easySetupWorkflow": "Easy set up workflow",
1038
+ "experiments.resourceCenter.sandbox.tryItNow": "Try it now",
1039
+ "experiments.resourceCenter.sandbox.nodes": "{count} nodes",
1040
+ "experiments.resourceCenter.course.hours": "{count} hours",
1041
+ "experiments.resourceCenter.course.lessons": "{count} lessons",
1042
+ "experiments.resourceCenter.video.level": "Level: {level}",
1043
+ "experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
1044
+ "experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
988
1045
  "experiments.templatesDataQuality.modalTitle": "Featured templates",
989
1046
  error: "Error",
990
1047
  "error.goBack": "Go back",
@@ -1544,6 +1601,7 @@ var en_default = {
1544
1601
  "node.enable": "Activate",
1545
1602
  "node.delete": "Delete",
1546
1603
  "node.add": "Add",
1604
+ "node.add-human-review-step": "Add human review step",
1547
1605
  "node.issues": "Issues",
1548
1606
  "node.install-to-use": "Install the package to use this node",
1549
1607
  "node.dirty": "Node configuration changed. Output data may change when this node is run again",
@@ -1563,6 +1621,8 @@ var en_default = {
1563
1621
  "node.settings.retriesOnFailure": "This node will automatically retry if it fails",
1564
1622
  "node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
1565
1623
  "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
1624
+ "node.settings.dynamicCredentials": "This node uses dynamic credentials that are resolved at runtime.",
1625
+ "node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
1566
1626
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
1567
1627
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
1568
1628
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
@@ -1613,13 +1673,15 @@ var en_default = {
1613
1673
  "nodeCreator.subcategoryDescriptions.retrievers": "Fetches relevant information from a source.",
1614
1674
  "nodeCreator.subcategoryDescriptions.textSplitters": "Breaks down text into smaller parts.",
1615
1675
  "nodeCreator.subcategoryDescriptions.tools": "Utility components providing various functionalities.",
1616
- "nodeCreator.subcategoryDescriptions.vectorStores": "Handles storage and retrieval of vector representations.",
1676
+ "nodeCreator.subcategoryDescriptions.vectorStores": "Store and access vector data in services like Supabase, Pinecone and MongoDB",
1617
1677
  "nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
1618
- "nodeCreator.subcategoryDescriptions.humanInTheLoop": "Wait for approval or human input before continuing",
1678
+ "nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
1679
+ "nodeCreator.subcategoryDescriptions.otherTools": "Do something in an app or service like Google Sheets, Telegram or Notion",
1619
1680
  "nodeCreator.subcategoryInfos.languageModels": "Chat models are designed for interactive conversations and follow instructions well, while text completion models focus on generating continuations of a given text input",
1620
1681
  "nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
1621
1682
  "nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
1622
1683
  "nodeCreator.subcategoryNames.appTriggerNodes": "On app event",
1684
+ "nodeCreator.subcategoryNames.otherTools": "Action in an app",
1623
1685
  "nodeCreator.subcategoryNames.appRegularNodes": "Action in an app",
1624
1686
  "nodeCreator.subcategoryNames.dataTransformation": "Data transformation",
1625
1687
  "nodeCreator.subcategoryNames.files": "Files",
@@ -1638,7 +1700,7 @@ var en_default = {
1638
1700
  "nodeCreator.subcategoryNames.tools": "Tools",
1639
1701
  "nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
1640
1702
  "nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
1641
- "nodeCreator.subcategoryNames.humanInTheLoop": "Human in the loop",
1703
+ "nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
1642
1704
  "nodeCreator.sectionNames.popular": "Popular",
1643
1705
  "nodeCreator.sectionNames.other": "Other",
1644
1706
  "nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
@@ -1764,6 +1826,7 @@ var en_default = {
1764
1826
  "nodeSettings.executeButtonTooltip.times": "Will execute {inputSize} times, once for each input item",
1765
1827
  "nodeSettings.executeOnce.description": "If active, the node executes only once, with data from the first item it receives",
1766
1828
  "nodeSettings.executeOnce.displayName": "Execute Once",
1829
+ "nodeSettings.dynamicCredentials.displayName": "Dynamic Credentials",
1767
1830
  "nodeSettings.maxTries.description": "Number of times to attempt to execute the node before failing the execution",
1768
1831
  "nodeSettings.maxTries.displayName": "Max. Tries",
1769
1832
  "nodeSettings.noDescriptionFound": "No description found",
@@ -2986,6 +3049,7 @@ var en_default = {
2986
3049
  "tagsView.notBeingUsed": "Not being used",
2987
3050
  "onboarding.title": "Demo: {name}",
2988
3051
  "template.buttons.goBackButton": "Go back",
3052
+ "template.buttons.tryTemplate": "Try template",
2989
3053
  "template.buttons.useThisWorkflowButton": "Use this workflow",
2990
3054
  "template.details.appsInTheCollection": "This collection features",
2991
3055
  "template.details.appsInTheWorkflow": "Apps in this workflow",
@@ -3008,6 +3072,8 @@ var en_default = {
3008
3072
  "templates.searchPlaceholder": "Search workflows",
3009
3073
  "templates.workflows": "Workflows",
3010
3074
  "templates.workflowsNotFound": "Workflow could not be found",
3075
+ "templates.card.setupTime": "{count} min setup",
3076
+ "templates.card.verified": "Verified",
3011
3077
  "textEdit.edit": "Edit",
3012
3078
  "userActivity.daysAgo": "{count} days ago",
3013
3079
  "userActivity.lastTime": "Last {time}",
@@ -3369,6 +3435,9 @@ var en_default = {
3369
3435
  "workflows.item.readonly": "Read only",
3370
3436
  "workflows.item.archived": "Archived",
3371
3437
  "workflows.item.availableInMCP": "Available in MCP",
3438
+ "workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
3439
+ "workflows.dynamic.tooltipTitle": "Dynamic credentials",
3440
+ "workflows.dynamic.resolverMissing": "Credential resolver missing",
3372
3441
  "workflows.item.enableMCPAccess": "Enable MCP access",
3373
3442
  "workflows.item.disableMCPAccess": "Remove MCP access",
3374
3443
  "workflows.itemSuggestion.try": "Try template",
@@ -3380,8 +3449,8 @@ var en_default = {
3380
3449
  "workflows.templateRecoV2.loadingTemplates": "Loading templates...",
3381
3450
  "workflows.templateRecoV2.useTemplate": "Use template",
3382
3451
  "workflows.templateRecoV2.exploreTemplates": "Or explore templates to get inspired and learn fast:",
3383
- "workflows.templatesDataQuality.loadingTemplates": "Loading templates...",
3384
- "workflows.templatesDataQuality.seeMoreTemplates": "See more templates",
3452
+ "templates.featured.loading": "Loading templates...",
3453
+ "templates.featured.seeMore": "See more templates",
3385
3454
  "workflows.search.placeholder": "Search",
3386
3455
  "workflows.filters": "Filters",
3387
3456
  "workflows.filters.tags": "Tags",
@@ -3404,8 +3473,10 @@ var en_default = {
3404
3473
  "workflows.noResults": "No workflows found",
3405
3474
  "workflows.noResults.withSearch.switchToShared.preamble": "some workflows may be",
3406
3475
  "workflows.noResults.withSearch.switchToShared.link": "hidden",
3407
- "workflows.empty.heading": "👋 Welcome {name}!",
3408
- "workflows.empty.heading.userNotSetup": "👋 Welcome!",
3476
+ "workflows.empty.heading": "Welcome, {name}!",
3477
+ "workflows.empty.heading.userNotSetup": "Welcome!",
3478
+ "workflows.empty.headingWithIcon": "👋 Welcome, {name}!",
3479
+ "workflows.empty.headingWithIcon.userNotSetup": "👋 Welcome!",
3409
3480
  "workflows.empty.description": "Create your first workflow",
3410
3481
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
3411
3482
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
@@ -4025,11 +4096,14 @@ var en_default = {
4025
4096
  "assignment.dragToReorder": "Drag to reorder",
4026
4097
  "templateSetup.title": "Set up '{name}' template",
4027
4098
  "templateSetup.instructions": "You need {0} account to setup this template",
4099
+ "templateSetup.instructions.builder": "You need {0} account to setup this workflow",
4028
4100
  "templateSetup.skip": "Skip",
4029
4101
  "templateSetup.continue.button": "Continue",
4030
4102
  "templateSetup.credential.description": "The credential you select will be used in the {0} node of the workflow template. | The credential you select will be used in the {0} nodes of the workflow template.",
4103
+ "templateSetup.credential.description.builder": "The credential you select will be used in the {0} node of this workflow. | The credential you select will be used in the {0} nodes of this workflow.",
4031
4104
  "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
4032
4105
  "setupCredentialsModal.title": "Set up template",
4106
+ "setupCredentialsModal.title.builder": "Set up credentials",
4033
4107
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4034
4108
  "becomeCreator.buttonText": "Become a creator",
4035
4109
  "becomeCreator.closeButtonTitle": "Close",
@@ -4171,6 +4245,9 @@ var en_default = {
4171
4245
  "freeAi.credits.callout.claim.button.label": "Claim credits",
4172
4246
  "freeAi.credits.callout.success.title.part1": "Claimed {credits} free OpenAI API credits! Please note these free credits are only for the following models:",
4173
4247
  "freeAi.credits.callout.success.title.part2": "gpt-5-mini, gpt-4.1-mini, gpt-4.1-nano, gpt-4o-mini, text-embedding-3-small, dall-e-3, tts-1, whisper-1, and text-moderation-latest",
4248
+ "freeAi.credits.callout.success.chatHub.beginning": "We've given you ",
4249
+ "freeAi.credits.callout.success.chatHub.credits": "{amount} free OpenAI API credits",
4250
+ "freeAi.credits.callout.success.chatHub.end": " to get started",
4174
4251
  "freeAi.credits.credentials.edit": "This is a managed credential and cannot be edited.",
4175
4252
  "freeAi.credits.showError.claim.title": "Free AI credits",
4176
4253
  "freeAi.credits.showError.claim.message": "Enable to claim credits",
@@ -4248,6 +4325,10 @@ var en_default = {
4248
4325
  "workflowDiff.newWorkflow": "New workflow",
4249
4326
  "workflowDiff.newWorkflow.database": "The workflow will be created in the database",
4250
4327
  "workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
4328
+ "workflowDiff.label.before": "Before",
4329
+ "workflowDiff.label.after": "After",
4330
+ "workflowDiff.waitingForData": "Waiting for workflow data...",
4331
+ "workflowDiff.error.loadNodeTypes": "Could not load node types",
4251
4332
  "commandBar.placeholder": "Type a command or search...",
4252
4333
  "commandBar.noResults": "No results found",
4253
4334
  "commandBar.sections.recent": "Recent",