@n8n/i18n 2.4.2 → 2.5.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 +53 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -2
- package/dist/index.d.mts +49 -2
- package/dist/index.mjs +53 -6
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +49 -2
- package/dist/types2.d.mts +49 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -120,6 +120,7 @@ var en_default = {
|
|
|
120
120
|
"generic.credentials": "Credentials",
|
|
121
121
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
122
122
|
"generic.workflowSaved": "Workflow changes saved",
|
|
123
|
+
"generic.autosave.retrying": "Autosave failed: {error}\nRetrying in {retryIn}...",
|
|
123
124
|
"generic.editor": "Editor",
|
|
124
125
|
"generic.seePlans": "See plans",
|
|
125
126
|
"generic.loading": "Loading",
|
|
@@ -225,6 +226,7 @@ var en_default = {
|
|
|
225
226
|
"auth.signup.setupYourAccountError": "Problem setting up your account",
|
|
226
227
|
"auth.signup.tokenValidationError": "Issue validating invite token",
|
|
227
228
|
"aiAssistant.name": "n8n AI",
|
|
229
|
+
"aiAssistant.assistant": "Assistant",
|
|
228
230
|
"aiAssistant.tabs.ask": "Ask",
|
|
229
231
|
"aiAssistant.tabs.build": "Build",
|
|
230
232
|
"aiAssistant.builder.mode": "AI Builder",
|
|
@@ -237,6 +239,7 @@ var en_default = {
|
|
|
237
239
|
"aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
|
|
238
240
|
"aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
|
|
239
241
|
"aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
|
|
242
|
+
"aiAssistant.builder.error.title": "Workflow update failed",
|
|
240
243
|
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
241
244
|
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
242
245
|
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
@@ -262,7 +265,12 @@ var en_default = {
|
|
|
262
265
|
"aiAssistant.builder.restoreError.title": "Failed to restore version",
|
|
263
266
|
"aiAssistant.builder.disabledTooltip.autosaving": "Saving workflow...",
|
|
264
267
|
"aiAssistant.builder.disabledTooltip.readOnly": "Another user is currently editing this workflow",
|
|
265
|
-
"aiAssistant.
|
|
268
|
+
"aiAssistant.builder.notification.title": "Workflow ready - n8n",
|
|
269
|
+
"aiAssistant.builder.notification.body": "Done building {workflowName}",
|
|
270
|
+
"aiAssistant.builder.notification.inputNeeded.title": "Input needed - n8n",
|
|
271
|
+
"aiAssistant.builder.notification.inputNeeded.body": "Waiting for your response on {workflowName}",
|
|
272
|
+
"aiAssistant.builder.notificationBanner.text": "Want to be notified when the agent finishes building?",
|
|
273
|
+
"aiAssistant.builder.notificationBanner.notify": "Notify",
|
|
266
274
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
267
275
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
268
276
|
"aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
|
|
@@ -280,6 +288,14 @@ var en_default = {
|
|
|
280
288
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
281
289
|
"aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
|
|
282
290
|
"aiAssistant.tooltip": "n8n AI",
|
|
291
|
+
"aiAssistant.coachmark.title": "Ask mode enabled",
|
|
292
|
+
"aiAssistant.coachmark.body": "Ask questions about n8n, get help with errors, or learn about automation. Switch to Build anytime to create workflows.",
|
|
293
|
+
"aiAssistant.coachmark.gotIt": "Got it",
|
|
294
|
+
"aiAssistant.askMode.emptyState.title": "Ask n8n AI",
|
|
295
|
+
"aiAssistant.askMode.emptyState.body1": "Ask anything about n8n, your workflow, or how to accomplish a task. This won't use any of your AI credits.",
|
|
296
|
+
"aiAssistant.askMode.emptyState.body2": "Look for the",
|
|
297
|
+
"aiAssistant.askMode.emptyState.body3": "button throughout the UI to get contextual help.",
|
|
298
|
+
"aiAssistant.askMode.inputPlaceholder": "What do you need help with?",
|
|
283
299
|
"banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
|
|
284
300
|
"banners.confirmEmail.message.2": "email address.",
|
|
285
301
|
"banners.confirmEmail.button": "Confirm email",
|
|
@@ -948,6 +964,7 @@ var en_default = {
|
|
|
948
964
|
"dataMapping.schemaView.execution.resumeUrl": "The URL for resuming a 'Wait' node",
|
|
949
965
|
"dataMapping.schemaView.variablesUpgrade": "Set global variables and use them across workflows with the Pro or Enterprise plan. <a href=\"https://docs.n8n.io/code/variables/\" target=\"_blank\">Details</a>",
|
|
950
966
|
"dataMapping.schemaView.variablesEmpty": "Create variables that can be used across workflows <a href=\"/variables\" target=\"_blank\">here</a>",
|
|
967
|
+
"dataMapping.schemaView.mergeNotice": "This schema shows fields from multiple items. Some fields may be absent in individual items.",
|
|
951
968
|
"displayWithChange.cancelEdit": "Cancel Edit",
|
|
952
969
|
"displayWithChange.clickToChange": "Click to Change",
|
|
953
970
|
"displayWithChange.setValue": "Set Value",
|
|
@@ -1511,6 +1528,9 @@ var en_default = {
|
|
|
1511
1528
|
"ndv.tooMuchData.showDataAnyway": "Show data",
|
|
1512
1529
|
"ndv.tooMuchData.title": "Show {size} MB of data?",
|
|
1513
1530
|
"ndv.httpRequest.credentialOnly.docsNotice": "Use the <a target=\"_blank\" href=\"{docsUrl}\">{nodeName} docs</a> to construct your request. We'll take care of the authentication part if you add a {nodeName} credential below.",
|
|
1531
|
+
"ndv.binaryData.combinedTooltip": "Specify the path to the binary data entry in the input item or use an expression to access the binary data in previous nodes, e.g. {example}",
|
|
1532
|
+
"ndv.binaryData.separateTooltip": "Specify the property name of the binary data in the input item or use an expression to access the binary data in previous nodes, e.g. {example}",
|
|
1533
|
+
"noTagsView.createTag": "Create a tag",
|
|
1514
1534
|
"noTagsView.readyToOrganizeYourWorkflows": "Ready to organize your workflows?",
|
|
1515
1535
|
"noTagsView.withWorkflowTagsYouReFree": "With workflow tags, you're free to create the perfect tagging system for your flows",
|
|
1516
1536
|
"noAnnotationTagsView.title": "Organize your executions",
|
|
@@ -2303,6 +2323,8 @@ var en_default = {
|
|
|
2303
2323
|
"runData.executionStatus.failed": "Execution failed",
|
|
2304
2324
|
"runData.executionStatus.canceled": "Execution canceled",
|
|
2305
2325
|
"runData.downloadBinaryData": "Download",
|
|
2326
|
+
"runData.downloadBinaryData.error.title": "Error downloading file",
|
|
2327
|
+
"runData.downloadBinaryData.error.message": "File could not be downloaded",
|
|
2306
2328
|
"runData.executeNode": "Test Node",
|
|
2307
2329
|
"runData.executionTime": "Execution Time",
|
|
2308
2330
|
"runData.fileExtension": "File Extension",
|
|
@@ -2323,6 +2345,7 @@ var en_default = {
|
|
|
2323
2345
|
"runData.nodeReturnedALargeAmountOfData": "Node returned a large amount of data",
|
|
2324
2346
|
"runData.output": "Output",
|
|
2325
2347
|
"runData.showBinaryData": "View",
|
|
2348
|
+
"runData.legacyBinaryMode": "Try the new \"v2\" Execution Logic mode by selecting the corresponding option in the workflow",
|
|
2326
2349
|
"runData.startTime": "Start Time",
|
|
2327
2350
|
"runData.table": "Table",
|
|
2328
2351
|
"runData.table.viewSubExecution": "View sub-execution {id}",
|
|
@@ -2684,10 +2707,12 @@ var en_default = {
|
|
|
2684
2707
|
"settings.usageAndPlan.license.activation.error.title": "Activation failed",
|
|
2685
2708
|
"settings.usageAndPlan.license.activation.success.title": "License activated",
|
|
2686
2709
|
"settings.usageAndPlan.license.activation.success.message": "Your {name} {type} has been successfully activated.",
|
|
2710
|
+
"settings.usageAndPlan.license.activation.success.message.eula": "You have accepted the EULA and successfully activated your {name} plan.",
|
|
2687
2711
|
"settings.usageAndPlan.dialog.eula.title": "Confirmation needed",
|
|
2688
|
-
"settings.usageAndPlan.dialog.eula.description": "To activate your license,
|
|
2689
|
-
"settings.usageAndPlan.dialog.eula.
|
|
2690
|
-
"settings.usageAndPlan.dialog.eula.
|
|
2712
|
+
"settings.usageAndPlan.dialog.eula.description": "To activate your license, you must review and accept our End User License Agreement (EULA). Please confirm that you have read and agree to the terms in order to continue.",
|
|
2713
|
+
"settings.usageAndPlan.dialog.eula.audit.notice": "Your acceptance will be recorded for audit purposes.",
|
|
2714
|
+
"settings.usageAndPlan.dialog.eula.checkbox.label": "I have read and accept the",
|
|
2715
|
+
"settings.usageAndPlan.dialog.eula.link.text": "EULA",
|
|
2691
2716
|
"settings.usageAndPlan.dialog.eula.button.accept": "Accept & activate",
|
|
2692
2717
|
"settings.usageAndPlan.dialog.eula.button.cancel": "@:_reusableBaseText.cancel",
|
|
2693
2718
|
"settings.usageAndPlan.license.communityRegistered.tooltip": "You have registered your email to unlock additional features on your community plan",
|
|
@@ -3096,6 +3121,7 @@ var en_default = {
|
|
|
3096
3121
|
"workflowActivator.thisWorkflowHasNoTriggerNodes": "This workflow has no trigger nodes that require activation",
|
|
3097
3122
|
"workflowActivator.thisWorkflowIsArchived": "This workflow is archived so it cannot be activated",
|
|
3098
3123
|
"workflowActivator.thisWorkflowHasOnlyOneExecuteWorkflowTriggerNode": "'Execute Workflow Trigger' doesn't require activation as it is triggered by another workflow",
|
|
3124
|
+
"workflowActivator.conflictingWebhook.unknownWorkflow": "Unknown workflow (ID: {id})",
|
|
3099
3125
|
"workflowDetails.share": "Share",
|
|
3100
3126
|
"workflowDetails.addTag": "Add tag",
|
|
3101
3127
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
@@ -3149,8 +3175,18 @@ var en_default = {
|
|
|
3149
3175
|
"workflowRun.showError.title": "Problem running workflow",
|
|
3150
3176
|
"workflowRun.showError.payloadTooLarge": "Please execute the whole workflow, rather than just the node. (Existing execution data is too large.)",
|
|
3151
3177
|
"workflowRun.showError.resolveOutstandingIssues": "Please resolve outstanding issues before you activate it",
|
|
3178
|
+
"workflowRun.showError.unsupportedExecutionLogic.title": "Unsupported Execution Logic",
|
|
3179
|
+
"workflowRun.showError.unsupportedExecutionLogic.description": "Execution Logic \"v2\" is not supported when filesystem mode is \"default\". Please change the Execution Logic to \"v1\" in workflow settings and update expressions accordingly.",
|
|
3152
3180
|
"workflowRun.showMessage.message": "Please fix them before executing",
|
|
3153
3181
|
"workflowRun.showMessage.title": "Workflow has issues",
|
|
3182
|
+
"workflowSettings.executionLogic.v0.title": "v0 (legacy)",
|
|
3183
|
+
"workflowSettings.executionLogic.v1.title": "v1 (recommended)",
|
|
3184
|
+
"workflowSettings.executionLogic.v2.title": "v2 (experimental)",
|
|
3185
|
+
"workflowSettings.executionLogic.v0.description": "Executes the first node of each branch, then the second node of each branch, and so on.",
|
|
3186
|
+
"workflowSettings.executionLogic.v1.description": "Executes each branch in turn, from topmost to bottommost, completing one branch before starting another.",
|
|
3187
|
+
"workflowSettings.executionLogic.v2.description": "Executes each branch in turn, with binaries included directly in the item structure to simplify expressions.",
|
|
3188
|
+
"workflowSettings.executionLogic.changed.title": "Execution Logic changed",
|
|
3189
|
+
"workflowSettings.executionLogic.changed.description": "Please update expressions that reference binary data to match the new execution logic mode. ",
|
|
3154
3190
|
"workflowSettings.callerIds": "IDs of workflows that can call this one",
|
|
3155
3191
|
"workflowSettings.callerIds.placeholder": "e.g. 14, 18",
|
|
3156
3192
|
"workflowSettings.callerPolicy": "This workflow can be called by",
|
|
@@ -3163,7 +3199,8 @@ var en_default = {
|
|
|
3163
3199
|
"workflowSettings.defaultTimezone": "Default - {defaultTimezoneValue}",
|
|
3164
3200
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
3165
3201
|
"workflowSettings.errorWorkflow": "Error Workflow (to notify when this one errors)",
|
|
3166
|
-
"workflowSettings.
|
|
3202
|
+
"workflowSettings.executionLogic": "Execution Logic",
|
|
3203
|
+
"workflowSettings.binaryMode": "Binary Mode",
|
|
3167
3204
|
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
|
|
3168
3205
|
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
|
|
3169
3206
|
"workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
|
|
@@ -3609,6 +3646,8 @@ var en_default = {
|
|
|
3609
3646
|
"dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
|
|
3610
3647
|
"dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
|
|
3611
3648
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
3649
|
+
"dataTable.cell.oversized": "Value too large to display",
|
|
3650
|
+
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
3612
3651
|
"settings.ldap": "LDAP",
|
|
3613
3652
|
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
|
3614
3653
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -4285,7 +4324,15 @@ var en_default = {
|
|
|
4285
4324
|
"commandBar.chat.deleteCurrent": "Delete current chat",
|
|
4286
4325
|
"commandBar.chat.deleteSession": "Delete \"{title}\"",
|
|
4287
4326
|
"commandBar.chat.open.searchPlaceholder": "Search by f title...",
|
|
4288
|
-
"commandBar.chat.stop": "Stop message generation"
|
|
4327
|
+
"commandBar.chat.stop": "Stop message generation",
|
|
4328
|
+
"browserNotifications.permission.request.title": "Enable desktop notifications",
|
|
4329
|
+
"browserNotifications.permission.request.message": "Get notified when your workflows complete or need attention.",
|
|
4330
|
+
"browserNotifications.permission.request.allow": "Allow notifications",
|
|
4331
|
+
"browserNotifications.permission.request.dismiss": "Not now",
|
|
4332
|
+
"browserNotifications.permission.denied.title": "Notifications blocked",
|
|
4333
|
+
"browserNotifications.permission.denied.message": "Desktop notifications are blocked. To enable them, click the lock icon in your browser's address bar and allow notifications.",
|
|
4334
|
+
"browserNotifications.permission.denied.checkAgain": "Check again",
|
|
4335
|
+
"browserNotifications.permission.granted.message": "Desktop notifications are enabled"
|
|
4289
4336
|
};
|
|
4290
4337
|
|
|
4291
4338
|
//#endregion
|