@n8n/i18n 2.11.2 → 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",
@@ -420,7 +434,7 @@ var en_default = {
420
434
  "chatHub.agent.newAgent": "New Agent",
421
435
  "chatHub.agent.unavailableAgent": "Unavailable agent",
422
436
  "chatHub.agent.configureCredentials": "Configure credentials",
423
- "chatHub.agent.addModel": "Add model",
437
+ "chatHub.agent.addModel": "Choose model by ID",
424
438
  "chatHub.agent.credentialsMissing": "Credentials missing",
425
439
  "chatHub.agent.card.menu.edit": "Edit",
426
440
  "chatHub.agent.card.menu.delete": "Delete",
@@ -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",
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...",
@@ -449,11 +463,30 @@ var en_default = {
449
463
  "chatHub.agent.editor.delete.confirm.button": "Delete",
450
464
  "chatHub.agent.editor.delete.cancel.button": "Cancel",
451
465
  "chatHub.agent.editor.error.load": "Failed to load agent",
466
+ "chatHub.agent.editor.files.label": "Files",
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}",
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}.",
474
+ "chatHub.agent.editor.files.semanticSearchNotReady.tooltip": "Semantic search is not configured. This file may not be searchable.",
452
475
  "chatHub.agent.editor.error.save": "Failed to save agent",
453
476
  "chatHub.agent.editor.error.delete": "Failed to delete agent",
454
477
  "chatHub.agent.editor.success.create": "Agent created successfully",
455
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.",
456
480
  "chatHub.agent.editor.success.delete": "Agent deleted successfully",
481
+ "chatHub.agent.editor.dropOverlay.addFile": "Add file to agent",
482
+ "chatHub.agent.editor.dropOverlay.unsupportedFileType": "File type not supported. Only PDF files are accepted.",
483
+ "chatHub.agent.editor.semanticSearch.notReady": "To upload PDF documents, contact your instance owner to configure semantic search in {settingsLink}.",
484
+ "chatHub.agent.editor.semanticSearch.notReady.canConfigure": "To upload PDF documents, configure semantic search in {settingsLink}.",
485
+ "chatHub.agent.editor.semanticSearch.settingsLink": "chat settings",
486
+ "chatHub.agent.editor.suggestedPrompts.label": "Suggestions",
487
+ "chatHub.agent.editor.suggestedPrompts.tooltip": "These are shown as clickable prompts when starting a new chat with this agent.",
488
+ "chatHub.agent.editor.suggestedPrompts.placeholder": "Enter a suggested prompt",
489
+ "chatHub.agent.editor.suggestedPrompts.addButton": "Add Prompt",
457
490
  "chatHub.agents.loadError": "Failed to load agent",
458
491
  "chatHub.agents.delete.confirm.message": "Are you sure you want to delete this agent?",
459
492
  "chatHub.agents.delete.confirm.title": "Delete agent",
