@n8n/i18n 2.5.2 → 2.6.0
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 +96 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +88 -9
- package/dist/index.d.mts +88 -9
- package/dist/index.mjs +96 -17
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +88 -9
- package/dist/types2.d.mts +88 -9
- package/package.json +5 -5
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.
|
|
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": "
|
|
401
|
-
"chatHub.chat.greeting.fallback": "
|
|
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": "
|
|
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?",
|
|
@@ -920,6 +936,12 @@ var en_default = {
|
|
|
920
936
|
"credentials.item.owner": "Owner",
|
|
921
937
|
"credentials.item.readonly": "Read only",
|
|
922
938
|
"credentials.item.needsSetup": "Needs first setup",
|
|
939
|
+
"credentials.dynamic.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
|
|
940
|
+
"credentials.dynamic.tooltipTitle": "Dynamic credentials",
|
|
941
|
+
"credentials.dynamic.badge": "Dynamic",
|
|
942
|
+
"credentials.dynamic.warning.noResolver": "Dynamic credentials are enabled, but no resolver is selected. Select one in {workflowSettings} to resolve user accounts at run time.",
|
|
943
|
+
"credentials.dynamic.warning.noResolver.workflowSettings": "Workflow settings",
|
|
944
|
+
"credentials.dynamic.warning.noResolver.documentation": "documentation",
|
|
923
945
|
"credentials.search.placeholder": "Search credentials...",
|
|
924
946
|
"credentials.filters.type": "Type",
|
|
925
947
|
"credentials.filters.setup": "Needs first setup",
|
|
@@ -985,6 +1007,39 @@ var en_default = {
|
|
|
985
1007
|
"experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
|
|
986
1008
|
"experiments.personalizedTemplatesV3.recommendationTooltip": "Recommended workflows for you",
|
|
987
1009
|
"experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
|
|
1010
|
+
"experiments.resourceCenter.badge.noCredentials": "No Credentials Needed",
|
|
1011
|
+
"experiments.resourceCenter.badge.noSetup": "No Setup Needed",
|
|
1012
|
+
"experiments.resourceCenter.courses.title": "Official Courses",
|
|
1013
|
+
"experiments.resourceCenter.getInspired.title": "Get Inspired",
|
|
1014
|
+
"experiments.resourceCenter.gettingStarted.title": "Getting Started",
|
|
1015
|
+
"experiments.resourceCenter.learnAnything.title": "Learn Anything",
|
|
1016
|
+
"experiments.resourceCenter.quickStart.title": "Quick Start",
|
|
1017
|
+
"experiments.resourceCenter.seeMore": "See more",
|
|
1018
|
+
"experiments.resourceCenter.sidebar": "Resources",
|
|
1019
|
+
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1020
|
+
"experiments.resourceCenter.templateCard.useNow": "▶︎ Run workflow",
|
|
1021
|
+
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1022
|
+
"experiments.resourceCenter.title": "Resources",
|
|
1023
|
+
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
1024
|
+
"experiments.resourceCenter.youtubeInspiration.title": "Inspiration Videos",
|
|
1025
|
+
"experiments.resourceCenter.youtubeLearn.title": "Learning Videos",
|
|
1026
|
+
"experiments.resourceCenter.getStarted.title": "Get started",
|
|
1027
|
+
"experiments.resourceCenter.learnN8n.title": "Learn to use n8n",
|
|
1028
|
+
"experiments.resourceCenter.featuredVideos.title": "Featured video tutorials",
|
|
1029
|
+
"experiments.resourceCenter.quickTips.title": "Quick tips",
|
|
1030
|
+
"experiments.resourceCenter.masterclass.title": "Masterclasses",
|
|
1031
|
+
"experiments.resourceCenter.learnTemplates.title": "Starter templates",
|
|
1032
|
+
"experiments.resourceCenter.popularTemplates.title": "Popular templates",
|
|
1033
|
+
"experiments.resourceCenter.automationIdeas.title": "Automation ideas",
|
|
1034
|
+
"experiments.resourceCenter.sandbox.easySetup": "No setup needed",
|
|
1035
|
+
"experiments.resourceCenter.sandbox.easySetupWorkflow": "Easy set up workflow",
|
|
1036
|
+
"experiments.resourceCenter.sandbox.tryItNow": "Try it now",
|
|
1037
|
+
"experiments.resourceCenter.sandbox.nodes": "{count} nodes",
|
|
1038
|
+
"experiments.resourceCenter.course.hours": "{count} hours",
|
|
1039
|
+
"experiments.resourceCenter.course.lessons": "{count} lessons",
|
|
1040
|
+
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1041
|
+
"experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
|
|
1042
|
+
"experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
|
|
988
1043
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
989
1044
|
error: "Error",
|
|
990
1045
|
"error.goBack": "Go back",
|
|
@@ -1544,6 +1599,7 @@ var en_default = {
|
|
|
1544
1599
|
"node.enable": "Activate",
|
|
1545
1600
|
"node.delete": "Delete",
|
|
1546
1601
|
"node.add": "Add",
|
|
1602
|
+
"node.add-human-review-step": "Add human review step",
|
|
1547
1603
|
"node.issues": "Issues",
|
|
1548
1604
|
"node.install-to-use": "Install the package to use this node",
|
|
1549
1605
|
"node.dirty": "Node configuration changed. Output data may change when this node is run again",
|
|
@@ -1563,6 +1619,8 @@ var en_default = {
|
|
|
1563
1619
|
"node.settings.retriesOnFailure": "This node will automatically retry if it fails",
|
|
1564
1620
|
"node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
|
|
1565
1621
|
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1622
|
+
"node.settings.dynamicCredentials": "This node uses dynamic credentials that are resolved at runtime.",
|
|
1623
|
+
"node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
|
|
1566
1624
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1567
1625
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1568
1626
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1613,13 +1671,15 @@ var en_default = {
|
|
|
1613
1671
|
"nodeCreator.subcategoryDescriptions.retrievers": "Fetches relevant information from a source.",
|
|
1614
1672
|
"nodeCreator.subcategoryDescriptions.textSplitters": "Breaks down text into smaller parts.",
|
|
1615
1673
|
"nodeCreator.subcategoryDescriptions.tools": "Utility components providing various functionalities.",
|
|
1616
|
-
"nodeCreator.subcategoryDescriptions.vectorStores": "
|
|
1674
|
+
"nodeCreator.subcategoryDescriptions.vectorStores": "Store and access vector data in services like Supabase, Pinecone and MongoDB",
|
|
1617
1675
|
"nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
|
|
1618
|
-
"nodeCreator.subcategoryDescriptions.humanInTheLoop": "
|
|
1676
|
+
"nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
|
|
1677
|
+
"nodeCreator.subcategoryDescriptions.otherTools": "Do something in an app or service like Google Sheets, Telegram or Notion",
|
|
1619
1678
|
"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
1679
|
"nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
|
|
1621
1680
|
"nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
|
|
1622
1681
|
"nodeCreator.subcategoryNames.appTriggerNodes": "On app event",
|
|
1682
|
+
"nodeCreator.subcategoryNames.otherTools": "Action in an app",
|
|
1623
1683
|
"nodeCreator.subcategoryNames.appRegularNodes": "Action in an app",
|
|
1624
1684
|
"nodeCreator.subcategoryNames.dataTransformation": "Data transformation",
|
|
1625
1685
|
"nodeCreator.subcategoryNames.files": "Files",
|
|
@@ -1638,7 +1698,7 @@ var en_default = {
|
|
|
1638
1698
|
"nodeCreator.subcategoryNames.tools": "Tools",
|
|
1639
1699
|
"nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
|
|
1640
1700
|
"nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
|
|
1641
|
-
"nodeCreator.subcategoryNames.humanInTheLoop": "Human
|
|
1701
|
+
"nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
|
|
1642
1702
|
"nodeCreator.sectionNames.popular": "Popular",
|
|
1643
1703
|
"nodeCreator.sectionNames.other": "Other",
|
|
1644
1704
|
"nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
|
|
@@ -1764,6 +1824,7 @@ var en_default = {
|
|
|
1764
1824
|
"nodeSettings.executeButtonTooltip.times": "Will execute {inputSize} times, once for each input item",
|
|
1765
1825
|
"nodeSettings.executeOnce.description": "If active, the node executes only once, with data from the first item it receives",
|
|
1766
1826
|
"nodeSettings.executeOnce.displayName": "Execute Once",
|
|
1827
|
+
"nodeSettings.dynamicCredentials.displayName": "Dynamic Credentials",
|
|
1767
1828
|
"nodeSettings.maxTries.description": "Number of times to attempt to execute the node before failing the execution",
|
|
1768
1829
|
"nodeSettings.maxTries.displayName": "Max. Tries",
|
|
1769
1830
|
"nodeSettings.noDescriptionFound": "No description found",
|
|
@@ -2986,6 +3047,7 @@ var en_default = {
|
|
|
2986
3047
|
"tagsView.notBeingUsed": "Not being used",
|
|
2987
3048
|
"onboarding.title": "Demo: {name}",
|
|
2988
3049
|
"template.buttons.goBackButton": "Go back",
|
|
3050
|
+
"template.buttons.tryTemplate": "Try template",
|
|
2989
3051
|
"template.buttons.useThisWorkflowButton": "Use this workflow",
|
|
2990
3052
|
"template.details.appsInTheCollection": "This collection features",
|
|
2991
3053
|
"template.details.appsInTheWorkflow": "Apps in this workflow",
|
|
@@ -3008,6 +3070,8 @@ var en_default = {
|
|
|
3008
3070
|
"templates.searchPlaceholder": "Search workflows",
|
|
3009
3071
|
"templates.workflows": "Workflows",
|
|
3010
3072
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
3073
|
+
"templates.card.setupTime": "{count} min setup",
|
|
3074
|
+
"templates.card.verified": "Verified",
|
|
3011
3075
|
"textEdit.edit": "Edit",
|
|
3012
3076
|
"userActivity.daysAgo": "{count} days ago",
|
|
3013
3077
|
"userActivity.lastTime": "Last {time}",
|
|
@@ -3369,6 +3433,9 @@ var en_default = {
|
|
|
3369
3433
|
"workflows.item.readonly": "Read only",
|
|
3370
3434
|
"workflows.item.archived": "Archived",
|
|
3371
3435
|
"workflows.item.availableInMCP": "Available in MCP",
|
|
3436
|
+
"workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
|
|
3437
|
+
"workflows.dynamic.tooltipTitle": "Dynamic credentials",
|
|
3438
|
+
"workflows.dynamic.resolverMissing": "Credential resolver missing",
|
|
3372
3439
|
"workflows.item.enableMCPAccess": "Enable MCP access",
|
|
3373
3440
|
"workflows.item.disableMCPAccess": "Remove MCP access",
|
|
3374
3441
|
"workflows.itemSuggestion.try": "Try template",
|
|
@@ -3380,8 +3447,8 @@ var en_default = {
|
|
|
3380
3447
|
"workflows.templateRecoV2.loadingTemplates": "Loading templates...",
|
|
3381
3448
|
"workflows.templateRecoV2.useTemplate": "Use template",
|
|
3382
3449
|
"workflows.templateRecoV2.exploreTemplates": "Or explore templates to get inspired and learn fast:",
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3450
|
+
"templates.featured.loading": "Loading templates...",
|
|
3451
|
+
"templates.featured.seeMore": "See more templates",
|
|
3385
3452
|
"workflows.search.placeholder": "Search",
|
|
3386
3453
|
"workflows.filters": "Filters",
|
|
3387
3454
|
"workflows.filters.tags": "Tags",
|
|
@@ -3404,8 +3471,10 @@ var en_default = {
|
|
|
3404
3471
|
"workflows.noResults": "No workflows found",
|
|
3405
3472
|
"workflows.noResults.withSearch.switchToShared.preamble": "some workflows may be",
|
|
3406
3473
|
"workflows.noResults.withSearch.switchToShared.link": "hidden",
|
|
3407
|
-
"workflows.empty.heading": "
|
|
3408
|
-
"workflows.empty.heading.userNotSetup": "
|
|
3474
|
+
"workflows.empty.heading": "Welcome, {name}!",
|
|
3475
|
+
"workflows.empty.heading.userNotSetup": "Welcome!",
|
|
3476
|
+
"workflows.empty.headingWithIcon": "👋 Welcome, {name}!",
|
|
3477
|
+
"workflows.empty.headingWithIcon.userNotSetup": "👋 Welcome!",
|
|
3409
3478
|
"workflows.empty.description": "Create your first workflow",
|
|
3410
3479
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
3411
3480
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
@@ -4025,11 +4094,14 @@ var en_default = {
|
|
|
4025
4094
|
"assignment.dragToReorder": "Drag to reorder",
|
|
4026
4095
|
"templateSetup.title": "Set up '{name}' template",
|
|
4027
4096
|
"templateSetup.instructions": "You need {0} account to setup this template",
|
|
4097
|
+
"templateSetup.instructions.builder": "You need {0} account to setup this workflow",
|
|
4028
4098
|
"templateSetup.skip": "Skip",
|
|
4029
4099
|
"templateSetup.continue.button": "Continue",
|
|
4030
4100
|
"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.",
|
|
4101
|
+
"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
4102
|
"templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
|
|
4032
4103
|
"setupCredentialsModal.title": "Set up template",
|
|
4104
|
+
"setupCredentialsModal.title.builder": "Set up credentials",
|
|
4033
4105
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4034
4106
|
"becomeCreator.buttonText": "Become a creator",
|
|
4035
4107
|
"becomeCreator.closeButtonTitle": "Close",
|
|
@@ -4171,6 +4243,9 @@ var en_default = {
|
|
|
4171
4243
|
"freeAi.credits.callout.claim.button.label": "Claim credits",
|
|
4172
4244
|
"freeAi.credits.callout.success.title.part1": "Claimed {credits} free OpenAI API credits! Please note these free credits are only for the following models:",
|
|
4173
4245
|
"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",
|
|
4246
|
+
"freeAi.credits.callout.success.chatHub.beginning": "We've given you ",
|
|
4247
|
+
"freeAi.credits.callout.success.chatHub.credits": "{amount} free OpenAI API credits",
|
|
4248
|
+
"freeAi.credits.callout.success.chatHub.end": " to get started",
|
|
4174
4249
|
"freeAi.credits.credentials.edit": "This is a managed credential and cannot be edited.",
|
|
4175
4250
|
"freeAi.credits.showError.claim.title": "Free AI credits",
|
|
4176
4251
|
"freeAi.credits.showError.claim.message": "Enable to claim credits",
|
|
@@ -4248,6 +4323,10 @@ var en_default = {
|
|
|
4248
4323
|
"workflowDiff.newWorkflow": "New workflow",
|
|
4249
4324
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
4250
4325
|
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
4326
|
+
"workflowDiff.label.before": "Before",
|
|
4327
|
+
"workflowDiff.label.after": "After",
|
|
4328
|
+
"workflowDiff.waitingForData": "Waiting for workflow data...",
|
|
4329
|
+
"workflowDiff.error.loadNodeTypes": "Could not load node types",
|
|
4251
4330
|
"commandBar.placeholder": "Type a command or search...",
|
|
4252
4331
|
"commandBar.noResults": "No results found",
|
|
4253
4332
|
"commandBar.sections.recent": "Recent",
|