@n8n/i18n 1.5.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 +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 +6 -6
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
|
-
|
|
32
|
+
user: "User",
|
|
33
|
+
enabled: "Enabled",
|
|
34
|
+
disabled: "Disabled"
|
|
33
35
|
},
|
|
34
36
|
_reusableDynamicText: {
|
|
35
37
|
readMore: "Read more",
|
|
@@ -227,7 +229,7 @@ var en_default = {
|
|
|
227
229
|
"chat.window.logsFromNode": "from {nodeName} node",
|
|
228
230
|
"chat.window.noChatNode": "No Chat Node",
|
|
229
231
|
"chat.window.noExecution": "Nothing got executed yet",
|
|
230
|
-
"chat.window.chat.placeholder": "Type
|
|
232
|
+
"chat.window.chat.placeholder": "Type message, or press \u2018up\u2019 for prev one",
|
|
231
233
|
"chat.window.chat.placeholderPristine": "Type a message",
|
|
232
234
|
"chat.window.chat.sendButtonText": "Send",
|
|
233
235
|
"chat.window.chat.provideMessage": "Please provide a message",
|
|
@@ -547,7 +549,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
547
549
|
"codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work\u2026",
|
|
548
550
|
"codeNodeEditor.askAi.generationCompleted": "\u2728 Code generation completed",
|
|
549
551
|
"codeNodeEditor.askAi.generationFailed": "Code generation failed",
|
|
550
|
-
"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",
|
|
551
554
|
"codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
|
|
552
555
|
"codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
|
|
553
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.",
|
|
@@ -693,6 +696,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
693
696
|
"dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
|
|
694
697
|
"dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
|
|
695
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)",
|
|
696
701
|
"dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
|
|
697
702
|
"dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
|
|
698
703
|
"dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
|
|
@@ -1112,6 +1117,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1112
1117
|
"multipleParameter.moveUp": "Move up",
|
|
1113
1118
|
"ndv.backToCanvas": "Back to canvas",
|
|
1114
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",
|
|
1115
1121
|
"ndv.execute.testNode": "Execute step",
|
|
1116
1122
|
"ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
|
|
1117
1123
|
"ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
|
|
@@ -1143,12 +1149,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1143
1149
|
"ndv.input.noOutputData": "No data",
|
|
1144
1150
|
"ndv.input.noOutputData.executePrevious": "Execute previous nodes",
|
|
1145
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",
|
|
1146
1156
|
"ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
|
|
1147
1157
|
"ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1148
1158
|
"ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
|
|
1149
1159
|
"ndv.input.noOutputData.or": "or",
|
|
1150
1160
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
|
1151
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}",
|
|
1152
1164
|
"ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
|
|
1153
1165
|
"ndv.input.notConnected.learnMore": "Learn more",
|
|
1154
1166
|
"ndv.input.disabled": "The '{nodeName}' node is disabled and won\u2019t execute.",
|
|
@@ -1171,6 +1183,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1171
1183
|
"ndv.output.noOutputData.message.settings": "Settings",
|
|
1172
1184
|
"ndv.output.noOutputData.message.settingsOption": '> "Always Output Data".',
|
|
1173
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",
|
|
1174
1191
|
"ndv.output.noOutputDataInBranch": "No output data in this branch",
|
|
1175
1192
|
"ndv.output.of": "{current} of {total}",
|
|
1176
1193
|
"ndv.output.pageSize": "Page Size",
|
|
@@ -1193,6 +1210,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1193
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",
|
|
1194
1211
|
"ndv.title.cancel": "Cancel",
|
|
1195
1212
|
"ndv.title.rename": "Rename",
|
|
1213
|
+
"ndv.title.rename.placeholder": "Enter new name...",
|
|
1196
1214
|
"ndv.title.renameNode": "Rename node",
|
|
1197
1215
|
"ndv.pinData.pin.title": "Pin data",
|
|
1198
1216
|
"ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
|
|
@@ -1490,7 +1508,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1490
1508
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1491
1509
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1492
1510
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1493
|
-
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1494
1511
|
"nodeView.focusPanel.title": "Focus",
|
|
1495
1512
|
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1496
1513
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
@@ -1924,6 +1941,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1924
1941
|
"settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
|
|
1925
1942
|
"settings.communityNodes.confirmModal.update.title": "Update community node package?",
|
|
1926
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.",
|
|
1927
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",
|
|
1928
1946
|
"settings.communityNodes.confirmModal.update.buttonLabel": "Update package",
|
|
1929
1947
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
@@ -1942,6 +1960,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1942
1960
|
"settings.personal.security": "Security",
|
|
1943
1961
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1944
1962
|
"settings.users": "Users",
|
|
1963
|
+
"settings.users.search.placeholder": "Search by name or email",
|
|
1945
1964
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1946
1965
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
1947
1966
|
"settings.users.delete": "Delete",
|
|
@@ -1974,6 +1993,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1974
1993
|
"settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
|
|
1975
1994
|
"settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
|
|
1976
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",
|
|
1977
1997
|
"settings.users.allowSSOManualLogin": "Manual Login Allowed",
|
|
1978
1998
|
"settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
|
|
1979
1999
|
"settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
|
|
@@ -1990,6 +2010,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1990
2010
|
"settings.users.transferWorkflowsAndCredentials.user": "User or project to transfer to",
|
|
1991
2011
|
"settings.users.transferWorkflowsAndCredentials.placeholder": "Select project or user",
|
|
1992
2012
|
"settings.users.transferredToUser": "Data transferred to {projectName}",
|
|
2013
|
+
"settings.users.userNotFound": "User not found",
|
|
1993
2014
|
"settings.users.userDeleted": "User deleted",
|
|
1994
2015
|
"settings.users.userDeletedError": "Problem while deleting user",
|
|
1995
2016
|
"settings.users.userInvited": "User invited",
|
|
@@ -2004,6 +2025,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2004
2025
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2005
2026
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2006
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",
|
|
2007
2040
|
"settings.api": "API",
|
|
2008
2041
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2009
2042
|
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
@@ -2981,6 +3014,16 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2981
3014
|
"settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
|
|
2982
3015
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
2983
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.",
|
|
2984
3027
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
2985
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>",
|
|
2986
3029
|
"sso.login.divider": "or",
|
|
@@ -3110,7 +3153,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3110
3153
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3111
3154
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
3112
3155
|
"evaluation.listRuns.error.evaluationTriggerDisabled": "Evaluation trigger is disabled",
|
|
3113
|
-
"evaluation.listRuns.error.setOutputsNodeNotFound": "No 'Set outputs' node in workflow",
|
|
3114
3156
|
"evaluation.listRuns.error.setOutputsNodeNotConfigured": "'Set outputs' node is not configured",
|
|
3115
3157
|
"evaluation.listRuns.error.setMetricsNodeNotFound": "No 'Set metrics' node in workflow",
|
|
3116
3158
|
"evaluation.listRuns.error.setMetricsNodeNotConfigured": "'Set metrics' node is not configured",
|