@n8n/i18n 2.29.3 → 2.30.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 +92 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +85 -19
- package/dist/index.d.mts +85 -19
- package/dist/index.mjs +92 -26
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +85 -19
- package/dist/types2.d.mts +85 -19
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -378,6 +378,7 @@ var en_default = {
|
|
|
378
378
|
"aiAssistant.builder.settings.getMoreCredits": "Get more credits",
|
|
379
379
|
"aiAssistant.builder.settings.creditsTooltip": "Credits are based on token usage. Credits renew on {renewalDate}. Unused credits expire on {expiryDate}.",
|
|
380
380
|
"aiAssistant.builder.creditBanner.text": "{remaining}/{total} monthly credits left",
|
|
381
|
+
"aiAssistant.builder.creditBanner.trialText": "{remaining}/{total} credits left in your free trial",
|
|
381
382
|
"aiAssistant.builder.creditBanner.getMore": "Get more",
|
|
382
383
|
"aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
|
|
383
384
|
"aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
|
|
@@ -1046,7 +1047,6 @@ var en_default = {
|
|
|
1046
1047
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
|
|
1047
1048
|
"credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for private credentials",
|
|
1048
1049
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": "A private credential resolves to each member's own connection at runtime, based on who triggers the workflow. It requires a trigger that can identify the user. The credential you connect here is used for manual test runs, the MCP trigger, and Chat Hub.",
|
|
1049
|
-
"credentialEdit.credentialConfig.dynamicCredentials.sharedDisabledTooltip": "This credential is currently shared. Private credentials cannot be shared, so switching to private is not supported.",
|
|
1050
1050
|
"credentialEdit.credentialConfig.credentialType.title": "Credential type",
|
|
1051
1051
|
"credentialEdit.credentialConfig.credentialType.endUser.title": "Private credential",
|
|
1052
1052
|
"credentialEdit.credentialConfig.credentialType.endUser.subtitle": "Each member uses their own credential.",
|
|
@@ -1074,6 +1074,9 @@ var en_default = {
|
|
|
1074
1074
|
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.headline": "Switch \"{credentialName}\" to Private?",
|
|
1075
1075
|
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.message": "Switching \"{credentialName}\" to Private will remove your saved connection. Each user will need to connect their own account.",
|
|
1076
1076
|
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.confirmButtonText": "Yes, switch to Private",
|
|
1077
|
+
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.headline": "Save changes to \"{credentialName}\"?",
|
|
1078
|
+
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": "You've made changes to this credential. Saving will disconnect everyone using \"{credentialName}\" credential.",
|
|
1079
|
+
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": "Save",
|
|
1077
1080
|
"credentialEdit.credentialEdit.connection": "Connection",
|
|
1078
1081
|
"credentialEdit.credentialEdit.sharing": "Sharing",
|
|
1079
1082
|
"credentialEdit.credentialEdit.couldNotFindCredentialOfType": "Could not find credential of type",
|
|
@@ -1095,6 +1098,7 @@ var en_default = {
|
|
|
1095
1098
|
"credentialEdit.credentialEdit.showMessage.disconnected.title": "Account disconnected",
|
|
1096
1099
|
"credentialEdit.credentialEdit.testing": "Testing",
|
|
1097
1100
|
"credentialEdit.credentialEdit.info.sharee": "Only {credentialOwnerName} can edit this connection",
|
|
1101
|
+
"credentialEdit.credentialEdit.info.sharee.team": "Only users with credential edit permission can edit this connection",
|
|
1098
1102
|
"credentialEdit.credentialInfo.allowUseBy": "Allow use by",
|
|
1099
1103
|
"credentialEdit.credentialInfo.created": "Created",
|
|
1100
1104
|
"credentialEdit.credentialInfo.id": "ID",
|
|
@@ -1108,7 +1112,6 @@ var en_default = {
|
|
|
1108
1112
|
"credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
|
|
1109
1113
|
"credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
|
|
1110
1114
|
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the credential to a team project to share",
|
|
1111
|
-
"credentialEdit.credentialSharing.info.dynamicCredential": "Sharing of private credentials is not supported.",
|
|
1112
1115
|
"credentialEdit.credentialSharing.list.delete": "Remove",
|
|
1113
1116
|
"credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
|
|
1114
1117
|
"credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
|
|
@@ -1158,12 +1161,20 @@ var en_default = {
|
|
|
1158
1161
|
"credentials.private.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
|
|
1159
1162
|
"credentials.private.tooltipTitle": "Private credentials",
|
|
1160
1163
|
"credentials.private.badge": "Private",
|
|
1161
|
-
"credentials.private.
|
|
1162
|
-
"credentials.private.
|
|
1163
|
-
"credentials.private.
|
|
1164
|
-
"credentials.private.
|
|
1165
|
-
"credentials.private.
|
|
1166
|
-
"credentials.private.
|
|
1164
|
+
"credentials.private.row.connect": "Connect",
|
|
1165
|
+
"credentials.private.row.connect.noPermission": "You don't have permission to connect this credential.",
|
|
1166
|
+
"credentials.private.row.connected": "Connected",
|
|
1167
|
+
"credentials.private.row.connectedStatus": "Connected",
|
|
1168
|
+
"credentials.private.row.connectedAs": "Connected as {account}",
|
|
1169
|
+
"credentials.private.row.notConnected": "Not connected",
|
|
1170
|
+
"credentials.private.row.modify": "Modify",
|
|
1171
|
+
"credentials.private.row.disconnect": "Disconnect",
|
|
1172
|
+
"credentials.private.disconnect.dialog.title": "Disconnect your credential?",
|
|
1173
|
+
"credentials.private.disconnect.dialog.message": "This removes only your connection to \"{credentialName}\". Workflows you run with this credential won't work until you reconnect. This will not affect any other member using it.",
|
|
1174
|
+
"credentials.private.disconnect.dialog.confirm": "Disconnect me",
|
|
1175
|
+
"credentials.private.disconnect.dialog.dontShowAgain": "Don't show again",
|
|
1176
|
+
"credentials.private.disconnected.success": "Account disconnected",
|
|
1177
|
+
"credentials.private.disconnected.error": "Problem disconnecting account",
|
|
1167
1178
|
"credentials.search.placeholder": "Search credentials...",
|
|
1168
1179
|
"credentials.filters.type": "Type",
|
|
1169
1180
|
"credentials.filters.setup": "Needs first setup",
|
|
@@ -1316,6 +1327,7 @@ var en_default = {
|
|
|
1316
1327
|
"error.entityUnAuthorized.title": "You need access",
|
|
1317
1328
|
"error.entityUnAuthorized.content": "You don't have permission to view this {entity}. Please contact the person who shared this link to request access.",
|
|
1318
1329
|
"executions.ExecutionStatus": "Execution status",
|
|
1330
|
+
"executions.privateCredential.tooltip": "This execution ran using end-user credentials",
|
|
1319
1331
|
"executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
|
|
1320
1332
|
"executionDetails.additionalActions": "Additional Actions",
|
|
1321
1333
|
"executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
|
|
@@ -1618,6 +1630,7 @@ var en_default = {
|
|
|
1618
1630
|
"expressionEdit.expression": "Expression",
|
|
1619
1631
|
"expressionEdit.resultOfItem1": "Result of item 1",
|
|
1620
1632
|
"expressionEditor.uncalledFunction": "[this is a function, please add ()]",
|
|
1633
|
+
"expressionEditor.deprecated.getPairedItem": "$getPairedItem is deprecated and will be removed",
|
|
1621
1634
|
"expressionModalInput.empty": "[empty]",
|
|
1622
1635
|
"expressionModalInput.undefined": "[undefined]",
|
|
1623
1636
|
"expressionModalInput.null": "null",
|
|
@@ -2360,6 +2373,8 @@ var en_default = {
|
|
|
2360
2373
|
"nodeView.showMessage.addNodeButton.message": "'{nodeTypeName}' is an unknown node type",
|
|
2361
2374
|
"nodeView.showMessage.addNodeButton.title": "Could not insert node",
|
|
2362
2375
|
"nodeView.showMessage.keyDown.title": "Workflow created",
|
|
2376
|
+
"nodeView.showMessage.importWorkflowTags.title": "Workflow imported without tags",
|
|
2377
|
+
"nodeView.showMessage.importWorkflowTags.message": "You don't have permission to create tags, so the workflow's tags were not added.",
|
|
2363
2378
|
"nodeView.showMessage.showMaxNodeTypeError.message": "Only one '{nodeTypeDataDisplayName}' node is allowed in a workflow | Only {count} '{nodeTypeDataDisplayName}' nodes are allowed in a workflow",
|
|
2364
2379
|
"nodeView.showMessage.showMaxNodeTypeError.title": "Could not insert node",
|
|
2365
2380
|
"nodeView.showMessage.stopExecutionCatch.unsaved.message": "This execution was canceled",
|
|
@@ -2644,6 +2659,8 @@ var en_default = {
|
|
|
2644
2659
|
"projectRoles.project:update.tooltip": "Edit project details and manage users",
|
|
2645
2660
|
"projectRoles.project:delete": "Delete",
|
|
2646
2661
|
"projectRoles.project:delete.tooltip": "Delete the entire project and all its contents",
|
|
2662
|
+
"projectRoles.project:export": "Export",
|
|
2663
|
+
"projectRoles.project:export.tooltip": "Export the entire project and all its contents",
|
|
2647
2664
|
"projectRoles.folder:read": "View",
|
|
2648
2665
|
"projectRoles.folder:read.tooltip": "View folders and subfolders within a project",
|
|
2649
2666
|
"projectRoles.folder:update": "Edit",
|
|
@@ -2662,6 +2679,8 @@ var en_default = {
|
|
|
2662
2679
|
"projectRoles.workflow:import.tooltip": "Import workflows from a portable package into the project",
|
|
2663
2680
|
"projectRoles.workflow:execute": "Execute",
|
|
2664
2681
|
"projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
|
|
2682
|
+
"projectRoles.workflow:execute-chat": "Execute in Chat",
|
|
2683
|
+
"projectRoles.workflow:execute-chat.tooltip": "Execute workflows in chat",
|
|
2665
2684
|
"projectRoles.workflow:update": "Edit",
|
|
2666
2685
|
"projectRoles.workflow:update.tooltip": "Edit workflow content",
|
|
2667
2686
|
"projectRoles.workflow:create": "Create",
|
|
@@ -2709,6 +2728,8 @@ var en_default = {
|
|
|
2709
2728
|
"projectRoles.credential:unshare.tooltip": "Remove credential sharing with other projects or users",
|
|
2710
2729
|
"projectRoles.credential:move": "Transfer",
|
|
2711
2730
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2731
|
+
"projectRoles.credential:connect": "Connect",
|
|
2732
|
+
"projectRoles.credential:connect.tooltip": "Connect an own account to a private credential without editing it",
|
|
2712
2733
|
"projectRoles.credential:delete": "Delete",
|
|
2713
2734
|
"projectRoles.credential:delete.tooltip": "Delete credentials",
|
|
2714
2735
|
"projectRoles.execution:reveal": "Reveal redacted data",
|
|
@@ -2725,6 +2746,10 @@ var en_default = {
|
|
|
2725
2746
|
"projectRoles.dataTable:readRow.tooltip": "View data table rows",
|
|
2726
2747
|
"projectRoles.dataTable:writeRow": "Edit Rows",
|
|
2727
2748
|
"projectRoles.dataTable:writeRow.tooltip": "Modify data table rows",
|
|
2749
|
+
"projectRoles.dataTable:readColumn": "View Columns",
|
|
2750
|
+
"projectRoles.dataTable:readColumn.tooltip": "View data table columns",
|
|
2751
|
+
"projectRoles.dataTable:writeColumn": "Edit Columns",
|
|
2752
|
+
"projectRoles.dataTable:writeColumn.tooltip": "Modify data table columns",
|
|
2728
2753
|
"projectRoles.projectVariable:read": "View",
|
|
2729
2754
|
"projectRoles.projectVariable:read.tooltip": "View project variable values and use them in workflows",
|
|
2730
2755
|
"projectRoles.projectVariable:update": "Edit",
|
|
@@ -2800,7 +2825,7 @@ var en_default = {
|
|
|
2800
2825
|
"roles.action.duplicate.success": "Role '{roleName}' duplicated successfully as '{roleDuplicateName}'",
|
|
2801
2826
|
"roles.action.duplicate.error": "Error duplicating role",
|
|
2802
2827
|
"projectRoles.action.create.success": "Role created successfully",
|
|
2803
|
-
"projectRoles.action.create.error": "
|
|
2828
|
+
"projectRoles.action.create.error": "Couldn't create role",
|
|
2804
2829
|
"projectRoles.action.update": "Update role",
|
|
2805
2830
|
"projectRoles.action.update.success": "Role updated successfully",
|
|
2806
2831
|
"projectRoles.action.update.error": "Error updating role",
|
|
@@ -2824,6 +2849,12 @@ var en_default = {
|
|
|
2824
2849
|
"instanceRoles.option.manage": "Manage",
|
|
2825
2850
|
"instanceRoles.option.manageOwn": "Manage own",
|
|
2826
2851
|
"instanceRoles.option.manageAll": "Manage others",
|
|
2852
|
+
"instanceRoles.option.manageProjectRoles": "Manage project roles",
|
|
2853
|
+
"instanceRoles.option.manageAllRoles": "Manage all roles (instance and project)",
|
|
2854
|
+
"instanceRoles.option.includedIn": "Included in {option}",
|
|
2855
|
+
"instanceRoles.warning.manageMembers": "A user with this permission can give themselves or an account they invite permissions they don't currently hold. {link}",
|
|
2856
|
+
"instanceRoles.warning.manageRoles": "A user with this permission can edit their own custom role to add permissions they weren't originally granted. {link}",
|
|
2857
|
+
"instanceRoles.warning.viewDocs": "View docs",
|
|
2827
2858
|
"roles.instance.newRole": "New instance role",
|
|
2828
2859
|
"roles.instance.editRole": "Custom instance role",
|
|
2829
2860
|
"roles.instance.backToRoles": "Back to roles",
|
|
@@ -2834,17 +2865,14 @@ var en_default = {
|
|
|
2834
2865
|
"roles.instance.action.delete.warning": "Deleting this role is permanent and cannot be undone.",
|
|
2835
2866
|
"roles.instance.action.delete.button": "Delete role",
|
|
2836
2867
|
"roles.instance.action.create.success": "Role created successfully",
|
|
2837
|
-
"roles.instance.action.create.error": "
|
|
2868
|
+
"roles.instance.action.create.error": "Couldn't create role",
|
|
2869
|
+
"roles.create.validation.nameMinLength": "Enter a name of at least {min} characters",
|
|
2838
2870
|
"roles.instance.action.update.success": "Role updated successfully",
|
|
2839
2871
|
"roles.instance.action.update.error": "Error updating role",
|
|
2840
2872
|
"roles.instance.assignments.memberColumn": "Member",
|
|
2841
2873
|
"roles.instance.assignments.roleColumn": "Instance role",
|
|
2842
|
-
"roles.instance.assignments.addMember": "Add member",
|
|
2843
|
-
"roles.instance.assignments.viewAllMembers": "View all Members",
|
|
2844
2874
|
"roles.instance.assignments.emptyState": "No users have this role yet.",
|
|
2845
2875
|
"roles.instance.assignments.fetch.error": "Error loading members",
|
|
2846
|
-
"roles.instance.assignments.changeRole.success": "Role updated",
|
|
2847
|
-
"roles.instance.assignments.changeRole.error": "Error updating role",
|
|
2848
2876
|
"roles.fetch.error": "Error loading roles",
|
|
2849
2877
|
"projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
|
|
2850
2878
|
"projectRoles.assignments.projectColumn": "Project",
|
|
@@ -3359,7 +3387,6 @@ var en_default = {
|
|
|
3359
3387
|
"settings.users.table.row.role.description.chatUser": "Can use Chat but cannot create or view workflows or access other features",
|
|
3360
3388
|
"settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
|
|
3361
3389
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
3362
|
-
"settings.projectRoles": "Project roles",
|
|
3363
3390
|
"settings.roles": "Roles",
|
|
3364
3391
|
"settings.api": "API",
|
|
3365
3392
|
"settings.n8napi": "n8n API",
|
|
@@ -3567,8 +3594,7 @@ var en_default = {
|
|
|
3567
3594
|
"settings.provisioningConfirmDialog.projectRulesDeletion.description": "Saving this change removes all project role mapping rules. Download the project roles CSV above before saving so you can recreate them if needed.",
|
|
3568
3595
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3569
3596
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3570
|
-
"settings.
|
|
3571
|
-
"settings.provisioningProjectRolesHandledByExpressionMapping.description": "Project roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3597
|
+
"settings.projectRolesManaged.description": "Project roles are managed automatically. Manual role changes are disabled.",
|
|
3572
3598
|
"settings.externalSecrets.title": "External Secrets",
|
|
3573
3599
|
"settings.externalSecrets.info": "Connect external secrets tools for centralized credentials management across environments, and to enhance system security.",
|
|
3574
3600
|
"settings.externalSecrets.info.link": "More info",
|
|
@@ -3808,8 +3834,8 @@ var en_default = {
|
|
|
3808
3834
|
"settings.sourceControl.httpsWarningNotice": "{strong} To create one for GitHub: Go to Settings → Developer settings → Personal access tokens → Tokens (classic). Required scopes: {repo} for private repositories or {publicRepo} for public ones. Other providers are also supported.",
|
|
3809
3835
|
"settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
|
|
3810
3836
|
"settings.migrationReport": "Migration Report",
|
|
3811
|
-
"settings.migrationReport.title": "Compatibility report for version
|
|
3812
|
-
"settings.migrationReport.description": "{compatibleCount} of your {totalCount} workflows are already compatible with version
|
|
3837
|
+
"settings.migrationReport.title": "Compatibility report for version {version}",
|
|
3838
|
+
"settings.migrationReport.description": "{compatibleCount} of your {totalCount} workflows are already compatible with version {version}. Review the details below to understand and resolve any compatibility problems. Learn more about all breaking changes in our",
|
|
3813
3839
|
"settings.migrationReport.documentationLink": "documentation",
|
|
3814
3840
|
"settings.migrationReport.refreshButton": "Refresh",
|
|
3815
3841
|
"settings.migrationReport.tabs.workflowIssues": "Workflow issues",
|
|
@@ -3821,9 +3847,9 @@ var en_default = {
|
|
|
3821
3847
|
"settings.migrationReport.instanceTooltip.medium": "This may affect performance, compatibility, or connected services. Review and fix if relevant to your setup.",
|
|
3822
3848
|
"settings.migrationReport.instanceTooltip.low": "Minor configuration change. Doesn't block the update but may cause subtle changes in behavior.",
|
|
3823
3849
|
"settings.migrationReport.emptyWorkflowIssues.title": "No workflow issues detected",
|
|
3824
|
-
"settings.migrationReport.emptyWorkflowIssues.description": "Your workflows are fully compatible with version
|
|
3850
|
+
"settings.migrationReport.emptyWorkflowIssues.description": "Your workflows are fully compatible with version {version}. You're good to go!",
|
|
3825
3851
|
"settings.migrationReport.emptyInstanceIssues.title": "No instance issues detected",
|
|
3826
|
-
"settings.migrationReport.emptyInstanceIssues.description": "Your instance is fully compatible with version
|
|
3852
|
+
"settings.migrationReport.emptyInstanceIssues.description": "Your instance is fully compatible with version {version}. You're good to go!",
|
|
3827
3853
|
"settings.migrationReport.documentation": "Documentation",
|
|
3828
3854
|
"settings.migrationReport.workflowsCount": "{count} Workflow | {count} Workflows",
|
|
3829
3855
|
"settings.migrationReport.detail.affectedTag": "{count} affected",
|
|
@@ -4364,6 +4390,11 @@ var en_default = {
|
|
|
4364
4390
|
"workflows.published": "Published",
|
|
4365
4391
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
4366
4392
|
"workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
|
|
4393
|
+
"workflows.publish.publishing": "Publishing…",
|
|
4394
|
+
"workflows.publish.publishing.tooltip": "Activating triggers — this can take a moment.",
|
|
4395
|
+
"workflows.publish.partial.tooltip": "The workflow is partially published, but some triggers failed to activate. Publish again to retry.",
|
|
4396
|
+
"workflows.publish.failed.tooltip": "This workflow isn't running. Publish again to retry.",
|
|
4397
|
+
"workflows.publish.failures.label": "Failed triggers:",
|
|
4367
4398
|
"workflows.unpublish": "Unpublish",
|
|
4368
4399
|
"workflows.project.add": "Add workflow to project",
|
|
4369
4400
|
"workflows.item.open": "Open",
|
|
@@ -4513,6 +4544,7 @@ var en_default = {
|
|
|
4513
4544
|
"workflows.publishModal.versionNameLabel": "Version name",
|
|
4514
4545
|
"workflows.publishModal.descriptionPlaceholder": "Describe changes (optional)",
|
|
4515
4546
|
"workflows.publishModal.noChanges": "No changes to publish",
|
|
4547
|
+
"workflows.publishModal.reattempt": "Re-publishing will retry the triggers that failed to activate.",
|
|
4516
4548
|
"workflows.publishModal.changes": "New changes to publish",
|
|
4517
4549
|
"workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
|
|
4518
4550
|
"workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
|
|
@@ -5948,8 +5980,7 @@ var en_default = {
|
|
|
5948
5980
|
"instanceAi.sidebar.deleteThread": "Delete",
|
|
5949
5981
|
"instanceAi.connections.title": "Connections",
|
|
5950
5982
|
"instanceAi.connections.empty.title": "No connections yet",
|
|
5951
|
-
"instanceAi.connections.empty.
|
|
5952
|
-
"instanceAi.connections.empty.cta": "Setup computer use",
|
|
5983
|
+
"instanceAi.connections.empty.cta": "Add a connection",
|
|
5953
5984
|
"instanceAi.connections.add.label": "Add connection",
|
|
5954
5985
|
"instanceAi.connections.add.computerUse": "Computer Use",
|
|
5955
5986
|
"instanceAi.connections.add.browserUse": "Browser Use",
|
|
@@ -5964,14 +5995,18 @@ var en_default = {
|
|
|
5964
5995
|
"instanceAi.connections.row.status.waiting": "Waiting…",
|
|
5965
5996
|
"instanceAi.connections.row.status.disconnected": "Disconnected",
|
|
5966
5997
|
"instanceAi.connections.types.computerUse.subtitle": "Computer use",
|
|
5998
|
+
"instanceAi.connections.types.computerUse.description": "Work with local files, terminal commands, and your browser",
|
|
5967
5999
|
"instanceAi.connections.types.browserUse.subtitle": "Browser use",
|
|
5968
|
-
"instanceAi.connections.
|
|
5969
|
-
"instanceAi.
|
|
6000
|
+
"instanceAi.connections.types.browserUse.description": "Let the agent automate tasks in your browser",
|
|
6001
|
+
"instanceAi.mcp.success.connect": "Connected successfully",
|
|
6002
|
+
"instanceAi.mcp.success.changeCredential": "Credential changed successfully",
|
|
5970
6003
|
"instanceAi.mcp.error.fetchConnections": "Failed to load MCP connections",
|
|
5971
6004
|
"instanceAi.mcp.error.fetchCatalog": "Failed to load MCP server catalog",
|
|
6005
|
+
"instanceAi.mcp.error.fetchTools": "Failed to load MCP server tools",
|
|
5972
6006
|
"instanceAi.mcp.error.connect": "Failed to connect MCP server",
|
|
5973
6007
|
"instanceAi.mcp.error.updateSettings": "Failed to update MCP server settings",
|
|
5974
6008
|
"instanceAi.mcp.error.disconnect": "Failed to disconnect MCP server",
|
|
6009
|
+
"instanceAi.mcp.settings.saved": "MCP server settings saved",
|
|
5975
6010
|
"instanceAi.mcp.error.autoConnectAmbiguous.title": "Credential created",
|
|
5976
6011
|
"instanceAi.mcp.error.autoConnectAmbiguous.message": "Multiple new credentials appeared. Please pick the one you just created from the credential picker.",
|
|
5977
6012
|
"instanceAi.browserUse.modal.title": "Connect Browser Use",
|
|
@@ -5995,6 +6030,8 @@ var en_default = {
|
|
|
5995
6030
|
"instanceAi.agentTree.tools": "Tools",
|
|
5996
6031
|
"instanceAi.agentTree.completed": "Completed",
|
|
5997
6032
|
"instanceAi.agentTree.cancelled": "Cancelled",
|
|
6033
|
+
"instanceAi.agentTree.stoppedByUser": "You stopped this run",
|
|
6034
|
+
"instanceAi.agentTree.timedOut": "Run timed out",
|
|
5998
6035
|
"instanceAi.agentTree.error": "Error",
|
|
5999
6036
|
"instanceAi.error.title": "Something went wrong",
|
|
6000
6037
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
@@ -6059,7 +6096,11 @@ var en_default = {
|
|
|
6059
6096
|
"instanceAi.credential.deny": "Later",
|
|
6060
6097
|
"instanceAi.credential.confirmAll": "Confirm all credentials",
|
|
6061
6098
|
"instanceAi.credential.autoSetup": "Set up automatically",
|
|
6099
|
+
"instanceAi.credential.autoSetup.description": "Allow AI to control my browser",
|
|
6062
6100
|
"instanceAi.credential.autoSetupStarted": "Automatic credential setup started",
|
|
6101
|
+
"instanceAi.credential.manualSetup": "Set up manually",
|
|
6102
|
+
"instanceAi.credential.manualSetup.description": "We can provide instructions",
|
|
6103
|
+
"instanceAi.credential.setupCredentialButton": "Set up credential",
|
|
6063
6104
|
"instanceAi.credential.finalize.applyCredentials": "Apply credentials",
|
|
6064
6105
|
"instanceAi.credential.finalize.later": "Later",
|
|
6065
6106
|
"instanceAi.credential.finalize.applied": "Credentials applied",
|
|
@@ -6491,6 +6532,7 @@ var en_default = {
|
|
|
6491
6532
|
"instanceAi.stepTimeline.hideBrief": "Hide brief",
|
|
6492
6533
|
"instanceAi.stepTimeline.done": "Done",
|
|
6493
6534
|
"instanceAi.stepTimeline.craftingWorkflow": "Crafting workflow",
|
|
6535
|
+
"instanceAi.activitySummary.reasoning": "Reasoning",
|
|
6494
6536
|
"instanceAi.activitySummary.toolCalls": "{count} tool calls",
|
|
6495
6537
|
"instanceAi.activitySummary.messages": "{count} messages",
|
|
6496
6538
|
"instanceAi.activitySummary.questions": "{count} answered questions",
|
|
@@ -6519,6 +6561,13 @@ var en_default = {
|
|
|
6519
6561
|
"agents.noResults": "No agents found",
|
|
6520
6562
|
"agents.builder.save": "Save",
|
|
6521
6563
|
"agents.builder.deleteAgent": "Delete agent",
|
|
6564
|
+
"agents.builder.exportJson": "Export JSON",
|
|
6565
|
+
"agents.builder.importJson": "Import JSON",
|
|
6566
|
+
"agents.builder.importJsonModal.title": "Import agent JSON",
|
|
6567
|
+
"agents.builder.importJsonModal.description": "Choose a JSON file exported from an agent. Importing replaces the current configuration.",
|
|
6568
|
+
"agents.builder.importJsonModal.fileLabel": "Agent JSON file",
|
|
6569
|
+
"agents.builder.importJsonModal.invalidJson": "Agent JSON couldn't be read. Choose a valid agent JSON file.",
|
|
6570
|
+
"agents.builder.importJsonModal.import": "Import JSON",
|
|
6522
6571
|
"agents.delete.modal.title": "Delete \"{name}\"?",
|
|
6523
6572
|
"agents.delete.modal.description": "Are you sure you want to delete \"{name}\"? This action cannot be undone.",
|
|
6524
6573
|
"agents.delete.modal.button.delete": "Delete",
|
|
@@ -6533,6 +6582,8 @@ var en_default = {
|
|
|
6533
6582
|
"agents.builder.chat.sessionPicker.empty": "No previous chats",
|
|
6534
6583
|
"agents.builder.chat.newChat.ariaLabel": "Start a new chat",
|
|
6535
6584
|
"agents.builder.chat.newChat.label": "New chat",
|
|
6585
|
+
"agents.builder.chat.hide.ariaLabel": "Hide builder",
|
|
6586
|
+
"agents.builder.chat.show.ariaLabel": "Show builder",
|
|
6536
6587
|
"agents.builder.chat.fullWidth.expand.ariaLabel": "Expand",
|
|
6537
6588
|
"agents.builder.chat.fullWidth.collapse.ariaLabel": "Collapse",
|
|
6538
6589
|
"agents.chat.loadHistory.error": "Could not load chat history",
|
|
@@ -6706,8 +6757,10 @@ var en_default = {
|
|
|
6706
6757
|
"agents.builder.agent.description": "Core setup that defines how this agent behaves",
|
|
6707
6758
|
"agents.builder.agent.name.label": "Name",
|
|
6708
6759
|
"agents.builder.agent.name.placeholder": "My agent",
|
|
6760
|
+
"agents.builder.agent.personalisation.change": "Change agent icon",
|
|
6709
6761
|
"agents.builder.agent.model.label": "Model",
|
|
6710
6762
|
"agents.builder.agent.instructions.label": "Instructions",
|
|
6763
|
+
"agents.builder.agent.instructions.placeholder": "Enter instructions here",
|
|
6711
6764
|
"agents.builder.agent.instructions.characterCount": "{count} characters",
|
|
6712
6765
|
"agents.builder.advanced.title": "Advanced",
|
|
6713
6766
|
"agents.builder.advanced.description": "Execution tuning — reasoning depth and tool parallelism.",
|
|
@@ -6732,6 +6785,8 @@ var en_default = {
|
|
|
6732
6785
|
"agents.builder.advanced.budgetTokens.label": "Budget tokens",
|
|
6733
6786
|
"agents.builder.advanced.budgetTokens.hint": "How many tokens the model can use for reasoning before answering",
|
|
6734
6787
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
6788
|
+
"agents.builder.advanced.promptCaching.hint": "Cache repeated parts of the prompt to reduce latency and cost.",
|
|
6789
|
+
"agents.builder.advanced.promptCachingTtl.label": "Cache duration",
|
|
6735
6790
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
6736
6791
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
6737
6792
|
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
@@ -6747,13 +6802,18 @@ var en_default = {
|
|
|
6747
6802
|
"agents.builder.files.title": "Knowledge base",
|
|
6748
6803
|
"agents.builder.files.description": "Add CSV, PDF, Markdown, or TXT files this agent can search and read. Upload up to {maxFiles} files at a time, {maxSizeMb} MB each. Knowledge base size is limited to {maxTotalGb} GB.",
|
|
6749
6804
|
"agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
|
|
6805
|
+
"agents.builder.files.summary.empty": "No files",
|
|
6806
|
+
"agents.builder.files.summary.count": "{count} file | {count} files",
|
|
6750
6807
|
"agents.builder.files.upload": "Upload file",
|
|
6808
|
+
"agents.builder.files.publishRequired": "Publish this agent to upload knowledge files",
|
|
6751
6809
|
"agents.builder.files.uploadFileTooLarge.title": "File too large",
|
|
6752
6810
|
"agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
|
|
6753
6811
|
"agents.builder.files.uploadTotalTooLarge.title": "Knowledge base limit reached",
|
|
6754
6812
|
"agents.builder.files.uploadTotalTooLarge.message": "These files would make the knowledge base larger than {size} GB. Delete files or upload a smaller selection.",
|
|
6755
6813
|
"agents.builder.files.empty": "No files uploaded yet.",
|
|
6814
|
+
"agents.builder.files.addFile": "Add file",
|
|
6756
6815
|
"agents.builder.files.loading": "Loading files...",
|
|
6816
|
+
"agents.builder.files.origin.user": "User",
|
|
6757
6817
|
"agents.builder.files.uploaded": "File uploaded",
|
|
6758
6818
|
"agents.builder.files.deleted": "File deleted",
|
|
6759
6819
|
"agents.builder.files.delete": "Delete file",
|
|
@@ -6785,6 +6845,8 @@ var en_default = {
|
|
|
6785
6845
|
"agents.builder.subAgents.useWhen.validation.maxLength": "Use when must be {max} characters or less.",
|
|
6786
6846
|
"agents.builder.subAgents.maxChildren.label": "Max parallel sub-agents",
|
|
6787
6847
|
"agents.builder.subAgents.maxChildren.hint": "How many sub-agents this agent can run at the same time ({min}-{max}).",
|
|
6848
|
+
"agents.builder.subAgents.customModelRouting.label": "Custom model routing",
|
|
6849
|
+
"agents.builder.subAgents.customModelRouting.hint": "Use different models for low, medium, or high difficulty tasks.",
|
|
6788
6850
|
"agents.builder.subAgents.modelsByDifficulty.title": "Models by difficulty",
|
|
6789
6851
|
"agents.builder.subAgents.modelsByDifficulty.hint": "Optional. Unset difficulties use the parent model.",
|
|
6790
6852
|
"agents.builder.subAgents.modelsByDifficulty.low.label": "Low",
|
|
@@ -6947,7 +7009,9 @@ var en_default = {
|
|
|
6947
7009
|
"agents.builder.tree.foldersEmpty": "No items yet",
|
|
6948
7010
|
"agents.builder.header.executions": "Executions",
|
|
6949
7011
|
"agents.builder.header.tab.agent": "Agent",
|
|
7012
|
+
"agents.builder.header.tab.knowledge": "Knowledge",
|
|
6950
7013
|
"agents.builder.header.tab.executions": "Sessions",
|
|
7014
|
+
"agents.builder.header.tab.settings": "Settings",
|
|
6951
7015
|
"agents.builder.header.tab.memory": "Memory",
|
|
6952
7016
|
"agents.builder.header.tab.evaluations": "Evaluations",
|
|
6953
7017
|
"agents.builder.header.tab.raw": "Raw",
|
|
@@ -6963,6 +7027,7 @@ var en_default = {
|
|
|
6963
7027
|
"agents.builder.preview.viewSession": "View session",
|
|
6964
7028
|
"agents.builder.preview.close.ariaLabel": "Close preview",
|
|
6965
7029
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
7030
|
+
"agents.builder.settings.description": "Configure memory, sub-agent routing, and advanced runtime settings.",
|
|
6966
7031
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
6967
7032
|
"agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
|
|
6968
7033
|
"agents.builder.evaluations.configuredInCode": "{count} evaluation configured in code | {count} evaluations configured in code",
|
|
@@ -7080,6 +7145,7 @@ var en_default = {
|
|
|
7080
7145
|
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again.",
|
|
7081
7146
|
"tools.connection.title": "Tools",
|
|
7082
7147
|
"tools.connection.search.placeholder": "Search all tools...",
|
|
7148
|
+
"tools.connection.sections.builtInServices": "Connect built-in services",
|
|
7083
7149
|
"tools.connection.sections.availableNodes": "Connect to a service",
|
|
7084
7150
|
"tools.connection.sections.availableAgents": "Hand off to an agent",
|
|
7085
7151
|
"tools.connection.sections.availableData": "Read or write data",
|
|
@@ -7104,7 +7170,7 @@ var en_default = {
|
|
|
7104
7170
|
"tools.connection.settings.toolsToInclude": "Tools to Include",
|
|
7105
7171
|
"tools.connection.settings.toolsToExclude": "Tools to Exclude",
|
|
7106
7172
|
"tools.connection.settings.toolsPlaceholder": "Select tools...",
|
|
7107
|
-
"tools.connection.settings.
|
|
7173
|
+
"tools.connection.settings.remove": "Remove",
|
|
7108
7174
|
"tools.connection.settings.save": "Save settings",
|
|
7109
7175
|
"tools.connection.empty.title": "No tools available",
|
|
7110
7176
|
"tools.connection.empty.noResults": "No results for \"{query}\"",
|