@n8n/i18n 2.22.2-exp.0 → 2.22.3

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.d.cts CHANGED
@@ -4095,7 +4095,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
4095
4095
  "resourceDependents.type.workflows": string;
4096
4096
  "workflows.item.enableMCPAccess": string;
4097
4097
  "workflows.item.disableMCPAccess": string;
4098
- "workflows.item.mcpDisabledByInstance": string;
4099
4098
  "workflows.itemSuggestion.try": string;
4100
4099
  "workflows.templateRecoV2.starterTemplates": string;
4101
4100
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
package/dist/index.d.mts CHANGED
@@ -4095,7 +4095,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
4095
4095
  "resourceDependents.type.workflows": string;
4096
4096
  "workflows.item.enableMCPAccess": string;
4097
4097
  "workflows.item.disableMCPAccess": string;
4098
- "workflows.item.mcpDisabledByInstance": string;
4099
4098
  "workflows.itemSuggestion.try": string;
4100
4099
  "workflows.templateRecoV2.starterTemplates": string;
4101
4100
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
package/dist/index.mjs CHANGED
@@ -2986,7 +2986,7 @@ var en_default = {
2986
2986
  "experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": "Set up the n8n MCP server for Cursor across all projects.\n\n1. Open ~/.cursor/mcp.json (create the file and directory if they don't exist). Add the entry below, merging with any existing config so other servers stay intact:\n\n {'{'}\n \"mcpServers\": {'{'}\n \"n8n\": {'{'}\n \"url\": \"{serverUrl}\"\n {'}'}\n {'}'}\n {'}'}\n\n2. Once it's saved, remind me to restart Cursor and complete the n8n OAuth flow when it prompts me — the server's tools won't be available until then.",
2987
2987
  "experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": "Set up the n8n MCP server for Codex across all projects.\n\n1. Open ~/.codex/config.toml (create the file and directory if they don't exist). Append the section below, leaving any existing config in place:\n\n [mcp_servers.n8n]\n url = \"{serverUrl}\"\n\n2. Once it's saved, remind me to restart Codex and complete the n8n OAuth flow in my browser when it prompts me — the server's tools won't be available until then.",
2988
2988
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
2989
- "experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP for my instance",
2989
+ "experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP access",
2990
2990
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
2991
2991
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
2992
2992
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": "Restart {assistant} and connect to n8n",
@@ -4091,7 +4091,6 @@ var en_default = {
4091
4091
  "resourceDependents.type.workflows": "Workflows",
4092
4092
  "workflows.item.enableMCPAccess": "Enable MCP access",
4093
4093
  "workflows.item.disableMCPAccess": "Remove MCP access",
4094
- "workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
4095
4094
  "workflows.itemSuggestion.try": "Try template",
4096
4095
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
4097
4096
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",