@n8n/i18n 1.26.2 → 1.27.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 +94 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +94 -1
- package/dist/index.d.mts +94 -1
- package/dist/index.mjs +94 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +94 -1
- package/dist/types2.d.mts +94 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -117,6 +117,7 @@ var en_default = {
|
|
|
117
117
|
"generic.editor": "Editor",
|
|
118
118
|
"generic.seePlans": "See plans",
|
|
119
119
|
"generic.loading": "Loading",
|
|
120
|
+
"generic.loadingEllipsis": "Loading...",
|
|
120
121
|
"generic.and": "and",
|
|
121
122
|
"generic.ownedByMe": "(You)",
|
|
122
123
|
"generic.moreInfo": "More info",
|
|
@@ -272,6 +273,7 @@ var en_default = {
|
|
|
272
273
|
"banners.trial.message": "1 day left in your n8n trial | {count} days left in your n8n trial",
|
|
273
274
|
"banners.trialOver.message": "Your trial is over. Upgrade now to keep automating.",
|
|
274
275
|
"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.",
|
|
276
|
+
"banners.workflowAutoDeactivated.message": "This workflow was automatically deactivated due to multiple crashed executions. Please review and reactivate it when ready.",
|
|
275
277
|
"binaryDataDisplay.backToList": "Back to list",
|
|
276
278
|
"binaryDataDisplay.backToOverviewPage": "Back to overview page",
|
|
277
279
|
"binaryDataDisplay.noDataFoundToDisplay": "No data found to display",
|
|
@@ -306,6 +308,14 @@ var en_default = {
|
|
|
306
308
|
"chatHub.agent.newAgent": "New Agent",
|
|
307
309
|
"chatHub.agent.configureCredentials": "Configure credentials",
|
|
308
310
|
"chatHub.agent.addModel": "Add model",
|
|
311
|
+
"chatHub.agent.credentialsMissing": "Credentials missing",
|
|
312
|
+
"chatHub.agent.card.menu.edit": "Edit",
|
|
313
|
+
"chatHub.agent.card.menu.delete": "Delete",
|
|
314
|
+
"chatHub.agent.card.noDescription": "No description",
|
|
315
|
+
"chatHub.agent.card.badge.n8nWorkflow": "n8n workflow",
|
|
316
|
+
"chatHub.agent.card.badge.customAgent": "Custom agent",
|
|
317
|
+
"chatHub.agent.card.button.edit": "Edit",
|
|
318
|
+
"chatHub.agent.card.button.moreOptions": "More options",
|
|
309
319
|
"chatHub.agent.editor.title.new": "New Agent",
|
|
310
320
|
"chatHub.agent.editor.title.edit": "Edit Agent",
|
|
311
321
|
"chatHub.agent.editor.name.label": "Name",
|
|
@@ -332,6 +342,49 @@ var en_default = {
|
|
|
332
342
|
"chatHub.agent.editor.success.create": "Agent created successfully",
|
|
333
343
|
"chatHub.agent.editor.success.update": "Agent updated successfully",
|
|
334
344
|
"chatHub.agent.editor.success.delete": "Agent deleted successfully",
|
|
345
|
+
"chatHub.agents.loadError": "Failed to load agent",
|
|
346
|
+
"chatHub.agents.delete.confirm.message": "Are you sure you want to delete this agent?",
|
|
347
|
+
"chatHub.agents.delete.confirm.title": "Delete agent",
|
|
348
|
+
"chatHub.agents.delete.confirm.button": "Delete",
|
|
349
|
+
"chatHub.agents.delete.cancel.button": "Cancel",
|
|
350
|
+
"chatHub.agents.delete.success": "Agent deleted successfully",
|
|
351
|
+
"chatHub.agents.delete.error": "Could not delete the agent",
|
|
352
|
+
"chatHub.agents.title": "Custom Agents",
|
|
353
|
+
"chatHub.agents.description": "Use n8n workflow agents or create custom AI agents with specific instructions and behaviors",
|
|
354
|
+
"chatHub.agents.button.newAgent": "New Agent",
|
|
355
|
+
"chatHub.agents.search.placeholder": "Search",
|
|
356
|
+
"chatHub.agents.filter.all": "All",
|
|
357
|
+
"chatHub.agents.filter.customAgents": "Custom agents",
|
|
358
|
+
"chatHub.agents.filter.n8nWorkflows": "n8n workflows",
|
|
359
|
+
"chatHub.agents.sort.updatedAt": "Sort by last updated",
|
|
360
|
+
"chatHub.agents.sort.createdAt": "Sort by created",
|
|
361
|
+
"chatHub.agents.empty.noAgents": "No agents available. Create your first custom agent to get started.",
|
|
362
|
+
"chatHub.agents.empty.noMatch": "No agents match your search criteria.",
|
|
363
|
+
"chatHub.chat.greeting": "Hello, {name}!",
|
|
364
|
+
"chatHub.chat.greeting.fallback": "User",
|
|
365
|
+
"chatHub.chat.dropOverlay": "Drop files here to attach",
|
|
366
|
+
"chatHub.chat.scrollToBottom": "Scroll to bottom",
|
|
367
|
+
"chatHub.chat.header.button.editAgent": "Edit Agent",
|
|
368
|
+
"chatHub.chat.header.button.newChat": "New Chat",
|
|
369
|
+
"chatHub.chat.header.button.openWorkflow": "Open Workflow",
|
|
370
|
+
"chatHub.chat.prompt.microphone.accessDenied": "Microphone access denied",
|
|
371
|
+
"chatHub.chat.prompt.microphone.allowAccess": "Please allow microphone access to use voice input",
|
|
372
|
+
"chatHub.chat.prompt.microphone.noSpeech": "No speech detected. Please try again",
|
|
373
|
+
"chatHub.chat.prompt.callout.selectModel.new": "Please {link} to start a conversation",
|
|
374
|
+
"chatHub.chat.prompt.callout.selectModel.new.link": "select a model",
|
|
375
|
+
"chatHub.chat.prompt.callout.selectModel.existing": "Please {link} to continue the conversation",
|
|
376
|
+
"chatHub.chat.prompt.callout.selectModel.existing.link": "reselect a model",
|
|
377
|
+
"chatHub.chat.prompt.callout.setCredentials.new": "Please {link} for {provider} to start a conversation",
|
|
378
|
+
"chatHub.chat.prompt.callout.setCredentials.new.link": "set credentials",
|
|
379
|
+
"chatHub.chat.prompt.callout.setCredentials.existing": "Please {link} for {provider} to continue the conversation",
|
|
380
|
+
"chatHub.chat.prompt.callout.setCredentials.existing.link": "set credentials",
|
|
381
|
+
"chatHub.chat.prompt.button.attach": "Attach",
|
|
382
|
+
"chatHub.chat.prompt.button.stopRecording": "Stop recording",
|
|
383
|
+
"chatHub.chat.prompt.button.voiceInput": "Voice input",
|
|
384
|
+
"chatHub.chat.prompt.button.send": "Send",
|
|
385
|
+
"chatHub.chat.prompt.button.stopGenerating": "Stop generating",
|
|
386
|
+
"chatHub.chat.prompt.placeholder.withModel": "Message {model}...",
|
|
387
|
+
"chatHub.chat.prompt.placeholder.selectModel": "Select a model",
|
|
335
388
|
"chatHub.tools.editor.title": "Add Tools",
|
|
336
389
|
"chatHub.tools.editor.credential": "Credential",
|
|
337
390
|
"chatHub.tools.editor.credential.placeholder": "Select credential…",
|
|
@@ -339,15 +392,39 @@ var en_default = {
|
|
|
339
392
|
"chatHub.tools.editor.selectedCount": "{count} tool selected | {count} tools selected",
|
|
340
393
|
"chatHub.tools.editor.confirm": "Confirm",
|
|
341
394
|
"chatHub.tools.editor.cancel": "Cancel",
|
|
395
|
+
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
396
|
+
"chatHub.tools.selector.label.default": "Tools",
|
|
342
397
|
"chatHub.credentials.selector.title": "Select {provider} credential",
|
|
343
398
|
"chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
|
|
344
399
|
"chatHub.credentials.selector.createNew": "Create new",
|
|
345
400
|
"chatHub.credentials.selector.confirm": "Select",
|
|
346
401
|
"chatHub.credentials.selector.cancel": "Cancel",
|
|
402
|
+
"chatHub.credentials.selector.deleteButton": "Delete credential",
|
|
403
|
+
"chatHub.message.actions.readAloud": "Read aloud",
|
|
404
|
+
"chatHub.message.actions.stopReading": "Stop reading",
|
|
405
|
+
"chatHub.message.actions.edit": "Edit",
|
|
406
|
+
"chatHub.message.actions.regenerate": "Regenerate",
|
|
407
|
+
"chatHub.message.actions.executionId": "Execution ID",
|
|
408
|
+
"chatHub.message.edit.cancel": "Cancel",
|
|
409
|
+
"chatHub.message.edit.send": "Send",
|
|
410
|
+
"chatHub.message.error.unknown": "Error: Unknown error occurred",
|
|
411
|
+
"chatHub.models.selector.defaultLabel": "Select model",
|
|
347
412
|
"chatHub.models.byIdSelector.title": "Choose {provider} model by ID",
|
|
348
413
|
"chatHub.models.byIdSelector.choose": "Enter model identifier (e.g. \"gpt-4\")",
|
|
349
414
|
"chatHub.models.byIdSelector.confirm": "Select",
|
|
350
415
|
"chatHub.models.byIdSelector.cancel": "Cancel",
|
|
416
|
+
"chatHub.session.actions.rename": "Rename",
|
|
417
|
+
"chatHub.session.actions.delete": "Delete",
|
|
418
|
+
"chatHub.session.updateTitle.error": "Could not update the conversation title.",
|
|
419
|
+
"chatHub.session.delete.confirm.message": "Are you sure you want to delete this conversation?",
|
|
420
|
+
"chatHub.session.delete.confirm.title": "Delete conversation",
|
|
421
|
+
"chatHub.session.delete.confirm.button": "Delete",
|
|
422
|
+
"chatHub.session.delete.cancel.button": "Cancel",
|
|
423
|
+
"chatHub.session.delete.success": "Conversation is deleted",
|
|
424
|
+
"chatHub.session.delete.error": "Could not delete the conversation",
|
|
425
|
+
"chatHub.sidebar.button.toggle": "Toggle sidebar",
|
|
426
|
+
"chatHub.sidebar.link.newChat": "New Chat",
|
|
427
|
+
"chatHub.sidebar.link.customAgents": "Custom Agents",
|
|
351
428
|
"chatEmbed.infoTip.description": "Add chat to external applications using the n8n chat package.",
|
|
352
429
|
"chatEmbed.infoTip.link": "More info",
|
|
353
430
|
"chatEmbed.title": "Embed Chat in your website",
|
|
@@ -1749,6 +1826,8 @@ var en_default = {
|
|
|
1749
1826
|
"contextMenu.addSticky": "Add sticky note",
|
|
1750
1827
|
"contextMenu.editSticky": "Edit sticky note",
|
|
1751
1828
|
"contextMenu.changeColor": "Change color",
|
|
1829
|
+
"contextMenu.copyTestUrl": "Copy test url",
|
|
1830
|
+
"contextMenu.copyProductionUrl": "Copy production url",
|
|
1752
1831
|
"nodeWebhooks.clickToCopyWebhookUrls": "Click to copy webhook URLs",
|
|
1753
1832
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": "Click to copy Form URL",
|
|
1754
1833
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": "Click to copy Chat URL",
|
|
@@ -1764,6 +1843,8 @@ var en_default = {
|
|
|
1764
1843
|
"nodeWebhooks.invalidExpression": "[INVALID EXPRESSION]",
|
|
1765
1844
|
"nodeWebhooks.productionUrl": "Production URL",
|
|
1766
1845
|
"nodeWebhooks.showMessage.title": "URL copied",
|
|
1846
|
+
"nodeWebhooks.showMessage.testWebhookUrl": "This node is only supports production webhooks",
|
|
1847
|
+
"nodeWebhooks.showMessage.not.active": "Workflow is not active",
|
|
1767
1848
|
"nodeWebhooks.showMessage.title.formTrigger": "Form URL copied",
|
|
1768
1849
|
"nodeWebhooks.showMessage.title.chatTrigger": "Chat URL copied",
|
|
1769
1850
|
"nodeWebhooks.showMessage.title.mcpTrigger": "MCP URL copied",
|
|
@@ -1818,6 +1899,7 @@ var en_default = {
|
|
|
1818
1899
|
"parameterInput.focusParameter": "Focus parameter",
|
|
1819
1900
|
"parameterInput.resetValue": "Reset Value",
|
|
1820
1901
|
"parameterInput.select": "Select",
|
|
1902
|
+
"parameterInput.selectDate": "Select date",
|
|
1821
1903
|
"parameterInput.selectDateAndTime": "Select date and time",
|
|
1822
1904
|
"parameterInput.selectACredentialTypeFromTheDropdown": "Select a credential type from the dropdown",
|
|
1823
1905
|
"parameterInput.theValueIsNotSupported": "The value \"{checkValue}\" is not supported!",
|
|
@@ -2146,6 +2228,7 @@ var en_default = {
|
|
|
2146
2228
|
"runData.executionTime": "Execution Time",
|
|
2147
2229
|
"runData.fileExtension": "File Extension",
|
|
2148
2230
|
"runData.directory": "Directory",
|
|
2231
|
+
"runData.url": "URL",
|
|
2149
2232
|
"runData.fileName": "File Name",
|
|
2150
2233
|
"runData.invalidPinnedData": "Invalid pinned data",
|
|
2151
2234
|
"runData.items": "Items",
|
|
@@ -3039,6 +3122,16 @@ var en_default = {
|
|
|
3039
3122
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
3040
3123
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
3041
3124
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
3125
|
+
"workflowSettings.timeSavedPerExecution.minutesSaved": "Minutes saved",
|
|
3126
|
+
"workflowSettings.timeSavedPerExecution.tab.fixed": "Fixed",
|
|
3127
|
+
"workflowSettings.timeSavedPerExecution.tab.conditional": "Conditional",
|
|
3128
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected": "No time saved nodes detected",
|
|
3129
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": "Add one or more time saved nodes to calculate time saved dynamically",
|
|
3130
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
|
|
3131
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": "Time saved is calculated dynamically based on each execution",
|
|
3132
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": "Add more time saved nodes",
|
|
3133
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": "There are one or more {link} calculating time saved on this workflows dynamically. While your workflow is configured for fix time saved values, these nodes will be ignored.",
|
|
3134
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": "time saved nodes",
|
|
3042
3135
|
"workflowSettings.availableInMCP": "Available in MCP",
|
|
3043
3136
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
3044
3137
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
@@ -3172,7 +3265,7 @@ var en_default = {
|
|
|
3172
3265
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
3173
3266
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
3174
3267
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
3175
|
-
"workflows.
|
|
3268
|
+
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3176
3269
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3177
3270
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
3178
3271
|
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|