@n8n/i18n 2.0.1 → 2.2.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 +167 -62
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +148 -43
- package/dist/index.d.mts +148 -43
- package/dist/index.mjs +167 -62
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +148 -43
- package/dist/types2.d.mts +148 -43
- package/package.json +6 -6
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}",
|
|
@@ -249,6 +259,7 @@ var en_default = {
|
|
|
249
259
|
"aiAssistant.builder.executeMessage.fillParameter": "Update \"{label}\" parameter",
|
|
250
260
|
"aiAssistant.builder.toast.title": "Send chat message to start the execution",
|
|
251
261
|
"aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
|
|
262
|
+
"aiAssistant.builder.restoreError.title": "Failed to restore version",
|
|
252
263
|
"aiAssistant.assistant": "n8n AI",
|
|
253
264
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
254
265
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -309,22 +320,23 @@ var en_default = {
|
|
|
309
320
|
"chat.window.session.id.copy": "(click to copy)",
|
|
310
321
|
"chat.window.session.reset": "Reset",
|
|
311
322
|
"chat.window.session.resetSession": "Reset chat session",
|
|
312
|
-
"chatHub.agent.
|
|
323
|
+
"chatHub.agent.personalAgents": "Personal agents",
|
|
324
|
+
"chatHub.agent.workflowAgents": "Workflow agents",
|
|
313
325
|
"chatHub.agent.newAgent": "New Agent",
|
|
326
|
+
"chatHub.agent.unavailableAgent": "Unavailable agent",
|
|
314
327
|
"chatHub.agent.configureCredentials": "Configure credentials",
|
|
315
328
|
"chatHub.agent.addModel": "Add model",
|
|
316
329
|
"chatHub.agent.credentialsMissing": "Credentials missing",
|
|
317
330
|
"chatHub.agent.card.menu.edit": "Edit",
|
|
318
331
|
"chatHub.agent.card.menu.delete": "Delete",
|
|
319
332
|
"chatHub.agent.card.noDescription": "No description",
|
|
320
|
-
"chatHub.agent.card.badge.n8nWorkflow": "n8n workflow",
|
|
321
|
-
"chatHub.agent.card.badge.customAgent": "Custom agent",
|
|
322
333
|
"chatHub.agent.card.button.edit": "Edit",
|
|
323
334
|
"chatHub.agent.card.button.moreOptions": "More options",
|
|
324
335
|
"chatHub.agent.editor.title.new": "New Agent",
|
|
325
336
|
"chatHub.agent.editor.title.edit": "Edit Agent",
|
|
326
|
-
"chatHub.agent.editor.name.label": "
|
|
337
|
+
"chatHub.agent.editor.name.label": "Icon and name",
|
|
327
338
|
"chatHub.agent.editor.name.placeholder": "Enter agent name",
|
|
339
|
+
"chatHub.agent.editor.iconPicker.button.tooltip": "Change icon",
|
|
328
340
|
"chatHub.agent.editor.description.label": "Description",
|
|
329
341
|
"chatHub.agent.editor.description.placeholder": "Enter agent description (optional)",
|
|
330
342
|
"chatHub.agent.editor.systemPrompt.label": "System Prompt",
|
|
@@ -354,17 +366,19 @@ var en_default = {
|
|
|
354
366
|
"chatHub.agents.delete.cancel.button": "Cancel",
|
|
355
367
|
"chatHub.agents.delete.success": "Agent deleted successfully",
|
|
356
368
|
"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
369
|
"chatHub.agents.button.newAgent": "New Agent",
|
|
360
370
|
"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
371
|
"chatHub.agents.sort.updatedAt": "Sort by last updated",
|
|
365
372
|
"chatHub.agents.sort.createdAt": "Sort by created",
|
|
366
|
-
"chatHub.agents.empty.noAgents": "No agents available. Create your first custom agent to get started.",
|
|
367
373
|
"chatHub.agents.empty.noMatch": "No agents match your search criteria.",
|
|
374
|
+
"chatHub.workflowAgents.title": "Workflow Agents",
|
|
375
|
+
"chatHub.workflowAgents.description": "Browse and use AI agents built with n8n workflows",
|
|
376
|
+
"chatHub.workflowAgents.empty.noAgents": "No workflow agents available.",
|
|
377
|
+
"chatHub.workflowAgents.empty.noMatch": "No workflow agents match your search criteria.",
|
|
378
|
+
"chatHub.personalAgents.title": "Personal Agents",
|
|
379
|
+
"chatHub.personalAgents.description": "Create and manage custom AI agents with specific instructions and behaviors",
|
|
380
|
+
"chatHub.personalAgents.empty.noAgents": "No personal agents available. Create your first custom agent to get started.",
|
|
381
|
+
"chatHub.personalAgents.empty.noMatch": "No personal agents match your search criteria.",
|
|
368
382
|
"chatHub.chat.greeting": "Hello, {name}!",
|
|
369
383
|
"chatHub.chat.greeting.fallback": "User",
|
|
370
384
|
"chatHub.chat.dropOverlay": "Drop files here to attach",
|
|
@@ -384,6 +398,7 @@ var en_default = {
|
|
|
384
398
|
"chatHub.chat.prompt.callout.setCredentials.existing": "Please {link} for {provider} to continue the conversation",
|
|
385
399
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": "set credentials",
|
|
386
400
|
"chatHub.chat.prompt.button.attach": "Attach",
|
|
401
|
+
"chatHub.chat.prompt.button.attach.disabled": "File attachments are not supported by the selected model",
|
|
387
402
|
"chatHub.chat.prompt.button.stopRecording": "Stop recording",
|
|
388
403
|
"chatHub.chat.prompt.button.voiceInput": "Voice input",
|
|
389
404
|
"chatHub.chat.prompt.button.send": "Send",
|
|
@@ -393,18 +408,20 @@ var en_default = {
|
|
|
393
408
|
"chatHub.tools.editor.title": "Add Tools",
|
|
394
409
|
"chatHub.tools.editor.credential": "Credential",
|
|
395
410
|
"chatHub.tools.editor.credential.placeholder": "Select credential…",
|
|
396
|
-
"chatHub.tools.editor.credential.
|
|
411
|
+
"chatHub.tools.editor.credential.createNew": "Create New",
|
|
412
|
+
"chatHub.tools.editor.credential.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
397
413
|
"chatHub.tools.editor.selectedCount": "{count} tool selected | {count} tools selected",
|
|
398
414
|
"chatHub.tools.editor.confirm": "Confirm",
|
|
399
415
|
"chatHub.tools.editor.cancel": "Cancel",
|
|
400
416
|
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
401
417
|
"chatHub.tools.selector.label.default": "Tools",
|
|
418
|
+
"chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
|
|
402
419
|
"chatHub.credentials.selector.title": "Select {provider} credential",
|
|
403
420
|
"chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
|
|
404
421
|
"chatHub.credentials.selector.createNew": "Create new",
|
|
422
|
+
"chatHub.credentials.selector.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
405
423
|
"chatHub.credentials.selector.confirm": "Select",
|
|
406
424
|
"chatHub.credentials.selector.cancel": "Cancel",
|
|
407
|
-
"chatHub.credentials.selector.deleteButton": "Delete credential",
|
|
408
425
|
"chatHub.message.actions.readAloud": "Read aloud",
|
|
409
426
|
"chatHub.message.actions.stopReading": "Stop reading",
|
|
410
427
|
"chatHub.message.actions.edit": "Edit",
|
|
@@ -412,7 +429,18 @@ var en_default = {
|
|
|
412
429
|
"chatHub.message.actions.executionId": "Execution ID",
|
|
413
430
|
"chatHub.message.edit.cancel": "Cancel",
|
|
414
431
|
"chatHub.message.edit.send": "Send",
|
|
415
|
-
"chatHub.message.error.unknown": "
|
|
432
|
+
"chatHub.message.error.unknown": "Something went wrong. Please try again.",
|
|
433
|
+
"chatHub.error.payloadTooLarge": "Message too large",
|
|
434
|
+
"chatHub.error.badRequest": "Invalid request",
|
|
435
|
+
"chatHub.error.forbidden": "Permission denied",
|
|
436
|
+
"chatHub.error.serverError": "Server error",
|
|
437
|
+
"chatHub.error.serverErrorWithReason": "Server error: {error}",
|
|
438
|
+
"chatHub.error.unknown": "Unknown error",
|
|
439
|
+
"chatHub.error.noConnection": "Connection failed",
|
|
440
|
+
"chatHub.error.fetchConversationFailed": "Failed to load conversation",
|
|
441
|
+
"chatHub.error.sendMessageFailed": "Failed to send message",
|
|
442
|
+
"chatHub.error.updateModelFailed": "Failed to update model",
|
|
443
|
+
"chatHub.error.updateToolsFailed": "Failed to update tools",
|
|
416
444
|
"chatHub.models.selector.defaultLabel": "Select model",
|
|
417
445
|
"chatHub.models.byIdSelector.title": "Choose {provider} model by ID",
|
|
418
446
|
"chatHub.models.byIdSelector.choose": "Enter model identifier (e.g. \"gpt-4\")",
|
|
@@ -427,9 +455,12 @@ var en_default = {
|
|
|
427
455
|
"chatHub.session.delete.cancel.button": "Cancel",
|
|
428
456
|
"chatHub.session.delete.success": "Conversation is deleted",
|
|
429
457
|
"chatHub.session.delete.error": "Could not delete the conversation",
|
|
458
|
+
"chatHub.sidebar.title": "Chat",
|
|
430
459
|
"chatHub.sidebar.button.toggle": "Toggle sidebar",
|
|
431
|
-
"chatHub.sidebar.link.newChat": "New
|
|
432
|
-
"chatHub.sidebar.link.
|
|
460
|
+
"chatHub.sidebar.link.newChat": "New chat",
|
|
461
|
+
"chatHub.sidebar.link.workflowAgents": "Workflow agents",
|
|
462
|
+
"chatHub.sidebar.link.personalAgents": "Personal agents",
|
|
463
|
+
"chatHub.sidebar.loadMoreSessions": "Load more",
|
|
433
464
|
"chatEmbed.infoTip.description": "Add chat to external applications using the n8n chat package.",
|
|
434
465
|
"chatEmbed.infoTip.link": "More info",
|
|
435
466
|
"chatEmbed.title": "Embed Chat in your website",
|
|
@@ -774,6 +805,12 @@ var en_default = {
|
|
|
774
805
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
|
|
775
806
|
"credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
|
|
776
807
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
|
|
808
|
+
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for dynamic credentials",
|
|
809
|
+
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": "Enable this credential to be used with workflow resolvers",
|
|
810
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description1": "Requires a workflow resolver in Workflow settings.",
|
|
811
|
+
"credentialEdit.credentialConfig.dynamicCredentials.description2": "At run time it uses that resolver to select credentials based on who triggered the workflow.",
|
|
812
|
+
"credentialEdit.credentialConfig.dynamicCredentials.documentation": "Documentation",
|
|
813
|
+
"credentialEdit.credentialConfig.dynamicCredentials.docsUrl": "https://docs.n8n.io/credentials/dynamic-credentials/",
|
|
777
814
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
|
|
778
815
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
|
|
779
816
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": "Close without saving?",
|
|
@@ -792,6 +829,7 @@ var en_default = {
|
|
|
792
829
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": "Could not find credential with ID",
|
|
793
830
|
"credentialEdit.credentialEdit.delete": "Delete",
|
|
794
831
|
"credentialEdit.credentialEdit.details": "Details",
|
|
832
|
+
"credentialEdit.credentialEdit.dynamic": "Dynamic",
|
|
795
833
|
"credentialEdit.credentialEdit.saving": "Saving",
|
|
796
834
|
"credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
|
|
797
835
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
|
|
@@ -1069,6 +1107,7 @@ var en_default = {
|
|
|
1069
1107
|
"workerList.item.jobList.empty": "No current jobs",
|
|
1070
1108
|
"workerList.item.jobListTitle": "Current Jobs",
|
|
1071
1109
|
"workerList.item.netListTitle": "Network Interfaces",
|
|
1110
|
+
"workerList.item.memoryMonitorTitle": "Memory Monitoring",
|
|
1072
1111
|
"workerList.item.chartsTitle": "Performance Monitoring",
|
|
1073
1112
|
"workerList.item.copyAddressToClipboard": "Address copied to clipboard",
|
|
1074
1113
|
"workerList.actionBox.title": "Available on the Enterprise plan",
|
|
@@ -1177,9 +1216,8 @@ var en_default = {
|
|
|
1177
1216
|
"folder.delete.modal.confirmation": "What should we do with {folders} {workflows} in this folder?",
|
|
1178
1217
|
"folder.count": "the {count} folder | the {count} folders",
|
|
1179
1218
|
"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.",
|
|
1219
|
+
"workflow.description.mcp": "Clear descriptions help other users and MCP clients understand the purpose of your workflow",
|
|
1220
|
+
"workflow.description.nomcp": "Clear descriptions help other users understand the purpose of your workflow",
|
|
1183
1221
|
"workflow.description.error.title": "Problem updating workflow description",
|
|
1184
1222
|
"folder.and.workflow.separator": "and",
|
|
1185
1223
|
"folders.delete.action": "Archive all workflows and delete subfolders",
|
|
@@ -1316,9 +1354,10 @@ var en_default = {
|
|
|
1316
1354
|
"mcp.workflowDeactivated.message": "MCP Access has been disabled for this workflow because it is deactivated",
|
|
1317
1355
|
"menuActions.duplicate": "Duplicate",
|
|
1318
1356
|
"menuActions.download": "Download",
|
|
1319
|
-
"menuActions.push": "Push to
|
|
1357
|
+
"menuActions.push": "Push to git",
|
|
1358
|
+
"menuActions.editDescription": "Edit description",
|
|
1320
1359
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1321
|
-
"menuActions.importFromFile": "Import from
|
|
1360
|
+
"menuActions.importFromFile": "Import from file...",
|
|
1322
1361
|
"menuActions.delete": "Delete",
|
|
1323
1362
|
"menuActions.archive": "Archive",
|
|
1324
1363
|
"menuActions.unarchive": "Unarchive",
|
|
@@ -1611,6 +1650,7 @@ var en_default = {
|
|
|
1611
1650
|
"nodeCreator.preBuiltAgents.title": "Pre-built agents",
|
|
1612
1651
|
"nodeCreator.preBuiltAgents.description": "Get started faster with ready to go agents",
|
|
1613
1652
|
"nodeCredentials.createNew": "Create new credential",
|
|
1653
|
+
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1614
1654
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1615
1655
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1616
1656
|
"nodeCredentials.issues": "Issues",
|
|
@@ -1620,6 +1660,9 @@ var en_default = {
|
|
|
1620
1660
|
"nodeCredentials.showMessage.title": "Node credential updated",
|
|
1621
1661
|
"nodeCredentials.autoAssigned.message": "Added this credential to {count} other node(s)",
|
|
1622
1662
|
"nodeCredentials.updateCredential": "Update Credential",
|
|
1663
|
+
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1664
|
+
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1665
|
+
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1623
1666
|
"nodeErrorView.cause": "Cause",
|
|
1624
1667
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
1625
1668
|
"nodeErrorView.copyToClipboard.tooltip": "Copy error details for debugging. Copied data may contain sensitive information. Proceed with caution when sharing.",
|
|
@@ -1879,7 +1922,6 @@ var en_default = {
|
|
|
1879
1922
|
"oauth.consentView.success.title": "Success",
|
|
1880
1923
|
"oauth.consentView.success.description": "You will soon be redirected back to the client.",
|
|
1881
1924
|
"parameterInput.expressionResult": "e.g. {result}",
|
|
1882
|
-
"parameterInput.tip": "Tip",
|
|
1883
1925
|
"parameterInput.dragTipBeforePill": "Drag an",
|
|
1884
1926
|
"parameterInput.inputField": "input field",
|
|
1885
1927
|
"parameterInput.dragTipAfterPill": "from the left to use it here.",
|
|
@@ -2057,7 +2099,7 @@ var en_default = {
|
|
|
2057
2099
|
"projectRoles.workflow:read.tooltip": "View workflows within the project",
|
|
2058
2100
|
"projectRoles.workflow:execute": "Execute",
|
|
2059
2101
|
"projectRoles.workflow:update": "Edit",
|
|
2060
|
-
"projectRoles.workflow:update.tooltip": "Edit workflow content
|
|
2102
|
+
"projectRoles.workflow:update.tooltip": "Edit workflow content and execute workflows",
|
|
2061
2103
|
"projectRoles.workflow:create": "Create",
|
|
2062
2104
|
"projectRoles.workflow:create.tooltip": "Create new workflows",
|
|
2063
2105
|
"projectRoles.workflow:share": "Share",
|
|
@@ -2065,6 +2107,8 @@ var en_default = {
|
|
|
2065
2107
|
"projectRoles.workflow:move.tooltip": "Transfer workflows to another project",
|
|
2066
2108
|
"projectRoles.workflow:delete": "Delete",
|
|
2067
2109
|
"projectRoles.workflow:delete.tooltip": "Delete workflows",
|
|
2110
|
+
"projectRoles.workflow:publish": "Publish",
|
|
2111
|
+
"projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
|
|
2068
2112
|
"projectRoles.credential:read": "View",
|
|
2069
2113
|
"projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
|
|
2070
2114
|
"projectRoles.credential:update": "Edit",
|
|
@@ -2324,42 +2368,53 @@ var en_default = {
|
|
|
2324
2368
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
|
|
2325
2369
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2326
2370
|
"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.
|
|
2371
|
+
"settings.mcp": "Instance-level MCP",
|
|
2372
|
+
"settings.mcp.description": "Let MCP clients like Claude, Lovable, and other AI tools discover and execute your n8n workflows",
|
|
2373
|
+
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2374
|
+
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2375
|
+
"settings.mcp.actionBox.heading": "Connect AI assistants to your workflows",
|
|
2376
|
+
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
2377
|
+
"settings.mcp.emptyState.docs.part1": "Read our docs to",
|
|
2378
|
+
"settings.mcp.tabs.workflows": "Workflows",
|
|
2379
|
+
"settings.mcp.tabs.oauth": "Connected clients",
|
|
2380
|
+
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
2381
|
+
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
2382
|
+
"settings.mcp.workflows.table.action.updateDescription": "Edit description",
|
|
2383
|
+
"settings.mcp.workflows.table.column.name": "Name",
|
|
2384
|
+
"settings.mcp.workflows.table.column.location": "Location",
|
|
2385
|
+
"settings.mcp.workflows.table.column.description.emptyContent": "No description",
|
|
2386
|
+
"settings.mcp.workflows.table.column.description.emptyTooltip": "Helps MCP clients understand when and how to use this workflow",
|
|
2387
|
+
"settings.mcp.workflows.table.empty.title": "No workflows enabled",
|
|
2388
|
+
"settings.mcp.workflows.table.empty.description": "Add compatible workflows so MCP clients can discover and execute them",
|
|
2389
|
+
"settings.mcp.oauth.table.empty.title": "No OAuth clients connected",
|
|
2390
|
+
"settings.mcp.oauth.table.empty.description": "Clients that connect via OAuth will show up here",
|
|
2391
|
+
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
2336
2392
|
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2337
2393
|
"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.",
|
|
2394
|
+
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked",
|
|
2347
2395
|
"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
2396
|
"settings.mcp.error.fetching.apiKey": "Error fetching access token",
|
|
2350
2397
|
"settings.mcp.error.rotating.apiKey": "Error generating new access token",
|
|
2351
2398
|
"settings.mcp.error.fetching.oAuthClients": "Error fetching list of OAuth clients",
|
|
2352
|
-
"settings.mcp.oAuthClients.heading": "Connected OAuth clients",
|
|
2353
2399
|
"settings.mcp.oAuthClients.table.clientName": "Client Name",
|
|
2354
2400
|
"settings.mcp.oAuthClients.table.connectedAt": "Connected At",
|
|
2355
|
-
"settings.mcp.oAuthClients.table.lastUsedAt": "Last Used At",
|
|
2356
2401
|
"settings.mcp.oAuthClients.table.action.revokeAccess": "Revoke Access",
|
|
2357
2402
|
"settings.mcp.oAuthClients.revoke.success.title": "Access revoked",
|
|
2358
2403
|
"settings.mcp.oAuthClients.revoke.success.message": "Client {name} access has been revoked",
|
|
2359
2404
|
"settings.mcp.oAuthClients.revoke.error": "Error revoking client access",
|
|
2360
|
-
"settings.mcp.oAuthClients.table.empty.title": "No OAuth clients connected",
|
|
2361
2405
|
"settings.mcp.refresh.tooltip": "Refresh list",
|
|
2362
|
-
"settings.mcp.
|
|
2406
|
+
"settings.mcp.connectWorkflows": "Enable workflows",
|
|
2407
|
+
"settings.mcp.connectWorkflows.modalTitle": "Enable workflow MCP access",
|
|
2408
|
+
"settings.mcp.connectWorkflows.notice": "Workflows that are published and have one of webhook, form, schedule or chat trigger nodes can be enabled for MCP access. <a href='{docsLink}' target='_blank'>Read more</a>",
|
|
2409
|
+
"settings.mcp.connectWorkflows.input.placeholder": "Search workflows to connect",
|
|
2410
|
+
"settings.mcp.connectWorkflows.confirm.label": "Enable",
|
|
2411
|
+
"settings.mcp.connectWorkflows.error": "Error fetching available workflows",
|
|
2412
|
+
"settings.mcp.connectWorkflows.emptyState": "No available workflows",
|
|
2413
|
+
"settings.mcp.connectPopover.tab.oauth": "OAuth",
|
|
2414
|
+
"settings.mcp.connectPopover.tab.accessToken": "Access token",
|
|
2415
|
+
"settings.mcp.connectPopover.serverUrl": "Server URL",
|
|
2416
|
+
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
2417
|
+
"settings.mcp.connectPopover.triggerLabel": "Connection details",
|
|
2363
2418
|
"settings.chatHub": "Chat",
|
|
2364
2419
|
"settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
|
|
2365
2420
|
"settings.chatHub.providers.updated.success": "Chat provider settings updated",
|
|
@@ -2400,6 +2455,7 @@ var en_default = {
|
|
|
2400
2455
|
"settings.personal.personalSettingsUpdatedError": "Problem updating your details",
|
|
2401
2456
|
"settings.personal.role.tooltip.default": "Default role for new users",
|
|
2402
2457
|
"settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
|
|
2458
|
+
"settings.personal.role.tooltip.chatUser": "Access to Chat feature only",
|
|
2403
2459
|
"settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
|
|
2404
2460
|
"settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
|
|
2405
2461
|
"settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
|
|
@@ -2471,7 +2527,11 @@ var en_default = {
|
|
|
2471
2527
|
"settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
|
|
2472
2528
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2473
2529
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2474
|
-
"settings.users.userRoleUpdatedError": "Unable to
|
|
2530
|
+
"settings.users.userRoleUpdatedError": "Unable to update role",
|
|
2531
|
+
"settings.users.userRoleUpdated.confirm.message": "Are you sure you want to change user to a {role}? This will revoke their current project roles.",
|
|
2532
|
+
"settings.users.userRoleUpdated.confirm.title": "Update role for {user}?",
|
|
2533
|
+
"settings.users.userRoleUpdated.confirm.button": "Yes, update and revoke",
|
|
2534
|
+
"settings.users.userRoleUpdated.cancel.button": "Cancel",
|
|
2475
2535
|
"settings.users.table.update.error": "Failed to update table",
|
|
2476
2536
|
"settings.users.table.header.user": "@:_reusableBaseText.user",
|
|
2477
2537
|
"settings.users.table.header.accountType": "Account Type",
|
|
@@ -2482,6 +2542,7 @@ var en_default = {
|
|
|
2482
2542
|
"settings.users.table.row.deleteUser": "Remove user",
|
|
2483
2543
|
"settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
|
|
2484
2544
|
"settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
|
|
2545
|
+
"settings.users.table.row.role.description.chatUser": "Can use Chat but cannot create or view workflows or access other features",
|
|
2485
2546
|
"settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
|
|
2486
2547
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
2487
2548
|
"settings.projectRoles": "Project roles",
|
|
@@ -2998,7 +3059,7 @@ var en_default = {
|
|
|
2998
3059
|
"workflowActivator.inactive": "Inactive",
|
|
2999
3060
|
"workflowActivator.showError.title": "Workflow could not be {newStateName}",
|
|
3000
3061
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": "Please resolve outstanding issues before publishing",
|
|
3001
|
-
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "{count} node has issues, fix before publishing
|
|
3062
|
+
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "{count} node has issues, fix them before publishing. | {count} nodes have issues, fix them before publishing.",
|
|
3002
3063
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": "Please save it before activating",
|
|
3003
3064
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.title": "Problem activating workflow",
|
|
3004
3065
|
"workflowActivator.showMessage.displayActivationError.message.catchBlock": "Sorry there was a problem requesting the error",
|
|
@@ -3010,7 +3071,6 @@ var en_default = {
|
|
|
3010
3071
|
"workflowActivator.thisWorkflowIsArchived": "This workflow is archived so it cannot be activated",
|
|
3011
3072
|
"workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": "'Execute Workflow Trigger' doesn't require activation as it is triggered by another workflow",
|
|
3012
3073
|
"workflowDetails.share": "Share",
|
|
3013
|
-
"workflowDetails.active": "Active",
|
|
3014
3074
|
"workflowDetails.addTag": "Add tag",
|
|
3015
3075
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
3016
3076
|
"workflowProductionChecklist.title": "Production Checklist",
|
|
@@ -3041,8 +3101,6 @@ var en_default = {
|
|
|
3041
3101
|
"workflowExtraction.modal.title": "Convert to sub-workflow",
|
|
3042
3102
|
"workflowExtraction.modal.description": "Convert {nodeCount} node to a new sub-workflow | Convert {nodeCount} nodes to a new sub-workflow",
|
|
3043
3103
|
"workflowHelpers.showMessage.title": "Problem saving workflow",
|
|
3044
|
-
"workflowOpen.active": "Active",
|
|
3045
|
-
"workflowOpen.couldNotLoadActiveWorkflows": "Could not load active workflows",
|
|
3046
3104
|
"workflowOpen.created": "Created",
|
|
3047
3105
|
"workflowOpen.filterWorkflows": "Filter by tags",
|
|
3048
3106
|
"workflowOpen.name": "@:_reusableBaseText.name",
|
|
@@ -3062,7 +3120,6 @@ var en_default = {
|
|
|
3062
3120
|
"workflowPreview.showError.previewError.title": "Preview error",
|
|
3063
3121
|
"workflowRun.noActiveConnectionToTheServer": "Lost connection to the server",
|
|
3064
3122
|
"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
3123
|
"workflowRun.showError.title": "Problem running workflow",
|
|
3067
3124
|
"workflowRun.showError.payloadTooLarge": "Please execute the whole workflow, rather than just the node. (Existing execution data is too large.)",
|
|
3068
3125
|
"workflowRun.showError.resolveOutstandingIssues": "Please resolve outstanding issues before you activate it",
|
|
@@ -3129,6 +3186,40 @@ var en_default = {
|
|
|
3129
3186
|
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
3130
3187
|
"workflowSettings.tags": "Tags",
|
|
3131
3188
|
"workflowSettings.timezone": "Timezone",
|
|
3189
|
+
"workflowSettings.credentialResolver": "Dynamic credential resolver",
|
|
3190
|
+
"workflowSettings.credentialResolver.placeholder": "Select resolver",
|
|
3191
|
+
"workflowSettings.credentialResolver.createNew": "Create new resolver",
|
|
3192
|
+
"workflowSettings.credentialResolver.edit": "Edit resolver",
|
|
3193
|
+
"workflowSettings.credentialResolver.none": "Default - None",
|
|
3194
|
+
"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.",
|
|
3195
|
+
"credentialResolver.addNew": "Add Resolver",
|
|
3196
|
+
"credentialResolver.view.title": "Credential resolvers",
|
|
3197
|
+
"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.",
|
|
3198
|
+
"credentialResolver.view.learnMore": "You can learn more in the ",
|
|
3199
|
+
"credentialResolver.action.edit": "Edit",
|
|
3200
|
+
"credentialResolver.action.delete": "Delete",
|
|
3201
|
+
"credentialResolver.item.updated": "Last updated",
|
|
3202
|
+
"credentialResolver.item.created": "Created",
|
|
3203
|
+
"credentialResolverEdit.title.create": "Create Credential Resolver",
|
|
3204
|
+
"credentialResolverEdit.title.edit": "Edit Credential Resolver",
|
|
3205
|
+
"credentialResolverEdit.saveSuccess.title": "Credential Resolver was saved successfully",
|
|
3206
|
+
"credentialResolverEdit.deleteSuccess.title": "Credential Resolver was deleted successfully",
|
|
3207
|
+
"credentialResolverEdit.defaultName": "New resolver",
|
|
3208
|
+
"credentialResolverEdit.type.label": "Type",
|
|
3209
|
+
"credentialResolverEdit.type.placeholder": "Select resolver type",
|
|
3210
|
+
"credentialResolverEdit.config.label": "Configuration",
|
|
3211
|
+
"credentialResolverEdit.error.missingRequiredFields": "Please fill in all required fields",
|
|
3212
|
+
"credentialResolverEdit.error.save": "Failed to save credential resolver",
|
|
3213
|
+
"credentialResolverEdit.error.delete": "Failed to delete credential resolver",
|
|
3214
|
+
"credentialResolverEdit.error.loadTypes": "Failed to load resolver types",
|
|
3215
|
+
"credentialResolverEdit.delete": "Delete",
|
|
3216
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.headline": "Delete Credential Resolver?",
|
|
3217
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver \"{savedResolverName}\"?",
|
|
3218
|
+
"credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Yes, delete",
|
|
3219
|
+
"credentialResolverEdit.sidebar.configuration": "Configuration",
|
|
3220
|
+
"credentialResolverEdit.sidebar.details": "Details",
|
|
3221
|
+
"credentialResolverEdit.details.id": "ID",
|
|
3222
|
+
"credentialResolverEdit.details.notSaved": "Not saved yet",
|
|
3132
3223
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
3133
3224
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
3134
3225
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
@@ -3140,7 +3231,7 @@ var en_default = {
|
|
|
3140
3231
|
"workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
|
|
3141
3232
|
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": "Time saved is calculated dynamically based on each execution",
|
|
3142
3233
|
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": "Add more time saved nodes",
|
|
3143
|
-
"workflowSettings.timeSavedPerExecution.fixedTabWarning": "
|
|
3234
|
+
"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
3235
|
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": "time saved nodes",
|
|
3145
3236
|
"workflowSettings.availableInMCP": "Available in MCP",
|
|
3146
3237
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
@@ -3164,8 +3255,6 @@ var en_default = {
|
|
|
3164
3255
|
"workflowHistory.item.unsaved.title": "Unsaved version",
|
|
3165
3256
|
"workflowHistory.item.latest": "Latest saved",
|
|
3166
3257
|
"workflowHistory.item.active": "Published",
|
|
3167
|
-
"workflowHistory.empty": "No versions yet.",
|
|
3168
|
-
"workflowHistory.hint": "Save the workflow to create the first version!",
|
|
3169
3258
|
"workflowHistory.limit": "Version history is limited to {days} days",
|
|
3170
3259
|
"workflowHistory.upgrade": "{link} to activate full history",
|
|
3171
3260
|
"workflowHistory.upgrade.link": "Upgrade plan",
|
|
@@ -3177,6 +3266,7 @@ var en_default = {
|
|
|
3177
3266
|
"workflowHistory.action.restore.modal.button.restore": "Restore",
|
|
3178
3267
|
"workflowHistory.action.restore.modal.button.cancel": "Cancel",
|
|
3179
3268
|
"workflowHistory.action.restore.success.title": "Successfully restored workflow version",
|
|
3269
|
+
"workflowHistory.action.restore.alreadyRestored": "Workflow version is already restored",
|
|
3180
3270
|
"workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
|
|
3181
3271
|
"workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
|
|
3182
3272
|
"workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
|
|
@@ -3186,10 +3276,12 @@ var en_default = {
|
|
|
3186
3276
|
"workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
|
|
3187
3277
|
"workflowHistory.button.tooltip.empty": "This workflow currently has no history to view. Once you've made your first save, you'll be able to view previous versions",
|
|
3188
3278
|
"workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
|
|
3279
|
+
"workflowHistory.group.unnamedVersions": "1 version | {count} versions",
|
|
3189
3280
|
"workflowHistory.publishModal.title": "Publish {versionName}",
|
|
3190
3281
|
"workflows.heading": "Workflows",
|
|
3191
3282
|
"workflows.add": "Add workflow",
|
|
3192
3283
|
"workflows.publish": "Publish",
|
|
3284
|
+
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
3193
3285
|
"workflows.project.add": "Add workflow to project",
|
|
3194
3286
|
"workflows.item.open": "Open",
|
|
3195
3287
|
"workflows.item.share": "Share...",
|
|
@@ -3222,8 +3314,8 @@ var en_default = {
|
|
|
3222
3314
|
"workflows.filters.tags": "Tags",
|
|
3223
3315
|
"workflows.filters.status": "Status",
|
|
3224
3316
|
"workflows.filters.status.all": "All",
|
|
3225
|
-
"workflows.filters.status.active": "
|
|
3226
|
-
"workflows.filters.status.deactivated": "
|
|
3317
|
+
"workflows.filters.status.active": "Published",
|
|
3318
|
+
"workflows.filters.status.deactivated": "Unpublished",
|
|
3227
3319
|
"workflows.filters.showArchived": "Show archived workflows",
|
|
3228
3320
|
"workflows.filters.ownedBy": "Owned by",
|
|
3229
3321
|
"workflows.filters.sharedWith": "Shared with",
|
|
@@ -3260,6 +3352,7 @@ var en_default = {
|
|
|
3260
3352
|
"workflows.shareModal.title": "Share '{name}'",
|
|
3261
3353
|
"workflows.shareModal.title.static": "Shared with {projectName}",
|
|
3262
3354
|
"workflows.shareModal.select.placeholder": "Add users...",
|
|
3355
|
+
"workflows.shareModel.select.notFound": "No matching users",
|
|
3263
3356
|
"workflows.shareModal.list.delete": "Remove access",
|
|
3264
3357
|
"workflows.shareModal.list.delete.confirm.title": "Remove {name}'s access?",
|
|
3265
3358
|
"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 +3542,15 @@ var en_default = {
|
|
|
3449
3542
|
"dataTable.addColumn.nameInput.placeholder": "Enter column name",
|
|
3450
3543
|
"dataTable.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
3451
3544
|
"dataTable.addColumn.error": "Error adding column",
|
|
3452
|
-
"dataTable.
|
|
3545
|
+
"dataTable.column.alreadyExistsError": "This column already exists",
|
|
3453
3546
|
"dataTable.moveColumn.error": "Error moving column",
|
|
3454
3547
|
"dataTable.deleteColumn.error": "Error deleting column",
|
|
3455
3548
|
"dataTable.deleteColumn.confirm.title": "Delete column",
|
|
3456
3549
|
"dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
|
|
3457
3550
|
"dataTable.addColumn.invalidName.error": "Invalid column name",
|
|
3458
3551
|
"dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
|
|
3552
|
+
"dataTable.renameColumn.label": "Rename column",
|
|
3553
|
+
"dataTable.renameColumn.error": "Error renaming column",
|
|
3459
3554
|
"dataTable.fetchContent.error": "Error fetching data table content",
|
|
3460
3555
|
"dataTable.addRow.label": "Add Row",
|
|
3461
3556
|
"dataTable.addRow.error": "Error adding row",
|
|
@@ -3634,6 +3729,7 @@ var en_default = {
|
|
|
3634
3729
|
"projects.menu.title": "Projects",
|
|
3635
3730
|
"projects.menu.personal": "Personal",
|
|
3636
3731
|
"projects.menu.addFirstProject": "Add project",
|
|
3732
|
+
"projects.menu.chat": "Chat",
|
|
3637
3733
|
"projects.settings": "Project settings",
|
|
3638
3734
|
"projects.settings.info": "Project info",
|
|
3639
3735
|
"projects.settings.newProjectName": "My project",
|
|
@@ -3716,11 +3812,11 @@ var en_default = {
|
|
|
3716
3812
|
"projects.move.resource.success.link": "View {targetProjectName}",
|
|
3717
3813
|
"projects.badge.global": "Global",
|
|
3718
3814
|
"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",
|
|
3815
|
+
"projects.badge.tooltip.sharedOwned": "This {resourceTypeLabel} is owned by you and shared with {count} other projects or users",
|
|
3816
|
+
"projects.badge.tooltip.sharedPersonal": "This {resourceTypeLabel} is owned by {name} and shared with {count} other projects or users",
|
|
3721
3817
|
"projects.badge.tooltip.personal": "This {resourceTypeLabel} is owned by {name}",
|
|
3722
3818
|
"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
|
|
3819
|
+
"projects.badge.tooltip.sharedTeam": "This {resourceTypeLabel} is owned by the {name} project and shared with {count} other projects or users",
|
|
3724
3820
|
"mfa.setup.invalidAuthenticatorCode": "{code} is not a valid number",
|
|
3725
3821
|
"mfa.setup.invalidCode": "Two-factor code failed. Please try again.",
|
|
3726
3822
|
"mfa.code.modal.title": "Two-factor authentication",
|
|
@@ -4091,6 +4187,7 @@ var en_default = {
|
|
|
4091
4187
|
"commandBar.sections.executions": "Executions",
|
|
4092
4188
|
"commandBar.sections.evaluation": "Evaluation",
|
|
4093
4189
|
"commandBar.sections.demo": "Demo",
|
|
4190
|
+
"commandBar.sections.chat": "Chat",
|
|
4094
4191
|
"commandBar.sections.general": "Navigation",
|
|
4095
4192
|
"commandBar.templates.import": "Import template",
|
|
4096
4193
|
"commandBar.templates.importWithPrefix": "Import template {templateName}",
|
|
@@ -4149,7 +4246,15 @@ var en_default = {
|
|
|
4149
4246
|
"commandBar.projects.create": "Create project",
|
|
4150
4247
|
"commandBar.projects.open": "Open project",
|
|
4151
4248
|
"commandBar.projects.searchPlaceholder": "Search by project name...",
|
|
4152
|
-
"commandBar.projects.unnamed": "(unnamed project)"
|
|
4249
|
+
"commandBar.projects.unnamed": "(unnamed project)",
|
|
4250
|
+
"commandBar.chat.new": "New chat",
|
|
4251
|
+
"commandBar.chat.newWithModel": "New chat with...",
|
|
4252
|
+
"commandBar.chat.open": "Open chat",
|
|
4253
|
+
"commandBar.chat.delete": "Delete chat",
|
|
4254
|
+
"commandBar.chat.deleteCurrent": "Delete current chat",
|
|
4255
|
+
"commandBar.chat.deleteSession": "Delete \"{title}\"",
|
|
4256
|
+
"commandBar.chat.open.searchPlaceholder": "Search by f title...",
|
|
4257
|
+
"commandBar.chat.stop": "Stop message generation"
|
|
4153
4258
|
};
|
|
4154
4259
|
|
|
4155
4260
|
//#endregion
|