@n8n/i18n 1.1.1 → 1.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/types.d.cts CHANGED
@@ -153,6 +153,7 @@ var englishBaseText = {
153
153
  "auth.newPassword": "New password",
154
154
  "auth.password": "Password",
155
155
  "auth.role": "Role",
156
+ "auth.roles.default": "Default",
156
157
  "auth.roles.member": "Member",
157
158
  "auth.roles.admin": "Admin",
158
159
  "auth.roles.owner": "Owner",
@@ -650,7 +651,7 @@ var englishBaseText = {
650
651
  "credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
651
652
  "credentials.item.open": "Open",
652
653
  "credentials.item.delete": "Delete",
653
- "credentials.item.move": "Move",
654
+ "credentials.item.move": "Change owner",
654
655
  "credentials.item.updated": "Last updated",
655
656
  "credentials.item.created": "Created",
656
657
  "credentials.item.owner": "Owner",
@@ -715,6 +716,7 @@ var englishBaseText = {
715
716
  "error.pageNotFound": "Oops, couldn’t find that",
716
717
  "executions.ExecutionStatus": "Execution status",
717
718
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
719
+ "executionDetails.additionalActions": "Additional Actions",
718
720
  "executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
719
721
  "executionDetails.confirmMessage.headline": "Delete Execution?",
720
722
  "executionDetails.confirmMessage.message": "Are you sure that you want to delete the current execution?",
@@ -882,9 +884,10 @@ var englishBaseText = {
882
884
  "executionsFilter.startDate": "Earliest",
883
885
  "executionsFilter.endDate": "Latest",
884
886
  "executionsFilter.savedData": "Highlighted data",
887
+ "executionsFilter.savedDataExactMatch": "Exact match",
885
888
  "executionsFilter.savedDataKey": "Key",
886
889
  "executionsFilter.savedDataKeyPlaceholder": "ID",
887
- "executionsFilter.savedDataValue": "Value (exact match)",
890
+ "executionsFilter.savedDataValue": "Value",
888
891
  "executionsFilter.savedDataValuePlaceholder": "123",
889
892
  "executionsFilter.reset": "Reset all",
890
893
  "executionsFilter.customData.inputTooltip": "Upgrade plan to filter executions by custom data set at runtime. {link}",
@@ -999,6 +1002,7 @@ var englishBaseText = {
999
1002
  "generic.oauth1Api": "OAuth1 API",
1000
1003
  "generic.oauth2Api": "OAuth2 API",
1001
1004
  "genericHelpers.loading": "Loading",
1005
+ "genericHelpers.hrsShort": "h",
1002
1006
  "genericHelpers.min": "min",
1003
1007
  "genericHelpers.minShort": "m",
1004
1008
  "genericHelpers.sec": "sec",
@@ -1114,7 +1118,7 @@ var englishBaseText = {
1114
1118
  "ndv.input.nodeDistance": "{count} node back | {count} nodes back",
1115
1119
  "ndv.input.noNodesFound": "No nodes found",
1116
1120
  "ndv.input.mapping": "Mapping",
1117
- "ndv.input.debugging": "Debugging",
1121
+ "ndv.input.fromAI": "From AI",
1118
1122
  "ndv.input.parentNodes": "Parent nodes",
1119
1123
  "ndv.input.tooMuchData.title": "Display data?",
1120
1124
  "ndv.input.noOutputDataInBranch": "No input data in this branch",
@@ -1345,6 +1349,7 @@ var englishBaseText = {
1345
1349
  "nodeCreator.aiPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
1346
1350
  "nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
1347
1351
  "nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
1352
+ "nodeCreator.nodeItem.deprecated": "Deprecated",
1348
1353
  "nodeCredentials.createNew": "Create new credential",
1349
1354
  "nodeCredentials.credentialFor": "Credential for {credentialType}",
1350
1355
  "nodeCredentials.credentialsLabel": "Credential to connect with",
@@ -1481,6 +1486,7 @@ var englishBaseText = {
1481
1486
  "nodeView.runButtonText.executeWorkflow": "Execute workflow",
1482
1487
  "nodeView.runButtonText.executingWorkflow": "Executing workflow",
1483
1488
  "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
1489
+ "nodeView.runButtonText.from": "from {nodeName}",
1484
1490
  "nodeView.showError.workflowError": "Workflow execution had an error",
1485
1491
  "nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
1486
1492
  "nodeView.showError.importWorkflowData.title": "Problem importing workflow",
@@ -1900,6 +1906,11 @@ var englishBaseText = {
1900
1906
  "settings.personal.personalSettings": "Personal Settings",
1901
1907
  "settings.personal.personalSettingsUpdated": "Personal details updated",
1902
1908
  "settings.personal.personalSettingsUpdatedError": "Problem updating your details",
1909
+ "settings.personal.role.tooltip.default": "Default role for new users",
1910
+ "settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
1911
+ "settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
1912
+ "settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
1913
+ "settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
1903
1914
  "settings.personal.save": "Save",
1904
1915
  "settings.personal.security": "Security",
1905
1916
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
@@ -2154,6 +2165,8 @@ var englishBaseText = {
2154
2165
  "settings.sourceControl.sync.prompt.error": "Please enter a commit message",
2155
2166
  "settings.sourceControl.button.push": "Push",
2156
2167
  "settings.sourceControl.button.pull": "Pull",
2168
+ "settings.sourceControl.button.pull.forbidden": "Only the instance owner or instance admins can pull changes",
2169
+ "settings.sourceControl.button.push.forbidden": "You can't push changes from a protected instance",
2157
2170
  "settings.sourceControl.modals.push.title": "Commit and push changes",
2158
2171
  "settings.sourceControl.modals.push.description": "The following will be committed: ",
2159
2172
  "settings.sourceControl.modals.push.description.learnMore": "More info",
@@ -2435,7 +2448,7 @@ var englishBaseText = {
2435
2448
  "workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
2436
2449
  "workflowSettings.errorWorkflow": "Error Workflow",
2437
2450
  "workflowSettings.executionOrder": "Execution Order",
2438
- "workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
2451
+ "workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
2439
2452
  "workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
2440
2453
  "workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
2441
2454
  "workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",
package/dist/types.d.ts CHANGED
@@ -153,6 +153,7 @@ var englishBaseText = {
153
153
  "auth.newPassword": "New password",
154
154
  "auth.password": "Password",
155
155
  "auth.role": "Role",
156
+ "auth.roles.default": "Default",
156
157
  "auth.roles.member": "Member",
157
158
  "auth.roles.admin": "Admin",
158
159
  "auth.roles.owner": "Owner",
@@ -650,7 +651,7 @@ var englishBaseText = {
650
651
  "credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
651
652
  "credentials.item.open": "Open",
652
653
  "credentials.item.delete": "Delete",
653
- "credentials.item.move": "Move",
654
+ "credentials.item.move": "Change owner",
654
655
  "credentials.item.updated": "Last updated",
655
656
  "credentials.item.created": "Created",
656
657
  "credentials.item.owner": "Owner",
@@ -715,6 +716,7 @@ var englishBaseText = {
715
716
  "error.pageNotFound": "Oops, couldn’t find that",
716
717
  "executions.ExecutionStatus": "Execution status",
717
718
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
719
+ "executionDetails.additionalActions": "Additional Actions",
718
720
  "executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
719
721
  "executionDetails.confirmMessage.headline": "Delete Execution?",
720
722
  "executionDetails.confirmMessage.message": "Are you sure that you want to delete the current execution?",
@@ -882,9 +884,10 @@ var englishBaseText = {
882
884
  "executionsFilter.startDate": "Earliest",
883
885
  "executionsFilter.endDate": "Latest",
884
886
  "executionsFilter.savedData": "Highlighted data",
887
+ "executionsFilter.savedDataExactMatch": "Exact match",
885
888
  "executionsFilter.savedDataKey": "Key",
886
889
  "executionsFilter.savedDataKeyPlaceholder": "ID",
887
- "executionsFilter.savedDataValue": "Value (exact match)",
890
+ "executionsFilter.savedDataValue": "Value",
888
891
  "executionsFilter.savedDataValuePlaceholder": "123",
889
892
  "executionsFilter.reset": "Reset all",
890
893
  "executionsFilter.customData.inputTooltip": "Upgrade plan to filter executions by custom data set at runtime. {link}",
@@ -999,6 +1002,7 @@ var englishBaseText = {
999
1002
  "generic.oauth1Api": "OAuth1 API",
1000
1003
  "generic.oauth2Api": "OAuth2 API",
1001
1004
  "genericHelpers.loading": "Loading",
1005
+ "genericHelpers.hrsShort": "h",
1002
1006
  "genericHelpers.min": "min",
1003
1007
  "genericHelpers.minShort": "m",
1004
1008
  "genericHelpers.sec": "sec",
@@ -1114,7 +1118,7 @@ var englishBaseText = {
1114
1118
  "ndv.input.nodeDistance": "{count} node back | {count} nodes back",
1115
1119
  "ndv.input.noNodesFound": "No nodes found",
1116
1120
  "ndv.input.mapping": "Mapping",
1117
- "ndv.input.debugging": "Debugging",
1121
+ "ndv.input.fromAI": "From AI",
1118
1122
  "ndv.input.parentNodes": "Parent nodes",
1119
1123
  "ndv.input.tooMuchData.title": "Display data?",
1120
1124
  "ndv.input.noOutputDataInBranch": "No input data in this branch",
@@ -1345,6 +1349,7 @@ var englishBaseText = {
1345
1349
  "nodeCreator.aiPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
1346
1350
  "nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
1347
1351
  "nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
1352
+ "nodeCreator.nodeItem.deprecated": "Deprecated",
1348
1353
  "nodeCredentials.createNew": "Create new credential",
1349
1354
  "nodeCredentials.credentialFor": "Credential for {credentialType}",
1350
1355
  "nodeCredentials.credentialsLabel": "Credential to connect with",
@@ -1481,6 +1486,7 @@ var englishBaseText = {
1481
1486
  "nodeView.runButtonText.executeWorkflow": "Execute workflow",
1482
1487
  "nodeView.runButtonText.executingWorkflow": "Executing workflow",
1483
1488
  "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
1489
+ "nodeView.runButtonText.from": "from {nodeName}",
1484
1490
  "nodeView.showError.workflowError": "Workflow execution had an error",
1485
1491
  "nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
1486
1492
  "nodeView.showError.importWorkflowData.title": "Problem importing workflow",
@@ -1900,6 +1906,11 @@ var englishBaseText = {
1900
1906
  "settings.personal.personalSettings": "Personal Settings",
1901
1907
  "settings.personal.personalSettingsUpdated": "Personal details updated",
1902
1908
  "settings.personal.personalSettingsUpdatedError": "Problem updating your details",
1909
+ "settings.personal.role.tooltip.default": "Default role for new users",
1910
+ "settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
1911
+ "settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
1912
+ "settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
1913
+ "settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
1903
1914
  "settings.personal.save": "Save",
1904
1915
  "settings.personal.security": "Security",
1905
1916
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
@@ -2154,6 +2165,8 @@ var englishBaseText = {
2154
2165
  "settings.sourceControl.sync.prompt.error": "Please enter a commit message",
2155
2166
  "settings.sourceControl.button.push": "Push",
2156
2167
  "settings.sourceControl.button.pull": "Pull",
2168
+ "settings.sourceControl.button.pull.forbidden": "Only the instance owner or instance admins can pull changes",
2169
+ "settings.sourceControl.button.push.forbidden": "You can't push changes from a protected instance",
2157
2170
  "settings.sourceControl.modals.push.title": "Commit and push changes",
2158
2171
  "settings.sourceControl.modals.push.description": "The following will be committed: ",
2159
2172
  "settings.sourceControl.modals.push.description.learnMore": "More info",
@@ -2435,7 +2448,7 @@ var englishBaseText = {
2435
2448
  "workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
2436
2449
  "workflowSettings.errorWorkflow": "Error Workflow",
2437
2450
  "workflowSettings.executionOrder": "Execution Order",
2438
- "workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
2451
+ "workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
2439
2452
  "workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
2440
2453
  "workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
2441
2454
  "workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.1.1",
4
+ "version": "1.2.0",
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": "1.94.0"
27
+ "n8n-workflow": "1.95.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -40,7 +40,7 @@
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
42
  "@n8n/eslint-config": "0.0.1",
43
- "@n8n/vitest-config": "1.2.0",
43
+ "@n8n/vitest-config": "1.3.0",
44
44
  "@n8n/typescript-config": "1.2.0"
45
45
  },
46
46
  "peerDependencies": {