@@ -524,6 +557,16 @@ var en_default = {
524
557
  "chatHub.chat.prompt.button.stopGenerating": "Stop generating",
525
558
  "chatHub.chat.prompt.placeholder.withModel": "Message {model}...",
526
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",
527
570
  "chatHub.tools.editor.title": "Add Tools",
528
571
  "chatHub.tools.editor.credential": "Credential",
529
572
  "chatHub.tools.editor.credential.placeholder": "Select credential…",
@@ -1607,6 +1650,7 @@ var en_default = {
1607
1650
  "ndv.execute.stopListening": "Stop Listening",
1608
1651
  "ndv.execute.nodeIsDisabled": "Enable node to execute",
1609
1652
  "ndv.execute.requiredFieldsMissing": "Complete required fields first",
1653
+ "ndv.execute.upstreamNodeHasIssues": "A previous node has missing required fields",
1610
1654
  "ndv.execute.stopWaitingForWebhook.error": "Problem deleting test webhook",
1611
1655
  "ndv.execute.workflowAlreadyRunning": "Workflow is already running",
1612
1656
  "ndv.execute.deactivated": "This node is deactivated and can't be run",
@@ -2197,6 +2241,7 @@ var en_default = {
2197
2241
  "parameterInput.loadOptionsError": "Error fetching options",
2198
2242
  "parameterInput.loadOptionsCredentialsRequired": "Set up credential to see options",
2199
2243
  "parameterInput.openEditWindow": "Open Edit Window",
2244
+ "parameterInput.edit": "Edit",
2200
2245
  "parameterInput.parameter": "Parameter: \"{shortPath}\"",
2201
2246
  "parameterInput.parameterHasExpression": "Parameter: \"{shortPath}\" has an expression",
2202
2247
  "parameterInput.parameterHasIssues": "Parameter: \"{shortPath}\" has issues",
@@ -2335,6 +2380,9 @@ var en_default = {
2335
2380
  "prompts.npsSurvey.thanks": "Thanks for your feedback",
2336
2381
  "projectRoles.manageRoles.paywall.title": "Available on the Enterprise plan",
2337
2382
  "projectRoles.manageRoles.paywall.text": "Create custom roles with granular permissions to control exactly what team members can do inside projects.",
2383
+ "projectRoles.paywall.title": "Upgrade to Enterprise",
2384
+ "projectRoles.paywall.description": "Upgrade to Enterprise to unlock project roles. It will allow to create custom, granular permissions that let you fine-tune access per project.",
2385
+ "projectRoles.paywall.viewPlans": "View plans",
2338
2386
  "projectRoles.project:read": "View",
2339
2387
  "projectRoles.project:read.tooltip": "View project name, icon, description, and navigate within the project",
2340
2388
  "projectRoles.project:update": "Edit",
@@ -2365,7 +2413,7 @@ var en_default = {
2365
2413
  "projectRoles.workflow:delete": "Delete",
2366
2414
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2367
2415
  "projectRoles.workflow:publish": "Publish",
2368
- "projectRoles.workflow:publish.tooltip": "Publish workflows",
2416
+ "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2369
2417
  "projectRoles.workflow:unpublish": "Unpublish",
2370
2418
  "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2371
2419
  "projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
@@ -2742,6 +2790,26 @@ var en_default = {
2742
2790
  "settings.chatHub.providers.table.models.allModels": "All models",
2743
2791
  "settings.chatHub.providers.table.models.noModels": "No models",
2744
2792
  "settings.chatHub.providers.table.models.more": " and {count} more",
2793
+ "settings.chatHub.semanticSearch.title": "Semantic Search",
2794
+ "settings.chatHub.semanticSearch.save.success": "Semantic search settings updated",
2795
+ "settings.chatHub.vectorStore.title": "Vector Store",
2796
+ "settings.chatHub.vectorStore.description": "Database used to store and retrieve document embeddings for agent knowledge.",
2797
+ "settings.chatHub.vectorStore.notShared": "Share the credential globally to ensure all users can use file knowledge in their personal agents.",
2798
+ "settings.chatHub.vectorStore.missing": "Vector store credential is not set up yet. Select a provider and credential to enable file knowledge for personal agents.",
2799
+ "settings.chatHub.vectorStore.save.error": "Error saving vector store credential",
2800
+ "settings.chatHub.vectorStore.changeProvider.confirm.title": "Change Vector Store Provider",
2801
+ "settings.chatHub.vectorStore.changeProvider.confirm.message": "Changing the vector store provider will make existing indexed documents unsearchable. Users will need to re-upload files to agents that use file knowledge.",
2802
+ "settings.chatHub.vectorStore.changeProvider.confirm.button": "Change Provider",
2803
+ "settings.chatHub.embeddingModel.title": "Embedding Model",
2804
+ "settings.chatHub.embeddingModel.description": "AI model used to convert documents and queries into vector embeddings.",
2805
+ "settings.chatHub.embeddingModel.save.error": "Error saving embedding model credential",
2806
+ "settings.chatHub.embeddingModel.changeProvider.confirm.title": "Change Embedding Provider",
2807
+ "settings.chatHub.embeddingModel.changeProvider.confirm.message": "Changing the embedding provider will make existing indexed documents unsearchable. Users will need to re-upload files to agents that use file knowledge.",
2808
+ "settings.chatHub.embeddingModel.changeProvider.confirm.button": "Change Provider",
2809
+ "settings.chatHub.embeddingModel.missing": "Embedding model credential is not set up yet. Select a provider and credential to enable file knowledge for personal agents.",
2810
+ "settings.chatHub.embeddingModel.notShared": "Share the credential globally to ensure all users can use file knowledge in their personal agents.",
2811
+ "settings.chatHub.label.provider": "Provider",
2812
+ "settings.chatHub.label.credential": "Credential",
2745
2813
  "settings.goBack": "Go back",
2746
2814
  "settings.personal": "Personal",
2747
2815
  "settings.personal.basicInformation": "Basic Information",
@@ -3038,6 +3106,15 @@ var en_default = {
3038
3106
  "settings.externalSecrets.provider.closeWithoutSaving.confirm": "Keep editing",
3039
3107
  "settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
3040
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",
3041
3118
  "settings.secretsProviderConnections.title": "External Secrets",
3042
3119
  "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets vault",
3043
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.",
@@ -3045,6 +3122,10 @@ var en_default = {
3045
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.",
3046
3123
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
3047
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.",
3048
3129
  "settings.secretsProviderConnections.oneSecret": "1 secret",
3049
3130
  "settings.secretsProviderConnections.secrets": "{count} secrets",
3050
3131
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
@@ -3058,6 +3139,8 @@ var en_default = {
3058
3139
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
3059
3140
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
3060
3141
  "settings.secretsProviderConnections.modal.saving": "Saving...",
3142
+ "settings.secretsProviderConnections.modal.readOnly.notice.admin": "This vault is managed at the instance level. To make changes, go to External Secrets in Settings.",
3143
+ "settings.secretsProviderConnections.modal.readOnly.notice.noPermission": "This vault is managed at the instance level. Contact your instance admin to make changes.",
3061
3144
  "settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
3062
3145
  "settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
3063
3146
  "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
@@ -3068,6 +3151,7 @@ var en_default = {
3068
3151
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
3069
3152
  "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
3070
3153
  "settings.secretsProviderConnections.state.disconnected": "Disconnected",
3154
+ "settings.secretsProviderConnections.state.disabled": "Inactive",
3071
3155
  "settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
3072
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.",
3073
3157
  "settings.secretsProviderConnections.delete.impact.title": "Impact:",
@@ -3141,6 +3225,7 @@ var en_default = {
3141
3225
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
3142
3226
  "settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
3143
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",
3144
3229
  "settings.sourceControl.status.modified": "Modified",
3145
3230
  "settings.sourceControl.status.deleted": "Deleted",
3146
3231
  "settings.sourceControl.status.created": "New",
@@ -4262,7 +4347,7 @@ var en_default = {
4262
4347
  "projects.settings.member.removed.title": "Member removed successfully",
4263
4348
  "projects.settings.member.added.title": "Member added successfully",
4264
4349
  "projects.settings.users.search.error": "An error occurred while searching for users",
4265
- "projects.settings.externalSecrets": "External secret stores",
4350
+ "projects.settings.externalSecrets": "External secret vaults",
4266
4351
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4267
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.",
4268
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.",
@@ -4287,7 +4372,7 @@ var en_default = {
4287
4372
  "projects.create.limitReached.cloud": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects.",
4288
4373
  "projects.create.limitReached.self": "Upgrade to unlock projects for more granular control over sharing, access and organisation of workflows",
4289
4374
  "projects.create.limitReached.link": "View plans",
4290
- "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.",
4291
4376
  "projects.move.resource.modal.title": "Choose a project or user to move this {resourceTypeLabel} to",
4292
4377
  "projects.move.resource.modal.message": "\"{resourceName}\" is currently {inPersonalProject}{inTeamProject}",
4293
4378
  "projects.move.resource.modal.message.team": "in the \"{resourceHomeProjectName}\" project.",
@@ -4471,6 +4556,8 @@ var en_default = {
4471
4556
  "setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
4472
4557
  "setupPanel.trigger.credential.note": "Add a credential to listen for events.",
4473
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",
4474
4561
  "setupPanel.showCompleted": "Show completed steps",
4475
4562
  "setupPanel.webhookUrl.title": "Webhook URL",
4476
4563
  "setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",