@n8n/i18n 2.29.4 → 2.30.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 +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 +4 -4
package/dist/index.mjs
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",
|
|
@@ -2645,6 +2660,8 @@ var en_default = {
|
|
|
2645
2660
|
"projectRoles.project:update.tooltip": "Edit project details and manage users",
|
|
2646
2661
|
"projectRoles.project:delete": "Delete",
|
|
2647
2662
|
"projectRoles.project:delete.tooltip": "Delete the entire project and all its contents",
|
|
2663
|
+
"projectRoles.project:export": "Export",
|
|
2664
|
+
"projectRoles.project:export.tooltip": "Export the entire project and all its contents",
|
|
2648
2665
|
"projectRoles.folder:read": "View",
|
|
2649
2666
|
"projectRoles.folder:read.tooltip": "View folders and subfolders within a project",
|
|
2650
2667
|
"projectRoles.folder:update": "Edit",
|
|
@@ -2663,6 +2680,8 @@ var en_default = {
|
|
|
2663
2680
|
"projectRoles.workflow:import.tooltip": "Import workflows from a portable package into the project",
|
|
2664
2681
|
"projectRoles.workflow:execute": "Execute",
|
|
2665
2682
|
"projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
|
|
2683
|
+
"projectRoles.workflow:execute-chat": "Execute in Chat",
|
|
2684
|
+
"projectRoles.workflow:execute-chat.tooltip": "Execute workflows in chat",
|
|
2666
2685
|
"projectRoles.workflow:update": "Edit",
|
|
2667
2686
|
"projectRoles.workflow:update.tooltip": "Edit workflow content",
|
|
2668
2687
|
"projectRoles.workflow:create": "Create",
|
|
@@ -2710,6 +2729,8 @@ var en_default = {
|
|
|
2710
2729
|
"projectRoles.credential:unshare.tooltip": "Remove credential sharing with other projects or users",
|
|
2711
2730
|
"projectRoles.credential:move": "Transfer",
|
|
2712
2731
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2732
|
+
"projectRoles.credential:connect": "Connect",
|
|
2733
|
+
"projectRoles.credential:connect.tooltip": "Connect an own account to a private credential without editing it",
|
|
2713
2734
|
"projectRoles.credential:delete": "Delete",
|
|
2714
2735
|
"projectRoles.credential:delete.tooltip": "Delete credentials",
|
|
2715
2736
|
"projectRoles.execution:reveal": "Reveal redacted data",
|
|
@@ -2726,6 +2747,10 @@ var en_default = {
|
|
|
2726
2747
|
"projectRoles.dataTable:readRow.tooltip": "View data table rows",
|
|
2727
2748
|
"projectRoles.dataTable:writeRow": "Edit Rows",
|
|
2728
2749
|
"projectRoles.dataTable:writeRow.tooltip": "Modify data table rows",
|
|
2750
|
+
"projectRoles.dataTable:readColumn": "View Columns",
|
|
2751
|
+
"projectRoles.dataTable:readColumn.tooltip": "View data table columns",
|
|
2752
|
+
"projectRoles.dataTable:writeColumn": "Edit Columns",
|
|
2753
|
+
"projectRoles.dataTable:writeColumn.tooltip": "Modify data table columns",
|
|
2729
2754
|
"projectRoles.projectVariable:read": "View",
|
|
2730
2755
|
"projectRoles.projectVariable:read.tooltip": "View project variable values and use them in workflows",
|
|
2731
2756
|
"projectRoles.projectVariable:update": "Edit",
|
|
@@ -2801,7 +2826,7 @@ var en_default = {
|
|
|
2801
2826
|
"roles.action.duplicate.success": "Role '{roleName}' duplicated successfully as '{roleDuplicateName}'",
|
|
2802
2827
|
"roles.action.duplicate.error": "Error duplicating role",
|
|
2803
2828
|
"projectRoles.action.create.success": "Role created successfully",
|
|
2804
|
-
"projectRoles.action.create.error": "
|
|
2829
|
+
"projectRoles.action.create.error": "Couldn't create role",
|
|
2805
2830
|
"projectRoles.action.update": "Update role",
|
|
2806
2831
|
"projectRoles.action.update.success": "Role updated successfully",
|
|
2807
2832
|
"projectRoles.action.update.error": "Error updating role",
|
|
@@ -2825,6 +2850,12 @@ var en_default = {
|
|
|
2825
2850
|
"instanceRoles.option.manage": "Manage",
|
|
2826
2851
|
"instanceRoles.option.manageOwn": "Manage own",
|
|
2827
2852
|
"instanceRoles.option.manageAll": "Manage others",
|
|
2853
|
+
"instanceRoles.option.manageProjectRoles": "Manage project roles",
|
|
2854
|
+
"instanceRoles.option.manageAllRoles": "Manage all roles (instance and project)",
|
|
2855
|
+
"instanceRoles.option.includedIn": "Included in {option}",
|
|
2856
|
+
"instanceRoles.warning.manageMembers": "A user with this permission can give themselves or an account they invite permissions they don't currently hold. {link}",
|
|
2857
|
+
"instanceRoles.warning.manageRoles": "A user with this permission can edit their own custom role to add permissions they weren't originally granted. {link}",
|
|
2858
|
+
"instanceRoles.warning.viewDocs": "View docs",
|
|
2828
2859
|
"roles.instance.newRole": "New instance role",
|
|
2829
2860
|
"roles.instance.editRole": "Custom instance role",
|
|
2830
2861
|
"roles.instance.backToRoles": "Back to roles",
|
|
@@ -2835,17 +2866,14 @@ var en_default = {
|
|
|
2835
2866
|
"roles.instance.action.delete.warning": "Deleting this role is permanent and cannot be undone.",
|
|
2836
2867
|
"roles.instance.action.delete.button": "Delete role",
|
|
2837
2868
|
"roles.instance.action.create.success": "Role created successfully",
|
|
2838
|
-
"roles.instance.action.create.error": "
|
|
2869
|
+
"roles.instance.action.create.error": "Couldn't create role",
|
|
2870
|
+
"roles.create.validation.nameMinLength": "Enter a name of at least {min} characters",
|
|
2839
2871
|
"roles.instance.action.update.success": "Role updated successfully",
|
|
2840
2872
|
"roles.instance.action.update.error": "Error updating role",
|
|
2841
2873
|
"roles.instance.assignments.memberColumn": "Member",
|
|
2842
2874
|
"roles.instance.assignments.roleColumn": "Instance role",
|
|
2843
|
-
"roles.instance.assignments.addMember": "Add member",
|
|
2844
|
-
"roles.instance.assignments.viewAllMembers": "View all Members",
|
|
2845
2875
|
"roles.instance.assignments.emptyState": "No users have this role yet.",
|
|
2846
2876
|
"roles.instance.assignments.fetch.error": "Error loading members",
|
|
2847
|
-
"roles.instance.assignments.changeRole.success": "Role updated",
|
|
2848
|
-
"roles.instance.assignments.changeRole.error": "Error updating role",
|
|
2849
2877
|
"roles.fetch.error": "Error loading roles",
|
|
2850
2878
|
"projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
|
|
2851
2879
|
"projectRoles.assignments.projectColumn": "Project",
|
|
@@ -3360,7 +3388,6 @@ var en_default = {
|
|
|
3360
3388
|
"settings.users.table.row.role.description.chatUser": "Can use Chat but cannot create or view workflows or access other features",
|
|
3361
3389
|
"settings.users.table.row.2fa.enabled": "@:_reusableBaseText.enabled",
|
|
3362
3390
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
3363
|
-
"settings.projectRoles": "Project roles",
|
|
3364
3391
|
"settings.roles": "Roles",
|
|
3365
3392
|
"settings.api": "API",
|
|
3366
3393
|
"settings.n8napi": "n8n API",
|
|
@@ -3568,8 +3595,7 @@ var en_default = {
|
|
|
3568
3595
|
"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.",
|
|
3569
3596
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3570
3597
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3571
|
-
"settings.
|
|
3572
|
-
"settings.provisioningProjectRolesHandledByExpressionMapping.description": "Project roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3598
|
+
"settings.projectRolesManaged.description": "Project roles are managed automatically. Manual role changes are disabled.",
|
|
3573
3599
|
"settings.externalSecrets.title": "External Secrets",
|
|
3574
3600
|
"settings.externalSecrets.info": "Connect external secrets tools for centralized credentials management across environments, and to enhance system security.",
|
|
3575
3601
|
"settings.externalSecrets.info.link": "More info",
|
|
@@ -3809,8 +3835,8 @@ var en_default = {
|
|
|
3809
3835
|
"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.",
|
|
3810
3836
|
"settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
|
|
3811
3837
|
"settings.migrationReport": "Migration Report",
|
|
3812
|
-
"settings.migrationReport.title": "Compatibility report for version
|
|
3813
|
-
"settings.migrationReport.description": "{compatibleCount} of your {totalCount} workflows are already compatible with version
|
|
3838
|
+
"settings.migrationReport.title": "Compatibility report for version {version}",
|
|
3839
|
+
"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",
|
|
3814
3840
|
"settings.migrationReport.documentationLink": "documentation",
|
|
3815
3841
|
"settings.migrationReport.refreshButton": "Refresh",
|
|
3816
3842
|
"settings.migrationReport.tabs.workflowIssues": "Workflow issues",
|
|
@@ -3822,9 +3848,9 @@ var en_default = {
|
|
|
3822
3848
|
"settings.migrationReport.instanceTooltip.medium": "This may affect performance, compatibility, or connected services. Review and fix if relevant to your setup.",
|
|
3823
3849
|
"settings.migrationReport.instanceTooltip.low": "Minor configuration change. Doesn't block the update but may cause subtle changes in behavior.",
|
|
3824
3850
|
"settings.migrationReport.emptyWorkflowIssues.title": "No workflow issues detected",
|
|
3825
|
-
"settings.migrationReport.emptyWorkflowIssues.description": "Your workflows are fully compatible with version
|
|
3851
|
+
"settings.migrationReport.emptyWorkflowIssues.description": "Your workflows are fully compatible with version {version}. You're good to go!",
|
|
3826
3852
|
"settings.migrationReport.emptyInstanceIssues.title": "No instance issues detected",
|
|
3827
|
-
"settings.migrationReport.emptyInstanceIssues.description": "Your instance is fully compatible with version
|
|
3853
|
+
"settings.migrationReport.emptyInstanceIssues.description": "Your instance is fully compatible with version {version}. You're good to go!",
|
|
3828
3854
|
"settings.migrationReport.documentation": "Documentation",
|
|
3829
3855
|
"settings.migrationReport.workflowsCount": "{count} Workflow | {count} Workflows",
|
|
3830
3856
|
"settings.migrationReport.detail.affectedTag": "{count} affected",
|
|
@@ -4365,6 +4391,11 @@ var en_default = {
|
|
|
4365
4391
|
"workflows.published": "Published",
|
|
4366
4392
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
4367
4393
|
"workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
|
|
4394
|
+
"workflows.publish.publishing": "Publishing…",
|
|
4395
|
+
"workflows.publish.publishing.tooltip": "Activating triggers — this can take a moment.",
|
|
4396
|
+
"workflows.publish.partial.tooltip": "The workflow is partially published, but some triggers failed to activate. Publish again to retry.",
|
|
4397
|
+
"workflows.publish.failed.tooltip": "This workflow isn't running. Publish again to retry.",
|
|
4398
|
+
"workflows.publish.failures.label": "Failed triggers:",
|
|
4368
4399
|
"workflows.unpublish": "Unpublish",
|
|
4369
4400
|
"workflows.project.add": "Add workflow to project",
|
|
4370
4401
|
"workflows.item.open": "Open",
|
|
@@ -4514,6 +4545,7 @@ var en_default = {
|
|
|
4514
4545
|
"workflows.publishModal.versionNameLabel": "Version name",
|
|
4515
4546
|
"workflows.publishModal.descriptionPlaceholder": "Describe changes (optional)",
|
|
4516
4547
|
"workflows.publishModal.noChanges": "No changes to publish",
|
|
4548
|
+
"workflows.publishModal.reattempt": "Re-publishing will retry the triggers that failed to activate.",
|
|
4517
4549
|
"workflows.publishModal.changes": "New changes to publish",
|
|
4518
4550
|
"workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
|
|
4519
4551
|
"workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
|
|
@@ -5949,8 +5981,7 @@ var en_default = {
|
|
|
5949
5981
|
"instanceAi.sidebar.deleteThread": "Delete",
|
|
5950
5982
|
"instanceAi.connections.title": "Connections",
|
|
5951
5983
|
"instanceAi.connections.empty.title": "No connections yet",
|
|
5952
|
-
"instanceAi.connections.empty.
|
|
5953
|
-
"instanceAi.connections.empty.cta": "Setup computer use",
|
|
5984
|
+
"instanceAi.connections.empty.cta": "Add a connection",
|
|
5954
5985
|
"instanceAi.connections.add.label": "Add connection",
|
|
5955
5986
|
"instanceAi.connections.add.computerUse": "Computer Use",
|
|
5956
5987
|
"instanceAi.connections.add.browserUse": "Browser Use",
|
|
@@ -5965,14 +5996,18 @@ var en_default = {
|
|
|
5965
5996
|
"instanceAi.connections.row.status.waiting": "Waiting…",
|
|
5966
5997
|
"instanceAi.connections.row.status.disconnected": "Disconnected",
|
|
5967
5998
|
"instanceAi.connections.types.computerUse.subtitle": "Computer use",
|
|
5999
|
+
"instanceAi.connections.types.computerUse.description": "Work with local files, terminal commands, and your browser",
|
|
5968
6000
|
"instanceAi.connections.types.browserUse.subtitle": "Browser use",
|
|
5969
|
-
"instanceAi.connections.
|
|
5970
|
-
"instanceAi.
|
|
6001
|
+
"instanceAi.connections.types.browserUse.description": "Let the agent automate tasks in your browser",
|
|
6002
|
+
"instanceAi.mcp.success.connect": "Connected successfully",
|
|
6003
|
+
"instanceAi.mcp.success.changeCredential": "Credential changed successfully",
|
|
5971
6004
|
"instanceAi.mcp.error.fetchConnections": "Failed to load MCP connections",
|
|
5972
6005
|
"instanceAi.mcp.error.fetchCatalog": "Failed to load MCP server catalog",
|
|
6006
|
+
"instanceAi.mcp.error.fetchTools": "Failed to load MCP server tools",
|
|
5973
6007
|
"instanceAi.mcp.error.connect": "Failed to connect MCP server",
|
|
5974
6008
|
"instanceAi.mcp.error.updateSettings": "Failed to update MCP server settings",
|
|
5975
6009
|
"instanceAi.mcp.error.disconnect": "Failed to disconnect MCP server",
|
|
6010
|
+
"instanceAi.mcp.settings.saved": "MCP server settings saved",
|
|
5976
6011
|
"instanceAi.mcp.error.autoConnectAmbiguous.title": "Credential created",
|
|
5977
6012
|
"instanceAi.mcp.error.autoConnectAmbiguous.message": "Multiple new credentials appeared. Please pick the one you just created from the credential picker.",
|
|
5978
6013
|
"instanceAi.browserUse.modal.title": "Connect Browser Use",
|
|
@@ -5996,6 +6031,8 @@ var en_default = {
|
|
|
5996
6031
|
"instanceAi.agentTree.tools": "Tools",
|
|
5997
6032
|
"instanceAi.agentTree.completed": "Completed",
|
|
5998
6033
|
"instanceAi.agentTree.cancelled": "Cancelled",
|
|
6034
|
+
"instanceAi.agentTree.stoppedByUser": "You stopped this run",
|
|
6035
|
+
"instanceAi.agentTree.timedOut": "Run timed out",
|
|
5999
6036
|
"instanceAi.agentTree.error": "Error",
|
|
6000
6037
|
"instanceAi.error.title": "Something went wrong",
|
|
6001
6038
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
@@ -6060,7 +6097,11 @@ var en_default = {
|
|
|
6060
6097
|
"instanceAi.credential.deny": "Later",
|
|
6061
6098
|
"instanceAi.credential.confirmAll": "Confirm all credentials",
|
|
6062
6099
|
"instanceAi.credential.autoSetup": "Set up automatically",
|
|
6100
|
+
"instanceAi.credential.autoSetup.description": "Allow AI to control my browser",
|
|
6063
6101
|
"instanceAi.credential.autoSetupStarted": "Automatic credential setup started",
|
|
6102
|
+
"instanceAi.credential.manualSetup": "Set up manually",
|
|
6103
|
+
"instanceAi.credential.manualSetup.description": "We can provide instructions",
|
|
6104
|
+
"instanceAi.credential.setupCredentialButton": "Set up credential",
|
|
6064
6105
|
"instanceAi.credential.finalize.applyCredentials": "Apply credentials",
|
|
6065
6106
|
"instanceAi.credential.finalize.later": "Later",
|
|
6066
6107
|
"instanceAi.credential.finalize.applied": "Credentials applied",
|
|
@@ -6492,6 +6533,7 @@ var en_default = {
|
|
|
6492
6533
|
"instanceAi.stepTimeline.hideBrief": "Hide brief",
|
|
6493
6534
|
"instanceAi.stepTimeline.done": "Done",
|
|
6494
6535
|
"instanceAi.stepTimeline.craftingWorkflow": "Crafting workflow",
|
|
6536
|
+
"instanceAi.activitySummary.reasoning": "Reasoning",
|
|
6495
6537
|
"instanceAi.activitySummary.toolCalls": "{count} tool calls",
|
|
6496
6538
|
"instanceAi.activitySummary.messages": "{count} messages",
|
|
6497
6539
|
"instanceAi.activitySummary.questions": "{count} answered questions",
|
|
@@ -6520,6 +6562,13 @@ var en_default = {
|
|
|
6520
6562
|
"agents.noResults": "No agents found",
|
|
6521
6563
|
"agents.builder.save": "Save",
|
|
6522
6564
|
"agents.builder.deleteAgent": "Delete agent",
|
|
6565
|
+
"agents.builder.exportJson": "Export JSON",
|
|
6566
|
+
"agents.builder.importJson": "Import JSON",
|
|
6567
|
+
"agents.builder.importJsonModal.title": "Import agent JSON",
|
|
6568
|
+
"agents.builder.importJsonModal.description": "Choose a JSON file exported from an agent. Importing replaces the current configuration.",
|
|
6569
|
+
"agents.builder.importJsonModal.fileLabel": "Agent JSON file",
|
|
6570
|
+
"agents.builder.importJsonModal.invalidJson": "Agent JSON couldn't be read. Choose a valid agent JSON file.",
|
|
6571
|
+
"agents.builder.importJsonModal.import": "Import JSON",
|
|
6523
6572
|
"agents.delete.modal.title": "Delete \"{name}\"?",
|
|
6524
6573
|
"agents.delete.modal.description": "Are you sure you want to delete \"{name}\"? This action cannot be undone.",
|
|
6525
6574
|
"agents.delete.modal.button.delete": "Delete",
|
|
@@ -6534,6 +6583,8 @@ var en_default = {
|
|
|
6534
6583
|
"agents.builder.chat.sessionPicker.empty": "No previous chats",
|
|
6535
6584
|
"agents.builder.chat.newChat.ariaLabel": "Start a new chat",
|
|
6536
6585
|
"agents.builder.chat.newChat.label": "New chat",
|
|
6586
|
+
"agents.builder.chat.hide.ariaLabel": "Hide builder",
|
|
6587
|
+
"agents.builder.chat.show.ariaLabel": "Show builder",
|
|
6537
6588
|
"agents.builder.chat.fullWidth.expand.ariaLabel": "Expand",
|
|
6538
6589
|
"agents.builder.chat.fullWidth.collapse.ariaLabel": "Collapse",
|
|
6539
6590
|
"agents.chat.loadHistory.error": "Could not load chat history",
|
|
@@ -6707,8 +6758,10 @@ var en_default = {
|
|
|
6707
6758
|
"agents.builder.agent.description": "Core setup that defines how this agent behaves",
|
|
6708
6759
|
"agents.builder.agent.name.label": "Name",
|
|
6709
6760
|
"agents.builder.agent.name.placeholder": "My agent",
|
|
6761
|
+
"agents.builder.agent.personalisation.change": "Change agent icon",
|
|
6710
6762
|
"agents.builder.agent.model.label": "Model",
|
|
6711
6763
|
"agents.builder.agent.instructions.label": "Instructions",
|
|
6764
|
+
"agents.builder.agent.instructions.placeholder": "Enter instructions here",
|
|
6712
6765
|
"agents.builder.agent.instructions.characterCount": "{count} characters",
|
|
6713
6766
|
"agents.builder.advanced.title": "Advanced",
|
|
6714
6767
|
"agents.builder.advanced.description": "Execution tuning — reasoning depth and tool parallelism.",
|
|
@@ -6733,6 +6786,8 @@ var en_default = {
|
|
|
6733
6786
|
"agents.builder.advanced.budgetTokens.label": "Budget tokens",
|
|
6734
6787
|
"agents.builder.advanced.budgetTokens.hint": "How many tokens the model can use for reasoning before answering",
|
|
6735
6788
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
6789
|
+
"agents.builder.advanced.promptCaching.hint": "Cache repeated parts of the prompt to reduce latency and cost.",
|
|
6790
|
+
"agents.builder.advanced.promptCachingTtl.label": "Cache duration",
|
|
6736
6791
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
6737
6792
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
6738
6793
|
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
@@ -6748,13 +6803,18 @@ var en_default = {
|
|
|
6748
6803
|
"agents.builder.files.title": "Knowledge base",
|
|
6749
6804
|
"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.",
|
|
6750
6805
|
"agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
|
|
6806
|
+
"agents.builder.files.summary.empty": "No files",
|
|
6807
|
+
"agents.builder.files.summary.count": "{count} file | {count} files",
|
|
6751
6808
|
"agents.builder.files.upload": "Upload file",
|
|
6809
|
+
"agents.builder.files.publishRequired": "Publish this agent to upload knowledge files",
|
|
6752
6810
|
"agents.builder.files.uploadFileTooLarge.title": "File too large",
|
|
6753
6811
|
"agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
|
|
6754
6812
|
"agents.builder.files.uploadTotalTooLarge.title": "Knowledge base limit reached",
|
|
6755
6813
|
"agents.builder.files.uploadTotalTooLarge.message": "These files would make the knowledge base larger than {size} GB. Delete files or upload a smaller selection.",
|
|
6756
6814
|
"agents.builder.files.empty": "No files uploaded yet.",
|
|
6815
|
+
"agents.builder.files.addFile": "Add file",
|
|
6757
6816
|
"agents.builder.files.loading": "Loading files...",
|
|
6817
|
+
"agents.builder.files.origin.user": "User",
|
|
6758
6818
|
"agents.builder.files.uploaded": "File uploaded",
|
|
6759
6819
|
"agents.builder.files.deleted": "File deleted",
|
|
6760
6820
|
"agents.builder.files.delete": "Delete file",
|
|
@@ -6786,6 +6846,8 @@ var en_default = {
|
|
|
6786
6846
|
"agents.builder.subAgents.useWhen.validation.maxLength": "Use when must be {max} characters or less.",
|
|
6787
6847
|
"agents.builder.subAgents.maxChildren.label": "Max parallel sub-agents",
|
|
6788
6848
|
"agents.builder.subAgents.maxChildren.hint": "How many sub-agents this agent can run at the same time ({min}-{max}).",
|
|
6849
|
+
"agents.builder.subAgents.customModelRouting.label": "Custom model routing",
|
|
6850
|
+
"agents.builder.subAgents.customModelRouting.hint": "Use different models for low, medium, or high difficulty tasks.",
|
|
6789
6851
|
"agents.builder.subAgents.modelsByDifficulty.title": "Models by difficulty",
|
|
6790
6852
|
"agents.builder.subAgents.modelsByDifficulty.hint": "Optional. Unset difficulties use the parent model.",
|
|
6791
6853
|
"agents.builder.subAgents.modelsByDifficulty.low.label": "Low",
|
|
@@ -6948,7 +7010,9 @@ var en_default = {
|
|
|
6948
7010
|
"agents.builder.tree.foldersEmpty": "No items yet",
|
|
6949
7011
|
"agents.builder.header.executions": "Executions",
|
|
6950
7012
|
"agents.builder.header.tab.agent": "Agent",
|
|
7013
|
+
"agents.builder.header.tab.knowledge": "Knowledge",
|
|
6951
7014
|
"agents.builder.header.tab.executions": "Sessions",
|
|
7015
|
+
"agents.builder.header.tab.settings": "Settings",
|
|
6952
7016
|
"agents.builder.header.tab.memory": "Memory",
|
|
6953
7017
|
"agents.builder.header.tab.evaluations": "Evaluations",
|
|
6954
7018
|
"agents.builder.header.tab.raw": "Raw",
|
|
@@ -6964,6 +7028,7 @@ var en_default = {
|
|
|
6964
7028
|
"agents.builder.preview.viewSession": "View session",
|
|
6965
7029
|
"agents.builder.preview.close.ariaLabel": "Close preview",
|
|
6966
7030
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
7031
|
+
"agents.builder.settings.description": "Configure memory, sub-agent routing, and advanced runtime settings.",
|
|
6967
7032
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
6968
7033
|
"agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
|
|
6969
7034
|
"agents.builder.evaluations.configuredInCode": "{count} evaluation configured in code | {count} evaluations configured in code",
|
|
@@ -7081,6 +7146,7 @@ var en_default = {
|
|
|
7081
7146
|
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again.",
|
|
7082
7147
|
"tools.connection.title": "Tools",
|
|
7083
7148
|
"tools.connection.search.placeholder": "Search all tools...",
|
|
7149
|
+
"tools.connection.sections.builtInServices": "Connect built-in services",
|
|
7084
7150
|
"tools.connection.sections.availableNodes": "Connect to a service",
|
|
7085
7151
|
"tools.connection.sections.availableAgents": "Hand off to an agent",
|
|
7086
7152
|
"tools.connection.sections.availableData": "Read or write data",
|
|
@@ -7105,7 +7171,7 @@ var en_default = {
|
|
|
7105
7171
|
"tools.connection.settings.toolsToInclude": "Tools to Include",
|
|
7106
7172
|
"tools.connection.settings.toolsToExclude": "Tools to Exclude",
|
|
7107
7173
|
"tools.connection.settings.toolsPlaceholder": "Select tools...",
|
|
7108
|
-
"tools.connection.settings.
|
|
7174
|
+
"tools.connection.settings.remove": "Remove",
|
|
7109
7175
|
"tools.connection.settings.save": "Save settings",
|
|
7110
7176
|
"tools.connection.empty.title": "No tools available",
|
|
7111
7177
|
"tools.connection.empty.noResults": "No results for \"{query}\"",
|