@n8n/i18n 2.9.0 → 2.10.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 +66 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +52 -9
- package/dist/index.d.mts +52 -9
- package/dist/index.mjs +66 -23
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +52 -9
- package/dist/types2.d.mts +52 -9
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -178,6 +178,17 @@ var en_default = {
|
|
|
178
178
|
"about.thirdPartyLicenses": "Third-Party Licenses",
|
|
179
179
|
"about.thirdPartyLicensesLink": "View all third-party licenses",
|
|
180
180
|
"about.thirdPartyLicenses.downloadError": "Failed to download third-party licenses file",
|
|
181
|
+
"appSelection.heading": "Welcome, {name}!",
|
|
182
|
+
"appSelection.heading.noName": "Welcome!",
|
|
183
|
+
"appSelection.subheading": "Connect your favorite apps to get started",
|
|
184
|
+
"appSelection.searchPlaceholder": "Search apps...",
|
|
185
|
+
"appSelection.continue": "Continue",
|
|
186
|
+
"appSelection.continueWithCount": "Continue ({count})",
|
|
187
|
+
"appSelection.noResults": "No apps found matching your search",
|
|
188
|
+
"appSelection.error.oauthFailed": "Failed to connect app",
|
|
189
|
+
"appSelection.toast.success": "You're ready to build!",
|
|
190
|
+
"appSelection.instantConnect": "Instant connect",
|
|
191
|
+
"appSelection.connectLater": "I'll connect apps later",
|
|
181
192
|
"askAi.dialog.title": "'Ask AI' is almost ready",
|
|
182
193
|
"askAi.dialog.body": "We’re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
|
|
183
194
|
"askAi.dialog.signup": "Join Waitlist",
|
|
@@ -239,7 +250,7 @@ var en_default = {
|
|
|
239
250
|
"aiAssistant.assistant": "Assistant",
|
|
240
251
|
"aiAssistant.tabs.ask": "Ask",
|
|
241
252
|
"aiAssistant.tabs.build": "Build",
|
|
242
|
-
"aiAssistant.reducedHelp.chat.notice": "
|
|
253
|
+
"aiAssistant.reducedHelp.chat.notice": "Your admin turned off sending actual data values to the AI. Responses may be less accurate.",
|
|
243
254
|
"aiAssistant.tabs.builder.disabled.tooltip": "AI Builder is disabled because sending data values to AI is turned off. Enable it in AI Usage settings to use AI Builder.",
|
|
244
255
|
"aiAssistant.builder.mode": "AI Builder",
|
|
245
256
|
"aiAssistant.builder.placeholder": "Ask n8n to build...",
|
|
@@ -280,6 +291,11 @@ var en_default = {
|
|
|
280
291
|
"aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
|
|
281
292
|
"aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
|
|
282
293
|
"aiAssistant.builder.error.title": "Workflow update failed",
|
|
294
|
+
"aiAssistant.builder.reviewChanges.button": "Review changes",
|
|
295
|
+
"aiAssistant.builder.reviewChanges.editedNodes": "Edited {count} nodes",
|
|
296
|
+
"aiAssistant.builder.reviewChanges.previousVersion": "Previous version",
|
|
297
|
+
"aiAssistant.builder.reviewChanges.currentVersion": "Current version",
|
|
298
|
+
"aiAssistant.builder.reviewChanges.error": "Could not load the previous version of the workflow. The version history may no longer be available.",
|
|
283
299
|
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
284
300
|
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
285
301
|
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
@@ -288,6 +304,8 @@ var en_default = {
|
|
|
288
304
|
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
289
305
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
290
306
|
"aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
|
|
307
|
+
"aiAssistant.builder.credentialHelpMessage": "How do I set up the credentials for {credentialName}?",
|
|
308
|
+
"aiAssistant.builder.errorHelpMessage": "I'm getting an error on the \"{nodeName}\" node: {errorMessage}",
|
|
291
309
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
292
310
|
"aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow",
|
|
293
311
|
"aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
|
|
@@ -335,6 +353,7 @@ var en_default = {
|
|
|
335
353
|
"aiAssistant.codeUpdated.message.body1": "Open the",
|
|
336
354
|
"aiAssistant.codeUpdated.message.body2": "node to see the changes",
|
|
337
355
|
"aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
|
|
356
|
+
"aiAssistant.thinkingSteps.compacting": "Compacting",
|
|
338
357
|
"aiAssistant.thinkingSteps.thinking": "Thinking",
|
|
339
358
|
"aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
|
|
340
359
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
@@ -374,7 +393,7 @@ var en_default = {
|
|
|
374
393
|
"chat.window.logsFromNode": "from {nodeName} node",
|
|
375
394
|
"chat.window.noChatNode": "No Chat Node",
|
|
376
395
|
"chat.window.noExecution": "Nothing got executed yet",
|
|
377
|
-
"chat.window.chat.placeholder": "Type message, or press ‘up’ for
|
|
396
|
+
"chat.window.chat.placeholder": "Type message, or press ‘up’ for previous one",
|
|
378
397
|
"chat.window.chat.placeholderPristine": "Type a message",
|
|
379
398
|
"chat.window.chat.sendButtonText": "Send",
|
|
380
399
|
"chat.window.chat.provideMessage": "Please provide a message",
|
|
@@ -500,7 +519,9 @@ var en_default = {
|
|
|
500
519
|
"chatHub.tools.editor.cancel": "Cancel",
|
|
501
520
|
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
502
521
|
"chatHub.tools.selector.label.default": "Tools",
|
|
522
|
+
"chatHub.tools.selector.createNew": "Create new tool",
|
|
503
523
|
"chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
|
|
524
|
+
"chatHub.tools.selector.disabled.noModel.tooltip": "Select a model to use tools",
|
|
504
525
|
"chatHub.toolSettings.title": "Configure Tool",
|
|
505
526
|
"chatHub.toolSettings.confirm": "Save",
|
|
506
527
|
"chatHub.toolSettings.cancel": "Cancel",
|
|
@@ -902,7 +923,7 @@ var en_default = {
|
|
|
902
923
|
"credentialEdit.credentialConfig.couldntConnectWithTheseSettings.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
903
924
|
"credentialEdit.credentialConfig.needHelpFillingOutTheseFields": "Need help filling out these fields?",
|
|
904
925
|
"credentialEdit.credentialConfig.oAuthRedirectUrl": "OAuth Redirect URL",
|
|
905
|
-
"credentialEdit.credentialConfig.openDocs": "
|
|
926
|
+
"credentialEdit.credentialConfig.openDocs": "Read our docs",
|
|
906
927
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow": "Please check the errors below",
|
|
907
928
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
908
929
|
"credentialEdit.credentialConfig.reconnect": "Reconnect",
|
|
@@ -914,13 +935,19 @@ var en_default = {
|
|
|
914
935
|
"credentialEdit.credentialConfig.subtitle": "In {appName}, use the URL above when prompted to enter an OAuth callback or redirect URL",
|
|
915
936
|
"credentialEdit.credentialConfig.theServiceYouReConnectingTo": "the service you're connecting to",
|
|
916
937
|
"credentialEdit.credentialConfig.missingCredentialType": "This credential's type isn't available. This usually happens when a previously installed community or custom node was uninstalled.",
|
|
917
|
-
"credentialEdit.credentialConfig.
|
|
918
|
-
"credentialEdit.credentialConfig.
|
|
938
|
+
"credentialEdit.credentialConfig.oauthModeManaged": "Managed OAuth2 (recommended)",
|
|
939
|
+
"credentialEdit.credentialConfig.oauthModeCustom": "Custom OAuth2",
|
|
940
|
+
"credentialEdit.credentialConfig.oauthModeManagedTitle": "Setup managed OAuth",
|
|
941
|
+
"credentialEdit.credentialConfig.oauthModeCustomTitle": "Setup custom OAuth",
|
|
942
|
+
"credentialEdit.credentialConfig.genericTitle": "Setup {credential}",
|
|
943
|
+
"credentialEdit.credentialConfig.setupCredential": "Setup credential",
|
|
919
944
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
|
|
945
|
+
"credentialEdit.credentialConfig.switchTo": "Use {name}",
|
|
920
946
|
"credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
|
|
921
947
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
|
|
922
948
|
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for dynamic credentials",
|
|
923
949
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": "When enabled, each execution uses the triggering user's credentials instead of a single fixed credential. Requires a webhook trigger with user identity extraction enabled. The credentials you connect are only used for manual testing or when the workflow uses a non-webhook trigger.",
|
|
950
|
+
"credentialEdit.credentialConfig.oauthDisabledTooltip": "Complete all fields to connect",
|
|
924
951
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
|
|
925
952
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
|
|
926
953
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": "Close without saving?",
|
|
@@ -1857,6 +1884,10 @@ var en_default = {
|
|
|
1857
1884
|
"nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
|
|
1858
1885
|
"nodeCredentials.quickConnect.or": "or",
|
|
1859
1886
|
"nodeCredentials.quickConnect.setupManually": "setup manually",
|
|
1887
|
+
"nodeCredentials.quickConnect.consent.cancel": "Cancel",
|
|
1888
|
+
"nodeCredentials.quickConnect.consent.confirm": "Confirm",
|
|
1889
|
+
"nodeCredentials.quickConnect.credential.created.success": "Credential created successfully",
|
|
1890
|
+
"nodeCredentials.quickConnect.credential.created.error": "Failed to create the credential",
|
|
1860
1891
|
"nodeCredentials.emptyState.noCredentials": "No credentials yet",
|
|
1861
1892
|
"nodeCredentials.emptyState.setupCredential": "Set up credential",
|
|
1862
1893
|
"nodeCredentials.oauth.accountConnected": "Account connected successfully",
|
|
@@ -1961,6 +1992,7 @@ var en_default = {
|
|
|
1961
1992
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1962
1993
|
"nodeView.addNode": "Add node",
|
|
1963
1994
|
"nodeView.openFocusPanel": "Open focus panel",
|
|
1995
|
+
"nodeView.openSidePanel": "Open side panel",
|
|
1964
1996
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1965
1997
|
"nodeView.openCommandBar": "Command bar",
|
|
1966
1998
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
@@ -2158,6 +2190,7 @@ var en_default = {
|
|
|
2158
2190
|
"parameterInput.selectACredentialTypeFromTheDropdown": "Select a credential type from the dropdown",
|
|
2159
2191
|
"parameterInput.theValueIsNotSupported": "The value \"{checkValue}\" is not supported!",
|
|
2160
2192
|
"parameterInput.selectedWorkflowIsArchived": "The selected workflow is archived",
|
|
2193
|
+
"parameterInput.invalidJson": "Invalid JSON format",
|
|
2161
2194
|
"parameterInputExpanded.openDocs": "Open docs",
|
|
2162
2195
|
"parameterInputExpanded.thisFieldIsRequired": "This field is required",
|
|
2163
2196
|
"parameterInputList.delete": "Delete",
|
|
@@ -2353,7 +2386,8 @@ var en_default = {
|
|
|
2353
2386
|
"projectRoles.sourceControl.table.type": "Type",
|
|
2354
2387
|
"projectRoles.sourceControl.table.assignedTo": "Assigned to",
|
|
2355
2388
|
"projectRoles.sourceControl.table.lastEdited": "Last edited",
|
|
2356
|
-
"projectRoles.
|
|
2389
|
+
"projectRoles.backToProjectRoles": "Back to project roles",
|
|
2390
|
+
"projectRoles.backToProjectSettings": "Back to project settings",
|
|
2357
2391
|
"projectRoles.newRole": "New Role",
|
|
2358
2392
|
"projectRoles.addRole": "Add role",
|
|
2359
2393
|
"projectRoles.discardChanges": "Discard changes",
|
|
@@ -2953,37 +2987,34 @@ var en_default = {
|
|
|
2953
2987
|
"settings.secretsProviderConnections.title": "External Secrets",
|
|
2954
2988
|
"settings.secretsProviderConnections.emptyState.heading": "Add an external secrets store",
|
|
2955
2989
|
"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.",
|
|
2956
|
-
"settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets
|
|
2957
|
-
"settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.
|
|
2990
|
+
"settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets vault",
|
|
2991
|
+
"settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.",
|
|
2958
2992
|
"settings.secretsProviderConnections.card.createdAt": "Created on {date}",
|
|
2959
2993
|
"settings.secretsProviderConnections.actions.share": "Share",
|
|
2994
|
+
"settings.secretsProviderConnections.oneSecret": "1 secret",
|
|
2995
|
+
"settings.secretsProviderConnections.secrets": "{count} secrets",
|
|
2960
2996
|
"settings.secretsProviderConnections.modal.items.connection": "Connection",
|
|
2961
2997
|
"settings.secretsProviderConnections.modal.items.scope": "Share",
|
|
2962
2998
|
"settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
|
|
2963
2999
|
"settings.secretsProviderConnections.modal.scope.global": "Global",
|
|
2964
3000
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
|
|
2965
3001
|
"settings.secretsProviderConnections.modal.scope.info": "Assigning a secret store allows people to use external secrets in their credentials.",
|
|
2966
|
-
"settings.secretsProviderConnections.modal.connectionName": "
|
|
3002
|
+
"settings.secretsProviderConnections.modal.connectionName": "Vault name",
|
|
2967
3003
|
"settings.secretsProviderConnections.modal.providerType": "External secrets provider",
|
|
2968
3004
|
"settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
|
|
2969
3005
|
"settings.secretsProviderConnections.modal.saving": "Saving...",
|
|
2970
3006
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
|
|
2971
3007
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
|
|
2972
|
-
"settings.secretsProviderConnections.modal.testConnection.success.title": "Connection successful",
|
|
2973
|
-
"settings.secretsProviderConnections.modal.testConnection.success.description": "Successfully connected to {providerName}",
|
|
2974
3008
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
|
|
2975
3009
|
"settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
|
|
2976
|
-
"settings.secretsProviderConnections.modal.testConnection.error": "
|
|
2977
|
-
"settings.secretsProviderConnections.modal.
|
|
2978
|
-
"settings.secretsProviderConnections.modal.validation.connectionName.
|
|
2979
|
-
"settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
|
|
3010
|
+
"settings.secretsProviderConnections.modal.testConnection.error": "Couldn't connect with these settings",
|
|
3011
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.required": "Vault name is required. Enter a unique name for your secret store.",
|
|
3012
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.format": "Name must start with a letter and use only letters or numbers (e.g., \"awsProduction\").",
|
|
2980
3013
|
"settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
|
|
2981
3014
|
"settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
|
|
2982
3015
|
"settings.secretsProviderConnections.state.disconnected": "Disconnected",
|
|
2983
3016
|
"settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
|
|
2984
3017
|
"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.",
|
|
2985
|
-
"settings.secretsProviderConnections.delete.description.oneSecret": "1 secret",
|
|
2986
|
-
"settings.secretsProviderConnections.delete.description.secrets": "{count} secrets",
|
|
2987
3018
|
"settings.secretsProviderConnections.delete.impact.title": "Impact:",
|
|
2988
3019
|
"settings.secretsProviderConnections.delete.impact.oneCredential": "1 credential",
|
|
2989
3020
|
"settings.secretsProviderConnections.delete.impact.credentials": "{count} credentials",
|
|
@@ -3756,6 +3787,7 @@ var en_default = {
|
|
|
3756
3787
|
"variables.editing.key.placeholder": "Enter a name",
|
|
3757
3788
|
"variables.editing.value.placeholder": "Enter a value",
|
|
3758
3789
|
"variables.editing.key.error.regex": "This field may contain only letters, numbers, and underscores",
|
|
3790
|
+
"variables.editing.key.error.regex-no-start-with-number": "The key cannot start with a number",
|
|
3759
3791
|
"variables.row.button.save": "Save",
|
|
3760
3792
|
"variables.row.button.cancel": "Cancel",
|
|
3761
3793
|
"variables.row.button.edit": "Edit",
|
|
@@ -3841,6 +3873,7 @@ var en_default = {
|
|
|
3841
3873
|
"dataTable.import.columnNamePlaceholder": "Enter column name",
|
|
3842
3874
|
"dataTable.import.duplicateColumnName": "Column name must be unique",
|
|
3843
3875
|
"dataTable.import.systemColumnName": "{columnName} is a reserved column",
|
|
3876
|
+
"dataTable.import.includeColumn": "Include",
|
|
3844
3877
|
"dataTable.import.invalidColumnName": "Only alphabetical and non-leading numbers and underscores allowed",
|
|
3845
3878
|
"dataTable.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
|
|
3846
3879
|
"dataTable.delete.error": "Error deleting data table",
|
|
@@ -4140,10 +4173,10 @@ var en_default = {
|
|
|
4140
4173
|
"projects.settings.role.popover.viewDetails": "View role",
|
|
4141
4174
|
"projects.settings.role.contactAdmin.title": "Custom roles aren't set up yet",
|
|
4142
4175
|
"projects.settings.role.contactAdmin.titleWithRoles": "Only instance admins can add custom roles",
|
|
4143
|
-
"projects.settings.role.contactAdmin.body": "You can assign system roles, but custom roles need to be created by an instance admin first. Share the documentation with your instance admin
|
|
4144
|
-
"projects.settings.role.contactAdmin.bodyWithRoles": "You can assign existing custom roles, but
|
|
4176
|
+
"projects.settings.role.contactAdmin.body": "You can assign system roles, but custom roles need to be created by an instance admin first. Share the {documentation} with your instance admin to get custom roles set up.",
|
|
4177
|
+
"projects.settings.role.contactAdmin.bodyWithRoles": "You can assign existing custom roles, but you'll need to contact an instance admin to create any new ones. Learn more in our {documentation}.",
|
|
4145
4178
|
"projects.settings.role.upgrade.custom.title": "Upgrade to Enterprise",
|
|
4146
|
-
"projects.settings.role.upgrade.custom.body": "In order to create and manage custom roles you need to upgrade your plan to enterprise option. Learn more in the documentation.",
|
|
4179
|
+
"projects.settings.role.upgrade.custom.body": "In order to create and manage custom roles you need to upgrade your plan to enterprise option. Learn more in the {documentation}.",
|
|
4147
4180
|
"projects.settings.role.upgrade.custom.viewPlans": "View plans",
|
|
4148
4181
|
"projects.settings.role.details.title": "Role details",
|
|
4149
4182
|
"projects.settings.role.details.permissions": "Permissions",
|
|
@@ -4157,13 +4190,14 @@ var en_default = {
|
|
|
4157
4190
|
"projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
|
|
4158
4191
|
"projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets store with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
|
|
4159
4192
|
"projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets store 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.",
|
|
4160
|
-
"projects.settings.externalSecrets.button.addSecretsStore": "Add secrets
|
|
4193
|
+
"projects.settings.externalSecrets.button.addSecretsStore": "Add secrets vault",
|
|
4161
4194
|
"projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets store",
|
|
4162
4195
|
"projects.settings.externalSecrets.table.header.secretName": "Secret name",
|
|
4163
|
-
"projects.settings.externalSecrets.table.header.provider": "Secrets store",
|
|
4164
4196
|
"projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
|
|
4165
4197
|
"projects.settings.externalSecrets.search.placeholder": "Search secrets...",
|
|
4166
4198
|
"projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
|
|
4199
|
+
"projects.settings.externalSecrets.expand": "Expand external secrets store",
|
|
4200
|
+
"projects.settings.externalSecrets.collapse": "Collapse external secrets store",
|
|
4167
4201
|
"projects.sharing.allUsers": "All users and projects",
|
|
4168
4202
|
"projects.sharing.noMatchingProjects": "There are no available projects",
|
|
4169
4203
|
"projects.sharing.noMatchingUsers": "No matching users or projects",
|
|
@@ -4358,8 +4392,13 @@ var en_default = {
|
|
|
4358
4392
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
4359
4393
|
"setupPanel.credentialLabel": "Credential",
|
|
4360
4394
|
"setupPanel.usedInNodes": "Used in {count} nodes",
|
|
4361
|
-
"setupPanel.everythingConfigured.message": "
|
|
4395
|
+
"setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
|
|
4362
4396
|
"setupPanel.trigger.credential.note": "Add a credential to listen for events.",
|
|
4397
|
+
"setupPanel.trigger.listeningHint": "Go to {service} and create an event",
|
|
4398
|
+
"setupPanel.showCompleted": "Show completed steps",
|
|
4399
|
+
"setupPanel.webhookUrl.title": "Webhook URL",
|
|
4400
|
+
"setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",
|
|
4401
|
+
"setupPanel.webhookUrl.copied": "Test URL copied",
|
|
4363
4402
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4364
4403
|
"becomeCreator.buttonText": "Become a creator",
|
|
4365
4404
|
"becomeCreator.closeButtonTitle": "Close",
|
|
@@ -4555,7 +4594,11 @@ var en_default = {
|
|
|
4555
4594
|
"communityNodeInfo.downloads": "{downloads}",
|
|
4556
4595
|
"communityNodeInfo.publishedBy": "{publisherName}",
|
|
4557
4596
|
"communityNodeInfo.quickConnect": "Quick connect",
|
|
4597
|
+
"communityNodeInfo.quickConnect.tooltip": "This service allows for easy sign in or sign up directly through n8n",
|
|
4558
4598
|
"communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
|
|
4599
|
+
"credentialsAppSelection.installToConnect": "Install this node to connect",
|
|
4600
|
+
"credentialsAppSelection.askAdminToInstall": "Ask your admin to install this node",
|
|
4601
|
+
"credentialsAppSelection.credentialsNotValid": "Credentials are not valid",
|
|
4559
4602
|
"communityNodeUpdateInfo.available": "A new node package version is available",
|
|
4560
4603
|
"insights.upgradeModal.button.dismiss": "Dismiss",
|
|
4561
4604
|
"insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
|