@n8n/i18n 2.0.0 → 2.1.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 +152 -59
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +134 -41
- package/dist/index.d.mts +134 -41
- package/dist/index.mjs +152 -59
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +134 -41
- package/dist/types2.d.mts +134 -41
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -45,8 +45,11 @@ var en_default = {
|
|
|
45
45
|
"generic.any": "Any",
|
|
46
46
|
"generic.allow": "Allow",
|
|
47
47
|
"generic.deny": "Deny",
|
|
48
|
+
"generic.docs": "Docs",
|
|
49
|
+
"generic.documentation": "Documentation",
|
|
48
50
|
"generic.back": "Back",
|
|
49
51
|
"generic.cancel": "Cancel",
|
|
52
|
+
"generic.connect": "Connect",
|
|
50
53
|
"generic.open": "Open",
|
|
51
54
|
"generic.openResource": "Open {resource}",
|
|
52
55
|
"generic.add": "Add",
|
|
@@ -54,6 +57,7 @@ var en_default = {
|
|
|
54
57
|
"generic.clear": "Clear",
|
|
55
58
|
"generic.confirm": "Confirm",
|
|
56
59
|
"generic.create": "Create",
|
|
60
|
+
"generic.start": "Start",
|
|
57
61
|
"generic.create.workflow": "Create workflow",
|
|
58
62
|
"generic.deleteWorkflowError": "Problem deleting workflow",
|
|
59
63
|
"generic.archiveWorkflowError": "Problem archiving workflow",
|
|
@@ -107,6 +111,8 @@ var en_default = {
|
|
|
107
111
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
108
112
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
109
113
|
"generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
|
|
114
|
+
"generic.trial.message": "1 day left | {count} days left",
|
|
115
|
+
"generic.trial.tooltip": "1 day left in your trial. Upgrade to keep using n8n. | {count} days left in your trial. Upgrade to keep using n8n.",
|
|
110
116
|
"generic.upgrade": "Upgrade",
|
|
111
117
|
"generic.upgradeNow": "Upgrade now",
|
|
112
118
|
"generic.update": "Update",
|
|
@@ -145,6 +151,7 @@ var en_default = {
|
|
|
145
151
|
"generic.showLess": "Show less",
|
|
146
152
|
"generic.published": "Published",
|
|
147
153
|
"generic.notPublished": "Not published",
|
|
154
|
+
"generic.tip": "Tip",
|
|
148
155
|
"about.aboutN8n": "About n8n",
|
|
149
156
|
"about.close": "Close",
|
|
150
157
|
"about.license": "License",
|
|
@@ -203,6 +210,7 @@ var en_default = {
|
|
|
203
210
|
"auth.roles.member": "Member",
|
|
204
211
|
"auth.roles.admin": "@:_reusableBaseText.roles.admin",
|
|
205
212
|
"auth.roles.owner": "Owner",
|
|
213
|
+
"auth.roles.chatUser": "Chat user",
|
|
206
214
|
"auth.agreement.label": "I want to receive security and product updates",
|
|
207
215
|
"auth.setup.next": "Next",
|
|
208
216
|
"auth.setup.settingUpOwnerError": "Problem setting up owner",
|
|
@@ -238,10 +246,12 @@ var en_default = {
|
|
|
238
246
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
239
247
|
"aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
|
|
240
248
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
241
|
-
"aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow
|
|
249
|
+
"aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow",
|
|
242
250
|
"aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
|
|
243
251
|
"aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
|
|
244
252
|
"aiAssistant.builder.executeMessage.execute": "Execute and refine",
|
|
253
|
+
"aiAssistant.builder.executeMessage.chooseModel": "Choose model",
|
|
254
|
+
"aiAssistant.builder.executeMessage.chooseCredentials": "Choose credentials",
|
|
245
255
|
"aiAssistant.builder.executeMessage.noExecutionData": "Workflow execution could not be started. Please try again.",
|
|
246
256
|
"aiAssistant.builder.executeMessage.executionSuccess": "Workflow executed successfully.",
|
|
247
257
|
"aiAssistant.builder.executeMessage.executionFailedOnNode": "Workflow execution failed on node \"{nodeName}\": {errorMessage}",
|
|
@@ -309,22 +319,23 @@ var en_default = {
|
|
|
309
319
|
"chat.window.session.id.copy": "(click to copy)",
|
|
310
320
|
"chat.window.session.reset": "Reset",
|
|
311
321
|
"chat.window.session.resetSession": "Reset chat session",
|
|
312
|
-
"chatHub.agent.
|
|
322
|
+
"chatHub.agent.personalAgents": "Personal agents",
|
|
323
|
+
"chatHub.agent.workflowAgents": "Workflow agents",
|
|
313
324
|
"chatHub.agent.newAgent": "New Agent",
|
|
325
|
+
"chatHub.agent.unavailableAgent": "Unavailable agent",
|
|
314
326
|
"chatHub.agent.configureCredentials": "Configure credentials",
|
|
315
327
|
"chatHub.agent.addModel": "Add model",
|
|
316
328
|
"chatHub.agent.credentialsMissing": "Credentials missing",
|
|
317
329
|
"chatHub.agent.card.menu.edit": "Edit",
|
|
318
330
|
"chatHub.agent.card.menu.delete": "Delete",
|
|
319
331
|
"chatHub.agent.card.noDescription": "No description",
|
|
320
|
-
"chatHub.agent.card.badge.n8nWorkflow": "n8n workflow",
|
|
321
|
-
"chatHub.agent.card.badge.customAgent": "Custom agent",
|
|
322
332
|
"chatHub.agent.card.button.edit": "Edit",
|
|
323
333
|
"chatHub.agent.card.button.moreOptions": "More options",
|
|
324
334
|
"chatHub.agent.editor.title.new": "New Agent",
|
|
325
335
|
"chatHub.agent.editor.title.edit": "Edit Agent",
|
|
326
|
-
"chatHub.agent.editor.name.label": "
|
|
336
|
+
"chatHub.agent.editor.name.label": "Icon and name",
|
|
327
337
|
"chatHub.agent.editor.name.placeholder": "Enter agent name",
|
|
338
|
+
"chatHub.agent.editor.iconPicker.button.tooltip": "Change icon",
|
|
328
339
|
"chatHub.agent.editor.description.label": "Description",
|
|
329
340
|
"chatHub.agent.editor.description.placeholder": "Enter agent description (optional)",
|
|
330
341
|
"chatHub.agent.editor.systemPrompt.label": "System Prompt",
|
|
@@ -354,17 +365,19 @@ var en_default = {
|
|
|
354
365
|
"chatHub.agents.delete.cancel.button": "Cancel",
|
|
355
366
|
"chatHub.agents.delete.success": "Agent deleted successfully",
|
|
356
367
|
"chatHub.agents.delete.error": "Could not delete the agent",
|
|
357
|
-
"chatHub.agents.title": "Custom Agents",
|
|
358
|
-
"chatHub.agents.description": "Use n8n workflow agents or create custom AI agents with specific instructions and behaviors",
|
|
359
368
|
"chatHub.agents.button.newAgent": "New Agent",
|
|
360
369
|
"chatHub.agents.search.placeholder": "Search",
|
|
361
|
-
"chatHub.agents.filter.all": "All",
|
|
362
|
-
"chatHub.agents.filter.customAgents": "Custom agents",
|
|
363
|
-
"chatHub.agents.filter.n8nWorkflows": "n8n workflows",
|
|
364
370
|
"chatHub.agents.sort.updatedAt": "Sort by last updated",
|
|
365
371
|
"chatHub.agents.sort.createdAt": "Sort by created",
|
|
366
|
-
"chatHub.agents.empty.noAgents": "No agents available. Create your first custom agent to get started.",
|
|
367
372
|
"chatHub.agents.empty.noMatch": "No agents match your search criteria.",
|
|
373
|
+
"chatHub.workflowAgents.title": "Workflow Agents",
|
|
374
|
+
"chatHub.workflowAgents.description": "Browse and use AI agents built with n8n workflows",
|
|
375
|
+
"chatHub.workflowAgents.empty.noAgents": "No workflow agents available.",
|
|
376
|
+
"chatHub.workflowAgents.empty.noMatch": "No workflow agents match your search criteria.",
|
|
377
|
+
"chatHub.personalAgents.title": "Personal Agents",
|
|
378
|
+
"chatHub.personalAgents.description": "Create and manage custom AI agents with specific instructions and behaviors",
|
|
379
|
+
"chatHub.personalAgents.empty.noAgents": "No personal agents available. Create your first custom agent to get started.",
|
|
380
|
+
"chatHub.personalAgents.empty.noMatch": "No personal agents match your search criteria.",
|
|
368
381
|
"chatHub.chat.greeting": "Hello, {name}!",
|
|
369
382
|
"chatHub.chat.greeting.fallback": "User",
|
|
370
383
|
"chatHub.chat.dropOverlay": "Drop files here to attach",
|
|
@@ -384,6 +397,7 @@ var en_default = {
|
|
|
384
397
|
"chatHub.chat.prompt.callout.setCredentials.existing": "Please {link} for {provider} to continue the conversation",
|
|
385
398
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": "set credentials",
|
|
386
399
|
"chatHub.chat.prompt.button.attach": "Attach",
|
|
400
|
+
"chatHub.chat.prompt.button.attach.disabled": "File attachments are not supported by the selected model",
|
|
387
401
|
"chatHub.chat.prompt.button.stopRecording": "Stop recording",
|
|
388
402
|
"chatHub.chat.prompt.button.voiceInput": "Voice input",
|
|
389
403
|
"chatHub.chat.prompt.button.send": "Send",
|
|
@@ -393,18 +407,20 @@ var en_default = {
|
|
|
393
407
|
"chatHub.tools.editor.title": "Add Tools",
|
|
394
408
|
"chatHub.tools.editor.credential": "Credential",
|
|
395
409
|
"chatHub.tools.editor.credential.placeholder": "Select credential…",
|
|
396
|
-
"chatHub.tools.editor.credential.
|
|
410
|
+
"chatHub.tools.editor.credential.createNew": "Create New",
|
|
411
|
+
"chatHub.tools.editor.credential.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
397
412
|
"chatHub.tools.editor.selectedCount": "{count} tool selected | {count} tools selected",
|
|
398
413
|
"chatHub.tools.editor.confirm": "Confirm",
|
|
399
414
|
"chatHub.tools.editor.cancel": "Cancel",
|
|
400
415
|
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
401
416
|
"chatHub.tools.selector.label.default": "Tools",
|
|
417
|
+
"chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
|
|
402
418
|
"chatHub.credentials.selector.title": "Select {provider} credential",
|
|
403
419
|
"chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
|
|
404
420
|
"chatHub.credentials.selector.createNew": "Create new",
|
|
421
|
+
"chatHub.credentials.selector.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
405
422
|
"chatHub.credentials.selector.confirm": "Select",
|
|
406
423
|
"chatHub.credentials.selector.cancel": "Cancel",
|
|
407
|
-
"chatHub.credentials.selector.deleteButton": "Delete credential",
|
|
408
424
|
"chatHub.message.actions.readAloud": "Read aloud",
|
|
409
425
|
"chatHub.message.actions.stopReading": "Stop reading",
|
|
410
426
|
"chatHub.message.actions.edit": "Edit",
|
|
@@ -412,7 +428,18 @@ var en_default = {
|
|
|
412
428
|
"chatHub.message.actions.executionId": "Execution ID",
|
|
413
429
|
"chatHub.message.edit.cancel": "Cancel",
|
|
414
430
|
"chatHub.message.edit.send": "Send",
|
|
415
|
-
"chatHub.message.error.unknown": "
|
|
431
|
+
"chatHub.message.error.unknown": "Something went wrong. Please try again.",
|
|
432
|
+
"chatHub.error.payloadTooLarge": "Message too large",
|
|
433
|
+
"chatHub.error.badRequest": "Invalid request",
|
|
434
|
+
"chatHub.error.forbidden": "Permission denied",
|
|
435
|
+
"chatHub.error.serverError": "Server error",
|
|
436
|
+
"chatHub.error.serverErrorWithReason": "Server error: {error}",
|
|
437
|
+
"chatHub.error.unknown": "Unknown error",
|
|
438
|
+
"chatHub.error.noConnection": "Connection failed",
|
|
439
|
+
"chatHub.error.fetchConversationFailed": "Failed to load conversation",
|
|
440
|
+
"chatHub.error.sendMessageFailed": "Failed to send message",
|
|
441
|
+
"chatHub.error.updateModelFailed": "Failed to update model",
|
|
442
|
+
"chatHub.error.updateToolsFailed": "Failed to update tools",
|
|
416
443
|
"chatHub.models.selector.defaultLabel": "Select model",
|
|
417
444
|
"chatHub.models.byIdSelector.title": "Choose {provider} model by ID",
|
|
418
445
|
"chatHub.models.byIdSelector.choose": "Enter model identifier (e.g. \"gpt-4\")",
|
|
@@ -427,9 +454,11 @@ var en_default = {
|
|
|
427
454
|
"chatHub.session.delete.cancel.button": "Cancel",
|
|
428
455
|
"chatHub.session.delete.success": "Conversation is deleted",
|
|
429
456
|
"chatHub.session.delete.error": "Could not delete the conversation",
|
|
457
|
+
"chatHub.sidebar.title": "Chat",
|
|
430
458
|
"chatHub.sidebar.button.toggle": "Toggle sidebar",
|
|
431
|
-
"chatHub.sidebar.link.newChat": "New
|
|
432
|
-
"chatHub.sidebar.link.
|
|
459
|
+
"chatHub.sidebar.link.newChat": "New chat",
|
|
460
|
+
"chatHub.sidebar.link.workflowAgents": "Workflow agents",
|
|
461
|
+
"chatHub.sidebar.link.personalAgents": "Personal agents",
|
|
433
462
|
"chatEmbed.infoTip.description": "Add chat to external applications using the n8n chat package.",
|
|
434
463
|
"chatEmbed.infoTip.link": "More info",
|
|
435
464
|
"chatEmbed.title": "Embed Chat in your website",
|
|
@@ -774,6 +803,12 @@ var en_default = {
|
|
|
774
803
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
|
|
775
804
|
"credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
|
|
776
805
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
|
|
806
|
+
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for dynamic credentials",
|
|
807
|
+
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": "Enable this credential to be used with workflow resolvers",
|
|
808
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description1": "Requires a workflow resolver in Workflow settings.",
|
|
809
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description2": "At run time it uses that resolver to select credentials based on who triggered the workflow.",
|
|
810
|
+
"credentialEdit.credentialConfig.dynamicCredentials.documentation": "Documentation",
|
|
811
|
+
"credentialEdit.credentialConfig.dynamicCredentials.docsUrl": "https://docs.n8n.io/credentials/dynamic-credentials/",
|
|
777
812
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
|
|
778
813
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
|
|
779
814
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": "Close without saving?",
|
|
@@ -792,6 +827,7 @@ var en_default = {
|
|
|
792
827
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": "Could not find credential with ID",
|
|
793
828
|
"credentialEdit.credentialEdit.delete": "Delete",
|
|
794
829
|
"credentialEdit.credentialEdit.details": "Details",
|
|
830
|
+
"credentialEdit.credentialEdit.dynamic": "Dynamic",
|
|
795
831
|
"credentialEdit.credentialEdit.saving": "Saving",
|
|
796
832
|
"credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
|
|
797
833
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
|
|
@@ -1069,6 +1105,7 @@ var en_default = {
|
|
|
1069
1105
|
"workerList.item.jobList.empty": "No current jobs",
|
|
1070
1106
|
"workerList.item.jobListTitle": "Current Jobs",
|
|
1071
1107
|
"workerList.item.netListTitle": "Network Interfaces",
|
|
1108
|
+
"workerList.item.memoryMonitorTitle": "Memory Monitoring",
|
|
1072
1109
|
"workerList.item.chartsTitle": "Performance Monitoring",
|
|
1073
1110
|
"workerList.item.copyAddressToClipboard": "Address copied to clipboard",
|
|
1074
1111
|
"workerList.actionBox.title": "Available on the Enterprise plan",
|
|
@@ -1177,9 +1214,8 @@ var en_default = {
|
|
|
1177
1214
|
"folder.delete.modal.confirmation": "What should we do with {folders} {workflows} in this folder?",
|
|
1178
1215
|
"folder.count": "the {count} folder | the {count} folders",
|
|
1179
1216
|
"workflow.count": "the {count} workflow | the {count} workflows",
|
|
1180
|
-
"workflow.description.
|
|
1181
|
-
"workflow.description.
|
|
1182
|
-
"workflow.description.placeholder.mcp": "To help MCP clients understand when to use this workflow, add a short workflow description that describes what it does.",
|
|
1217
|
+
"workflow.description.mcp": "Clear descriptions help other users and MCP clients understand the purpose of your workflow",
|
|
1218
|
+
"workflow.description.nomcp": "Clear descriptions help other users understand the purpose of your workflow",
|
|
1183
1219
|
"workflow.description.error.title": "Problem updating workflow description",
|
|
1184
1220
|
"folder.and.workflow.separator": "and",
|
|
1185
1221
|
"folders.delete.action": "Archive all workflows and delete subfolders",
|
|
@@ -1316,9 +1352,10 @@ var en_default = {
|
|
|
1316
1352
|
"mcp.workflowDeactivated.message": "MCP Access has been disabled for this workflow because it is deactivated",
|
|
1317
1353
|
"menuActions.duplicate": "Duplicate",
|
|
1318
1354
|
"menuActions.download": "Download",
|
|
1319
|
-
"menuActions.push": "Push to
|
|
1355
|
+
"menuActions.push": "Push to git",
|
|
1356
|
+
"menuActions.editDescription": "Edit description",
|
|
1320
1357
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1321
|
-
"menuActions.importFromFile": "Import from
|
|
1358
|
+
"menuActions.importFromFile": "Import from file...",
|
|
1322
1359
|
"menuActions.delete": "Delete",
|
|
1323
1360
|
"menuActions.archive": "Archive",
|
|
1324
1361
|
"menuActions.unarchive": "Unarchive",
|
|
@@ -1611,6 +1648,7 @@ var en_default = {
|
|
|
1611
1648
|
"nodeCreator.preBuiltAgents.title": "Pre-built agents",
|
|
1612
1649
|
"nodeCreator.preBuiltAgents.description": "Get started faster with ready to go agents",
|
|
1613
1650
|
"nodeCredentials.createNew": "Create new credential",
|
|
1651
|
+
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1614
1652
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1615
1653
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1616
1654
|
"nodeCredentials.issues": "Issues",
|
|
@@ -1620,6 +1658,9 @@ var en_default = {
|
|
|
1620
1658
|
"nodeCredentials.showMessage.title": "Node credential updated",
|
|
1621
1659
|
"nodeCredentials.autoAssigned.message": "Added this credential to {count} other node(s)",
|
|
1622
1660
|
"nodeCredentials.updateCredential": "Update Credential",
|
|
1661
|
+
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1662
|
+
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1663
|
+
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1623
1664
|
"nodeErrorView.cause": "Cause",
|
|
1624
1665
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
1625
1666
|
"nodeErrorView.copyToClipboard.tooltip": "Copy error details for debugging. Copied data may contain sensitive information. Proceed with caution when sharing.",
|
|
@@ -1879,7 +1920,6 @@ var en_default = {
|
|
|
1879
1920
|
"oauth.consentView.success.title": "Success",
|
|
1880
1921
|
"oauth.consentView.success.description": "You will soon be redirected back to the client.",
|
|
1881
1922
|
"parameterInput.expressionResult": "e.g. {result}",
|
|
1882
|
-
"parameterInput.tip": "Tip",
|
|
1883
1923
|
"parameterInput.dragTipBeforePill": "Drag an",
|
|
1884
1924
|
"parameterInput.inputField": "input field",
|
|
1885
1925
|
"parameterInput.dragTipAfterPill": "from the left to use it here.",
|
|
@@ -2324,42 +2364,46 @@ var en_default = {
|
|
|
2324
2364
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
|
|
2325
2365
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2326
2366
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2327
|
-
"settings.mcp": "MCP
|
|
2328
|
-
"settings.mcp.
|
|
2329
|
-
"settings.mcp.toggle.
|
|
2330
|
-
"settings.mcp.toggle.disabled
|
|
2331
|
-
"settings.mcp.
|
|
2332
|
-
"settings.mcp.
|
|
2333
|
-
"settings.mcp.
|
|
2334
|
-
"settings.mcp.
|
|
2335
|
-
"settings.mcp.
|
|
2367
|
+
"settings.mcp": "Instance-level MCP",
|
|
2368
|
+
"settings.mcp.description": "Let MCP clients like Claude, Lovable, and other AI tools discover and execute your n8n workflows",
|
|
2369
|
+
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2370
|
+
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2371
|
+
"settings.mcp.actionBox.heading": "Connect AI assistants to your workflows",
|
|
2372
|
+
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
2373
|
+
"settings.mcp.emptyState.docs.part1": "Read our docs to",
|
|
2374
|
+
"settings.mcp.tabs.workflows": "Workflows",
|
|
2375
|
+
"settings.mcp.tabs.oauth": "Connected clients",
|
|
2376
|
+
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
2377
|
+
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
2378
|
+
"settings.mcp.workflows.table.action.updateDescription": "Edit description",
|
|
2379
|
+
"settings.mcp.workflows.table.column.name": "Name",
|
|
2380
|
+
"settings.mcp.workflows.table.column.location": "Location",
|
|
2381
|
+
"settings.mcp.workflows.table.column.description.emptyContent": "No description",
|
|
2382
|
+
"settings.mcp.workflows.table.column.description.emptyTooltip": "Helps MCP clients understand when and how to use this workflow",
|
|
2383
|
+
"settings.mcp.workflows.table.empty.title": "No workflows connected",
|
|
2384
|
+
"settings.mcp.workflows.table.empty.description": "Enable MCP access in each workflow's settings to see them here",
|
|
2385
|
+
"settings.mcp.workflows.table.empty.button.label": "Find workflows",
|
|
2386
|
+
"settings.mcp.oauth.table.empty.title": "No OAuth clients connected",
|
|
2387
|
+
"settings.mcp.oauth.table.empty.description": "Clients that connect via OAuth will show up here",
|
|
2388
|
+
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
2336
2389
|
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2337
2390
|
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2338
|
-
"settings.mcp.instructions.
|
|
2339
|
-
"settings.mcp.instructions.tabs.apiKey": "Access Token",
|
|
2340
|
-
"settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
|
|
2341
|
-
"settings.mcp.instructions.serverUrl": "Server URL",
|
|
2342
|
-
"settings.mcp.instructions.apiKey.label": "Access token",
|
|
2343
|
-
"settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
|
|
2344
|
-
"settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
|
|
2345
|
-
"settings.mcp.instructions.docs.part2": "our docs",
|
|
2346
|
-
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked.",
|
|
2391
|
+
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked",
|
|
2347
2392
|
"settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
|
|
2348
|
-
"settings.mcp.newKey.notice": "Make sure to copy your access token now. You won’t be able to see or copy it again!",
|
|
2349
2393
|
"settings.mcp.error.fetching.apiKey": "Error fetching access token",
|
|
2350
2394
|
"settings.mcp.error.rotating.apiKey": "Error generating new access token",
|
|
2351
2395
|
"settings.mcp.error.fetching.oAuthClients": "Error fetching list of OAuth clients",
|
|
2352
|
-
"settings.mcp.oAuthClients.heading": "Connected OAuth clients",
|
|
2353
2396
|
"settings.mcp.oAuthClients.table.clientName": "Client Name",
|
|
2354
2397
|
"settings.mcp.oAuthClients.table.connectedAt": "Connected At",
|
|
2355
|
-
"settings.mcp.oAuthClients.table.lastUsedAt": "Last Used At",
|
|
2356
2398
|
"settings.mcp.oAuthClients.table.action.revokeAccess": "Revoke Access",
|
|
2357
2399
|
"settings.mcp.oAuthClients.revoke.success.title": "Access revoked",
|
|
2358
2400
|
"settings.mcp.oAuthClients.revoke.success.message": "Client {name} access has been revoked",
|
|
2359
2401
|
"settings.mcp.oAuthClients.revoke.error": "Error revoking client access",
|
|
2360
|
-
"settings.mcp.oAuthClients.table.empty.title": "No OAuth clients connected",
|
|
2361
2402
|
"settings.mcp.refresh.tooltip": "Refresh list",
|
|
2362
|
-
"settings.mcp.
|
|
2403
|
+
"settings.mcp.connectPopover.tab.oauth": "OAuth",
|
|
2404
|
+
"settings.mcp.connectPopover.tab.accessToken": "Access token",
|
|
2405
|
+
"settings.mcp.connectPopover.serverUrl": "Server URL",
|
|
2406
|
+
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
2363
2407
|
"settings.chatHub": "Chat",
|
|
2364
2408
|
"settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
|
|
2365
2409
|
"settings.chatHub.providers.updated.success": "Chat provider settings updated",
|
|
@@ -2400,6 +2444,7 @@ var en_default = {
|
|
|
2400
2444
|
"settings.personal.personalSettingsUpdatedError": "Problem updating your details",
|
|
2401
2445
|
"settings.personal.role.tooltip.default": "Default role for new users",
|
|
2402
2446
|
"settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
|
|
2447
|
+
"settings.personal.role.tooltip.chatUser": "Access to Chat feature only",
|
|
2403
2448
|
"settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
|
|
2404
2449
|
"settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
|
|
2405
2450
|
"settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
|
|
@@ -2471,7 +2516,11 @@ var en_default = {
|
|
|
2471
2516
|
"settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
|
|
2472
2517
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2473
2518
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2474
|
-
"settings.users.userRoleUpdatedError": "Unable to
|
|
2519
|
+
"settings.users.userRoleUpdatedError": "Unable to update role",
|
|
2520
|
+
"settings.users.userRoleUpdated.confirm.message": "Are you sure you want to change user to a {role}? This will revoke their current project roles.",
|
|
2521
|
+
"settings.users.userRoleUpdated.confirm.title": "Update role for {user}?",
|
|
2522
|
+
"settings.users.userRoleUpdated.confirm.button": "Yes, update and revoke",
|
|
2523
|
+
"settings.users.userRoleUpdated.cancel.button": "Cancel",
|
|
2475
2524
|
"settings.users.table.update.error": "Failed to update table",
|
|
2476
2525
|
"settings.users.table.header.user": "@:_reusableBaseText.user",
|
|
2477
2526
|
"settings.users.table.header.accountType": "Account Type",
|
|
@@ -2482,6 +2531,7 @@ var en_default = {
|
|
|
2482
2531
|
"settings.users.table.row.deleteUser": "Remove user",
|
|
2483
2532
|
"settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
|
|
2484
2533
|
"settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
|
|
2534
|
+
"settings.users.table.row.role.description.chatUser": "Can use Chat but cannot create or view workflows or access other features",
|
|
2485
2535
|
"settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
|
|
2486
2536
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
2487
2537
|
"settings.projectRoles": "Project roles",
|
|
@@ -2998,7 +3048,7 @@ var en_default = {
|
|
|
2998
3048
|
"workflowActivator.inactive": "Inactive",
|
|
2999
3049
|
"workflowActivator.showError.title": "Workflow could not be {newStateName}",
|
|
3000
3050
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": "Please resolve outstanding issues before publishing",
|
|
3001
|
-
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "{count} node has issues, fix before publishing
|
|
3051
|
+
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "{count} node has issues, fix them before publishing. | {count} nodes have issues, fix them before publishing.",
|
|
3002
3052
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": "Please save it before activating",
|
|
3003
3053
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.title": "Problem activating workflow",
|
|
3004
3054
|
"workflowActivator.showMessage.displayActivationError.message.catchBlock": "Sorry there was a problem requesting the error",
|
|
@@ -3010,7 +3060,6 @@ var en_default = {
|
|
|
3010
3060
|
"workflowActivator.thisWorkflowIsArchived": "This workflow is archived so it cannot be activated",
|
|
3011
3061
|
"workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": "'Execute Workflow Trigger' doesn't require activation as it is triggered by another workflow",
|
|
3012
3062
|
"workflowDetails.share": "Share",
|
|
3013
|
-
"workflowDetails.active": "Active",
|
|
3014
3063
|
"workflowDetails.addTag": "Add tag",
|
|
3015
3064
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
3016
3065
|
"workflowProductionChecklist.title": "Production Checklist",
|
|
@@ -3041,8 +3090,6 @@ var en_default = {
|
|
|
3041
3090
|
"workflowExtraction.modal.title": "Convert to sub-workflow",
|
|
3042
3091
|
"workflowExtraction.modal.description": "Convert {nodeCount} node to a new sub-workflow | Convert {nodeCount} nodes to a new sub-workflow",
|
|
3043
3092
|
"workflowHelpers.showMessage.title": "Problem saving workflow",
|
|
3044
|
-
"workflowOpen.active": "Active",
|
|
3045
|
-
"workflowOpen.couldNotLoadActiveWorkflows": "Could not load active workflows",
|
|
3046
3093
|
"workflowOpen.created": "Created",
|
|
3047
3094
|
"workflowOpen.filterWorkflows": "Filter by tags",
|
|
3048
3095
|
"workflowOpen.name": "@:_reusableBaseText.name",
|
|
@@ -3062,7 +3109,6 @@ var en_default = {
|
|
|
3062
3109
|
"workflowPreview.showError.previewError.title": "Preview error",
|
|
3063
3110
|
"workflowRun.noActiveConnectionToTheServer": "Lost connection to the server",
|
|
3064
3111
|
"workflowRun.showError.deactivate": "Deactivate workflow to execute",
|
|
3065
|
-
"workflowRun.showError.productionActive": "Because of limitations in {nodeName}, n8n can't listen for test executions at the same time as listening for production ones",
|
|
3066
3112
|
"workflowRun.showError.title": "Problem running workflow",
|
|
3067
3113
|
"workflowRun.showError.payloadTooLarge": "Please execute the whole workflow, rather than just the node. (Existing execution data is too large.)",
|
|
3068
3114
|
"workflowRun.showError.resolveOutstandingIssues": "Please resolve outstanding issues before you activate it",
|
|
@@ -3129,6 +3175,40 @@ var en_default = {
|
|
|
3129
3175
|
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
3130
3176
|
"workflowSettings.tags": "Tags",
|
|
3131
3177
|
"workflowSettings.timezone": "Timezone",
|
|
3178
|
+
"workflowSettings.credentialResolver": "Dynamic credential resolver",
|
|
3179
|
+
"workflowSettings.credentialResolver.placeholder": "Select resolver",
|
|
3180
|
+
"workflowSettings.credentialResolver.createNew": "Create new resolver",
|
|
3181
|
+
"workflowSettings.credentialResolver.edit": "Edit resolver",
|
|
3182
|
+
"workflowSettings.credentialResolver.none": "Default - None",
|
|
3183
|
+
"workflowSettings.helpTexts.credentialResolver": "The resolver uses the identity of the user triggering the workflow to pick the right account for all dynamic credentials in this workflow.",
|
|
3184
|
+
"credentialResolver.addNew": "Add Resolver",
|
|
3185
|
+
"credentialResolver.view.title": "Credential resolvers",
|
|
3186
|
+
"credentialResolver.view.description": "Resolvers take an incoming user identity and pick the account used by dynamic credentials when the workflow runs. Select a resolver in Workflow settings.",
|
|
3187
|
+
"credentialResolver.view.learnMore": "You can learn more in the ",
|
|
3188
|
+
"credentialResolver.action.edit": "Edit",
|
|
3189
|
+
"credentialResolver.action.delete": "Delete",
|
|
3190
|
+
"credentialResolver.item.updated": "Last updated",
|
|
3191
|
+
"credentialResolver.item.created": "Created",
|
|
3192
|
+
"credentialResolverEdit.title.create": "Create Credential Resolver",
|
|
3193
|
+
"credentialResolverEdit.title.edit": "Edit Credential Resolver",
|
|
3194
|
+
"credentialResolverEdit.saveSuccess.title": "Credential Resolver was saved successfully",
|
|
3195
|
+
"credentialResolverEdit.deleteSuccess.title": "Credential Resolver was deleted successfully",
|
|
3196
|
+
"credentialResolverEdit.defaultName": "New resolver",
|
|
3197
|
+
"credentialResolverEdit.type.label": "Type",
|
|
3198
|
+
"credentialResolverEdit.type.placeholder": "Select resolver type",
|
|
3199
|
+
"credentialResolverEdit.config.label": "Configuration",
|
|
3200
|
+
"credentialResolverEdit.error.missingRequiredFields": "Please fill in all required fields",
|
|
3201
|
+
"credentialResolverEdit.error.save": "Failed to save credential resolver",
|
|
3202
|
+
"credentialResolverEdit.error.delete": "Failed to delete credential resolver",
|
|
3203
|
+
"credentialResolverEdit.error.loadTypes": "Failed to load resolver types",
|
|
3204
|
+
"credentialResolverEdit.delete": "Delete",
|
|
3205
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.headline": "Delete Credential Resolver?",
|
|
3206
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver \"{savedResolverName}\"?",
|
|
3207
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Yes, delete",
|
|
3208
|
+
"credentialResolverEdit.sidebar.configuration": "Configuration",
|
|
3209
|
+
"credentialResolverEdit.sidebar.details": "Details",
|
|
3210
|
+
"credentialResolverEdit.details.id": "ID",
|
|
3211
|
+
"credentialResolverEdit.details.notSaved": "Not saved yet",
|
|
3132
3212
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
3133
3213
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
3134
3214
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
@@ -3140,7 +3220,7 @@ var en_default = {
|
|
|
3140
3220
|
"workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
|
|
3141
3221
|
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": "Time saved is calculated dynamically based on each execution",
|
|
3142
3222
|
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": "Add more time saved nodes",
|
|
3143
|
-
"workflowSettings.timeSavedPerExecution.fixedTabWarning": "
|
|
3223
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": "Time saved for this workflow is tracked using a fixed value. Any Time Saved nodes in this workflow are ignored with this setting.",
|
|
3144
3224
|
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": "time saved nodes",
|
|
3145
3225
|
"workflowSettings.availableInMCP": "Available in MCP",
|
|
3146
3226
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
@@ -3222,8 +3302,8 @@ var en_default = {
|
|
|
3222
3302
|
"workflows.filters.tags": "Tags",
|
|
3223
3303
|
"workflows.filters.status": "Status",
|
|
3224
3304
|
"workflows.filters.status.all": "All",
|
|
3225
|
-
"workflows.filters.status.active": "
|
|
3226
|
-
"workflows.filters.status.deactivated": "
|
|
3305
|
+
"workflows.filters.status.active": "Published",
|
|
3306
|
+
"workflows.filters.status.deactivated": "Unpublished",
|
|
3227
3307
|
"workflows.filters.showArchived": "Show archived workflows",
|
|
3228
3308
|
"workflows.filters.ownedBy": "Owned by",
|
|
3229
3309
|
"workflows.filters.sharedWith": "Shared with",
|
|
@@ -3260,6 +3340,7 @@ var en_default = {
|
|
|
3260
3340
|
"workflows.shareModal.title": "Share '{name}'",
|
|
3261
3341
|
"workflows.shareModal.title.static": "Shared with {projectName}",
|
|
3262
3342
|
"workflows.shareModal.select.placeholder": "Add users...",
|
|
3343
|
+
"workflows.shareModel.select.notFound": "No matching users",
|
|
3263
3344
|
"workflows.shareModal.list.delete": "Remove access",
|
|
3264
3345
|
"workflows.shareModal.list.delete.confirm.title": "Remove {name}'s access?",
|
|
3265
3346
|
"workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": "If you do this, the workflow will lose access to {name}’s credentials. <strong>Nodes that use those credentials will stop working</strong>.",
|
|
@@ -3449,13 +3530,15 @@ var en_default = {
|
|
|
3449
3530
|
"dataTable.addColumn.nameInput.placeholder": "Enter column name",
|
|
3450
3531
|
"dataTable.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
3451
3532
|
"dataTable.addColumn.error": "Error adding column",
|
|
3452
|
-
"dataTable.
|
|
3533
|
+
"dataTable.column.alreadyExistsError": "This column already exists",
|
|
3453
3534
|
"dataTable.moveColumn.error": "Error moving column",
|
|
3454
3535
|
"dataTable.deleteColumn.error": "Error deleting column",
|
|
3455
3536
|
"dataTable.deleteColumn.confirm.title": "Delete column",
|
|
3456
3537
|
"dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
|
|
3457
3538
|
"dataTable.addColumn.invalidName.error": "Invalid column name",
|
|
3458
3539
|
"dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
|
|
3540
|
+
"dataTable.renameColumn.label": "Rename column",
|
|
3541
|
+
"dataTable.renameColumn.error": "Error renaming column",
|
|
3459
3542
|
"dataTable.fetchContent.error": "Error fetching data table content",
|
|
3460
3543
|
"dataTable.addRow.label": "Add Row",
|
|
3461
3544
|
"dataTable.addRow.error": "Error adding row",
|
|
@@ -3634,6 +3717,7 @@ var en_default = {
|
|
|
3634
3717
|
"projects.menu.title": "Projects",
|
|
3635
3718
|
"projects.menu.personal": "Personal",
|
|
3636
3719
|
"projects.menu.addFirstProject": "Add project",
|
|
3720
|
+
"projects.menu.chat": "Chat (Beta)",
|
|
3637
3721
|
"projects.settings": "Project settings",
|
|
3638
3722
|
"projects.settings.info": "Project info",
|
|
3639
3723
|
"projects.settings.newProjectName": "My project",
|
|
@@ -3716,11 +3800,11 @@ var en_default = {
|
|
|
3716
3800
|
"projects.move.resource.success.link": "View {targetProjectName}",
|
|
3717
3801
|
"projects.badge.global": "Global",
|
|
3718
3802
|
"projects.badge.tooltip.global": "This {resourceTypeLabel} was shared globally with all users and projects",
|
|
3719
|
-
"projects.badge.tooltip.sharedOwned": "This {resourceTypeLabel} is owned by you and shared with {count} users",
|
|
3720
|
-
"projects.badge.tooltip.sharedPersonal": "This {resourceTypeLabel} is owned by {name} and shared with {count} users",
|
|
3803
|
+
"projects.badge.tooltip.sharedOwned": "This {resourceTypeLabel} is owned by you and shared with {count} other projects or users",
|
|
3804
|
+
"projects.badge.tooltip.sharedPersonal": "This {resourceTypeLabel} is owned by {name} and shared with {count} other projects or users",
|
|
3721
3805
|
"projects.badge.tooltip.personal": "This {resourceTypeLabel} is owned by {name}",
|
|
3722
3806
|
"projects.badge.tooltip.team": "This {resourceTypeLabel} is owned and accessible by the {name} project.",
|
|
3723
|
-
"projects.badge.tooltip.sharedTeam": "This {resourceTypeLabel} is owned by the {name} project and
|
|
3807
|
+
"projects.badge.tooltip.sharedTeam": "This {resourceTypeLabel} is owned by the {name} project and shared with {count} other projects or users",
|
|
3724
3808
|
"mfa.setup.invalidAuthenticatorCode": "{code} is not a valid number",
|
|
3725
3809
|
"mfa.setup.invalidCode": "Two-factor code failed. Please try again.",
|
|
3726
3810
|
"mfa.code.modal.title": "Two-factor authentication",
|
|
@@ -4091,6 +4175,7 @@ var en_default = {
|
|
|
4091
4175
|
"commandBar.sections.executions": "Executions",
|
|
4092
4176
|
"commandBar.sections.evaluation": "Evaluation",
|
|
4093
4177
|
"commandBar.sections.demo": "Demo",
|
|
4178
|
+
"commandBar.sections.chat": "Chat",
|
|
4094
4179
|
"commandBar.sections.general": "Navigation",
|
|
4095
4180
|
"commandBar.templates.import": "Import template",
|
|
4096
4181
|
"commandBar.templates.importWithPrefix": "Import template {templateName}",
|
|
@@ -4149,7 +4234,15 @@ var en_default = {
|
|
|
4149
4234
|
"commandBar.projects.create": "Create project",
|
|
4150
4235
|
"commandBar.projects.open": "Open project",
|
|
4151
4236
|
"commandBar.projects.searchPlaceholder": "Search by project name...",
|
|
4152
|
-
"commandBar.projects.unnamed": "(unnamed project)"
|
|
4237
|
+
"commandBar.projects.unnamed": "(unnamed project)",
|
|
4238
|
+
"commandBar.chat.new": "New chat",
|
|
4239
|
+
"commandBar.chat.newWithModel": "New chat with...",
|
|
4240
|
+
"commandBar.chat.open": "Open chat",
|
|
4241
|
+
"commandBar.chat.delete": "Delete chat",
|
|
4242
|
+
"commandBar.chat.deleteCurrent": "Delete current chat",
|
|
4243
|
+
"commandBar.chat.deleteSession": "Delete \"{title}\"",
|
|
4244
|
+
"commandBar.chat.open.searchPlaceholder": "Search by f title...",
|
|
4245
|
+
"commandBar.chat.stop": "Stop message generation"
|
|
4153
4246
|
};
|
|
4154
4247
|
|
|
4155
4248
|
//#endregion
|