@n8n/i18n 1.9.1 → 1.10.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 CHANGED
@@ -48,6 +48,7 @@ var en_default = {
48
48
  "generic.cancel": "Cancel",
49
49
  "generic.open": "Open",
50
50
  "generic.close": "Close",
51
+ "generic.clear": "Clear",
51
52
  "generic.confirm": "Confirm",
52
53
  "generic.create": "Create",
53
54
  "generic.create.workflow": "Create Workflow",
@@ -186,14 +187,22 @@ var en_default = {
186
187
  "aiAssistant.n8nAi": "n8n AI",
187
188
  "aiAssistant.builder.name": "Builder",
188
189
  "aiAssistant.builder.mode": "AI Builder",
189
- "aiAssistant.builder.placeholder": "What would you like to automate?",
190
+ "aiAssistant.builder.placeholder": "Ask n8n to build...",
190
191
  "aiAssistant.builder.generateNew": "Generate new workflow",
191
- "aiAssistant.builder.buildWorkflow": "Build workflow",
192
192
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
193
193
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
194
194
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
195
195
  "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
196
196
  "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
197
+ "aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
198
+ "aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
199
+ "aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
200
+ "aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
201
+ "aiAssistant.builder.canvasPrompt.confirmButton": "Replace",
202
+ "aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
203
+ "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
204
+ "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
205
+ "aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
197
206
  "aiAssistant.assistant": "AI Assistant",
198
207
  "aiAssistant.newSessionModal.title.part1": "Start new",
199
208
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -1475,7 +1484,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1475
1484
  "nodeSettings.notesInFlow.description": "If active, the note above will display in the flow as a subtitle",
1476
1485
  "nodeSettings.notesInFlow.displayName": "Display Note in Flow?",
1477
1486
  "nodeSettings.parameters": "Parameters",
1487
+ "nodeSettings.parametersShort": "Params",
1478
1488
  "nodeSettings.settings": "Settings",
1489
+ "nodeSettings.action": "Action",
1490
+ "nodeSettings.credential": "Auth",
1479
1491
  "nodeSettings.communityNodeTooltip": 'This is a <a href="{docUrl}" target="_blank"/>community node</a>',
1480
1492
  "nodeSettings.retryOnFail.description": "If active, the node tries to execute again when it fails",
1481
1493
  "nodeSettings.retryOnFail.displayName": "Retry On Fail",
@@ -1954,16 +1966,20 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1954
1966
  "settings.communityNodes.messages.update.success.title": "Package updated",
1955
1967
  "settings.communityNodes.messages.update.success.message": "{packageName} updated to version {version}",
1956
1968
  "settings.communityNodes.messages.update.error.title": "Problem updating package",
1957
- "settings.communityNodes.confirmModal.uninstall.title": "Uninstall package?",
1969
+ "settings.communityNodes.confirmModal.uninstall.title": "Uninstall node package",
1958
1970
  "settings.communityNodes.confirmModal.uninstall.message": "Any workflows that use nodes from the {packageName} package won't be able to run. Are you sure?",
1959
- "settings.communityNodes.confirmModal.uninstall.buttonLabel": "Uninstall package",
1971
+ "settings.communityNodes.confirmModal.uninstall.description": "Uninstalling the package will remove every instance of nodes included in this package. The following workflows will be effected:",
1972
+ "settings.communityNodes.confirmModal.noWorkflowsUsingNodes": "Nodes from this package are not used in any workflows",
1973
+ "settings.communityNodes.confirmModal.uninstall.buttonLabel": "Confirm uninstall",
1960
1974
  "settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
1961
- "settings.communityNodes.confirmModal.update.title": "Update community node package?",
1975
+ "settings.communityNodes.confirmModal.update.title": "Update node package",
1962
1976
  "settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
1977
+ "settings.communityNodes.confirmModal.includedNodes": "Package includes: {nodes}",
1963
1978
  "settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
1964
- "settings.communityNodes.confirmModal.update.description": "We recommend you deactivate workflows that use any of the package's nodes and reactivate them once the update is completed",
1965
- "settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
1979
+ "settings.communityNodes.confirmModal.update.description": "Updating to the latest version will update every instance of these nodes. The following workflows will be effected:",
1980
+ "settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
1966
1981
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
1982
+ "settings.communityNodes.confirmModal.cancel": "Cancel",
1967
1983
  "settings.goBack": "Go back",
1968
1984
  "settings.personal": "Personal",
1969
1985
  "settings.personal.basicInformation": "Basic Information",
@@ -2715,6 +2731,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2715
2731
  "workflows.ai.starter.collection.card": "Learn how to build AI Agents",
2716
2732
  "workflows.ai.starter.collection.folder.name": "\u{1F381} n8n basics: Learn how to build Agents in n8n",
2717
2733
  "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2734
+ "workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
2735
+ "workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
2736
+ "workflows.readyToRunWorkflows.cta": "Run a workflow",
2737
+ "workflows.readyToRunWorkflows.folder.name": "\u{1F680} Ready-to-run workflows",
2738
+ "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
2718
2739
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
2719
2740
  "importCurlModal.title": "Import cURL command",
2720
2741
  "importCurlModal.input.label": "cURL Command",
@@ -2794,6 +2815,19 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2794
2815
  "contextual.users.settings.unavailable.button.cloud": "Upgrade now",
2795
2816
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
2796
2817
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
2818
+ "dataStore.tab.label": "Data Store",
2819
+ "dataStore.empty.label": "You don't have any data stores yet",
2820
+ "dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
2821
+ "dataStore.empty.button.label": 'Create data store in "{projectName}"',
2822
+ "dataStore.card.size": "{size}MB",
2823
+ "dataStore.card.column.count": "{count} column | {count} columns",
2824
+ "dataStore.card.row.count": "{count} record | {count} records",
2825
+ "dataStore.sort.lastUpdated": "Sort by last updated",
2826
+ "dataStore.sort.lastCreated": "Sort by last created",
2827
+ "dataStore.sort.nameAsc": "Sort by name (A-Z)",
2828
+ "dataStore.sort.nameDesc": "Sort by name (Z-A)",
2829
+ "dataStore.search.placeholder": "Search",
2830
+ "dataStore.error.fetching": "Error loading data stores",
2797
2831
  "settings.ldap": "LDAP",
2798
2832
  "settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
2799
2833
  "settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",