@n8n/i18n 2.1.1 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types2.d.cts CHANGED
@@ -257,6 +257,7 @@ declare const _exports: {
257
257
  "aiAssistant.builder.executeMessage.fillParameter": string;
258
258
  "aiAssistant.builder.toast.title": string;
259
259
  "aiAssistant.builder.toast.description": string;
260
+ "aiAssistant.builder.restoreError.title": string;
260
261
  "aiAssistant.assistant": string;
261
262
  "aiAssistant.newSessionModal.title.part1": string;
262
263
  "aiAssistant.newSessionModal.title.part2": string;
@@ -457,6 +458,7 @@ declare const _exports: {
457
458
  "chatHub.sidebar.link.newChat": string;
458
459
  "chatHub.sidebar.link.workflowAgents": string;
459
460
  "chatHub.sidebar.link.personalAgents": string;
461
+ "chatHub.sidebar.loadMoreSessions": string;
460
462
  "chatEmbed.infoTip.description": string;
461
463
  "chatEmbed.infoTip.link": string;
462
464
  "chatEmbed.title": string;
@@ -2103,6 +2105,8 @@ declare const _exports: {
2103
2105
  "projectRoles.workflow:move.tooltip": string;
2104
2106
  "projectRoles.workflow:delete": string;
2105
2107
  "projectRoles.workflow:delete.tooltip": string;
2108
+ "projectRoles.workflow:publish": string;
2109
+ "projectRoles.workflow:publish.tooltip": string;
2106
2110
  "projectRoles.credential:read": string;
2107
2111
  "projectRoles.credential:read.tooltip": string;
2108
2112
  "projectRoles.credential:update": string;
@@ -2380,7 +2384,6 @@ declare const _exports: {
2380
2384
  "settings.mcp.workflows.table.column.description.emptyTooltip": string;
2381
2385
  "settings.mcp.workflows.table.empty.title": string;
2382
2386
  "settings.mcp.workflows.table.empty.description": string;
2383
- "settings.mcp.workflows.table.empty.button.label": string;
2384
2387
  "settings.mcp.oauth.table.empty.title": string;
2385
2388
  "settings.mcp.oauth.table.empty.description": string;
2386
2389
  "settings.mcp.oauth.table.empty.button": string;
@@ -2398,10 +2401,18 @@ declare const _exports: {
2398
2401
  "settings.mcp.oAuthClients.revoke.success.message": string;
2399
2402
  "settings.mcp.oAuthClients.revoke.error": string;
2400
2403
  "settings.mcp.refresh.tooltip": string;
2404
+ "settings.mcp.connectWorkflows": string;
2405
+ "settings.mcp.connectWorkflows.modalTitle": string;
2406
+ "settings.mcp.connectWorkflows.notice": string;
2407
+ "settings.mcp.connectWorkflows.input.placeholder": string;
2408
+ "settings.mcp.connectWorkflows.confirm.label": string;
2409
+ "settings.mcp.connectWorkflows.error": string;
2410
+ "settings.mcp.connectWorkflows.emptyState": string;
2401
2411
  "settings.mcp.connectPopover.tab.oauth": string;
2402
2412
  "settings.mcp.connectPopover.tab.accessToken": string;
2403
2413
  "settings.mcp.connectPopover.serverUrl": string;
2404
2414
  "settings.mcp.connectPopover.jsonConfig": string;
2415
+ "settings.mcp.connectPopover.triggerLabel": string;
2405
2416
  "settings.chatHub": string;
2406
2417
  "settings.chatHub.providers.fetching.error": string;
2407
2418
  "settings.chatHub.providers.updated.success": string;
@@ -3242,8 +3253,6 @@ declare const _exports: {
3242
3253
  "workflowHistory.item.unsaved.title": string;
3243
3254
  "workflowHistory.item.latest": string;
3244
3255
  "workflowHistory.item.active": string;
3245
- "workflowHistory.empty": string;
3246
- "workflowHistory.hint": string;
3247
3256
  "workflowHistory.limit": string;
3248
3257
  "workflowHistory.upgrade": string;
3249
3258
  "workflowHistory.upgrade.link": string;
@@ -3255,6 +3264,7 @@ declare const _exports: {
3255
3264
  "workflowHistory.action.restore.modal.button.restore": string;
3256
3265
  "workflowHistory.action.restore.modal.button.cancel": string;
3257
3266
  "workflowHistory.action.restore.success.title": string;
3267
+ "workflowHistory.action.restore.alreadyRestored": string;
3258
3268
  "workflowHistory.action.clone.success.title": string;
3259
3269
  "workflowHistory.action.clone.success.message": string;
3260
3270
  "workflowHistory.action.unpublish.success.title": string;
@@ -3264,10 +3274,12 @@ declare const _exports: {
3264
3274
  "workflowHistory.action.unpublish.modal.button.unpublish": string;
3265
3275
  "workflowHistory.button.tooltip.empty": string;
3266
3276
  "workflowHistory.button.tooltip": string;
3277
+ "workflowHistory.group.unnamedVersions": string;
3267
3278
  "workflowHistory.publishModal.title": string;
3268
3279
  "workflows.heading": string;
3269
3280
  "workflows.add": string;
3270
3281
  "workflows.publish": string;
3282
+ "workflows.publish.permissionDenied": string;
3271
3283
  "workflows.project.add": string;
3272
3284
  "workflows.item.open": string;
3273
3285
  "workflows.item.share": string;
package/dist/types2.d.mts CHANGED
@@ -257,6 +257,7 @@ declare const _exports: {
257
257
  "aiAssistant.builder.executeMessage.fillParameter": string;
258
258
  "aiAssistant.builder.toast.title": string;
259
259
  "aiAssistant.builder.toast.description": string;
260
+ "aiAssistant.builder.restoreError.title": string;
260
261
  "aiAssistant.assistant": string;
261
262
  "aiAssistant.newSessionModal.title.part1": string;
262
263
  "aiAssistant.newSessionModal.title.part2": string;
@@ -457,6 +458,7 @@ declare const _exports: {
457
458
  "chatHub.sidebar.link.newChat": string;
458
459
  "chatHub.sidebar.link.workflowAgents": string;
459
460
  "chatHub.sidebar.link.personalAgents": string;
461
+ "chatHub.sidebar.loadMoreSessions": string;
460
462
  "chatEmbed.infoTip.description": string;
461
463
  "chatEmbed.infoTip.link": string;
462
464
  "chatEmbed.title": string;
@@ -2103,6 +2105,8 @@ declare const _exports: {
2103
2105
  "projectRoles.workflow:move.tooltip": string;
2104
2106
  "projectRoles.workflow:delete": string;
2105
2107
  "projectRoles.workflow:delete.tooltip": string;
2108
+ "projectRoles.workflow:publish": string;
2109
+ "projectRoles.workflow:publish.tooltip": string;
2106
2110
  "projectRoles.credential:read": string;
2107
2111
  "projectRoles.credential:read.tooltip": string;
2108
2112
  "projectRoles.credential:update": string;
@@ -2380,7 +2384,6 @@ declare const _exports: {
2380
2384
  "settings.mcp.workflows.table.column.description.emptyTooltip": string;
2381
2385
  "settings.mcp.workflows.table.empty.title": string;
2382
2386
  "settings.mcp.workflows.table.empty.description": string;
2383
- "settings.mcp.workflows.table.empty.button.label": string;
2384
2387
  "settings.mcp.oauth.table.empty.title": string;
2385
2388
  "settings.mcp.oauth.table.empty.description": string;
2386
2389
  "settings.mcp.oauth.table.empty.button": string;
@@ -2398,10 +2401,18 @@ declare const _exports: {
2398
2401
  "settings.mcp.oAuthClients.revoke.success.message": string;
2399
2402
  "settings.mcp.oAuthClients.revoke.error": string;
2400
2403
  "settings.mcp.refresh.tooltip": string;
2404
+ "settings.mcp.connectWorkflows": string;
2405
+ "settings.mcp.connectWorkflows.modalTitle": string;
2406
+ "settings.mcp.connectWorkflows.notice": string;
2407
+ "settings.mcp.connectWorkflows.input.placeholder": string;
2408
+ "settings.mcp.connectWorkflows.confirm.label": string;
2409
+ "settings.mcp.connectWorkflows.error": string;
2410
+ "settings.mcp.connectWorkflows.emptyState": string;
2401
2411
  "settings.mcp.connectPopover.tab.oauth": string;
2402
2412
  "settings.mcp.connectPopover.tab.accessToken": string;
2403
2413
  "settings.mcp.connectPopover.serverUrl": string;
2404
2414
  "settings.mcp.connectPopover.jsonConfig": string;
2415
+ "settings.mcp.connectPopover.triggerLabel": string;
2405
2416
  "settings.chatHub": string;
2406
2417
  "settings.chatHub.providers.fetching.error": string;
2407
2418
  "settings.chatHub.providers.updated.success": string;
@@ -3242,8 +3253,6 @@ declare const _exports: {
3242
3253
  "workflowHistory.item.unsaved.title": string;
3243
3254
  "workflowHistory.item.latest": string;
3244
3255
  "workflowHistory.item.active": string;
3245
- "workflowHistory.empty": string;
3246
- "workflowHistory.hint": string;
3247
3256
  "workflowHistory.limit": string;
3248
3257
  "workflowHistory.upgrade": string;
3249
3258
  "workflowHistory.upgrade.link": string;
@@ -3255,6 +3264,7 @@ declare const _exports: {
3255
3264
  "workflowHistory.action.restore.modal.button.restore": string;
3256
3265
  "workflowHistory.action.restore.modal.button.cancel": string;
3257
3266
  "workflowHistory.action.restore.success.title": string;
3267
+ "workflowHistory.action.restore.alreadyRestored": string;
3258
3268
  "workflowHistory.action.clone.success.title": string;
3259
3269
  "workflowHistory.action.clone.success.message": string;
3260
3270
  "workflowHistory.action.unpublish.success.title": string;
@@ -3264,10 +3274,12 @@ declare const _exports: {
3264
3274
  "workflowHistory.action.unpublish.modal.button.unpublish": string;
3265
3275
  "workflowHistory.button.tooltip.empty": string;
3266
3276
  "workflowHistory.button.tooltip": string;
3277
+ "workflowHistory.group.unnamedVersions": string;
3267
3278
  "workflowHistory.publishModal.title": string;
3268
3279
  "workflows.heading": string;
3269
3280
  "workflows.add": string;
3270
3281
  "workflows.publish": string;
3282
+ "workflows.publish.permissionDenied": string;
3271
3283
  "workflows.project.add": string;
3272
3284
  "workflows.item.open": string;
3273
3285
  "workflows.item.share": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.1.1",
4
+ "version": "2.2.1",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "2.1.1"
27
+ "n8n-workflow": "2.2.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,9 +39,9 @@
39
39
  "vite": "npm:rolldown-vite@latest",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/vitest-config": "1.5.0",
43
42
  "@n8n/eslint-config": "0.0.1",
44
- "@n8n/typescript-config": "1.3.0"
43
+ "@n8n/typescript-config": "1.3.0",
44
+ "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"