@n8n/i18n 2.1.0 → 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.d.cts CHANGED
@@ -263,6 +263,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
263
263
  "aiAssistant.builder.executeMessage.fillParameter": string;
264
264
  "aiAssistant.builder.toast.title": string;
265
265
  "aiAssistant.builder.toast.description": string;
266
+ "aiAssistant.builder.restoreError.title": string;
266
267
  "aiAssistant.assistant": string;
267
268
  "aiAssistant.newSessionModal.title.part1": string;
268
269
  "aiAssistant.newSessionModal.title.part2": string;
@@ -463,6 +464,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
463
464
  "chatHub.sidebar.link.newChat": string;
464
465
  "chatHub.sidebar.link.workflowAgents": string;
465
466
  "chatHub.sidebar.link.personalAgents": string;
467
+ "chatHub.sidebar.loadMoreSessions": string;
466
468
  "chatEmbed.infoTip.description": string;
467
469
  "chatEmbed.infoTip.link": string;
468
470
  "chatEmbed.title": string;
@@ -2109,6 +2111,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
2109
2111
  "projectRoles.workflow:move.tooltip": string;
2110
2112
  "projectRoles.workflow:delete": string;
2111
2113
  "projectRoles.workflow:delete.tooltip": string;
2114
+ "projectRoles.workflow:publish": string;
2115
+ "projectRoles.workflow:publish.tooltip": string;
2112
2116
  "projectRoles.credential:read": string;
2113
2117
  "projectRoles.credential:read.tooltip": string;
2114
2118
  "projectRoles.credential:update": string;
@@ -2386,7 +2390,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
2386
2390
  "settings.mcp.workflows.table.column.description.emptyTooltip": string;
2387
2391
  "settings.mcp.workflows.table.empty.title": string;
2388
2392
  "settings.mcp.workflows.table.empty.description": string;
2389
- "settings.mcp.workflows.table.empty.button.label": string;
2390
2393
  "settings.mcp.oauth.table.empty.title": string;
2391
2394
  "settings.mcp.oauth.table.empty.description": string;
2392
2395
  "settings.mcp.oauth.table.empty.button": string;
@@ -2404,10 +2407,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
2404
2407
  "settings.mcp.oAuthClients.revoke.success.message": string;
2405
2408
  "settings.mcp.oAuthClients.revoke.error": string;
2406
2409
  "settings.mcp.refresh.tooltip": string;
2410
+ "settings.mcp.connectWorkflows": string;
2411
+ "settings.mcp.connectWorkflows.modalTitle": string;
2412
+ "settings.mcp.connectWorkflows.notice": string;
2413
+ "settings.mcp.connectWorkflows.input.placeholder": string;
2414
+ "settings.mcp.connectWorkflows.confirm.label": string;
2415
+ "settings.mcp.connectWorkflows.error": string;
2416
+ "settings.mcp.connectWorkflows.emptyState": string;
2407
2417
  "settings.mcp.connectPopover.tab.oauth": string;
2408
2418
  "settings.mcp.connectPopover.tab.accessToken": string;
2409
2419
  "settings.mcp.connectPopover.serverUrl": string;
2410
2420
  "settings.mcp.connectPopover.jsonConfig": string;
2421
+ "settings.mcp.connectPopover.triggerLabel": string;
2411
2422
  "settings.chatHub": string;
2412
2423
  "settings.chatHub.providers.fetching.error": string;
2413
2424
  "settings.chatHub.providers.updated.success": string;
@@ -3248,8 +3259,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3248
3259
  "workflowHistory.item.unsaved.title": string;
3249
3260
  "workflowHistory.item.latest": string;
3250
3261
  "workflowHistory.item.active": string;
3251
- "workflowHistory.empty": string;
3252
- "workflowHistory.hint": string;
3253
3262
  "workflowHistory.limit": string;
3254
3263
  "workflowHistory.upgrade": string;
3255
3264
  "workflowHistory.upgrade.link": string;
@@ -3261,6 +3270,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
3261
3270
  "workflowHistory.action.restore.modal.button.restore": string;
