@n8n/i18n 2.5.0 → 2.5.2
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 +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3177,6 +3177,8 @@ var en_default = {
|
|
|
3177
3177
|
"workflowRun.showError.resolveOutstandingIssues": "Please resolve outstanding issues before you activate it",
|
|
3178
3178
|
"workflowRun.showError.unsupportedExecutionLogic.title": "Unsupported Execution Logic",
|
|
3179
3179
|
"workflowRun.showError.unsupportedExecutionLogic.description": "Execution Logic \"v2\" is not supported when filesystem mode is \"default\". Please change the Execution Logic to \"v1\" in workflow settings and update expressions accordingly.",
|
|
3180
|
+
"workflowRun.showWarning.noChatResponseNodes.title": "No response node detected",
|
|
3181
|
+
"workflowRun.showWarning.noChatResponseNodes.description": "Add a Chat or Respond to Webhook node to send a reply, or change the response mode in the Chat Trigger.",
|
|
3180
3182
|
"workflowRun.showMessage.message": "Please fix them before executing",
|
|
3181
3183
|
"workflowRun.showMessage.title": "Workflow has issues",
|
|
3182
3184
|
"workflowSettings.executionLogic.v0.title": "v0 (legacy)",
|
|
@@ -3415,7 +3417,7 @@ var en_default = {
|
|
|
3415
3417
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
3416
3418
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
3417
3419
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
3418
|
-
"workflows.empty.readyToRun": "
|
|
3420
|
+
"workflows.empty.readyToRun": "Run live demo",
|
|
3419
3421
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
3420
3422
|
"workflows.list.error.fetching.one": "Error fetching workflow",
|
|
3421
3423
|
"workflows.list.error.fetching": "Error fetching workflows",
|