@n8n/i18n 1.17.0 → 1.19.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 +145 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +140 -4
- package/dist/index.d.ts +140 -4
- package/dist/index.js +145 -9
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +145 -9
- package/dist/types.d.ts +145 -9
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -74,6 +74,7 @@ var en_default = {
|
|
|
74
74
|
"generic.communityNode.tooltip": `This is a node from our community. It's part of the {packageName} package. <a href="{docURL}" target="_blank" title="Read the n8n docs">Learn more</a>`,
|
|
75
75
|
"generic.officialNode.tooltip": "This is an official node maintained by {author}",
|
|
76
76
|
"generic.copy": "Copy",
|
|
77
|
+
"generic.copied": "Copied",
|
|
77
78
|
"generic.delete": "Delete",
|
|
78
79
|
"generic.dontShowAgain": "Don't show again",
|
|
79
80
|
"generic.enterprise": "Enterprise",
|
|
@@ -101,12 +102,14 @@ var en_default = {
|
|
|
101
102
|
"generic.startNow": "Start now",
|
|
102
103
|
"generic.dismiss": "Dismiss",
|
|
103
104
|
"generic.saving": "Saving",
|
|
105
|
+
"generic.name": "Name",
|
|
104
106
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
105
107
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
106
108
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
107
109
|
"generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
|
|
108
110
|
"generic.upgrade": "Upgrade",
|
|
109
111
|
"generic.upgradeNow": "Upgrade now",
|
|
112
|
+
"generic.update": "Update",
|
|
110
113
|
"generic.credential": "Credential | {count} Credential | {count} Credentials",
|
|
111
114
|
"generic.credentials": "Credentials",
|
|
112
115
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
@@ -132,6 +135,9 @@ var en_default = {
|
|
|
132
135
|
"generic.never": "Never",
|
|
133
136
|
"generic.list.clearSelection": "Clear selection",
|
|
134
137
|
"generic.list.selected": "{count} row selected | {count} rows selected",
|
|
138
|
+
"generic.project": "Project",
|
|
139
|
+
"generic.your": "Your",
|
|
140
|
+
"generic.apiKey": "API Key",
|
|
135
141
|
"about.aboutN8n": "About n8n",
|
|
136
142
|
"about.close": "Close",
|
|
137
143
|
"about.license": "License",
|
|
@@ -203,18 +209,18 @@ var en_default = {
|
|
|
203
209
|
"auth.signup.setupYourAccountError": "Problem setting up your account",
|
|
204
210
|
"auth.signup.tokenValidationError": "Issue validating invite token",
|
|
205
211
|
"aiAssistant.name": "Assistant",
|
|
206
|
-
"aiAssistant.n8nAi": "n8n AI",
|
|
207
212
|
"aiAssistant.tabs.ask": "Ask",
|
|
208
213
|
"aiAssistant.tabs.build": "Build",
|
|
209
214
|
"aiAssistant.builder.mode": "AI Builder",
|
|
210
215
|
"aiAssistant.builder.placeholder": "Ask n8n to build...",
|
|
216
|
+
"aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
|
|
217
|
+
"aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
|
|
211
218
|
"aiAssistant.builder.generateNew": "Generate new workflow",
|
|
212
219
|
"aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
|
|
213
220
|
"aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
|
|
214
221
|
"aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
|
|
215
222
|
"aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
|
|
216
223
|
"aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
|
|
217
|
-
"aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
|
|
218
224
|
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
219
225
|
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
220
226
|
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
@@ -222,7 +228,17 @@ var en_default = {
|
|
|
222
228
|
"aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
|
|
223
229
|
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
224
230
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
225
|
-
"aiAssistant.builder.streamAbortedMessage": "
|
|
231
|
+
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
232
|
+
"aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow:",
|
|
233
|
+
"aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
|
|
234
|
+
"aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
|
|
235
|
+
"aiAssistant.builder.executeMessage.execute": "Execute and refine",
|
|
236
|
+
"aiAssistant.builder.executeMessage.noExecutionData": "Workflow execution could not be started. Please try again.",
|
|
237
|
+
"aiAssistant.builder.executeMessage.executionSuccess": "Workflow executed successfully.",
|
|
238
|
+
"aiAssistant.builder.executeMessage.executionFailedOnNode": 'Workflow execution failed on node "{nodeName}": {errorMessage}',
|
|
239
|
+
"aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
|
|
240
|
+
"aiAssistant.builder.toast.title": "Send chat message to start the execution",
|
|
241
|
+
"aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
|
|
226
242
|
"aiAssistant.assistant": "AI Assistant",
|
|
227
243
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
228
244
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -596,6 +612,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
596
612
|
"codeNodeEditor.defaultsTo": "Defaults to {default}.",
|
|
597
613
|
"collectionParameter.choose": "Choose...",
|
|
598
614
|
"collectionParameter.noProperties": "No properties",
|
|
615
|
+
"communityNodeFooter.legacy": "Legacy",
|
|
616
|
+
"communityNodeFooter.manage": "Manage",
|
|
617
|
+
"communityNodeFooter.reportIssue": "Report issue",
|
|
599
618
|
"credentialEdit.credentialConfig.accountConnected": "Account connected",
|
|
600
619
|
"credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
|
|
601
620
|
"credentialEdit.credentialConfig.connectionTestedSuccessfully": "Connection tested successfully",
|
|
@@ -758,6 +777,12 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
758
777
|
"duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
|
|
759
778
|
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
|
760
779
|
"editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
|
|
780
|
+
"experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
|
|
781
|
+
"experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
|
|
782
|
+
"experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
|
|
783
|
+
"experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
|
|
784
|
+
"experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
|
|
785
|
+
"experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
|
|
761
786
|
error: "Error",
|
|
762
787
|
"error.goBack": "Go back",
|
|
763
788
|
"error.pageNotFound": "Oops, couldn\u2019t find that",
|
|
@@ -1946,8 +1971,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1946
1971
|
"runData.aiContentBlock.tokens": "{count} Tokens",
|
|
1947
1972
|
"runData.aiContentBlock.tokens.prompt": "Prompt:",
|
|
1948
1973
|
"runData.aiContentBlock.tokens.completion": "Completion:",
|
|
1949
|
-
"runData.trimmedData.title": "No data yet",
|
|
1950
|
-
"runData.trimmedData.message": "Data will be available here once the execution has finished.",
|
|
1951
1974
|
"runData.trimmedData.loading": "Loading data",
|
|
1952
1975
|
"runData.panel.actions.collapse": "Collapse panel",
|
|
1953
1976
|
"runData.panel.actions.open": "Open panel",
|
|
@@ -2005,6 +2028,23 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2005
2028
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
|
|
2006
2029
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2007
2030
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2031
|
+
"settings.mcp": "MCP Access",
|
|
2032
|
+
"settings.mcp.toggle.label": "Enable MCP",
|
|
2033
|
+
"settings.mcp.toggle.description": "Enable MCP access to this n8n instance",
|
|
2034
|
+
"settings.mcp.available.workflows.heading": "Available Workflows",
|
|
2035
|
+
"settings.mcp.connection.info.heading": "How to connect",
|
|
2036
|
+
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove MCP Access",
|
|
2037
|
+
"settings.mcp.empty.title": "No workflows available for MCP",
|
|
2038
|
+
"settings.mcp.empty.description": "Enable MCP access in each workflow's settings to see them here.",
|
|
2039
|
+
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2040
|
+
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2041
|
+
"settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
|
|
2042
|
+
"settings.mcp.instructions.serverUrl": "Server URL",
|
|
2043
|
+
"settings.mcp.instructions.apiKey.part1": "Create an",
|
|
2044
|
+
"settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
|
|
2045
|
+
"settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
|
|
2046
|
+
"settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
|
|
2047
|
+
"settings.mcp.instructions.docs.part2": "our docs",
|
|
2008
2048
|
"settings.goBack": "Go back",
|
|
2009
2049
|
"settings.personal": "Personal",
|
|
2010
2050
|
"settings.personal.basicInformation": "Basic Information",
|
|
@@ -2259,6 +2299,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2259
2299
|
"settings.sourceControl.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository. {link}",
|
|
2260
2300
|
"settings.sourceControl.description.link": "More info",
|
|
2261
2301
|
"settings.sourceControl.gitConfig": "Git configuration",
|
|
2302
|
+
"settings.sourceControl.connectionType": "Connection Type",
|
|
2303
|
+
"settings.sourceControl.enterValidHttpsUrl": "Please enter a valid HTTPS URL",
|
|
2262
2304
|
"settings.sourceControl.repoUrl": "Git repository URL (SSH)",
|
|
2263
2305
|
"settings.sourceControl.repoUrlPlaceholder": "e.g. git{'@'}github.com:my-team/my-repository",
|
|
2264
2306
|
"settings.sourceControl.repoUrlInvalid": "The Git repository URL is not valid",
|
|
@@ -2354,6 +2396,19 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2354
2396
|
"settings.sourceControl.docs.using.pushPull.url": "https://docs.n8n.io/source-control-environments/using/push-pull",
|
|
2355
2397
|
"settings.sourceControl.error.not.connected.title": "Environments have not been enabled",
|
|
2356
2398
|
"settings.sourceControl.error.not.connected.message": "Please head over to <a href='/settings/environments'>environment settings</a> to connect a git repository first to activate this functionality.",
|
|
2399
|
+
"settings.sourceControl.saved.error": "Error setting branch",
|
|
2400
|
+
"settings.sourceControl.sshRepoUrl": "SSH Repository URL",
|
|
2401
|
+
"settings.sourceControl.httpsRepoUrl": "HTTPS Repository URL",
|
|
2402
|
+
"settings.sourceControl.sshRepoUrlPlaceholder": "git{'@'}github.com:user/repository.git",
|
|
2403
|
+
"settings.sourceControl.httpsRepoUrlPlaceholder": "https://github.com/user/repository.git",
|
|
2404
|
+
"settings.sourceControl.sshFormatNotice": "Use SSH format: git{'@'}github.com:user/repository.git",
|
|
2405
|
+
"settings.sourceControl.httpsFormatNotice": "Use HTTPS format: https://github.com/user/repository.git",
|
|
2406
|
+
"settings.sourceControl.httpsUsername": "Username",
|
|
2407
|
+
"settings.sourceControl.httpsUsernamePlaceholder": "Enter your GitHub username",
|
|
2408
|
+
"settings.sourceControl.httpsPersonalAccessToken": "Personal Access Token",
|
|
2409
|
+
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": "Enter your Personal Access Token (PAT)",
|
|
2410
|
+
"settings.sourceControl.httpsWarningNotice": "{strong} To create one for GitHub: Go to Settings \u2192 Developer settings \u2192 Personal access tokens \u2192 Tokens (classic). Required scopes: {repo} for private repositories or {publicRepo} for public ones. Other providers are also supported.",
|
|
2411
|
+
"settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
|
|
2357
2412
|
"showMessage.cancel": "@:_reusableBaseText.cancel",
|
|
2358
2413
|
"showMessage.ok": "OK",
|
|
2359
2414
|
"showMessage.showDetails": "Show Details",
|
|
@@ -2480,6 +2535,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2480
2535
|
"ndv.search.placeholder.output": "Search output",
|
|
2481
2536
|
"ndv.search.placeholder.input": "Search selected node",
|
|
2482
2537
|
"ndv.search.placeholder.input.schema": "Search previous nodes' fields",
|
|
2538
|
+
"ndv.search.placeholder.shortcutHint": "Search ({shortcut})",
|
|
2483
2539
|
"ndv.search.noMatch.title": "No matching items",
|
|
2484
2540
|
"ndv.search.noNodeMatch.title": "No matching fields",
|
|
2485
2541
|
"ndv.search.noMatch.description": "Try changing or {link} the filter to see more",
|
|
@@ -2648,6 +2704,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2648
2704
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
2649
2705
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
2650
2706
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
2707
|
+
"workflowSettings.availableInMCP": "Available in MCP",
|
|
2708
|
+
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
2709
|
+
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
2710
|
+
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
2651
2711
|
"workflowHistory.title": "Version History",
|
|
2652
2712
|
"workflowHistory.content.title": "Version",
|
|
2653
2713
|
"workflowHistory.content.editedBy": "Edited by",
|
|
@@ -2695,6 +2755,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2695
2755
|
"workflows.item.created": "Created",
|
|
2696
2756
|
"workflows.item.readonly": "Read only",
|
|
2697
2757
|
"workflows.item.archived": "Archived",
|
|
2758
|
+
"workflows.item.availableInMCP": "Available in MCP",
|
|
2759
|
+
"workflows.item.enableMCPAccess": "Enable MCP access",
|
|
2760
|
+
"workflows.item.disableMCPAccess": "Remove MCP access",
|
|
2698
2761
|
"workflows.itemSuggestion.try": "Try template",
|
|
2699
2762
|
"workflows.templateRecoV2.starterTemplates": "Starter templates",
|
|
2700
2763
|
"workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
|
|
@@ -2902,7 +2965,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2902
2965
|
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2903
2966
|
"dataStore.addColumn.error": "Error adding column",
|
|
2904
2967
|
"dataStore.addColumn.alreadyExistsError": "This column already exists",
|
|
2905
|
-
"dataStore.addColumn.alreadyExistsDescription": "Column name already
|
|
2968
|
+
"dataStore.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
|
|
2969
|
+
"dataStore.addColumn.systemColumnDescription": "This is a system column, choose a different name",
|
|
2970
|
+
"dataStore.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
|
|
2906
2971
|
"dataStore.moveColumn.error": "Error moving column",
|
|
2907
2972
|
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2908
2973
|
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
@@ -3034,6 +3099,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3034
3099
|
"settings.sso.settings.ips.url.invalid": "The Identity Provider Metadata URL is not valid",
|
|
3035
3100
|
"settings.sso.settings.ips.options.url": "Metadata URL",
|
|
3036
3101
|
"settings.sso.settings.ips.options.xml": "XML",
|
|
3102
|
+
"settings.sso.settings.oidc.prompt.none": "None (Silent authentication)",
|
|
3103
|
+
"settings.sso.settings.oidc.prompt.login": "Login (Force the user to log in)",
|
|
3104
|
+
"settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
|
|
3105
|
+
"settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
|
|
3106
|
+
"settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
|
|
3037
3107
|
"settings.sso.settings.test": "Test settings",
|
|
3038
3108
|
"settings.sso.settings.save": "Save settings",
|
|
3039
3109
|
"settings.sso.settings.save.activate.title": "Test and activate SAML SSO",
|
|
@@ -3071,10 +3141,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3071
3141
|
"projects.menu.personal": "Personal",
|
|
3072
3142
|
"projects.menu.addFirstProject": "Add project",
|
|
3073
3143
|
"projects.settings": "Project settings",
|
|
3144
|
+
"projects.settings.info": "Project info",
|
|
3074
3145
|
"projects.settings.newProjectName": "My project",
|
|
3075
3146
|
"projects.settings.iconPicker.button.tooltip": "Choose project icon",
|
|
3076
|
-
"projects.settings.name": "
|
|
3077
|
-
"projects.settings.description": "
|
|
3147
|
+
"projects.settings.name": "Icon and name",
|
|
3148
|
+
"projects.settings.description": "Description",
|
|
3078
3149
|
"projects.settings.projectMembers": "Project members",
|
|
3079
3150
|
"projects.settings.message.unsavedChanges": "You have unsaved changes",
|
|
3080
3151
|
"projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
|
|
@@ -3103,6 +3174,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3103
3174
|
"projects.settings.save.error.title": "An error occurred while saving the project",
|
|
3104
3175
|
"projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
|
|
3105
3176
|
"projects.settings.role.upgrade.message": "You're currently limited to {limit} on the {planName} plan and can only assign the admin role to users within this project. To create more projects and unlock additional roles, upgrade your plan.",
|
|
3177
|
+
"projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
|
|
3106
3178
|
"projects.settings.table.header.user": "@:_reusableBaseText.user",
|
|
3107
3179
|
"projects.settings.table.header.role": "@:_reusableBaseText.role",
|
|
3108
3180
|
"projects.settings.table.row.removeUser": "Remove user",
|
|
@@ -3115,6 +3187,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3115
3187
|
"projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
|
|
3116
3188
|
"projects.settings.member.removed.title": "Member removed successfully",
|
|
3117
3189
|
"projects.settings.member.remove.error.title": "An error occurred while removing member",
|
|
3190
|
+
"projects.settings.member.added.title": "Member added successfully",
|
|
3118
3191
|
"projects.sharing.noMatchingProjects": "There are no available projects",
|
|
3119
3192
|
"projects.sharing.noMatchingUsers": "No matching users or projects",
|
|
3120
3193
|
"projects.sharing.select.placeholder": "Select project or user",
|
|
@@ -3234,6 +3307,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3234
3307
|
"type.boolean": "Boolean",
|
|
3235
3308
|
"type.array": "Array",
|
|
3236
3309
|
"type.object": "Object",
|
|
3310
|
+
"type.binary": "Binary Data",
|
|
3237
3311
|
"filter.operator.equals": "is equal to",
|
|
3238
3312
|
"filter.operator.notEquals": "is not equal to",
|
|
3239
3313
|
"filter.operator.contains": "contains",
|
|
@@ -3280,6 +3354,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3280
3354
|
"assignment.add": "Add Field",
|
|
3281
3355
|
"assignment.addAll": "Add All",
|
|
3282
3356
|
"assignment.clearAll": "Clear All",
|
|
3357
|
+
"assignment.binaryData.placeholder": "Name of binary input (or expression referencing it)",
|
|
3283
3358
|
"templateSetup.title": "Set up '{name}' template",
|
|
3284
3359
|
"templateSetup.instructions": "You need {0} account to setup this template",
|
|
3285
3360
|
"templateSetup.skip": "Skip",
|
|
@@ -3455,6 +3530,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3455
3530
|
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
3456
3531
|
"insights.dashboard.table.estimate": "Estimate",
|
|
3457
3532
|
"insights.dashboard.title": "Insights",
|
|
3533
|
+
"insights.dashboard.search.placeholder": "All projects",
|
|
3458
3534
|
"insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
|
|
3459
3535
|
"insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
|
|
3460
3536
|
"insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
|
|
@@ -3505,7 +3581,67 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3505
3581
|
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3506
3582
|
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3507
3583
|
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3508
|
-
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3584
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates",
|
|
3585
|
+
"commandBar.placeholder": "Type a command...",
|
|
3586
|
+
"commandBar.noResults": "No results found",
|
|
3587
|
+
"commandBar.sections.nodes": "Nodes",
|
|
3588
|
+
"commandBar.sections.workflow": "Workflow",
|
|
3589
|
+
"commandBar.sections.workflows": "Workflows",
|
|
3590
|
+
"commandBar.sections.credentials": "Credentials",
|
|
3591
|
+
"commandBar.sections.dataTables": "Data Tables",
|
|
3592
|
+
"commandBar.sections.templates": "Templates",
|
|
3593
|
+
"commandBar.sections.demo": "Demo",
|
|
3594
|
+
"commandBar.nodes.addNode": "Add node",
|
|
3595
|
+
"commandBar.nodes.addStickyNote": "Add sticky note",
|
|
3596
|
+
"commandBar.nodes.openNode": "Open node",
|
|
3597
|
+
"commandBar.nodes.openNodeWithPrefix": "Open node > {nodeName}",
|
|
3598
|
+
"commandBar.nodes.addNodeWithPrefix": "Add node > {nodeName}",
|
|
3599
|
+
"commandBar.nodes.searchPlaceholder": "Search by node name, type, etc.",
|
|
3600
|
+
"commandBar.nodes.keywords.insert": "insert",
|
|
3601
|
+
"commandBar.nodes.keywords.add": "add",
|
|
3602
|
+
"commandBar.nodes.keywords.create": "create",
|
|
3603
|
+
"commandBar.nodes.keywords.node": "node",
|
|
3604
|
+
"commandBar.workflow.test": "Test workflow",
|
|
3605
|
+
"commandBar.workflow.save": "Save workflow",
|
|
3606
|
+
"commandBar.workflow.activate": "Activate workflow",
|
|
3607
|
+
"commandBar.workflow.deactivate": "Deactivate workflow",
|
|
3608
|
+
"commandBar.workflow.selectAll": "Select all",
|
|
3609
|
+
"commandBar.workflow.tidyUp": "Tidy up workflow",
|
|
3610
|
+
"commandBar.workflow.duplicate": "Duplicate workflow",
|
|
3611
|
+
"commandBar.workflow.download": "Download workflow",
|
|
3612
|
+
"commandBar.workflow.openCredential": "Open credential",
|
|
3613
|
+
"commandBar.workflow.openSubworkflow": "Open subworkflow",
|
|
3614
|
+
"commandBar.workflow.keywords.test": "test",
|
|
3615
|
+
"commandBar.workflow.keywords.execute": "execute",
|
|
3616
|
+
"commandBar.workflow.keywords.run": "run",
|
|
3617
|
+
"commandBar.workflow.keywords.workflow": "workflow",
|
|
3618
|
+
"commandBar.workflows.create": "Create workflow in {projectName}",
|
|
3619
|
+
"commandBar.workflows.open": "Open workflow",
|
|
3620
|
+
"commandBar.workflows.searchPlaceholder": "Search by workflow name or node type...",
|
|
3621
|
+
"commandBar.workflows.prefixPersonal": "[Personal] > ",
|
|
3622
|
+
"commandBar.workflows.prefixProject": "[{projectName}] > ",
|
|
3623
|
+
"commandBar.workflows.openPrefixPersonal": "Open workflow > [Personal] > ",
|
|
3624
|
+
"commandBar.workflows.openPrefixProject": "Open workflow > [{projectName}] > ",
|
|
3625
|
+
"commandBar.workflows.unnamed": "(unnamed workflow)",
|
|
3626
|
+
"commandBar.credentials.create": "Create credential in {projectName}",
|
|
3627
|
+
"commandBar.credentials.open": "Open credential",
|
|
3628
|
+
"commandBar.credentials.searchPlaceholder": "Search by credential name...",
|
|
3629
|
+
"commandBar.credentials.prefixPersonal": "[Personal] > ",
|
|
3630
|
+
"commandBar.credentials.prefixProject": "[{projectName}] > ",
|
|
3631
|
+
"commandBar.credentials.openPrefixPersonal": "Open credential > [Personal] > ",
|
|
3632
|
+
"commandBar.credentials.openPrefixProject": "Open credential > [{projectName}] > ",
|
|
3633
|
+
"commandBar.credentials.unnamed": "(unnamed credential)",
|
|
3634
|
+
"commandBar.dataTables.create": "Create data table in {projectName}",
|
|
3635
|
+
"commandBar.dataTables.open": "Open data table",
|
|
3636
|
+
"commandBar.dataTables.searchPlaceholder": "Search by data table name...",
|
|
3637
|
+
"commandBar.dataTables.prefixPersonal": "[Personal] > ",
|
|
3638
|
+
"commandBar.dataTables.prefixProject": "[{projectName}] > ",
|
|
3639
|
+
"commandBar.dataTables.openPrefixPersonal": "Open data table > [Personal] > ",
|
|
3640
|
+
"commandBar.dataTables.openPrefixProject": "Open data table > [{projectName}] > ",
|
|
3641
|
+
"commandBar.dataTables.unnamed": "(unnamed data table)",
|
|
3642
|
+
"commandBar.templates.import": "Import template",
|
|
3643
|
+
"commandBar.templates.importWithPrefix": "Import template > {templateName}",
|
|
3644
|
+
"commandBar.demo.availableEverywhere": "This is available everywhere"
|
|
3509
3645
|
};
|
|
3510
3646
|
|
|
3511
3647
|
// src/index.ts
|