3262
3271
  "workflowHistory.action.restore.modal.button.cancel": string;
3263
3272
  "workflowHistory.action.restore.success.title": string;
3273
+ "workflowHistory.action.restore.alreadyRestored": string;
3264
3274
  "workflowHistory.action.clone.success.title": string;
3265
3275
  "workflowHistory.action.clone.success.message": string;
3266
3276
  "workflowHistory.action.unpublish.success.title": string;
@@ -3270,10 +3280,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
3270
3280
  "workflowHistory.action.unpublish.modal.button.unpublish": string;
3271
3281
  "workflowHistory.button.tooltip.empty": string;
3272
3282
  "workflowHistory.button.tooltip": string;
3283
+ "workflowHistory.group.unnamedVersions": string;
3273
3284
  "workflowHistory.publishModal.title": string;
3274
3285
  "workflows.heading": string;
3275
3286
  "workflows.add": string;
3276
3287
  "workflows.publish": string;
3288
+ "workflows.publish.permissionDenied": string;
3277
3289
  "workflows.project.add": string;
3278
3290
  "workflows.item.open": string;
3279
3291
  "workflows.item.share": string;
package/dist/index.d.mts CHANGED
@@ -263,6 +263,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
263
263
  "aiAssistant.builder.executeMessage.fillParameter": string;
264
264
  "aiAssistant.builder.toast.title": string;
265
265
  "aiAssistant.builder.toast.description": string;
266
+ "aiAssistant.builder.restoreError.title": string;
266
267
  "aiAssistant.assistant": string;
267
268
  "aiAssistant.newSessionModal.title.part1": string;
268
269
  "aiAssistant.newSessionModal.title.part2": string;
@@ -463,6 +464,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
463
464
  "chatHub.sidebar.link.newChat": string;
464
465
  "chatHub.sidebar.link.workflowAgents": string;
465
466
  "chatHub.sidebar.link.personalAgents": string;
467
+ "chatHub.sidebar.loadMoreSessions": string;
466
468
  "chatEmbed.infoTip.description": string;
467
469
  "chatEmbed.infoTip.link": string;
468
470
  "chatEmbed.title": string;
@@ -2109,6 +2111,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
2109
2111
  "projectRoles.workflow:move.tooltip": string;
2110
2112
  "projectRoles.workflow:delete": string;
2111
2113
  "projectRoles.workflow:delete.tooltip": string;
2114
+ "projectRoles.workflow:publish": string;
2115
+ "projectRoles.workflow:publish.tooltip": string;
2112
2116
  "projectRoles.credential:read": string;
2113
2117
  "projectRoles.credential:read.tooltip": string;
2114
2118
  "projectRoles.credential:update": string;
@@ -2386,7 +2390,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
2386
2390
  "settings.mcp.workflows.table.column.description.emptyTooltip": string;
2387
2391
  "settings.mcp.workflows.table.empty.title": string;
2388
2392
  "settings.mcp.workflows.table.empty.description": string;
2389
- "settings.mcp.workflows.table.empty.button.label": string;
2390
2393
  "settings.mcp.oauth.table.empty.title": string;
2391
2394
  "settings.mcp.oauth.table.empty.description": string;
2392
2395
  "settings.mcp.oauth.table.empty.button": string;
@@ -2404,10 +2407,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
2404
2407
  "settings.mcp.oAuthClients.revoke.success.message": string;
2405
2408
  "settings.mcp.oAuthClients.revoke.error": string;
2406
2409
  "settings.mcp.refresh.tooltip": string;
2410
+ "settings.mcp.connectWorkflows": string;
2411
+ "settings.mcp.connectWorkflows.modalTitle": string;
2412
+ "settings.mcp.connectWorkflows.notice": string;
2413
+ "settings.mcp.connectWorkflows.input.placeholder": string;
2414
+ "settings.mcp.connectWorkflows.confirm.label": string;
2415
+ "settings.mcp.connectWorkflows.error": string;
2416
+ "settings.mcp.connectWorkflows.emptyState": string;
2407
2417
  "settings.mcp.connectPopover.tab.oauth": string;
