@n8n/i18n 1.10.2 → 1.11.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 +50 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +48 -0
- package/dist/index.d.ts +48 -0
- package/dist/index.js +50 -2
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +50 -2
- package/dist/types.d.ts +50 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -117,6 +117,7 @@ var en_default = {
|
|
|
117
117
|
"generic.rename": "Rename",
|
|
118
118
|
"generic.missing.permissions": "Missing permissions to perform this action",
|
|
119
119
|
"generic.shortcutHint": "Or press",
|
|
120
|
+
"generic.unknownError": "An unknown error occurred",
|
|
120
121
|
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
121
122
|
"generic.never": "Never",
|
|
122
123
|
"about.aboutN8n": "About n8n",
|
|
@@ -1173,6 +1174,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1173
1174
|
"ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1174
1175
|
"ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
|
|
1175
1176
|
"ndv.input.noOutputData.or": "or",
|
|
1177
|
+
"ndv.input.noOutputData.embeddedNdv.link": "Execute previous nodes",
|
|
1178
|
+
"ndv.input.noOutputData.embeddedNdv.description": "{link} to use their data here",
|
|
1176
1179
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
|
1177
1180
|
"ndv.input.notConnected.title": "Wire me up",
|
|
1178
1181
|
"ndv.input.notConnected.v2.title": "No input connected",
|
|
@@ -1408,6 +1411,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1408
1411
|
"nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
|
|
1409
1412
|
"nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
|
|
1410
1413
|
"nodeCreator.nodeItem.deprecated": "Deprecated",
|
|
1414
|
+
"nodeCreator.preBuiltAgents.title": "Pre-built agents",
|
|
1415
|
+
"nodeCreator.preBuiltAgents.description": "Get started faster with ready to go agents",
|
|
1411
1416
|
"nodeCredentials.createNew": "Create new credential",
|
|
1412
1417
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1413
1418
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
@@ -2505,6 +2510,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2505
2510
|
"workflowDetails.active": "Active",
|
|
2506
2511
|
"workflowDetails.addTag": "Add tag",
|
|
2507
2512
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
2513
|
+
"workflowProductionChecklist.title": "Production Checklist",
|
|
2514
|
+
"workflowProductionChecklist.readOnlyNotice": "Read-only environment. Update these items in development and push changes.",
|
|
2515
|
+
"workflowProductionChecklist.ignoreAllConfirmation.title": "Ignore suggested actions globally",
|
|
2516
|
+
"workflowProductionChecklist.ignoreAllConfirmation.description": "Turning this off dismisses these suggestions from every workflow",
|
|
2517
|
+
"workflowProductionChecklist.ignoreAllConfirmation.confirm": "Ignore for all workflows",
|
|
2518
|
+
"workflowProductionChecklist.turnOffWorkflowSuggestions": "Ignore for all workflows",
|
|
2519
|
+
"workflowProductionChecklist.evaluations.title": "Test reliability of AI steps",
|
|
2520
|
+
"workflowProductionChecklist.evaluations.description": "Use evaluations to check performance on a range of inputs.",
|
|
2521
|
+
"workflowProductionChecklist.errorWorkflow.title": "Set up error notifications",
|
|
2522
|
+
"workflowProductionChecklist.errorWorkflow.description": "Customize exactly how you\u2019re notified by setting up an error workflow",
|
|
2523
|
+
"workflowProductionChecklist.timeSaved.title": "Track time saved",
|
|
2524
|
+
"workflowProductionChecklist.timeSaved.description": "Configure the time saved on each run to track the manual work it saves.",
|
|
2508
2525
|
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
2509
2526
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
2510
2527
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
|
|
@@ -2559,7 +2576,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2559
2576
|
"workflowSettings.callerPolicy.options.none": "No other workflows",
|
|
2560
2577
|
"workflowSettings.defaultTimezone": "Default - {defaultTimezoneValue}",
|
|
2561
2578
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
2562
|
-
"workflowSettings.errorWorkflow": "Error Workflow",
|
|
2579
|
+
"workflowSettings.errorWorkflow": "Error Workflow (to notify when this one errors)",
|
|
2563
2580
|
"workflowSettings.executionOrder": "Execution Order",
|
|
2564
2581
|
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
|
|
2565
2582
|
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
|
|
@@ -2658,6 +2675,14 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2658
2675
|
"workflows.item.readonly": "Read only",
|
|
2659
2676
|
"workflows.item.archived": "Archived",
|
|
2660
2677
|
"workflows.itemSuggestion.try": "Try template",
|
|
2678
|
+
"workflows.templateRecoV2.starterTemplates": "Starter templates",
|
|
2679
|
+
"workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
|
|
2680
|
+
"workflows.templateRecoV2.popularTemplates": "Popular templates",
|
|
2681
|
+
"workflows.templateRecoV2.seeMorePopularTemplates": "See more popular templates",
|
|
2682
|
+
"workflows.templateRecoV2.tutorials": "Tutorials",
|
|
2683
|
+
"workflows.templateRecoV2.loadingTemplates": "Loading templates...",
|
|
2684
|
+
"workflows.templateRecoV2.useTemplate": "Use template",
|
|
2685
|
+
"workflows.templateRecoV2.exploreTemplates": "Or explore templates to get inspired and learn fast:",
|
|
2661
2686
|
"workflows.search.placeholder": "Search",
|
|
2662
2687
|
"workflows.filters": "Filters",
|
|
2663
2688
|
"workflows.filters.tags": "Tags",
|
|
@@ -2736,6 +2761,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2736
2761
|
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2737
2762
|
"workflows.readyToRunWorkflows.folder.name": "\u{1F680} Ready-to-run workflows",
|
|
2738
2763
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2764
|
+
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2765
|
+
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2739
2766
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2740
2767
|
"importCurlModal.title": "Import cURL command",
|
|
2741
2768
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2828,6 +2855,16 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2828
2855
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2829
2856
|
"dataStore.search.placeholder": "Search",
|
|
2830
2857
|
"dataStore.error.fetching": "Error loading data stores",
|
|
2858
|
+
"dataStore.add.title": "Create data store",
|
|
2859
|
+
"dataStore.add.description": "Set up a new data store to organize and manage your data.",
|
|
2860
|
+
"dataStore.add.button.label": "Create Data Store",
|
|
2861
|
+
"dataStore.add.input.name.label": "Data Store Name",
|
|
2862
|
+
"dataStore.add.input.name.placeholder": "Enter data store name",
|
|
2863
|
+
"dataStore.add.error": "Error creating data store",
|
|
2864
|
+
"dataStore.delete.confirm.title": "Delete data store",
|
|
2865
|
+
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data store "{name}"? This action cannot be undone.',
|
|
2866
|
+
"dataStore.delete.error": "Error deleting data store",
|
|
2867
|
+
"dataStore.rename.error": "Error renaming data store",
|
|
2831
2868
|
"settings.ldap": "LDAP",
|
|
2832
2869
|
"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.",
|
|
2833
2870
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3282,6 +3319,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3282
3319
|
"evaluation.executions.toast.addedTo.title": "Execution added to test ",
|
|
3283
3320
|
"evaluation.executions.toast.closeTab": "Close this tab",
|
|
3284
3321
|
"evaluation.executions.toast.removedFrom.title": "Execution removed from test ",
|
|
3322
|
+
"evaluations.readOnlyNotice": "Evaluations can't be built in read-only mode. Build your evaluation on your development environment.",
|
|
3285
3323
|
"evaluations.paywall.title": "Register to enable evaluation",
|
|
3286
3324
|
"evaluations.paywall.description": "Register your Community instance to unlock the evaluation feature",
|
|
3287
3325
|
"evaluations.paywall.cta": "Register instance",
|
|
@@ -3368,7 +3406,17 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3368
3406
|
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
3369
3407
|
"whatsNew.update": "Update",
|
|
3370
3408
|
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
3371
|
-
"whatsNew.updateAvailable.changelogLink": "in the full changelog"
|
|
3409
|
+
"whatsNew.updateAvailable.changelogLink": "in the full changelog",
|
|
3410
|
+
"workflowDiff.changes": "Changes",
|
|
3411
|
+
"workflowDiff.nodes": "Nodes",
|
|
3412
|
+
"workflowDiff.connectors": "Connectors",
|
|
3413
|
+
"workflowDiff.settings": "Settings",
|
|
3414
|
+
"workflowDiff.local": "Local",
|
|
3415
|
+
"workflowDiff.remote": "Remote ({branchName})",
|
|
3416
|
+
"workflowDiff.noChanges": "No changes",
|
|
3417
|
+
"workflowDiff.deletedWorkflow": "Deleted workflow",
|
|
3418
|
+
"workflowDiff.deletedWorkflow.database": "The workflow was deleted on the database",
|
|
3419
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow was deleted on remote"
|
|
3372
3420
|
};
|
|
3373
3421
|
|
|
3374
3422
|
// src/index.ts
|