@n8n/i18n 2.4.3 → 2.4.4-exp.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
@@ -1003,6 +1003,15 @@ var en_default = {
1003
1003
  "executionDetails.runningMessage": "Execution is running. It will show here once finished.",
1004
1004
  "executionDetails.startingSoon": "Starting soon",
1005
1005
  "executionDetails.workflow": "workflow",
1006
+ "emptyStateBuilderPrompt.subtitle": "Build workflows by chatting with AI",
1007
+ "emptyStateBuilderPrompt.buildWorkflow": "Build workflow",
1008
+ "emptyStateBuilderPrompt.orStartWith": "or start from",
1009
+ "emptyStateBuilderPrompt.fromScratch": "New workflow",
1010
+ "emptyStateBuilderPrompt.fromScratchTooltip": "Start with an empty canvas and add nodes manually",
1011
+ "emptyStateBuilderPrompt.template": "Template",
1012
+ "emptyStateBuilderPrompt.templateTooltip": "Browse pre-built workflows you can customize",
1013
+ "emptyStateBuilderPrompt.importFromFile": "Import file",
1014
+ "emptyStateBuilderPrompt.importFromFileTooltip": "Upload a workflow JSON file from your computer",
1006
1015
  "executionsLandingPage.emptyState.noTrigger.heading": "Set up the first step. Then execute your workflow",
1007
1016
  "executionsLandingPage.emptyState.noTrigger.buttonText": "Add first step...",
1008
1017
  "executionsLandingPage.clickExecutionMessage": "Click on an execution from the list to view it",
@@ -3367,6 +3376,8 @@ var en_default = {
3367
3376
  "workflows.noResults.withSearch.switchToShared.link": "hidden",
3368
3377
  "workflows.empty.heading": "👋 Welcome {name}!",
3369
3378
  "workflows.empty.heading.userNotSetup": "👋 Welcome!",
3379
+ "workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
3380
+ "workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
3370
3381
  "workflows.empty.description": "Create your first workflow",
3371
3382
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
3372
3383
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
@@ -3378,7 +3389,7 @@ var en_default = {
3378
3389
  "workflows.empty.easyAI": "Test a simple AI Agent example",
3379
3390
  "workflows.empty.shared-with-me": "No {resource} has been shared with you",
3380
3391
  "workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
3381
- "workflows.empty.readyToRun": "Try an AI workflow",
3392
+ "workflows.empty.readyToRun": "Run live demo",
3382
3393
  "workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
3383
3394
  "workflows.list.error.fetching.one": "Error fetching workflow",
3384
3395
  "workflows.list.error.fetching": "Error fetching workflows",