@n8n/i18n 1.5.0 → 1.6.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/index.cjs +47 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +45 -3
- package/dist/index.d.ts +45 -3
- package/dist/index.js +47 -5
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +47 -5
- package/dist/types.d.ts +47 -5
- package/package.json +7 -7
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
|
-
|
|
19
|
+
user: "User",
|
|
20
|
+
enabled: "Enabled",
|
|
21
|
+
disabled: "Disabled"
|
|
20
22
|
};
|
|
21
23
|
var _reusableDynamicText = {
|
|
22
24
|
readMore: "Read more",
|
|
@@ -221,7 +223,7 @@ var englishBaseText = {
|
|
|
221
223
|
"chat.window.logsFromNode": "from {nodeName} node",
|
|
222
224
|
"chat.window.noChatNode": "No Chat Node",
|
|
223
225
|
"chat.window.noExecution": "Nothing got executed yet",
|
|
224
|
-
"chat.window.chat.placeholder": "Type
|
|
226
|
+
"chat.window.chat.placeholder": "Type message, or press ‘up’ for prev one",
|
|
225
227
|
"chat.window.chat.placeholderPristine": "Type a message",
|
|
226
228
|
"chat.window.chat.sendButtonText": "Send",
|
|
227
229
|
"chat.window.chat.provideMessage": "Please provide a message",
|
|
@@ -540,7 +542,8 @@ var englishBaseText = {
|
|
|
540
542
|
"codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work…",
|
|
541
543
|
"codeNodeEditor.askAi.generationCompleted": "✨ Code generation completed",
|
|
542
544
|
"codeNodeEditor.askAi.generationFailed": "Code generation failed",
|
|
543
|
-
"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",
|
|
544
547
|
"codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
|
|
545
548
|
"codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
|
|
546
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.",
|
|
@@ -686,6 +689,8 @@ var englishBaseText = {
|
|
|
686
689
|
"dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
|
|
687
690
|
"dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
|
|
688
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)",
|
|
689
694
|
"dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
|
|
690
695
|
"dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
|
|
691
696
|
"dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
|
|
@@ -1105,6 +1110,7 @@ var englishBaseText = {
|
|
|
1105
1110
|
"multipleParameter.moveUp": "Move up",
|
|
1106
1111
|
"ndv.backToCanvas": "Back to canvas",
|
|
1107
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",
|
|
1108
1114
|
"ndv.execute.testNode": "Execute step",
|
|
1109
1115
|
"ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
|
|
1110
1116
|
"ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
|
|
@@ -1136,12 +1142,18 @@ var englishBaseText = {
|
|
|
1136
1142
|
"ndv.input.noOutputData": "No data",
|
|
1137
1143
|
"ndv.input.noOutputData.executePrevious": "Execute previous nodes",
|
|
1138
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",
|
|
1139
1149
|
"ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
|
|
1140
1150
|
"ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1141
1151
|
"ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
|
|
1142
1152
|
"ndv.input.noOutputData.or": "or",
|
|
1143
1153
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
|
1144
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}",
|
|
1145
1157
|
"ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
|
|
1146
1158
|
"ndv.input.notConnected.learnMore": "Learn more",
|
|
1147
1159
|
"ndv.input.disabled": "The '{nodeName}' node is disabled and won’t execute.",
|
|
@@ -1164,6 +1176,11 @@ var englishBaseText = {
|
|
|
1164
1176
|
"ndv.output.noOutputData.message.settings": "Settings",
|
|
1165
1177
|
"ndv.output.noOutputData.message.settingsOption": "> \"Always Output Data\".",
|
|
1166
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",
|
|
1167
1184
|
"ndv.output.noOutputDataInBranch": "No output data in this branch",
|
|
1168
1185
|
"ndv.output.of": "{current} of {total}",
|
|
1169
1186
|
"ndv.output.pageSize": "Page Size",
|
|
@@ -1186,6 +1203,7 @@ var englishBaseText = {
|
|
|
1186
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",
|
|
1187
1204
|
"ndv.title.cancel": "Cancel",
|
|
1188
1205
|
"ndv.title.rename": "Rename",
|
|
1206
|
+
"ndv.title.rename.placeholder": "Enter new name...",
|
|
1189
1207
|
"ndv.title.renameNode": "Rename node",
|
|
1190
1208
|
"ndv.pinData.pin.title": "Pin data",
|
|
1191
1209
|
"ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
|
|
@@ -1483,7 +1501,6 @@ var englishBaseText = {
|
|
|
1483
1501
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1484
1502
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1485
1503
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1486
|
-
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1487
1504
|
"nodeView.focusPanel.title": "Focus",
|
|
1488
1505
|
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1489
1506
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
@@ -1917,6 +1934,7 @@ var englishBaseText = {
|
|
|
1917
1934
|
"settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
|
|
1918
1935
|
"settings.communityNodes.confirmModal.update.title": "Update community node package?",
|
|
1919
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.",
|
|
1920
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",
|
|
1921
1939
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
|
|
1922
1940
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
@@ -1935,6 +1953,7 @@ var englishBaseText = {
|
|
|
1935
1953
|
"settings.personal.security": "Security",
|
|
1936
1954
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1937
1955
|
"settings.users": "Users",
|
|
1956
|
+
"settings.users.search.placeholder": "Search by name or email",
|
|
1938
1957
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1939
1958
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
1940
1959
|
"settings.users.delete": "Delete",
|
|
@@ -1967,6 +1986,7 @@ var englishBaseText = {
|
|
|
1967
1986
|
"settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
|
|
1968
1987
|
"settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
|
|
1969
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",
|
|
1970
1990
|
"settings.users.allowSSOManualLogin": "Manual Login Allowed",
|
|
1971
1991
|
"settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
|
|
1972
1992
|
"settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
|
|
@@ -1983,6 +2003,7 @@ var englishBaseText = {
|
|
|
1983
2003
|
"settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
|
|
1984
2004
|
"settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
|
|
1985
2005
|
"settings.users.transferredToUser": "Data transferred to {projectName}",
|
|
2006
|
+
"settings.users.userNotFound": "User not found",
|
|
1986
2007
|
"settings.users.userDeleted": "User deleted",
|
|
1987
2008
|
"settings.users.userDeletedError": "Problem while deleting user",
|
|
1988
2009
|
"settings.users.userInvited": "User invited",
|
|
@@ -1997,6 +2018,18 @@ var englishBaseText = {
|
|
|
1997
2018
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
1998
2019
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
1999
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",
|
|
2000
2033
|
"settings.api": "API",
|
|
2001
2034
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2002
2035
|
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
@@ -2974,6 +3007,16 @@ var englishBaseText = {
|
|
|
2974
3007
|
"settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
|
|
2975
3008
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
2976
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.",
|
|
2977
3020
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
2978
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>",
|
|
2979
3022
|
"sso.login.divider": "or",
|
|
@@ -3103,7 +3146,6 @@ var englishBaseText = {
|
|
|
3103
3146
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3104
3147
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
3105
3148
|
"evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
|
|
3106
|
-
"evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
|
|
3107
3149
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
|
|
3108
3150
|
"evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
|
|
3109
3151
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
|
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
|
-
|
|
19
|
+
user: "User",
|
|
20
|
+
enabled: "Enabled",
|
|
21
|
+
disabled: "Disabled"
|
|
20
22
|
};
|
|
21
23
|
var _reusableDynamicText = {
|
|
22
24
|
readMore: "Read more",
|
|
@@ -221,7 +223,7 @@ var englishBaseText = {
|
|
|
221
223
|
"chat.window.logsFromNode": "from {nodeName} node",
|
|
222
224
|
"chat.window.noChatNode": "No Chat Node",
|
|
223
225
|
"chat.window.noExecution": "Nothing got executed yet",
|
|
224
|
-
"chat.window.chat.placeholder": "Type
|
|
226
|
+
"chat.window.chat.placeholder": "Type message, or press ‘up’ for prev one",
|
|
225
227
|
"chat.window.chat.placeholderPristine": "Type a message",
|
|
226
228
|
"chat.window.chat.sendButtonText": "Send",
|
|
227
229
|
"chat.window.chat.provideMessage": "Please provide a message",
|
|
@@ -540,7 +542,8 @@ var englishBaseText = {
|
|
|
540
542
|
"codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work…",
|
|
541
543
|
"codeNodeEditor.askAi.generationCompleted": "✨ Code generation completed",
|
|
542
544
|
"codeNodeEditor.askAi.generationFailed": "Code generation failed",
|
|
543
|
-
"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",
|
|
544
547
|
"codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
|
|
545
548
|
"codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
|
|
546
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.",
|
|
@@ -686,6 +689,8 @@ var englishBaseText = {
|
|
|
686
689
|
"dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
|
|
687
690
|
"dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
|
|
688
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)",
|
|
689
694
|
"dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
|
|
690
695
|
"dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
|
|
691
696
|
"dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
|
|
@@ -1105,6 +1110,7 @@ var englishBaseText = {
|
|
|
1105
1110
|
"multipleParameter.moveUp": "Move up",
|
|
1106
1111
|
"ndv.backToCanvas": "Back to canvas",
|
|
1107
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",
|
|
1108
1114
|
"ndv.execute.testNode": "Execute step",
|
|
1109
1115
|
"ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
|
|
1110
1116
|
"ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
|
|
@@ -1136,12 +1142,18 @@ var englishBaseText = {
|
|
|
1136
1142
|
"ndv.input.noOutputData": "No data",
|
|
1137
1143
|
"ndv.input.noOutputData.executePrevious": "Execute previous nodes",
|
|
1138
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",
|
|
1139
1149
|
"ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
|
|
1140
1150
|
"ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1141
1151
|
"ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
|
|
1142
1152
|
"ndv.input.noOutputData.or": "or",
|
|
1143
1153
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
|
1144
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}",
|
|
1145
1157
|
"ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
|
|
1146
1158
|
"ndv.input.notConnected.learnMore": "Learn more",
|
|
1147
1159
|
"ndv.input.disabled": "The '{nodeName}' node is disabled and won’t execute.",
|
|
@@ -1164,6 +1176,11 @@ var englishBaseText = {
|
|
|
1164
1176
|
"ndv.output.noOutputData.message.settings": "Settings",
|
|
1165
1177
|
"ndv.output.noOutputData.message.settingsOption": "> \"Always Output Data\".",
|
|
1166
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",
|
|
1167
1184
|
"ndv.output.noOutputDataInBranch": "No output data in this branch",
|
|
1168
1185
|
"ndv.output.of": "{current} of {total}",
|
|
1169
1186
|
"ndv.output.pageSize": "Page Size",
|
|
@@ -1186,6 +1203,7 @@ var englishBaseText = {
|
|
|
1186
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",
|
|
1187
1204
|
"ndv.title.cancel": "Cancel",
|
|
1188
1205
|
"ndv.title.rename": "Rename",
|
|
1206
|
+
"ndv.title.rename.placeholder": "Enter new name...",
|
|
1189
1207
|
"ndv.title.renameNode": "Rename node",
|
|
1190
1208
|
"ndv.pinData.pin.title": "Pin data",
|
|
1191
1209
|
"ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
|
|
@@ -1483,7 +1501,6 @@ var englishBaseText = {
|
|
|
1483
1501
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1484
1502
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1485
1503
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1486
|
-
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1487
1504
|
"nodeView.focusPanel.title": "Focus",
|
|
1488
1505
|
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1489
1506
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
@@ -1917,6 +1934,7 @@ var englishBaseText = {
|
|
|
1917
1934
|
"settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
|
|
1918
1935
|
"settings.communityNodes.confirmModal.update.title": "Update community node package?",
|
|
1919
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.",
|
|
1920
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",
|
|
1921
1939
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
|
|
1922
1940
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
@@ -1935,6 +1953,7 @@ var englishBaseText = {
|
|
|
1935
1953
|
"settings.personal.security": "Security",
|
|
1936
1954
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1937
1955
|
"settings.users": "Users",
|
|
1956
|
+
"settings.users.search.placeholder": "Search by name or email",
|
|
1938
1957
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1939
1958
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
1940
1959
|
"settings.users.delete": "Delete",
|
|
@@ -1967,6 +1986,7 @@ var englishBaseText = {
|
|
|
1967
1986
|
"settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
|
|
1968
1987
|
"settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
|
|
1969
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",
|
|
1970
1990
|
"settings.users.allowSSOManualLogin": "Manual Login Allowed",
|
|
1971
1991
|
"settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
|
|
1972
1992
|
"settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
|
|
@@ -1983,6 +2003,7 @@ var englishBaseText = {
|
|
|
1983
2003
|
"settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
|
|
1984
2004
|
"settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
|
|
1985
2005
|
"settings.users.transferredToUser": "Data transferred to {projectName}",
|
|
2006
|
+
"settings.users.userNotFound": "User not found",
|
|
1986
2007
|
"settings.users.userDeleted": "User deleted",
|
|
1987
2008
|
"settings.users.userDeletedError": "Problem while deleting user",
|
|
1988
2009
|
"settings.users.userInvited": "User invited",
|
|
@@ -1997,6 +2018,18 @@ var englishBaseText = {
|
|
|
1997
2018
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
1998
2019
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
1999
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",
|
|
2000
2033
|
"settings.api": "API",
|
|
2001
2034
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2002
2035
|
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
@@ -2974,6 +3007,16 @@ var englishBaseText = {
|
|
|
2974
3007
|
"settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
|
|
2975
3008
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
2976
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.",
|
|
2977
3020
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
2978
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>",
|
|
2979
3022
|
"sso.login.divider": "or",
|
|
@@ -3103,7 +3146,6 @@ var englishBaseText = {
|
|
|
3103
3146
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3104
3147
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
3105
3148
|
"evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
|
|
3106
|
-
"evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
|
|
3107
3149
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
|
|
3108
3150
|
"evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
|
|
3109
3151
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.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": "1.
|
|
27
|
+
"n8n-workflow": "1.99.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"vue": "^3.5.13",
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"typescript": "5.8.3",
|
|
39
|
-
"vite": "6.3.5",
|
|
40
|
-
"vitest": "3.1.3",
|
|
39
|
+
"vite": "^6.3.5",
|
|
40
|
+
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
42
|
+
"@n8n/eslint-config": "0.0.1",
|
|
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"
|