2408
2418
  "settings.mcp.connectPopover.tab.accessToken": string;
2409
2419
  "settings.mcp.connectPopover.serverUrl": string;
2410
2420
  "settings.mcp.connectPopover.jsonConfig": string;
2421
+ "settings.mcp.connectPopover.triggerLabel": string;
2411
2422
  "settings.chatHub": string;
2412
2423
  "settings.chatHub.providers.fetching.error": string;
2413
2424
  "settings.chatHub.providers.updated.success": string;
@@ -3248,8 +3259,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
3248
3259
  "workflowHistory.item.unsaved.title": string;
3249
3260
  "workflowHistory.item.latest": string;
3250
3261
  "workflowHistory.item.active": string;
3251
- "workflowHistory.empty": string;
3252
- "workflowHistory.hint": string;
3253
3262
  "workflowHistory.limit": string;
3254
3263
  "workflowHistory.upgrade": string;
3255
3264
  "workflowHistory.upgrade.link": string;
@@ -3261,6 +3270,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
3261
3270
  "workflowHistory.action.restore.modal.button.restore": string;
3262
3271
  "workflowHistory.action.restore.modal.button.cancel": string;
3263
3272
  "workflowHistory.action.restore.success.title": string;
3273
+ "workflowHistory.action.restore.alreadyRestored": string;
3264
3274
  "workflowHistory.action.clone.success.title": string;
3265
3275
  "workflowHistory.action.clone.success.message": string;
3266
3276
  "workflowHistory.action.unpublish.success.title": string;
@@ -3270,10 +3280,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
3270
3280
  "workflowHistory.action.unpublish.modal.button.unpublish": string;
3271
3281
  "workflowHistory.button.tooltip.empty": string;
3272
3282
  "workflowHistory.button.tooltip": string;
3283
+ "workflowHistory.group.unnamedVersions": string;
3273
3284
  "workflowHistory.publishModal.title": string;
3274
3285
  "workflows.heading": string;
3275
3286
  "workflows.add": string;
3276
3287
  "workflows.publish": string;
3288
+ "workflows.publish.permissionDenied": string;
3277
3289
  "workflows.project.add": string;
3278
3290
  "workflows.item.open": string;
3279
3291
  "workflows.item.share": string;
