@n8n/i18n 2.12.0 → 2.13.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
@@ -40,6 +40,7 @@ var en_default = {
40
40
  "clientSecret": "Client Secret"
41
41
  }
42
42
  },
43
+ "generic.activate": "Activate",
43
44
  "generic.annotations": "Annotations",
44
45
  "generic.annotationData": "Highlighted data",
45
46
  "generic.any": "Any",
@@ -283,6 +284,13 @@ var en_default = {
283
284
  "aiAssistant.builder.planMode.answers.noAnswer": "No answer provided",
284
285
  "aiAssistant.builder.planMode.actions.reject": "Reject the plan",
285
286
  "aiAssistant.builder.planMode.actions.rejectWithFeedback": "Reject the plan: {feedback}",
287
+ "aiAssistant.builder.webFetch.prompt": "n8n AI wants to fetch content",
288
+ "aiAssistant.builder.webFetch.allowOnce": "Allow once",
289
+ "aiAssistant.builder.webFetch.alwaysAllow": "Always allow",
290
+ "aiAssistant.builder.webFetch.allowDomain": "Always allow {domain}",
291
+ "aiAssistant.builder.webFetch.allowAll": "Always allow for all domains",
292
+ "aiAssistant.builder.webFetch.deny": "Deny",
293
+ "aiAssistant.builder.webFetch.unsupported": "This content type is not supported",
286
294
  "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
287
295
  "aiAssistant.builder.generateNew": "Generate new workflow",
288
296
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
@@ -338,6 +346,12 @@ var en_default = {
338
346
  "aiAssistant.builder.notification.inputNeeded.body": "Waiting for your response on {workflowName}",
339
347
  "aiAssistant.builder.notificationBanner.text": "Want to be notified when the agent finishes building?",
340
348
  "aiAssistant.builder.notificationBanner.notify": "Notify",
349
+ "aiAssistant.builder.settings.credits": "Credits",
350
+ "aiAssistant.builder.settings.creditsLeft": "{count} left",
351
+ "aiAssistant.builder.settings.getMoreCredits": "Get more credits",
352
+ "aiAssistant.builder.settings.creditsTooltip": "One credit = one message. Credits renew on {renewalDate}. Unused credits expire on {expiryDate}.",
353
+ "aiAssistant.builder.creditBanner.text": "{remaining}/{total} monthly credits left",
354
+ "aiAssistant.builder.creditBanner.getMore": "Get more",
341
355
  "aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
342
356
  "aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
343
357
  "aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
@@ -434,8 +448,8 @@ var en_default = {
434
448
  "chatHub.agent.editor.iconPicker.button.tooltip": "Change icon",
435
449
  "chatHub.agent.editor.description.label": "Description",
436
450
  "chatHub.agent.editor.description.placeholder": "Enter agent description (optional)",
437
- "chatHub.agent.editor.systemPrompt.label": "System Prompt",
438
- "chatHub.agent.editor.systemPrompt.placeholder": "Enter system prompt (optional)",
451
+ "chatHub.agent.editor.systemPrompt.label": "Instructions",
452
+ "chatHub.agent.editor.systemPrompt.placeholder": "Enter instructions (optional)",
439
453
  "chatHub.agent.editor.model.label": "Model",
440
454
  "chatHub.agent.editor.tools.label": "Tools",
441
455
  "chatHub.agent.editor.loading": "Loading agent...",
@@ -450,13 +464,19 @@ var en_default = {
450
464
  "chatHub.agent.editor.delete.cancel.button": "Cancel",
451
465
  "chatHub.agent.editor.error.load": "Failed to load agent",
452
466
  "chatHub.agent.editor.files.label": "Files",
453
- "chatHub.agent.editor.files.indexed": "Available for search",
467
+ "chatHub.agent.editor.files.tooLarge": "File \"{fileName}\" is too large. Maximum file size is {maxSizeMb} MB.",
468
+ "chatHub.agent.editor.files.createdAt": "Added on {date}",
469
+ "chatHub.agent.editor.files.indexing": "Preparing...",
470
+ "chatHub.agent.editor.files.failed": "Failed",
471
+ "chatHub.agent.editor.files.unavailable": "Unavailable",
472
+ "chatHub.agent.editor.files.indexingError.tooltip": "Indexing failed. Please remove this file and upload it again. Error: {error}",
454
473
  "chatHub.agent.editor.files.embeddingMismatch.tooltip": "This file was indexed with {fileProvider} embedding model. It may not be searchable because the current embedding model is {currentProvider}.",
455
474
  "chatHub.agent.editor.files.semanticSearchNotReady.tooltip": "Semantic search is not configured. This file may not be searchable.",
456
475
  "chatHub.agent.editor.error.save": "Failed to save agent",
457
476
  "chatHub.agent.editor.error.delete": "Failed to delete agent",
458
477
  "chatHub.agent.editor.success.create": "Agent created successfully",
459
478
  "chatHub.agent.editor.success.update": "Agent updated successfully",
479
+ "chatHub.agent.editor.success.withFiles": "It takes up to a few minutes for uploaded files to be reflected in agent's response.",
460
480
  "chatHub.agent.editor.success.delete": "Agent deleted successfully",
461
481
  "chatHub.agent.editor.dropOverlay.addFile": "Add file to agent",
462
482
  "chatHub.agent.editor.dropOverlay.unsupportedFileType": "File type not supported. Only PDF files are accepted.",
@@ -537,6 +557,16 @@ var en_default = {
537
557
  "chatHub.chat.prompt.button.stopGenerating": "Stop generating",
538
558
  "chatHub.chat.prompt.placeholder.withModel": "Message {model}...",
539
559
  "chatHub.chat.prompt.placeholder.selectModel": "Select a model",
560
+ "chatHub.chat.prompt.placeholder.sendPreview": "Send preview message...",
561
+ "chatHub.canvas.previewBadge": "Preview",
562
+ "chatHub.canvas.floatingTitle": "Chat preview",
563
+ "chatHub.canvas.session.newChat": "New Chat",
564
+ "chatHub.canvas.session.noSessions": "No previous sessions for this workflow",
565
+ "chatHub.canvas.session.tooltip.sessionId": "Session: {sessionId}",
566
+ "chatHub.canvas.menu.sessions": "Sessions",
567
+ "chatHub.canvas.menu.copySessionId": "Copy session ID",
568
+ "chatHub.canvas.menu.newSession": "New session",
569
+ "chatHub.canvas.menu.popOut": "Pop out",
540
570
  "chatHub.tools.editor.title": "Add Tools",
541
571
  "chatHub.tools.editor.credential": "Credential",
542
572
  "chatHub.tools.editor.credential.placeholder": "Select credential…",
@@ -1620,6 +1650,7 @@ var en_default = {
1620
1650
  "ndv.execute.stopListening": "Stop Listening",
1621
1651
  "ndv.execute.nodeIsDisabled": "Enable node to execute",
1622
1652
  "ndv.execute.requiredFieldsMissing": "Complete required fields first",
1653
+ "ndv.execute.upstreamNodeHasIssues": "A previous node has missing required fields",
1623
1654
  "ndv.execute.stopWaitingForWebhook.error": "Problem deleting test webhook",
1624
1655
  "ndv.execute.workflowAlreadyRunning": "Workflow is already running",
1625
1656
  "ndv.execute.deactivated": "This node is deactivated and can't be run",
@@ -2210,6 +2241,7 @@ var en_default = {
2210
2241
  "parameterInput.loadOptionsError": "Error fetching options",
2211
2242
  "parameterInput.loadOptionsCredentialsRequired": "Set up credential to see options",
2212
2243
  "parameterInput.openEditWindow": "Open Edit Window",
2244
+ "parameterInput.edit": "Edit",
2213
2245
  "parameterInput.parameter": "Parameter: \"{shortPath}\"",
2214
2246
  "parameterInput.parameterHasExpression": "Parameter: \"{shortPath}\" has an expression",
2215
2247
  "parameterInput.parameterHasIssues": "Parameter: \"{shortPath}\" has issues",
@@ -2381,7 +2413,7 @@ var en_default = {
2381
2413
  "projectRoles.workflow:delete": "Delete",
2382
2414
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2383
2415
  "projectRoles.workflow:publish": "Publish",
2384
- "projectRoles.workflow:publish.tooltip": "Publish workflows",
2416
+ "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2385
2417
  "projectRoles.workflow:unpublish": "Unpublish",
2386
2418
  "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2387
2419
  "projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
@@ -3074,6 +3106,15 @@ var en_default = {
3074
3106
  "settings.externalSecrets.provider.closeWithoutSaving.confirm": "Keep editing",
3075
3107
  "settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
3076
3108
  "settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
3109
+ "settings.externalSecrets.systemRoles.title": "Enable external secrets for project roles",
3110
+ "settings.externalSecrets.systemRoles.description": "Add scopes to project editor and project admin role allowing them to access external secrets within their project by default.",
3111
+ "settings.externalSecrets.systemRoles.enabled.toast": "External secrets access enabled for project roles",
3112
+ "settings.externalSecrets.systemRoles.disabled.toast": "External secrets access disabled for project roles",
3113
+ "settings.externalSecrets.systemRoles.error": "Failed to update external secrets settings",
3114
+ "settings.externalSecrets.systemRoles.confirm.headline": "Disable external secrets for project roles?",
3115
+ "settings.externalSecrets.systemRoles.confirm.message": "Project admins and editors will lose access to external secrets within their projects.",
3116
+ "settings.externalSecrets.systemRoles.confirm.confirmButtonText": "Disable",
3117
+ "settings.externalSecrets.systemRoles.confirm.cancelButtonText": "Cancel",
3077
3118
  "settings.secretsProviderConnections.title": "External Secrets",
3078
3119
  "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets vault",
3079
3120
  "settings.secretsProviderConnections.emptyState.description": "Manage credentials across multiple environments by adding an external secrets store. Keep sensitive credential information in your vault for added security.",
@@ -3081,6 +3122,10 @@ var en_default = {
3081
3122
  "settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.",
3082
3123
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
3083
3124
  "settings.secretsProviderConnections.actions.share": "Share",
3125
+ "settings.secretsProviderConnections.actions.activate.success.title": "Secret store active",
3126
+ "settings.secretsProviderConnections.actions.activate.success.description": "\"{provider}\" is now active.",
3127
+ "settings.secretsProviderConnections.actions.activate.error.title": "Couldn't activate secret store",
3128
+ "settings.secretsProviderConnections.actions.activate.error.description": "Try again to make \"{provider}\" active.",
3084
3129
  "settings.secretsProviderConnections.oneSecret": "1 secret",
3085
3130
  "settings.secretsProviderConnections.secrets": "{count} secrets",
3086
3131
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
@@ -3106,6 +3151,7 @@ var en_default = {
3106
3151
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
3107
3152
  "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
3108
3153
  "settings.secretsProviderConnections.state.disconnected": "Disconnected",
3154
+ "settings.secretsProviderConnections.state.disabled": "Inactive",
3109
3155
  "settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
3110
3156
  "settings.secretsProviderConnections.delete.description": "Deleting this vault will remove it and all {secretsCount} imported from it. This will impact credentials that rely on those secrets.",
3111
3157
  "settings.secretsProviderConnections.delete.impact.title": "Impact:",
@@ -3179,6 +3225,7 @@ var en_default = {
3179
3225
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
3180
3226
  "settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
3181
3227
  "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
3228
+ "settings.sourceControl.modals.push.currentWorkflow": "Current workflow",
3182
3229
  "settings.sourceControl.status.modified": "Modified",
3183
3230
  "settings.sourceControl.status.deleted": "Deleted",
3184
3231
  "settings.sourceControl.status.created": "New",
@@ -4300,7 +4347,7 @@ var en_default = {
4300
4347
  "projects.settings.member.removed.title": "Member removed successfully",
4301
4348
  "projects.settings.member.added.title": "Member added successfully",
4302
4349
  "projects.settings.users.search.error": "An error occurred while searching for users",
4303
- "projects.settings.externalSecrets": "External secret stores",
4350
+ "projects.settings.externalSecrets": "External secret vaults",
4304
4351
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4305
4352
  "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets vault with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4306
4353
  "projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets vault and share it with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
@@ -4325,7 +4372,7 @@ var en_default = {
4325
4372
  "projects.create.limitReached.cloud": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects.",
4326
4373
  "projects.create.limitReached.self": "Upgrade to unlock projects for more granular control over sharing, access and organisation of workflows",
4327
4374
  "projects.create.limitReached.link": "View plans",
4328
- "projects.create.permissionDenied": "Your current role does not allow you to create projects",
4375
+ "projects.create.permissionDenied": "Your current role does not allow you to create projects. Contact your administrator to request access.",
4329
4376
  "projects.move.resource.modal.title": "Choose a project or user to move this {resourceTypeLabel} to",
4330
4377
  "projects.move.resource.modal.message": "\"{resourceName}\" is currently {inPersonalProject}{inTeamProject}",
4331
4378
  "projects.move.resource.modal.message.team": "in the \"{resourceHomeProjectName}\" project.",
@@ -4509,6 +4556,8 @@ var en_default = {
4509
4556
  "setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
4510
4557
  "setupPanel.trigger.credential.note": "Add a credential to listen for events.",
4511
4558
  "setupPanel.trigger.listeningHint": "Go to {service} and create an event",
4559
+ "setupPanel.parameter.description": "This node has required parameters that need to be configured.",
4560
+ "setupPanel.parameter.configureButton": "Configure node",
4512
4561
  "setupPanel.showCompleted": "Show completed steps",
4513
4562
  "setupPanel.webhookUrl.title": "Webhook URL",
4514
4563
  "setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",