@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/index.cjs CHANGED
@@ -29,7 +29,9 @@ var en_default = {
29
29
  dismiss: "Dismiss",
30
30
  unlimited: "Unlimited",
31
31
  activate: "Activate",
32
- error: "Error"
32
+ user: "User",
33
+ enabled: "Enabled",
34
+ disabled: "Disabled"
33
35
  },
34
36
  _reusableDynamicText: {
35
37
  readMore: "Read more",
@@ -94,6 +96,7 @@ var en_default = {
94
96
  "generic.upgrade": "Upgrade",
95
97
  "generic.upgradeNow": "Upgrade now",
96
98
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
99
+ "generic.credentials": "Credentials",
97
100
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
98
101
  "generic.workflowSaved": "Workflow changes saved",
99
102
  "generic.editor": "Editor",
@@ -226,7 +229,7 @@ var en_default = {
226
229
  "chat.window.logsFromNode": "from {nodeName} node",
227
230
  "chat.window.noChatNode": "No Chat Node",
228
231
  "chat.window.noExecution": "Nothing got executed yet",
229
- "chat.window.chat.placeholder": "Type a message, or press \u2018up\u2019 arrow for previous one",
232
+ "chat.window.chat.placeholder": "Type message, or press \u2018up\u2019 for prev one",
230
233
  "chat.window.chat.placeholderPristine": "Type a message",
231
234
  "chat.window.chat.sendButtonText": "Send",
232
235
  "chat.window.chat.provideMessage": "Please provide a message",
@@ -546,7 +549,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
546
549
  "codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work\u2026",
547
550
  "codeNodeEditor.askAi.generationCompleted": "\u2728 Code generation completed",
548
551
  "codeNodeEditor.askAi.generationFailed": "Code generation failed",
549
- "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes.",
552
+ "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes",
553
+ "codeNodeEditor.askAi.generationFailedWithReason": "Code generation failed with error: {error}. Try again in a few minutes",
550
554
  "codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
551
555
  "codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
552
556
  "codeNodeEditor.askAi.generationFailedTooLarge": "Your workflow data is too large for AI to process. Simplify the data being sent into the Code node and retry.",
@@ -692,6 +696,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
692
696
  "dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
693
697
  "dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
694
698
  "dataMapping.tableView.tableColumnsExceeded.tooltip.link": "JSON view",
699
+ "dataMapping.tableView.columnCollapsing": "Collapse rows",
700
+ "dataMapping.tableView.columnCollapsing.tooltip": "Collapse rows (to compare values in this column)",
695
701
  "dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
696
702
  "dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
697
703
  "dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
@@ -1094,6 +1100,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1094
1100
  "mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
1095
1101
  "mainSidebar.executions": "Executions",
1096
1102
  "mainSidebar.workersView": "Workers",
1103
+ "mainSidebar.whatsNew": "What\u2019s New",
1104
+ "mainSidebar.whatsNew.fullChangelog": "Full changelog",
1097
1105
  "menuActions.duplicate": "Duplicate",
1098
1106
  "menuActions.download": "Download",
1099
1107
  "menuActions.push": "Push to Git",
@@ -1109,6 +1117,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1109
1117
  "multipleParameter.moveUp": "Move up",
1110
1118
  "ndv.backToCanvas": "Back to canvas",
1111
1119
  "ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
1120
+ "ndv.close.tooltip": "Data stored, safe to close",
1112
1121
  "ndv.execute.testNode": "Execute step",
1113
1122
  "ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
1114
1123
  "ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
@@ -1140,12 +1149,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1140
1149
  "ndv.input.noOutputData": "No data",
1141
1150
  "ndv.input.noOutputData.executePrevious": "Execute previous nodes",
1142
1151
  "ndv.input.noOutputData.title": "No input data yet",
1152
+ "ndv.input.noOutputData.v2.title": "No input data",
1153
+ "ndv.input.noOutputData.v2.description": "{link} to view input data",
1154
+ "ndv.input.noOutputData.v2.action": "Execute previous nodes",
1155
+ "ndv.input.noOutputData.v2.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1143
1156
  "ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
1144
1157
  "ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
1145
1158
  "ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
1146
1159
  "ndv.input.noOutputData.or": "or",
1147
1160
  "ndv.input.executingPrevious": "Executing previous nodes...",
1148
1161
  "ndv.input.notConnected.title": "Wire me up",
1162
+ "ndv.input.notConnected.v2.title": "No input connected",
1163
+ "ndv.input.notConnected.v2.description": "This node can only receive input data if you connect it to another node. {link}",
1149
1164
  "ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
1150
1165
  "ndv.input.notConnected.learnMore": "Learn more",
1151
1166
  "ndv.input.disabled": "The '{nodeName}' node is disabled and won\u2019t execute.",
@@ -1168,6 +1183,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1168
1183
  "ndv.output.noOutputData.message.settings": "Settings",
1169
1184
  "ndv.output.noOutputData.message.settingsOption": '> "Always Output Data".',
1170
1185
  "ndv.output.noOutputData.title": "No output data returned",
1186
+ "ndv.output.noOutputData.v2.title": "No output data",
1187
+ "ndv.output.noOutputData.v2.description": "{link} to view output data",
1188
+ "ndv.output.noOutputData.v2.action": "Test this step",
1189
+ "ndv.output.noOutputData.trigger.title": "No trigger output",
1190
+ "ndv.output.noOutputData.trigger.action": "Test this trigger",
1171
1191
  "ndv.output.noOutputDataInBranch": "No output data in this branch",
1172
1192
  "ndv.output.of": "{current} of {total}",
1173
1193
  "ndv.output.pageSize": "Page Size",
@@ -1190,6 +1210,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1190
1210
  "ndv.output.noToolUsedInfo": "None of your tools were used in this run. Try giving your tools clearer names and descriptions to help the AI",
1191
1211
  "ndv.title.cancel": "Cancel",
1192
1212
  "ndv.title.rename": "Rename",
1213
+ "ndv.title.rename.placeholder": "Enter new name...",
1193
1214
  "ndv.title.renameNode": "Rename node",
1194
1215
  "ndv.pinData.pin.title": "Pin data",
1195
1216
  "ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
@@ -1467,6 +1488,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1467
1488
  "nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
1468
1489
  "nodeSettings.nodeVersion": "{node} node version {version}",
1469
1490
  "nodeView.addNode": "Add node",
1491
+ "nodeView.openFocusPanel": "Open focus panel",
1470
1492
  "nodeView.openNodesPanel": "Open nodes panel",
1471
1493
  "nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
1472
1494
  "nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
@@ -1486,6 +1508,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1486
1508
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1487
1509
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1488
1510
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1511
+ "nodeView.focusPanel.title": "Focus",
1512
+ "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1489
1513
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1490
1514
  "nodeView.loadingTemplate": "Loading template",
1491
1515
  "nodeView.moreInfo": "More info",
@@ -1623,6 +1647,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1623
1647
  "parameterInput.parameterHasIssuesAndExpression": 'Parameter: "{shortPath}" has issues and an expression',
1624
1648
  "parameterInput.refreshList": "Refresh List",
1625
1649
  "parameterInput.clearContents": "Clear Contents",
1650
+ "parameterInput.focusParameter": "Focus parameter",
1626
1651
  "parameterInput.resetValue": "Reset Value",
1627
1652
  "parameterInput.select": "Select",
1628
1653
  "parameterInput.selectDateAndTime": "Select date and time",
@@ -1916,6 +1941,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1916
1941
  "settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
1917
1942
  "settings.communityNodes.confirmModal.update.title": "Update community node package?",
1918
1943
  "settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
1944
+ "settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
1919
1945
  "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",
1920
1946
  "settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
1921
1947
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
@@ -1934,6 +1960,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1934
1960
  "settings.personal.security": "Security",
1935
1961
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1936
1962
  "settings.users": "Users",
1963
+ "settings.users.search.placeholder": "Search by name or email",
1937
1964
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1938
1965
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
1939
1966
  "settings.users.delete": "Delete",
@@ -1966,6 +1993,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1966
1993
  "settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
1967
1994
  "settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
1968
1995
  "settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
1996
+ "settings.users.passwordResetLinkError": "Could not retrieve password reset link",
1969
1997
  "settings.users.allowSSOManualLogin": "Manual Login Allowed",
1970
1998
  "settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
1971
1999
  "settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
@@ -1982,6 +2010,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1982
2010
  "settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
1983
2011
  "settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
1984
2012
  "settings.users.transferredToUser": "Data transferred to {projectName}",
2013
+ "settings.users.userNotFound": "User not found",
1985
2014
  "settings.users.userDeleted": "User deleted",
1986
2015
  "settings.users.userDeletedError": "Problem while deleting user",
1987
2016
  "settings.users.userInvited": "User invited",
@@ -1996,6 +2025,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1996
2025
  "settings.users.userRoleUpdated": "Changes saved",
1997
2026
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
1998
2027
  "settings.users.userRoleUpdatedError": "Unable to updated role",
2028
+ "settings.users.table.update.error": "Failed to update table",
2029
+ "settings.users.table.header.user": "@:_reusableBaseText.user",
2030
+ "settings.users.table.header.accountType": "Account Type",
2031
+ "settings.users.table.header.2fa": "2FA",
2032
+ "settings.users.table.header.lastActive": "Last Active",
2033
+ "settings.users.table.row.allProjects": "All projects",
2034
+ "settings.users.table.row.personalProject": "Personal project",
2035
+ "settings.users.table.row.deleteUser": "Remove user",
2036
+ "settings.users.table.row.role.description.admin": "Full access to all workflows, credentials, projects, users and more",
2037
+ "settings.users.table.row.role.description.member": "Manage and create own workflows and credentials",
2038
+ "settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
2039
+ "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
1999
2040
  "settings.api": "API",
2000
2041
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
2001
2042
  "settings.api.scopes.upgrade.link": "Upgrade",
@@ -2194,6 +2235,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2194
2235
  "settings.sourceControl.modals.push.description": "The following will be committed: ",
2195
2236
  "settings.sourceControl.modals.push.description.learnMore": "More info",
2196
2237
  "settings.sourceControl.modals.push.filesToCommit": "Files to commit",
2238
+ "settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
2197
2239
  "settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
2198
2240
  "settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
2199
2241
  "settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
@@ -2204,6 +2246,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2204
2246
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2205
2247
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2206
2248
  "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
2249
+ "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
2207
2250
  "settings.sourceControl.status.modified": "Modified",
2208
2251
  "settings.sourceControl.status.deleted": "Deleted",
2209
2252
  "settings.sourceControl.status.created": "New",
@@ -2971,6 +3014,16 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2971
3014
  "settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
2972
3015
  "settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
2973
3016
  "settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
3017
+ "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.",
3018
+ "settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
3019
+ "settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
3020
+ "settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
3021
+ "settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
3022
+ "settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
3023
+ "settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
3024
+ "settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
3025
+ "settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
3026
+ "settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
2974
3027
  "settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
2975
3028
  "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>",
2976
3029
  "sso.login.divider": "or",
@@ -3100,7 +3153,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3100
3153
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3101
3154
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
3102
3155
  "evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
3103
- "evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
3104
3156
  "evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
3105
3157
  "evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
3106
3158
  "evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
@@ -3235,7 +3287,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3235
3287
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3236
3288
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
3237
3289
  "insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
3238
- "insights.upgradeModal.title": "Upgrade to Enterprise"
3290
+ "insights.upgradeModal.title": "Upgrade to Enterprise",
3291
+ "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
3292
+ "whatsNew.update": "Update",
3293
+ "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",
3294
+ "whatsNew.updateAvailable.changelogLink": "in the full changelog"
3239
3295
  };
3240
3296
 
3241
3297
  // src/index.ts