@n8n/i18n 1.4.0 → 1.6.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
@@ -16,7 +16,9 @@ var _reusableBaseText = {
16
16
  dismiss: "Dismiss",
17
17
  unlimited: "Unlimited",
18
18
  activate: "Activate",
19
- error: "Error"
19
+ user: "User",
20
+ enabled: "Enabled",
21
+ disabled: "Disabled"
20
22
  };
21
23
  var _reusableDynamicText = {
22
24
  readMore: "Read more",
@@ -88,6 +90,7 @@ var englishBaseText = {
88
90
  "generic.upgrade": "Upgrade",
89
91
  "generic.upgradeNow": "Upgrade now",
90
92
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
93
+ "generic.credentials": "Credentials",
91
94
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
92
95
  "generic.workflowSaved": "Workflow changes saved",
93
96
  "generic.editor": "Editor",
@@ -220,7 +223,7 @@ var englishBaseText = {
220
223
  "chat.window.logsFromNode": "from {nodeName} node",
221
224
  "chat.window.noChatNode": "No Chat Node",
222
225
  "chat.window.noExecution": "Nothing got executed yet",
223
- "chat.window.chat.placeholder": "Type a message, or press ‘up’ arrow for previous one",
226
+ "chat.window.chat.placeholder": "Type message, or press ‘up’ for prev one",
224
227
  "chat.window.chat.placeholderPristine": "Type a message",
225
228
  "chat.window.chat.sendButtonText": "Send",
226
229
  "chat.window.chat.provideMessage": "Please provide a message",
@@ -539,7 +542,8 @@ var englishBaseText = {
539
542
  "codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work…",
540
543
  "codeNodeEditor.askAi.generationCompleted": "✨ Code generation completed",
541
544
  "codeNodeEditor.askAi.generationFailed": "Code generation failed",
542
- "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes.",
545
+ "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes",
546
+ "codeNodeEditor.askAi.generationFailedWithReason": "Code generation failed with error: {error}. Try again in a few minutes",
543
547
  "codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
544
548
  "codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
545
549
  "codeNodeEditor.askAi.generationFailedTooLarge": "Your workflow data is too large for AI to process. Simplify the data being sent into the Code node and retry.",
@@ -685,6 +689,8 @@ var englishBaseText = {
685
689
  "dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
686
690
  "dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
687
691
  "dataMapping.tableView.tableColumnsExceeded.tooltip.link": "JSON view",
692
+ "dataMapping.tableView.columnCollapsing": "Collapse rows",
693
+ "dataMapping.tableView.columnCollapsing.tooltip": "Collapse rows (to compare values in this column)",
688
694
  "dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
689
695
  "dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
690
696
  "dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
@@ -1087,6 +1093,8 @@ var englishBaseText = {
1087
1093
  "mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
1088
1094
  "mainSidebar.executions": "Executions",
1089
1095
  "mainSidebar.workersView": "Workers",
1096
+ "mainSidebar.whatsNew": "What’s New",
1097
+ "mainSidebar.whatsNew.fullChangelog": "Full changelog",
1090
1098
  "menuActions.duplicate": "Duplicate",
1091
1099
  "menuActions.download": "Download",
1092
1100
  "menuActions.push": "Push to Git",
@@ -1102,6 +1110,7 @@ var englishBaseText = {
1102
1110
  "multipleParameter.moveUp": "Move up",
1103
1111
  "ndv.backToCanvas": "Back to canvas",
1104
1112
  "ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
1113
+ "ndv.close.tooltip": "Data stored, safe to close",
1105
1114
  "ndv.execute.testNode": "Execute step",
1106
1115
  "ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
1107
1116
  "ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
@@ -1133,12 +1142,18 @@ var englishBaseText = {
1133
1142
  "ndv.input.noOutputData": "No data",
1134
1143
  "ndv.input.noOutputData.executePrevious": "Execute previous nodes",
1135
1144
  "ndv.input.noOutputData.title": "No input data yet",
1145
+ "ndv.input.noOutputData.v2.title": "No input data",
1146
+ "ndv.input.noOutputData.v2.description": "{link} to view input data",
1147
+ "ndv.input.noOutputData.v2.action": "Execute previous nodes",
1148
+ "ndv.input.noOutputData.v2.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1136
1149
  "ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
1137
1150
  "ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1138
1151
  "ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
1139
1152
  "ndv.input.noOutputData.or": "or",
1140
1153
  "ndv.input.executingPrevious": "Executing previous nodes...",
1141
1154
  "ndv.input.notConnected.title": "Wire me up",
1155
+ "ndv.input.notConnected.v2.title": "No input connected",
1156
+ "ndv.input.notConnected.v2.description": "This node can only receive input data if you connect it to another node. {link}",
1142
1157
  "ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
1143
1158
  "ndv.input.notConnected.learnMore": "Learn more",
1144
1159
  "ndv.input.disabled": "The '{nodeName}' node is disabled and won’t execute.",
@@ -1161,6 +1176,11 @@ var englishBaseText = {
1161
1176
  "ndv.output.noOutputData.message.settings": "Settings",
1162
1177
  "ndv.output.noOutputData.message.settingsOption": "> \"Always Output Data\".",
1163
1178
  "ndv.output.noOutputData.title": "No output data returned",
1179
+ "ndv.output.noOutputData.v2.title": "No output data",
1180
+ "ndv.output.noOutputData.v2.description": "{link} to view output data",
1181
+ "ndv.output.noOutputData.v2.action": "Test this step",
1182
+ "ndv.output.noOutputData.trigger.title": "No trigger output",
1183
+ "ndv.output.noOutputData.trigger.action": "Test this trigger",
1164
1184
  "ndv.output.noOutputDataInBranch": "No output data in this branch",
1165
1185
  "ndv.output.of": "{current} of {total}",
1166
1186
  "ndv.output.pageSize": "Page Size",
@@ -1183,6 +1203,7 @@ var englishBaseText = {
1183
1203
  "ndv.output.noToolUsedInfo": "None of your tools were used in this run. Try giving your tools clearer names and descriptions to help the AI",
1184
1204
  "ndv.title.cancel": "Cancel",
1185
1205
  "ndv.title.rename": "Rename",
1206
+ "ndv.title.rename.placeholder": "Enter new name...",
1186
1207
  "ndv.title.renameNode": "Rename node",
1187
1208
  "ndv.pinData.pin.title": "Pin data",
1188
1209
  "ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
@@ -1460,6 +1481,7 @@ var englishBaseText = {
1460
1481
  "nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
1461
1482
  "nodeSettings.nodeVersion": "{node} node version {version}",
1462
1483
  "nodeView.addNode": "Add node",
1484
+ "nodeView.openFocusPanel": "Open focus panel",
1463
1485
  "nodeView.openNodesPanel": "Open nodes panel",
1464
1486
  "nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
1465
1487
  "nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
@@ -1479,6 +1501,8 @@ var englishBaseText = {
1479
1501
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1480
1502
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1481
1503
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1504
+ "nodeView.focusPanel.title": "Focus",
1505
+ "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1482
1506
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1483
1507
  "nodeView.loadingTemplate": "Loading template",
1484
1508
  "nodeView.moreInfo": "More info",
@@ -1616,6 +1640,7 @@ var englishBaseText = {
1616
1640
  "parameterInput.parameterHasIssuesAndExpression": "Parameter: \"{shortPath}\" has issues and an expression",
1617
1641
  "parameterInput.refreshList": "Refresh List",
1618
1642
  "parameterInput.clearContents": "Clear Contents",
1643
+ "parameterInput.focusParameter": "Focus parameter",
1619
1644
  "parameterInput.resetValue": "Reset Value",
1620
1645
  "parameterInput.select": "Select",
1621
1646
  "parameterInput.selectDateAndTime": "Select date and time",
@@ -1909,6 +1934,7 @@ var englishBaseText = {
1909
1934
  "settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
1910
1935
  "settings.communityNodes.confirmModal.update.title": "Update community node package?",
1911
1936
  "settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
1937
+ "settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
1912
1938
  "settings.communityNodes.confirmModal.update.description": "We recommend you deactivate workflows that use any of the package's nodes and reactivate them once the update is completed",
1913
1939
  "settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
1914
1940
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
@@ -1927,6 +1953,7 @@ var englishBaseText = {
1927
1953
  "settings.personal.security": "Security",
1928
1954
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1929
1955
  "settings.users": "Users",
1956
+ "settings.users.search.placeholder": "Search by name or email",
1930
1957
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1931
1958
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
1932
1959
  "settings.users.delete": "Delete",
@@ -1959,6 +1986,7 @@ var englishBaseText = {
1959
1986
  "settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
1960
1987
  "settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
1961
1988
  "settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
1989
+ "settings.users.passwordResetLinkError": "Could not retrieve password reset link",
1962
1990
  "settings.users.allowSSOManualLogin": "Manual Login Allowed",
1963
1991
  "settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
1964
1992
  "settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
@@ -1975,6 +2003,7 @@ var englishBaseText = {
1975
2003
  "settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
1976
2004
  "settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
1977
2005
  "settings.users.transferredToUser": "Data transferred to {projectName}",
2006
+ "settings.users.userNotFound": "User not found",
1978
2007
  "settings.users.userDeleted": "User deleted",
1979
2008
  "settings.users.userDeletedError": "Problem while deleting user",
1980
2009
  "settings.users.userInvited": "User invited",
@@ -1989,6 +2018,18 @@ var englishBaseText = {
1989
2018
  "settings.users.userRoleUpdated": "Changes saved",
1990
2019
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
1991
2020
  "settings.users.userRoleUpdatedError": "Unable to updated role",
2021
+ "settings.users.table.update.error": "Failed to update table",
2022
+ "settings.users.table.header.user": "@:_reusableBaseText.user",
2023
+ "settings.users.table.header.accountType": "Account Type",
2024
+ "settings.users.table.header.2fa": "2FA",
2025
+ "settings.users.table.header.lastActive": "Last Active",
2026
+ "settings.users.table.row.allProjects": "All projects",
2027
+ "settings.users.table.row.personalProject": "Personal project",
2028
+ "settings.users.table.row.deleteUser": "Remove user",
2029
+ "settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
2030
+ "settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
2031
+ "settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
2032
+ "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
1992
2033
  "settings.api": "API",
1993
2034
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
1994
2035
  "settings.api.scopes.upgrade.link": "Upgrade",
@@ -2187,6 +2228,7 @@ var englishBaseText = {
2187
2228
  "settings.sourceControl.modals.push.description": "The following will be committed: ",
2188
2229
  "settings.sourceControl.modals.push.description.learnMore": "More info",
2189
2230
  "settings.sourceControl.modals.push.filesToCommit": "Files to commit",
2231
+ "settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
2190
2232
  "settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
2191
2233
  "settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
2192
2234
  "settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
@@ -2197,6 +2239,7 @@ var englishBaseText = {
2197
2239
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2198
2240
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2199
2241
  "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
2242
+ "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
2200
2243
  "settings.sourceControl.status.modified": "Modified",
2201
2244
  "settings.sourceControl.status.deleted": "Deleted",
2202
2245
  "settings.sourceControl.status.created": "New",
@@ -2964,6 +3007,16 @@ var englishBaseText = {
2964
3007
  "settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
2965
3008
  "settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
2966
3009
  "settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
3010
+ "settings.personal.mfa.enforced": "The settings on this instance <strong>require you to set up 2FA</strong>. Please enable it to continue working in this instance.",
3011
+ "settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
3012
+ "settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
3013
+ "settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
3014
+ "settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
3015
+ "settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
3016
+ "settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
3017
+ "settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
3018
+ "settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
3019
+ "settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
2967
3020
  "settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
2968
3021
  "settings.mfa.toast.noRecoveryCodeLeft.message": "You have used all of your recovery codes. Disable then re-enable two-factor authentication to generate new codes. <a href='/settings/personal' target='_blank' >Open settings</a>",
2969
3022
  "sso.login.divider": "or",
@@ -3093,7 +3146,6 @@ var englishBaseText = {
3093
3146
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3094
3147
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
3095
3148
  "evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
3096
- "evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
3097
3149
  "evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
3098
3150
  "evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
3099
3151
  "evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
@@ -3228,7 +3280,11 @@ var englishBaseText = {
3228
3280
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3229
3281
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
3230
3282
  "insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
3231
- "insights.upgradeModal.title": "Upgrade to Enterprise"
3283
+ "insights.upgradeModal.title": "Upgrade to Enterprise",
3284
+ "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
3285
+ "whatsNew.update": "Update",
3286
+ "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",
3287
+ "whatsNew.updateAvailable.changelogLink": "in the full changelog"
3232
3288
  };
3233
3289
 
3234
3290
  type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
package/dist/types.d.ts CHANGED
@@ -16,7 +16,9 @@ var _reusableBaseText = {
16
16
  dismiss: "Dismiss",
17
17
  unlimited: "Unlimited",
18
18
  activate: "Activate",
19
- error: "Error"
19
+ user: "User",
20
+ enabled: "Enabled",
21
+ disabled: "Disabled"
20
22
  };
21
23
  var _reusableDynamicText = {
22
24
  readMore: "Read more",
@@ -88,6 +90,7 @@ var englishBaseText = {
88
90
  "generic.upgrade": "Upgrade",
89
91
  "generic.upgradeNow": "Upgrade now",
90
92
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
93
+ "generic.credentials": "Credentials",
91
94
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
92
95
  "generic.workflowSaved": "Workflow changes saved",
93
96
  "generic.editor": "Editor",
@@ -220,7 +223,7 @@ var englishBaseText = {
220
223
  "chat.window.logsFromNode": "from {nodeName} node",
221
224
  "chat.window.noChatNode": "No Chat Node",
222
225
  "chat.window.noExecution": "Nothing got executed yet",
223
- "chat.window.chat.placeholder": "Type a message, or press ‘up’ arrow for previous one",
226
+ "chat.window.chat.placeholder": "Type message, or press ‘up’ for prev one",
224
227
  "chat.window.chat.placeholderPristine": "Type a message",
225
228
  "chat.window.chat.sendButtonText": "Send",
226
229
  "chat.window.chat.provideMessage": "Please provide a message",
@@ -539,7 +542,8 @@ var englishBaseText = {
539
542
  "codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work…",
540
543
  "codeNodeEditor.askAi.generationCompleted": "✨ Code generation completed",
541
544
  "codeNodeEditor.askAi.generationFailed": "Code generation failed",
542
- "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes.",
545
+ "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes",
546
+ "codeNodeEditor.askAi.generationFailedWithReason": "Code generation failed with error: {error}. Try again in a few minutes",
543
547
  "codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
544
548
  "codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
545
549
  "codeNodeEditor.askAi.generationFailedTooLarge": "Your workflow data is too large for AI to process. Simplify the data being sent into the Code node and retry.",
@@ -685,6 +689,8 @@ var englishBaseText = {
685
689
  "dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
686
690
  "dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
687
691
  "dataMapping.tableView.tableColumnsExceeded.tooltip.link": "JSON view",
692
+ "dataMapping.tableView.columnCollapsing": "Collapse rows",
693
+ "dataMapping.tableView.columnCollapsing.tooltip": "Collapse rows (to compare values in this column)",
688
694
  "dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
689
695
  "dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
690
696
  "dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
@@ -1087,6 +1093,8 @@ var englishBaseText = {
1087
1093
  "mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
1088
1094
  "mainSidebar.executions": "Executions",
1089
1095
  "mainSidebar.workersView": "Workers",
1096
+ "mainSidebar.whatsNew": "What’s New",
1097
+ "mainSidebar.whatsNew.fullChangelog": "Full changelog",
1090
1098
  "menuActions.duplicate": "Duplicate",
1091
1099
  "menuActions.download": "Download",
1092
1100
  "menuActions.push": "Push to Git",
@@ -1102,6 +1110,7 @@ var englishBaseText = {
1102
1110
  "multipleParameter.moveUp": "Move up",
1103
1111
  "ndv.backToCanvas": "Back to canvas",
1104
1112
  "ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
1113
+ "ndv.close.tooltip": "Data stored, safe to close",
1105
1114
  "ndv.execute.testNode": "Execute step",
1106
1115
  "ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
1107
1116
  "ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
@@ -1133,12 +1142,18 @@ var englishBaseText = {
1133
1142
  "ndv.input.noOutputData": "No data",
1134
1143
  "ndv.input.noOutputData.executePrevious": "Execute previous nodes",
1135
1144
  "ndv.input.noOutputData.title": "No input data yet",
1145
+ "ndv.input.noOutputData.v2.title": "No input data",
1146
+ "ndv.input.noOutputData.v2.description": "{link} to view input data",
1147
+ "ndv.input.noOutputData.v2.action": "Execute previous nodes",
1148
+ "ndv.input.noOutputData.v2.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1136
1149
  "ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
1137
1150
  "ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1138
1151
  "ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
1139
1152
  "ndv.input.noOutputData.or": "or",
1140
1153
  "ndv.input.executingPrevious": "Executing previous nodes...",
1141
1154
  "ndv.input.notConnected.title": "Wire me up",
1155
+ "ndv.input.notConnected.v2.title": "No input connected",
1156
+ "ndv.input.notConnected.v2.description": "This node can only receive input data if you connect it to another node. {link}",
1142
1157
  "ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
1143
1158
  "ndv.input.notConnected.learnMore": "Learn more",
1144
1159
  "ndv.input.disabled": "The '{nodeName}' node is disabled and won’t execute.",
@@ -1161,6 +1176,11 @@ var englishBaseText = {
1161
1176
  "ndv.output.noOutputData.message.settings": "Settings",
1162
1177
  "ndv.output.noOutputData.message.settingsOption": "> \"Always Output Data\".",
1163
1178
  "ndv.output.noOutputData.title": "No output data returned",
1179
+ "ndv.output.noOutputData.v2.title": "No output data",
1180
+ "ndv.output.noOutputData.v2.description": "{link} to view output data",
1181
+ "ndv.output.noOutputData.v2.action": "Test this step",
1182
+ "ndv.output.noOutputData.trigger.title": "No trigger output",
1183
+ "ndv.output.noOutputData.trigger.action": "Test this trigger",
1164
1184
  "ndv.output.noOutputDataInBranch": "No output data in this branch",
1165
1185
  "ndv.output.of": "{current} of {total}",
1166
1186
  "ndv.output.pageSize": "Page Size",
@@ -1183,6 +1203,7 @@ var englishBaseText = {
1183
1203
  "ndv.output.noToolUsedInfo": "None of your tools were used in this run. Try giving your tools clearer names and descriptions to help the AI",
1184
1204
  "ndv.title.cancel": "Cancel",
1185
1205
  "ndv.title.rename": "Rename",
1206
+ "ndv.title.rename.placeholder": "Enter new name...",
1186
1207
  "ndv.title.renameNode": "Rename node",
1187
1208
  "ndv.pinData.pin.title": "Pin data",
1188
1209
  "ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
@@ -1460,6 +1481,7 @@ var englishBaseText = {
1460
1481
  "nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
1461
1482
  "nodeSettings.nodeVersion": "{node} node version {version}",
1462
1483
  "nodeView.addNode": "Add node",
1484
+ "nodeView.openFocusPanel": "Open focus panel",
1463
1485
  "nodeView.openNodesPanel": "Open nodes panel",
1464
1486
  "nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
1465
1487
  "nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
@@ -1479,6 +1501,8 @@ var englishBaseText = {
1479
1501
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1480
1502
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1481
1503
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1504
+ "nodeView.focusPanel.title": "Focus",
1505
+ "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1482
1506
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1483
1507
  "nodeView.loadingTemplate": "Loading template",
1484
1508
  "nodeView.moreInfo": "More info",
@@ -1616,6 +1640,7 @@ var englishBaseText = {
1616
1640
  "parameterInput.parameterHasIssuesAndExpression": "Parameter: \"{shortPath}\" has issues and an expression",
1617
1641
  "parameterInput.refreshList": "Refresh List",
1618
1642
  "parameterInput.clearContents": "Clear Contents",
1643
+ "parameterInput.focusParameter": "Focus parameter",
1619
1644
  "parameterInput.resetValue": "Reset Value",
1620
1645
  "parameterInput.select": "Select",
1621
1646
  "parameterInput.selectDateAndTime": "Select date and time",
@@ -1909,6 +1934,7 @@ var englishBaseText = {
1909
1934
  "settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
1910
1935
  "settings.communityNodes.confirmModal.update.title": "Update community node package?",
1911
1936
  "settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
1937
+ "settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
1912
1938
  "settings.communityNodes.confirmModal.update.description": "We recommend you deactivate workflows that use any of the package's nodes and reactivate them once the update is completed",
1913
1939
  "settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
1914
1940
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
@@ -1927,6 +1953,7 @@ var englishBaseText = {
1927
1953
  "settings.personal.security": "Security",
1928
1954
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1929
1955
  "settings.users": "Users",
1956
+ "settings.users.search.placeholder": "Search by name or email",
1930
1957
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1931
1958
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
1932
1959
  "settings.users.delete": "Delete",
@@ -1959,6 +1986,7 @@ var englishBaseText = {
1959
1986
  "settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
1960
1987
  "settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
1961
1988
  "settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
1989
+ "settings.users.passwordResetLinkError": "Could not retrieve password reset link",
1962
1990
  "settings.users.allowSSOManualLogin": "Manual Login Allowed",
1963
1991
  "settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
1964
1992
  "settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
@@ -1975,6 +2003,7 @@ var englishBaseText = {
1975
2003
  "settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
1976
2004
  "settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
1977
2005
  "settings.users.transferredToUser": "Data transferred to {projectName}",
2006
+ "settings.users.userNotFound": "User not found",
1978
2007
  "settings.users.userDeleted": "User deleted",
1979
2008
  "settings.users.userDeletedError": "Problem while deleting user",
1980
2009
  "settings.users.userInvited": "User invited",
@@ -1989,6 +2018,18 @@ var englishBaseText = {
1989
2018
  "settings.users.userRoleUpdated": "Changes saved",
1990
2019
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
1991
2020
  "settings.users.userRoleUpdatedError": "Unable to updated role",
2021
+ "settings.users.table.update.error": "Failed to update table",
2022
+ "settings.users.table.header.user": "@:_reusableBaseText.user",
2023
+ "settings.users.table.header.accountType": "Account Type",
2024
+ "settings.users.table.header.2fa": "2FA",
2025
+ "settings.users.table.header.lastActive": "Last Active",
2026
+ "settings.users.table.row.allProjects": "All projects",
2027
+ "settings.users.table.row.personalProject": "Personal project",
2028
+ "settings.users.table.row.deleteUser": "Remove user",
2029
+ "settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
2030
+ "settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
2031
+ "settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
2032
+ "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
1992
2033
  "settings.api": "API",
1993
2034
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
1994
2035
  "settings.api.scopes.upgrade.link": "Upgrade",
@@ -2187,6 +2228,7 @@ var englishBaseText = {
2187
2228
  "settings.sourceControl.modals.push.description": "The following will be committed: ",
2188
2229
  "settings.sourceControl.modals.push.description.learnMore": "More info",
2189
2230
  "settings.sourceControl.modals.push.filesToCommit": "Files to commit",
2231
+ "settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
2190
2232
  "settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
2191
2233
  "settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
2192
2234
  "settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
@@ -2197,6 +2239,7 @@ var englishBaseText = {
2197
2239
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2198
2240
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2199
2241
  "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
2242
+ "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
2200
2243
  "settings.sourceControl.status.modified": "Modified",
2201
2244
  "settings.sourceControl.status.deleted": "Deleted",
2202
2245
  "settings.sourceControl.status.created": "New",
@@ -2964,6 +3007,16 @@ var englishBaseText = {
2964
3007
  "settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
2965
3008
  "settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
2966
3009
  "settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
3010
+ "settings.personal.mfa.enforced": "The settings on this instance <strong>require you to set up 2FA</strong>. Please enable it to continue working in this instance.",
3011
+ "settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
3012
+ "settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
3013
+ "settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
3014
+ "settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
3015
+ "settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
3016
+ "settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
3017
+ "settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
3018
+ "settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
3019
+ "settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
2967
3020
  "settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
2968
3021
  "settings.mfa.toast.noRecoveryCodeLeft.message": "You have used all of your recovery codes. Disable then re-enable two-factor authentication to generate new codes. <a href='/settings/personal' target='_blank' >Open settings</a>",
2969
3022
  "sso.login.divider": "or",
@@ -3093,7 +3146,6 @@ var englishBaseText = {
3093
3146
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3094
3147
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
3095
3148
  "evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
3096
- "evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
3097
3149
  "evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
3098
3150
  "evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
3099
3151
  "evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
@@ -3228,7 +3280,11 @@ var englishBaseText = {
3228
3280
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3229
3281
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
3230
3282
  "insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
3231
- "insights.upgradeModal.title": "Upgrade to Enterprise"
3283
+ "insights.upgradeModal.title": "Upgrade to Enterprise",
3284
+ "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
3285
+ "whatsNew.update": "Update",
3286
+ "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",
3287
+ "whatsNew.updateAvailable.changelogLink": "in the full changelog"
3232
3288
  };
3233
3289
 
3234
3290
  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.0",
4
+ "version": "1.6.0",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE_EE.md",
8
- "LICENSE.md"
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.97.0"
27
+ "n8n-workflow": "1.99.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.4.0",
38
- "typescript": "^5.8.2",
37
+ "tsup": "^8.5.0",
38
+ "typescript": "5.8.3",
39
39
  "vite": "^6.3.5",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/typescript-config": "1.2.0",
43
- "@n8n/vitest-config": "1.3.0",
42
+ "@n8n/typescript-config": "1.3.0",
43
+ "@n8n/vitest-config": "1.5.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 --ext .js,.ts,.vue --quiet",
67
- "lintfix": "eslint src --ext .js,.ts,.vue --fix",
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
  }