package/dist/index.mjs CHANGED
@@ -259,6 +259,7 @@ var en_default = {
259
259
  "aiAssistant.builder.executeMessage.fillParameter": "Update \"{label}\" parameter",
260
260
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
261
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",
262
263
  "aiAssistant.assistant": "n8n AI",
263
264
  "aiAssistant.newSessionModal.title.part1": "Start new",
264
265
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -459,6 +460,7 @@ var en_default = {
459
460
  "chatHub.sidebar.link.newChat": "New chat",
460
461
  "chatHub.sidebar.link.workflowAgents": "Workflow agents",
461
462
  "chatHub.sidebar.link.personalAgents": "Personal agents",
463
+ "chatHub.sidebar.loadMoreSessions": "Load more",
462
464
  "chatEmbed.infoTip.description": "Add chat to external applications using the n8n chat package.",
463
465
  "chatEmbed.infoTip.link": "More info",
464
466
  "chatEmbed.title": "Embed Chat in your website",
@@ -2097,7 +2099,7 @@ var en_default = {
2097
2099
  "projectRoles.workflow:read.tooltip": "View workflows within the project",
2098
2100
  "projectRoles.workflow:execute": "Execute",
2099
2101
  "projectRoles.workflow:update": "Edit",
2100
- "projectRoles.workflow:update.tooltip": "Edit workflow content, activate/deactivate, and execute workflows",
2102
+ "projectRoles.workflow:update.tooltip": "Edit workflow content and execute workflows",
2101
2103
  "projectRoles.workflow:create": "Create",
2102
2104
  "projectRoles.workflow:create.tooltip": "Create new workflows",
2103
2105
  "projectRoles.workflow:share": "Share",
@@ -2105,6 +2107,8 @@ var en_default = {
2105
2107
  "projectRoles.workflow:move.tooltip": "Transfer workflows to another project",
2106
2108
  "projectRoles.workflow:delete": "Delete",
2107
2109
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2110
+ "projectRoles.workflow:publish": "Publish",
2111
+ "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2108
2112
  "projectRoles.credential:read": "View",
2109
2113
  "projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
2110
2114
  "projectRoles.credential:update": "Edit",
@@ -2380,9 +2384,8 @@ var en_default = {
2380
2384
  "settings.mcp.workflows.table.column.location": "Location",
2381
2385
  "settings.mcp.workflows.table.column.description.emptyContent": "No description",
2382
2386
  "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",
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",
2386
2389
  "settings.mcp.oauth.table.empty.title": "No OAuth clients connected",
2387
2390
  "settings.mcp.oauth.table.empty.description": "Clients that connect via OAuth will show up here",
2388
2391
  "settings.mcp.oauth.table.empty.button": "See connection instructions",
@@ -2400,10 +2403,18 @@ var en_default = {
2400
2403
  "settings.mcp.oAuthClients.revoke.success.message": "Client {name} access has been revoked",
2401
2404
  "settings.mcp.oAuthClients.revoke.error": "Error revoking client access",
2402
2405
  "settings.mcp.refresh.tooltip": "Refresh list",
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",
2403
2413
  "settings.mcp.connectPopover.tab.oauth": "OAuth",
2404
2414
  "settings.mcp.connectPopover.tab.accessToken": "Access token",
2405
2415
  "settings.mcp.connectPopover.serverUrl": "Server URL",
2406
2416
  "settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
2417
+ "settings.mcp.connectPopover.triggerLabel": "Connection details",
2407
2418
  "settings.chatHub": "Chat",
2408
2419
  "settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
2409
2420
  "settings.chatHub.providers.updated.success": "Chat provider settings updated",
@@ -3244,8 +3255,6 @@ var en_default = {
3244
3255
  "workflowHistory.item.unsaved.title": "Unsaved version",
3245
3256
  "workflowHistory.item.latest": "Latest saved",
3246
3257
  "workflowHistory.item.active": "Published",
3247
- "workflowHistory.empty": "No versions yet.",
3248
- "workflowHistory.hint": "Save the workflow to create the first version!",
3249
3258
  "workflowHistory.limit": "Version history is limited to {days} days",
3250
3259
  "workflowHistory.upgrade": "{link} to activate full history",
3251
3260
  "workflowHistory.upgrade.link": "Upgrade plan",
@@ -3257,6 +3266,7 @@ var en_default = {
3257
3266
  "workflowHistory.action.restore.modal.button.restore": "Restore",
3258
3267
  "workflowHistory.action.restore.modal.button.cancel": "Cancel",
3259
3268
  "workflowHistory.action.restore.success.title": "Successfully restored workflow version",
3269
+ "workflowHistory.action.restore.alreadyRestored": "Workflow version is already restored",
3260
3270
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3261
3271
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3262
3272
  "workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
@@ -3266,10 +3276,12 @@ var en_default = {
3266
3276
  "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
3267
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",
3268
3278
  "workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
3279
+ "workflowHistory.group.unnamedVersions": "1 version | {count} versions",
3269
3280
  "workflowHistory.publishModal.title": "Publish {versionName}",
3270
3281
  "workflows.heading": "Workflows",
3271
3282
  "workflows.add": "Add workflow",
3272
3283
  "workflows.publish": "Publish",
3284
+ "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
3273
3285
  "workflows.project.add": "Add workflow to project",
3274
3286
  "workflows.item.open": "Open",
3275
3287
  "workflows.item.share": "Share...",
@@ -3717,7 +3729,7 @@ var en_default = {
3717
3729
  "projects.menu.title": "Projects",
3718
3730
  "projects.menu.personal": "Personal",
3719
3731
  "projects.menu.addFirstProject": "Add project",
3720
- "projects.menu.chat": "Chat (Beta)",
3732
+ "projects.menu.chat": "Chat",
3721
3733
  "projects.settings": "Project settings",
3722
3734
  "projects.settings.info": "Project info",
3723
3735
  "projects.settings.newProjectName": "My project",