|
1144 | 1144 | "credentials.heading": "Credentials", |
1145 | 1145 | "credentials.add": "Add credential", |
1146 | 1146 | "credentials.project.add": "Add credential to project", |
1147 | | - "credentials.empty.heading": "{name}, let's set up a credential", |
1148 | | - "credentials.empty.heading.userNotSetup": "Set up a credential", |
| 1147 | + "credentials.empty.heading": "Create your first credential", |
1149 | 1148 | "credentials.empty.description": "Credentials let workflows interact with your apps and services", |
1150 | | - "credentials.empty.button": "Add first credential", |
1151 | 1149 | "credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials", |
1152 | 1150 | "credentials.item.open": "Open", |
1153 | 1151 | "credentials.item.delete": "Delete", |
|
2114 | 2112 | "nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous", |
2115 | 2113 | "nodeCreator.subcategoryNames.humanInTheLoop": "Human review", |
2116 | 2114 | "nodeCreator.subcategoryNames.modelContextProtocol": "MCP servers", |
| 2115 | + "nodeCreator.sectionNames.n8nConnect": "n8n Connect", |
2117 | 2116 | "nodeCreator.sectionNames.popular": "Popular", |
2118 | 2117 | "nodeCreator.sectionNames.other": "Other", |
2119 | 2118 | "nodeCreator.sectionNames.sendAndWait": "Send and wait for response", |
|
4471 | 4470 | "workflows.noResults.withSearch.switchToShared.link": "hidden", |
4472 | 4471 | "workflows.empty.heading": "Welcome, {name}!", |
4473 | 4472 | "workflows.empty.heading.userNotSetup": "Welcome!", |
4474 | | - "workflows.empty.headingWithIcon": "What do you want to build, {name}", |
4475 | | - "workflows.empty.headingWithIcon.userNotSetup": "What do you want to build?", |
| 4473 | + "workflows.empty.onboarding.heading": "Let's build your first automation", |
| 4474 | + "workflows.empty.list.heading": "Create your first automation", |
| 4475 | + "workflows.empty.list.description": "Build multi-step automations connecting your apps and services", |
4476 | 4476 | "workflows.empty.heading.builder": "Hi {name}, what do you want to automate?", |
4477 | 4477 | "workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?", |
4478 | 4478 | "workflows.empty.description": "What do you want to build?", |
4479 | 4479 | "workflows.empty.description.readOnlyEnv": "No workflows here yet", |
4480 | 4480 | "workflows.empty.description.noPermission": "There are currently no workflows to view", |
4481 | | - "workflows.empty.startFromScratch": "Start from scratch", |
4482 | 4481 | "workflows.empty.startWithTemplate": "Start with a template", |
4483 | 4482 | "workflows.empty.browseTemplates": "Explore workflow templates", |
4484 | 4483 | "workflows.empty.learnN8n": "Learn n8n", |
|
4568 | 4567 | "variables.add.unavailable.empty": "Upgrade plan to start using variables", |
4569 | 4568 | "variables.add.onlyOwnerCanCreate": "Only owner can create variables", |
4570 | 4569 | "variables.add.button.label": "Create variable", |
4571 | | - "variables.empty.heading": "{name}, let's set up a variable", |
4572 | | - "variables.empty.heading.userNotSetup": "Set up a variable", |
4573 | | - "variables.empty.description": "Variables can be used to store data that can be referenced easily across multiple workflows.", |
4574 | | - "variables.empty.button": "Add first variable", |
| 4570 | + "variables.empty.heading": "Create your first variable", |
| 4571 | + "variables.empty.description": "Store values you can reference across all your workflows", |
4575 | 4572 | "variables.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create variables", |
4576 | 4573 | "variables.empty.notAllowedToCreate.heading": "{name}, start using variables", |
4577 | 4574 | "variables.empty.notAllowedToCreate.description": "Ask project editors or instance admin to create the variables you need. Once configured, you can utilize them in your workflows using the syntax $vars.MY_VAR.", |
|
4646 | 4643 | "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan", |
4647 | 4644 | "dataTable.dataTables": "Data tables", |
4648 | 4645 | "dataTables.noResults": "No data tables found", |
4649 | | - "dataTable.empty.label": "You don't have any data tables yet", |
4650 | | - "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.", |
| 4646 | + "dataTable.empty.heading": "Create your first data table", |
| 4647 | + "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation", |
4651 | 4648 | "dataTable.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create data tables", |
4652 | 4649 | "dataTable.card.size": "{size}MB", |
4653 | 4650 | "dataTable.card.column.count": "{count} column | {count} columns", |
|
5630 | 5627 | "evaluation.executions.toast.addedTo.title": "Execution added to test ", |
5631 | 5628 | "evaluation.executions.toast.closeTab": "Close this tab", |
5632 | 5629 | "evaluation.executions.toast.removedFrom.title": "Execution removed from test ", |
| 5630 | + "evaluation.collections.title": "Evaluation collections", |
| 5631 | + "evaluation.collections.subtitle": "Compare how different workflow versions score on the same dataset.", |
| 5632 | + "evaluation.collections.newCollection": "New collection", |
| 5633 | + "evaluation.collections.section.collections": "Collections", |
| 5634 | + "evaluation.collections.section.ungrouped": "Ungrouped runs", |
| 5635 | + "evaluation.collections.section.ungrouped.helper": "Runs not yet part of a collection", |
| 5636 | + "evaluation.collections.section.ungrouped.empty": "No ungrouped runs.", |
| 5637 | + "evaluation.collections.empty.title": "No collections yet", |
| 5638 | + "evaluation.collections.empty.subtitle": "Create a collection to compare two or more versions side by side.", |
| 5639 | + "evaluation.collections.errors.fetchFailed": "Could not load evaluation collections", |
| 5640 | + "evaluation.collections.card.done": "Done", |
| 5641 | + "evaluation.collections.card.running": "Running", |
| 5642 | + "evaluation.collections.card.currentDraft": "Current draft", |
| 5643 | + "evaluation.collections.card.meta.versions": "{count} version | {count} versions", |
| 5644 | + "evaluation.collections.card.lastRunToday": "today, {time}", |
| 5645 | + "evaluation.collections.card.lastRunOn": "{date}, {time}", |
| 5646 | + "evaluation.collections.chart.barValue": "{metric} · {value}%", |
| 5647 | + "evaluation.collections.chart.barNoData": "{metric} · no data", |
| 5648 | + "evaluation.collections.chart.ariaLabel": "Grouped metric chart for {count} metric | Grouped metric chart for {count} metrics", |
| 5649 | + "evaluation.collections.row.noDataset": "No dataset", |
| 5650 | + "evaluation.collections.row.status.done": "Done", |
| 5651 | + "evaluation.collections.row.status.running": "Running", |
| 5652 | + "evaluation.collections.row.status.queued": "Queued", |
| 5653 | + "evaluation.collections.row.status.failed": "Failed", |
| 5654 | + "evaluation.collections.row.status.cancelled": "Cancelled", |
| 5655 | + "evaluation.collections.row.status.warning": "Warning", |
| 5656 | + "evaluation.compare.openCompare": "Open compare", |
| 5657 | + "evaluation.compare.viewProgress": "View progress", |
| 5658 | + "evaluation.compare.comingSoon": "The compare view is coming soon.", |
| 5659 | + "evaluation.setup.title": "New collection", |
| 5660 | + "evaluation.setup.subtitle": "Pick a dataset and the versions you want to compare.", |
| 5661 | + "evaluation.setup.collectionName": "Collection name", |
| 5662 | + "evaluation.setup.collectionName.placeholder": "e.g. Prompt tuning — March", |
| 5663 | + "evaluation.setup.dataset": "Dataset", |
| 5664 | + "evaluation.setup.dataset.helper": "Determines which versions can be compared", |
| 5665 | + "evaluation.setup.dataset.placeholder": "Select a dataset", |
| 5666 | + "evaluation.setup.dataset.matchCount": "{count} version matches | {count} versions match", |
| 5667 | + "evaluation.setup.versions": "Versions", |
| 5668 | + "evaluation.setup.versions.helper": "Select two or more to compare", |
| 5669 | + "evaluation.setup.versions.filter.source": "Source:", |
| 5670 | + "evaluation.setup.versions.filter.all": "All", |
| 5671 | + "evaluation.setup.versions.sort.label": "Sort:", |
| 5672 | + "evaluation.setup.versions.sort.recent": "Most recent", |
| 5673 | + "evaluation.setup.versions.sort.oldest": "Oldest", |
| 5674 | + "evaluation.setup.versions.col.version": "Version", |
| 5675 | + "evaluation.setup.versions.col.lastRun": "Last run on {dataset}", |
| 5676 | + "evaluation.setup.versions.col.avgScore": "Avg score", |
| 5677 | + "evaluation.setup.versions.noRunYet": "No run yet", |
| 5678 | + "evaluation.setup.versions.bestPill": "Best", |
| 5679 | + "evaluation.setup.versions.lowPill": "Low", |
| 5680 | + "evaluation.setup.versions.viewAction": "View", |
| 5681 | + "evaluation.setup.versions.empty": "No versions found for this dataset.", |
| 5682 | + "evaluation.setup.metrics": "Metrics", |
| 5683 | + "evaluation.setup.metrics.helper": "Metrics recorded for every version in this collection", |
| 5684 | + "evaluation.setup.metrics.addMetric": "Add metric", |
| 5685 | + "evaluation.setup.metrics.addComingSoon": "Adding metrics is coming soon.", |
| 5686 | + "evaluation.setup.metrics.empty": "This dataset's evaluation config has no metrics.", |
| 5687 | + "evaluation.setup.footer.summary.pickMore": "Pick 2 or more versions", |
| 5688 | + "evaluation.setup.footer.summary.reuse": "Compare {count} version | Compare {count} versions", |
| 5689 | + "evaluation.setup.footer.summary.mixed": "Compare {total} versions · {newCount} new", |
| 5690 | + "evaluation.setup.footer.runsExplain.reuse": "Reuses existing runs on {dataset}.", |
| 5691 | + "evaluation.setup.footer.runsExplain.mixed": "Schedules {newCount} new run(s) on {dataset}.", |
| 5692 | + "evaluation.setup.footer.cancel": "Cancel", |
| 5693 | + "evaluation.setup.footer.cta.compare": "Compare {count} version | Compare {count} versions", |
| 5694 | + "evaluation.setup.footer.cta.runAndCompare": "Run & compare {count} version | Run & compare {count} versions", |
| 5695 | + "evaluation.setup.errors.loadDatasetsFailed": "Could not load datasets", |
| 5696 | + "evaluation.setup.errors.loadVersionsFailed": "Could not load versions for this dataset", |
| 5697 | + "evaluation.setup.errors.createFailed": "Could not create the collection", |
5633 | 5698 | "evaluations.readOnlyNotice": "Evaluations can't be built in read-only mode. Build your evaluation on your development environment.", |
5634 | 5699 | "evaluations.paywall.title": "Register to enable evaluation", |
5635 | 5700 | "evaluations.paywall.description": "Register your Community instance to unlock the evaluation feature", |
|
6310 | 6375 | "instanceAi.input.planEditContext": "Plan edits", |
6311 | 6376 | "instanceAi.feedback.success": "Thanks for your feedback!", |
6312 | 6377 | "instanceAi.emptyState.title": "AI Assistant", |
| 6378 | + "experiments.instanceAiTemplateExamples.empty": "No examples found", |
| 6379 | + "experiments.instanceAiTemplateExamples.emptyState.title": "What can I help you automate?", |
| 6380 | + "experiments.instanceAiTemplateExamples.description": "Or start with an automation from the community", |
| 6381 | + "experiments.instanceAiTemplateExamples.card.editHint": "Use with my apps", |
| 6382 | + "experiments.instanceAiTemplateExamples.card.ariaLabel": "Use example: {name}", |
| 6383 | + "experiments.instanceAiTemplateExamples.nav.previous": "Previous examples", |
| 6384 | + "experiments.instanceAiTemplateExamples.nav.next": "Next examples", |
| 6385 | + "experiments.instanceAiTemplateExamples.input.placeholder": "Tell me what to build or ask me a question", |
| 6386 | + "experiments.instanceAiTemplateExamples.subcategories.all": "All", |
6313 | 6387 | "instanceAi.workflowBuilderUnavailable.title": "Workflow builder unavailable", |
6314 | 6388 | "instanceAi.workflowBuilderUnavailable.enableSandboxDescription": "Ask an admin to enable Instance AI sandboxing.", |
6315 | 6389 | "instanceAi.workflowBuilderUnavailable.serviceUrlDescription": "Ask an admin to set N8N_SANDBOX_SERVICE_URL for the n8n Sandbox Service.", |
|
6654 | 6728 | "agents.list.updatedAt": "Updated {date}", |
6655 | 6729 | "agents.list.updated": "Last updated", |
6656 | 6730 | "agents.list.created": "Created", |
6657 | | - "agents.list.empty.heading": "No agents yet", |
6658 | | - "agents.list.empty.description": "Create your first agent to automate tasks and answer questions using your connected tools and data.", |
6659 | | - "agents.list.empty.button.label": "Create agent", |
| 6731 | + "agents.list.empty.heading": "Create your first agent", |
| 6732 | + "agents.list.empty.description": "Agents automate tasks and answer questions using your connected tools and data", |
6660 | 6733 | "agents.list.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create agents", |
6661 | 6734 | "agents.list.actions.publish": "Publish", |
6662 | 6735 | "agents.list.actions.unpublish": "Unpublish", |
|
0 commit comments