@n8n/i18n 2.32.0 → 2.32.1
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -7189,11 +7189,11 @@ var en_default = {
|
|
|
7189
7189
|
"agents.builder.vectorStores.useWhen.label": "When should this agent search this store?",
|
|
7190
7190
|
"agents.builder.vectorStores.useWhen.hint": "Tell the agent when to search this vector store.",
|
|
7191
7191
|
"agents.builder.vectorStores.useWhen.placeholder": "Search for product documentation when the user asks about features, setup, or troubleshooting.",
|
|
7192
|
-
"agents.builder.subAgents.title": "
|
|
7192
|
+
"agents.builder.subAgents.title": "Sub-agents",
|
|
7193
7193
|
"agents.builder.subAgents.description": "This agent can delegate focused subtasks. Add published agents from this project when you want reusable specialists.",
|
|
7194
7194
|
"agents.builder.subAgents.settings.title": "Sub-agent settings",
|
|
7195
7195
|
"agents.builder.subAgents.settings.description": "Configure delegation limits and inline sub-agent model choices.",
|
|
7196
|
-
"agents.builder.subAgents.add": "Add agent",
|
|
7196
|
+
"agents.builder.subAgents.add": "Add sub-agent",
|
|
7197
7197
|
"agents.builder.subAgents.loadError": "Could not load project agents",
|
|
7198
7198
|
"agents.builder.subAgents.remove": "Remove {name}",
|
|
7199
7199
|
"agents.builder.subAgents.useWhen.label": "When should this agent be used?",
|