@n8n/i18n 1.4.0 → 1.5.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 +15 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +15 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +15 -1
- package/dist/types.d.ts +15 -1
- package/package.json +11 -11
package/dist/types.d.cts
CHANGED
|
@@ -88,6 +88,7 @@ var englishBaseText = {
|
|
|
88
88
|
"generic.upgrade": "Upgrade",
|
|
89
89
|
"generic.upgradeNow": "Upgrade now",
|
|
90
90
|
"generic.credential": "Credential | {count} Credential | {count} Credentials",
|
|
91
|
+
"generic.credentials": "Credentials",
|
|
91
92
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
92
93
|
"generic.workflowSaved": "Workflow changes saved",
|
|
93
94
|
"generic.editor": "Editor",
|
|
@@ -1087,6 +1088,8 @@ var englishBaseText = {
|
|
|
1087
1088
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
|
|
1088
1089
|
"mainSidebar.executions": "Executions",
|
|
1089
1090
|
"mainSidebar.workersView": "Workers",
|
|
1091
|
+
"mainSidebar.whatsNew": "What’s New",
|
|
1092
|
+
"mainSidebar.whatsNew.fullChangelog": "Full changelog",
|
|
1090
1093
|
"menuActions.duplicate": "Duplicate",
|
|
1091
1094
|
"menuActions.download": "Download",
|
|
1092
1095
|
"menuActions.push": "Push to Git",
|
|
@@ -1460,6 +1463,7 @@ var englishBaseText = {
|
|
|
1460
1463
|
"nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
|
|
1461
1464
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1462
1465
|
"nodeView.addNode": "Add node",
|
|
1466
|
+
"nodeView.openFocusPanel": "Open focus panel",
|
|
1463
1467
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1464
1468
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
1465
1469
|
"nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
|
|
@@ -1479,6 +1483,9 @@ var englishBaseText = {
|
|
|
1479
1483
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1480
1484
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1481
1485
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1486
|
+
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1487
|
+
"nodeView.focusPanel.title": "Focus",
|
|
1488
|
+
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1482
1489
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1483
1490
|
"nodeView.loadingTemplate": "Loading template",
|
|
1484
1491
|
"nodeView.moreInfo": "More info",
|
|
@@ -1616,6 +1623,7 @@ var englishBaseText = {
|
|
|
1616
1623
|
"parameterInput.parameterHasIssuesAndExpression": "Parameter: \"{shortPath}\" has issues and an expression",
|
|
1617
1624
|
"parameterInput.refreshList": "Refresh List",
|
|
1618
1625
|
"parameterInput.clearContents": "Clear Contents",
|
|
1626
|
+
"parameterInput.focusParameter": "Focus parameter",
|
|
1619
1627
|
"parameterInput.resetValue": "Reset Value",
|
|
1620
1628
|
"parameterInput.select": "Select",
|
|
1621
1629
|
"parameterInput.selectDateAndTime": "Select date and time",
|
|
@@ -2187,6 +2195,7 @@ var englishBaseText = {
|
|
|
2187
2195
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2188
2196
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
2189
2197
|
"settings.sourceControl.modals.push.filesToCommit": "Files to commit",
|
|
2198
|
+
"settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
|
|
2190
2199
|
"settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
|
|
2191
2200
|
"settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
|
|
2192
2201
|
"settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
|
|
@@ -2197,6 +2206,7 @@ var englishBaseText = {
|
|
|
2197
2206
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
2198
2207
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2199
2208
|
"settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
|
|
2209
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
|
|
2200
2210
|
"settings.sourceControl.status.modified": "Modified",
|
|
2201
2211
|
"settings.sourceControl.status.deleted": "Deleted",
|
|
2202
2212
|
"settings.sourceControl.status.created": "New",
|
|
@@ -3228,7 +3238,11 @@ var englishBaseText = {
|
|
|
3228
3238
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3229
3239
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
3230
3240
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
3231
|
-
"insights.upgradeModal.title": "Upgrade to Enterprise"
|
|
3241
|
+
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
3242
|
+
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
3243
|
+
"whatsNew.update": "Update",
|
|
3244
|
+
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
3245
|
+
"whatsNew.updateAvailable.changelogLink": "in the full changelog"
|
|
3232
3246
|
};
|
|
3233
3247
|
|
|
3234
3248
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ var englishBaseText = {
|
|
|
88
88
|
"generic.upgrade": "Upgrade",
|
|
89
89
|
"generic.upgradeNow": "Upgrade now",
|
|
90
90
|
"generic.credential": "Credential | {count} Credential | {count} Credentials",
|
|
91
|
+
"generic.credentials": "Credentials",
|
|
91
92
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
92
93
|
"generic.workflowSaved": "Workflow changes saved",
|
|
93
94
|
"generic.editor": "Editor",
|
|
@@ -1087,6 +1088,8 @@ var englishBaseText = {
|
|
|
1087
1088
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
|
|
1088
1089
|
"mainSidebar.executions": "Executions",
|
|
1089
1090
|
"mainSidebar.workersView": "Workers",
|
|
1091
|
+
"mainSidebar.whatsNew": "What’s New",
|
|
1092
|
+
"mainSidebar.whatsNew.fullChangelog": "Full changelog",
|
|
1090
1093
|
"menuActions.duplicate": "Duplicate",
|
|
1091
1094
|
"menuActions.download": "Download",
|
|
1092
1095
|
"menuActions.push": "Push to Git",
|
|
@@ -1460,6 +1463,7 @@ var englishBaseText = {
|
|
|
1460
1463
|
"nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
|
|
1461
1464
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1462
1465
|
"nodeView.addNode": "Add node",
|
|
1466
|
+
"nodeView.openFocusPanel": "Open focus panel",
|
|
1463
1467
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1464
1468
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
1465
1469
|
"nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
|
|
@@ -1479,6 +1483,9 @@ var englishBaseText = {
|
|
|
1479
1483
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1480
1484
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1481
1485
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1486
|
+
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1487
|
+
"nodeView.focusPanel.title": "Focus",
|
|
1488
|
+
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1482
1489
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1483
1490
|
"nodeView.loadingTemplate": "Loading template",
|
|
1484
1491
|
"nodeView.moreInfo": "More info",
|
|
@@ -1616,6 +1623,7 @@ var englishBaseText = {
|
|
|
1616
1623
|
"parameterInput.parameterHasIssuesAndExpression": "Parameter: \"{shortPath}\" has issues and an expression",
|
|
1617
1624
|
"parameterInput.refreshList": "Refresh List",
|
|
1618
1625
|
"parameterInput.clearContents": "Clear Contents",
|
|
1626
|
+
"parameterInput.focusParameter": "Focus parameter",
|
|
1619
1627
|
"parameterInput.resetValue": "Reset Value",
|
|
1620
1628
|
"parameterInput.select": "Select",
|
|
1621
1629
|
"parameterInput.selectDateAndTime": "Select date and time",
|
|
@@ -2187,6 +2195,7 @@ var englishBaseText = {
|
|
|
2187
2195
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2188
2196
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
2189
2197
|
"settings.sourceControl.modals.push.filesToCommit": "Files to commit",
|
|
2198
|
+
"settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
|
|
2190
2199
|
"settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
|
|
2191
2200
|
"settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
|
|
2192
2201
|
"settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
|
|
@@ -2197,6 +2206,7 @@ var englishBaseText = {
|
|
|
2197
2206
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
2198
2207
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2199
2208
|
"settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
|
|
2209
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
|
|
2200
2210
|
"settings.sourceControl.status.modified": "Modified",
|
|
2201
2211
|
"settings.sourceControl.status.deleted": "Deleted",
|
|
2202
2212
|
"settings.sourceControl.status.created": "New",
|
|
@@ -3228,7 +3238,11 @@ var englishBaseText = {
|
|
|
3228
3238
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3229
3239
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
3230
3240
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
3231
|
-
"insights.upgradeModal.title": "Upgrade to Enterprise"
|
|
3241
|
+
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
3242
|
+
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
3243
|
+
"whatsNew.update": "Update",
|
|
3244
|
+
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
3245
|
+
"whatsNew.updateAvailable.changelogLink": "in the full changelog"
|
|
3232
3246
|
};
|
|
3233
3247
|
|
|
3234
3248
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "1.
|
|
27
|
+
"n8n-workflow": "1.98.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"@vue/tsconfig": "^0.7.0",
|
|
35
35
|
"@vueuse/core": "^10.11.0",
|
|
36
36
|
"vue": "^3.5.13",
|
|
37
|
-
"tsup": "^8.
|
|
38
|
-
"typescript": "
|
|
39
|
-
"vite": "
|
|
40
|
-
"vitest": "
|
|
37
|
+
"tsup": "^8.5.0",
|
|
38
|
+
"typescript": "5.8.3",
|
|
39
|
+
"vite": "6.3.5",
|
|
40
|
+
"vitest": "3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/typescript-config": "1.2.0",
|
|
43
|
-
"@n8n/vitest-config": "1.
|
|
43
|
+
"@n8n/vitest-config": "1.4.0",
|
|
44
44
|
"@n8n/eslint-config": "0.0.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typecheck": "vue-tsc --noEmit",
|
|
64
64
|
"test": "vitest run",
|
|
65
65
|
"test:dev": "vitest --silent=false",
|
|
66
|
-
"lint": "eslint src --
|
|
67
|
-
"lintfix": "eslint src --
|
|
66
|
+
"lint": "eslint src --quiet",
|
|
67
|
+
"lintfix": "eslint src --fix",
|
|
68
68
|
"format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
|
|
69
69
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
|
|
70
70
|
}
|