@n8n/i18n 1.16.1 → 1.18.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.js CHANGED
@@ -32,7 +32,13 @@ var en_default = {
32
32
  user: "User",
33
33
  enabled: "Enabled",
34
34
  disabled: "Disabled",
35
- type: "Type"
35
+ type: "Type",
36
+ role: "Role",
37
+ roles: {
38
+ admin: "Admin",
39
+ editor: "Editor",
40
+ viewer: "Viewer"
41
+ }
36
42
  },
37
43
  _reusableDynamicText: {
38
44
  readMore: "Read more",
@@ -80,7 +86,7 @@ var en_default = {
80
86
  "generic.clickToCopy": "Click to copy",
81
87
  "generic.copiedToClipboard": "Copied to clipboard",
82
88
  "generic.beta": "beta",
83
- "generic.betaProper": "beta",
89
+ "generic.betaProper": "Beta",
84
90
  "generic.yes": "Yes",
85
91
  "generic.no": "No",
86
92
  "generic.rating": "Rating",
@@ -95,12 +101,14 @@ var en_default = {
95
101
  "generic.startNow": "Start now",
96
102
  "generic.dismiss": "Dismiss",
97
103
  "generic.saving": "Saving",
104
+ "generic.name": "Name",
98
105
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
99
106
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
100
107
  "generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
101
108
  "generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
102
109
  "generic.upgrade": "Upgrade",
103
110
  "generic.upgradeNow": "Upgrade now",
111
+ "generic.update": "Update",
104
112
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
105
113
  "generic.credentials": "Credentials",
106
114
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
@@ -126,6 +134,9 @@ var en_default = {
126
134
  "generic.never": "Never",
127
135
  "generic.list.clearSelection": "Clear selection",
128
136
  "generic.list.selected": "{count} row selected | {count} rows selected",
137
+ "generic.project": "Project",
138
+ "generic.your": "Your",
139
+ "generic.apiKey": "API Key",
129
140
  "about.aboutN8n": "About n8n",
130
141
  "about.close": "Close",
131
142
  "about.license": "License",
@@ -168,6 +179,9 @@ var en_default = {
168
179
  "auth.changePassword.passwordsMustMatchError": "Passwords must match",
169
180
  "auth.changePassword.reenterNewPassword": "Re-enter new password",
170
181
  "auth.changePassword.tokenValidationError": "Invalid password-reset token",
182
+ "auth.confirmPassword": "Confirm password",
183
+ "auth.confirmPassword.currentPassword": "Current password",
184
+ "auth.confirmPassword.confirmPasswordToChangeEmail": "Please confirm your password in order to change your email address.",
171
185
  "auth.defaultPasswordRequirements": "8+ characters, at least 1 number and 1 capital letter",
172
186
  "auth.validation.missingParameters": "Missing token or user id",
173
187
  "auth.email": "Email",
@@ -178,7 +192,7 @@ var en_default = {
178
192
  "auth.role": "Role",
179
193
  "auth.roles.default": "Default",
180
194
  "auth.roles.member": "Member",
181
- "auth.roles.admin": "Admin",
195
+ "auth.roles.admin": "@:_reusableBaseText.roles.admin",
182
196
  "auth.roles.owner": "Owner",
183
197
  "auth.agreement.label": "I want to receive security and product updates",
184
198
  "auth.setup.next": "Next",
@@ -195,16 +209,18 @@ var en_default = {
195
209
  "auth.signup.tokenValidationError": "Issue validating invite token",
196
210
  "aiAssistant.name": "Assistant",
197
211
  "aiAssistant.n8nAi": "n8n AI",
198
- "aiAssistant.builder.name": "Builder",
212
+ "aiAssistant.tabs.ask": "Ask",
213
+ "aiAssistant.tabs.build": "Build",
199
214
  "aiAssistant.builder.mode": "AI Builder",
200
215
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
216
+ "aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
217
+ "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
201
218
  "aiAssistant.builder.generateNew": "Generate new workflow",
202
219
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
203
220
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
204
221
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
205
222
  "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
206
223
  "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
207
- "aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
208
224
  "aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
209
225
  "aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
210
226
  "aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
@@ -213,6 +229,16 @@ var en_default = {
213
229
  "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
214
230
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
215
231
  "aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
232
+ "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow:",
233
+ "aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
234
+ "aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
235
+ "aiAssistant.builder.executeMessage.execute": "Execute and refine",
236
+ "aiAssistant.builder.executeMessage.noExecutionData": "Workflow execution could not be started. Please try again.",
237
+ "aiAssistant.builder.executeMessage.executionSuccess": "Workflow executed successfully.",
238
+ "aiAssistant.builder.executeMessage.executionFailedOnNode": 'Workflow execution failed on node "{nodeName}": {errorMessage}',
239
+ "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
240
+ "aiAssistant.builder.toast.title": "Send chat message to start the execution",
241
+ "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
216
242
  "aiAssistant.assistant": "AI Assistant",
217
243
  "aiAssistant.newSessionModal.title.part1": "Start new",
218
244
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -586,6 +612,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
586
612
  "codeNodeEditor.defaultsTo": "Defaults to {default}.",
587
613
  "collectionParameter.choose": "Choose...",
588
614
  "collectionParameter.noProperties": "No properties",
615
+ "communityNodeFooter.legacy": "Legacy",
616
+ "communityNodeFooter.manage": "Manage",
617
+ "communityNodeFooter.reportIssue": "Report issue",
589
618
  "credentialEdit.credentialConfig.accountConnected": "Account connected",
590
619
  "credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
591
620
  "credentialEdit.credentialConfig.connectionTestedSuccessfully": "Connection tested successfully",
@@ -748,6 +777,12 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
748
777
  "duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
749
778
  "duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
750
779
  "editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
780
+ "experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
781
+ "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
782
+ "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
783
+ "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
784
+ "experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
785
+ "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
751
786
  error: "Error",
752
787
  "error.goBack": "Go back",
753
788
  "error.pageNotFound": "Oops, couldn\u2019t find that",
@@ -1201,6 +1236,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1201
1236
  "ndv.output.branch": "Branch",
1202
1237
  "ndv.output.executing": "Executing node...",
1203
1238
  "ndv.output.items": "{count} item | {count} items",
1239
+ "ndv.output.itemsTotal": "{count} item total | {count} items total",
1204
1240
  "ndv.output.andSubExecutions": ", {count} sub-execution | , {count} sub-executions",
1205
1241
  "ndv.output.noOutputData.message": "n8n stops executing the workflow when a node has no output data. You can change this default behaviour via",
1206
1242
  "ndv.output.noOutputData.message.settings": "Settings",
@@ -1836,6 +1872,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1836
1872
  "resourceLocator.mode.list.placeholder": "Choose...",
1837
1873
  "resourceLocator.mode.list.searchRequired": "Enter a search term to show results",
1838
1874
  "resourceLocator.mode.list.addNewResource.vectorStoreInMemory": "Create key '{resourceName}'",
1875
+ "resourceLocator.dataTable.createNew": "Create new data table",
1839
1876
  "resourceLocator.modeSelector.placeholder": "Mode...",
1840
1877
  "resourceLocator.openSpecificResource": "Open {entity} in {appName}",
1841
1878
  "resourceLocator.openResource": "Open in {appName}",
@@ -1934,8 +1971,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1934
1971
  "runData.aiContentBlock.tokens": "{count} Tokens",
1935
1972
  "runData.aiContentBlock.tokens.prompt": "Prompt:",
1936
1973
  "runData.aiContentBlock.tokens.completion": "Completion:",
1937
- "runData.trimmedData.title": "No data yet",
1938
- "runData.trimmedData.message": "Data will be available here once the execution has finished.",
1939
1974
  "runData.trimmedData.loading": "Loading data",
1940
1975
  "runData.panel.actions.collapse": "Collapse panel",
1941
1976
  "runData.panel.actions.open": "Open panel",
@@ -1993,6 +2028,22 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1993
2028
  "settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
1994
2029
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
1995
2030
  "settings.communityNodes.confirmModal.cancel": "Cancel",
2031
+ "settings.mcp": "MCP Access",
2032
+ "settings.mcp.toggle.label": "Enable MCP",
2033
+ "settings.mcp.toggle.description": "Enable MCP access to this n8n instance",
2034
+ "settings.mcp.available.workflows.heading": "Available Workflows",
2035
+ "settings.mcp.connection.info.heading": "How to connect",
2036
+ "settings.mcp.workflows.table.action.removeMCPAccess": "Remove MCP Access",
2037
+ "settings.mcp.empty.title": "No workflows available for MCP",
2038
+ "settings.mcp.empty.description": "Enable MCP access in each workflow's settings to see them here.",
2039
+ "settings.mcp.toggle.disabled.tooltip": "Only the instance owner can change this",
2040
+ "settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
2041
+ "settings.mcp.instructions.serverUrl": "Server URL",
2042
+ "settings.mcp.instructions.apiKey.part1": "Create an",
2043
+ "settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
2044
+ "settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
2045
+ "settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
2046
+ "settings.mcp.instructions.docs.part2": "our docs",
1996
2047
  "settings.goBack": "Go back",
1997
2048
  "settings.personal": "Personal",
1998
2049
  "settings.personal.basicInformation": "Basic Information",
@@ -2247,6 +2298,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2247
2298
  "settings.sourceControl.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository. {link}",
2248
2299
  "settings.sourceControl.description.link": "More info",
2249
2300
  "settings.sourceControl.gitConfig": "Git configuration",
2301
+ "settings.sourceControl.connectionType": "Connection Type",
2302
+ "settings.sourceControl.enterValidHttpsUrl": "Please enter a valid HTTPS URL",
2250
2303
  "settings.sourceControl.repoUrl": "Git repository URL (SSH)",
2251
2304
  "settings.sourceControl.repoUrlPlaceholder": "e.g. git{'@'}github.com:my-team/my-repository",
2252
2305
  "settings.sourceControl.repoUrlInvalid": "The Git repository URL is not valid",
@@ -2342,6 +2395,19 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2342
2395
  "settings.sourceControl.docs.using.pushPull.url": "https://docs.n8n.io/source-control-environments/using/push-pull",
2343
2396
  "settings.sourceControl.error.not.connected.title": "Environments have not been enabled",
2344
2397
  "settings.sourceControl.error.not.connected.message": "Please head over to <a href='/settings/environments'>environment settings</a> to connect a git repository first to activate this functionality.",
2398
+ "settings.sourceControl.saved.error": "Error setting branch",
2399
+ "settings.sourceControl.sshRepoUrl": "SSH Repository URL",
2400
+ "settings.sourceControl.httpsRepoUrl": "HTTPS Repository URL",
2401
+ "settings.sourceControl.sshRepoUrlPlaceholder": "git{'@'}github.com:user/repository.git",
2402
+ "settings.sourceControl.httpsRepoUrlPlaceholder": "https://github.com/user/repository.git",
2403
+ "settings.sourceControl.sshFormatNotice": "Use SSH format: git{'@'}github.com:user/repository.git",
2404
+ "settings.sourceControl.httpsFormatNotice": "Use HTTPS format: https://github.com/user/repository.git",
2405
+ "settings.sourceControl.httpsUsername": "Username",
2406
+ "settings.sourceControl.httpsUsernamePlaceholder": "Enter your GitHub username",
2407
+ "settings.sourceControl.httpsPersonalAccessToken": "Personal Access Token",
2408
+ "settings.sourceControl.httpsPersonalAccessTokenPlaceholder": "Enter your Personal Access Token (PAT)",
2409
+ "settings.sourceControl.httpsWarningNotice": "{strong} To create one for GitHub: Go to Settings \u2192 Developer settings \u2192 Personal access tokens \u2192 Tokens (classic). Required scopes: {repo} for private repositories or {publicRepo} for public ones. Other providers are also supported.",
2410
+ "settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
2345
2411
  "showMessage.cancel": "@:_reusableBaseText.cancel",
2346
2412
  "showMessage.ok": "OK",
2347
2413
  "showMessage.showDetails": "Show Details",
@@ -2468,6 +2534,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2468
2534
  "ndv.search.placeholder.output": "Search output",
2469
2535
  "ndv.search.placeholder.input": "Search selected node",
2470
2536
  "ndv.search.placeholder.input.schema": "Search previous nodes' fields",
2537
+ "ndv.search.placeholder.shortcutHint": "Search ({shortcut})",
2471
2538
  "ndv.search.noMatch.title": "No matching items",
2472
2539
  "ndv.search.noNodeMatch.title": "No matching fields",
2473
2540
  "ndv.search.noMatch.description": "Try changing or {link} the filter to see more",
@@ -2636,6 +2703,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2636
2703
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
2637
2704
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
2638
2705
  "workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
2706
+ "workflowSettings.availableInMCP": "Available in MCP",
2707
+ "workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
2708
+ "workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
2709
+ "workflowSettings.toggleMCP.notFoundError": "Workflow not found",
2639
2710
  "workflowHistory.title": "Version History",
2640
2711
  "workflowHistory.content.title": "Version",
2641
2712
  "workflowHistory.content.editedBy": "Edited by",
@@ -2683,6 +2754,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2683
2754
  "workflows.item.created": "Created",
2684
2755
  "workflows.item.readonly": "Read only",
2685
2756
  "workflows.item.archived": "Archived",
2757
+ "workflows.item.availableInMCP": "Available in MCP",
2758
+ "workflows.item.enableMCPAccess": "Enable MCP access",
2759
+ "workflows.item.disableMCPAccess": "Remove MCP access",
2686
2760
  "workflows.itemSuggestion.try": "Try template",
2687
2761
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
2688
2762
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
@@ -2751,8 +2825,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2751
2825
  "workflows.shareModal.info.sharee.fallback": "the owner",
2752
2826
  "workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
2753
2827
  "workflows.shareModal.info.members.number": "{number} member | {number} members",
2754
- "workflows.shareModal.role.editor": "Editor",
2755
- "workflows.roles.editor": "Editor",
2828
+ "workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
2829
+ "workflows.roles.editor": "@:_reusableBaseText.roles.editor",
2756
2830
  "workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
2757
2831
  "workflows.concurrentChanges.confirmMessage.message": 'Someone saved this workflow while you were editing it. You can <a href="{url}" target="_blank">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?',
2758
2832
  "workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
@@ -2908,6 +2982,17 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2908
2982
  "dataStore.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
2909
2983
  "dataStore.error.tableNotInitialized": "Table not initialized",
2910
2984
  "dataStore.noRows": "No rows",
2985
+ "dataStore.filters.isNull": "Is null",
2986
+ "dataStore.filters.isNotNull": "Is not null",
2987
+ "dataStore.filters.isEmpty": "Is empty",
2988
+ "dataStore.filters.isNotEmpty": "Is not empty",
2989
+ "dataStore.filters.between": "Between",
2990
+ "dataStore.filters.true": "True",
2991
+ "dataStore.filters.false": "False",
2992
+ "dataStore.filters.greaterThan": "Greater than",
2993
+ "dataStore.filters.greaterThanOrEqual": "Greater than or equal",
2994
+ "dataStore.filters.lessThan": "Less than",
2995
+ "dataStore.filters.lessThanOrEqual": "Less than or equal",
2911
2996
  "settings.ldap": "LDAP",
2912
2997
  "settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
2913
2998
  "settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
@@ -3011,6 +3096,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3011
3096
  "settings.sso.settings.ips.url.invalid": "The Identity Provider Metadata URL is not valid",
3012
3097
  "settings.sso.settings.ips.options.url": "Metadata URL",
3013
3098
  "settings.sso.settings.ips.options.xml": "XML",
3099
+ "settings.sso.settings.oidc.prompt.none": "None (Silent authentication)",
3100
+ "settings.sso.settings.oidc.prompt.login": "Login (Force the user to log in)",
3101
+ "settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
3102
+ "settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
3103
+ "settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
3014
3104
  "settings.sso.settings.test": "Test settings",
3015
3105
  "settings.sso.settings.save": "Save settings",
3016
3106
  "settings.sso.settings.save.activate.title": "Test and activate SAML SSO",
@@ -3048,10 +3138,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3048
3138
  "projects.menu.personal": "Personal",
3049
3139
  "projects.menu.addFirstProject": "Add project",
3050
3140
  "projects.settings": "Project settings",
3141
+ "projects.settings.info": "Project info",
3051
3142
  "projects.settings.newProjectName": "My project",
3052
3143
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
3053
- "projects.settings.name": "Project icon and name",
3054
- "projects.settings.description": "Project description",
3144
+ "projects.settings.name": "Icon and name",
3145
+ "projects.settings.description": "Description",
3055
3146
  "projects.settings.projectMembers": "Project members",
3056
3147
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
3057
3148
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
@@ -3060,15 +3151,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3060
3151
  "projects.settings.button.save": "@:_reusableBaseText.save",
3061
3152
  "projects.settings.button.cancel": "@:_reusableBaseText.cancel",
3062
3153
  "projects.settings.button.deleteProject": "Delete project",
3063
- "projects.settings.role.admin": "Admin",
3064
- "projects.settings.role.editor": "Editor",
3065
- "projects.settings.role.viewer": "Viewer",
3154
+ "projects.settings.role.admin": "@:_reusableBaseText.roles.admin",
3155
+ "projects.settings.role.editor": "@:_reusableBaseText.roles.editor",
3156
+ "projects.settings.role.viewer": "@:_reusableBaseText.roles.viewer",
3066
3157
  "projects.settings.delete.title": 'Delete "{projectName}" Project?',
3067
3158
  "projects.settings.delete.message": "What should we do with the project data?",
3068
- "projects.settings.delete.message.empty": "There are no workflows or credentials in this project.",
3069
- "projects.settings.delete.question.transfer.label": "Transfer its workflows and credentials to another project or user",
3159
+ "projects.settings.delete.message.empty": "There are no workflows, credentials or data tables in this project.",
3160
+ "projects.settings.delete.question.transfer.label": "Transfer its workflows, credentials and data tables to another project or user",
3070
3161
  "projects.settings.delete.question.transfer.title": "Project or user to transfer to",
3071
- "projects.settings.delete.question.wipe.label": "Delete its workflows and credentials",
3162
+ "projects.settings.delete.question.wipe.label": "Delete its workflows, credentials and data tables",
3072
3163
  "projects.settings.delete.question.wipe.title": 'Type "delete all data" to confirm',
3073
3164
  "projects.settings.delete.question.wipe.placeholder": "delete all data",
3074
3165
  "projects.settings.delete.confirm": "Yes, I am sure",
@@ -3080,6 +3171,19 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3080
3171
  "projects.settings.save.error.title": "An error occurred while saving the project",
3081
3172
  "projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
3082
3173
  "projects.settings.role.upgrade.message": "You're currently limited to {limit} on the {planName} plan and can only assign the admin role to users within this project. To create more projects and unlock additional roles, upgrade your plan.",
3174
+ "projects.settings.table.header.user": "@:_reusableBaseText.user",
3175
+ "projects.settings.table.header.role": "@:_reusableBaseText.role",
3176
+ "projects.settings.table.row.removeUser": "Remove user",
3177
+ "projects.settings.role.admin.description": "Can edit workflows, credentials, and project settings",
3178
+ "projects.settings.role.editor.description": "Can edit workflows and credentials",
3179
+ "projects.settings.role.viewer.description": "Can view workflows and executions",
3180
+ "projects.settings.role.personalOwner": "Owner",
3181
+ "projects.settings.members.search.placeholder": "Search members...",
3182
+ "projects.settings.memberRole.updated.title": "Member role updated successfully",
3183
+ "projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
3184
+ "projects.settings.member.removed.title": "Member removed successfully",
3185
+ "projects.settings.member.remove.error.title": "An error occurred while removing member",
3186
+ "projects.settings.member.added.title": "Member added successfully",
3083
3187
  "projects.sharing.noMatchingProjects": "There are no available projects",
3084
3188
  "projects.sharing.noMatchingUsers": "No matching users or projects",
3085
3189
  "projects.sharing.select.placeholder": "Select project or user",
@@ -3199,6 +3303,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3199
3303
  "type.boolean": "Boolean",
3200
3304
  "type.array": "Array",
3201
3305
  "type.object": "Object",
3306
+ "type.binary": "Binary Data",
3202
3307
  "filter.operator.equals": "is equal to",
3203
3308
  "filter.operator.notEquals": "is not equal to",
3204
3309
  "filter.operator.contains": "contains",
@@ -3245,6 +3350,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3245
3350
  "assignment.add": "Add Field",
3246
3351
  "assignment.addAll": "Add All",
3247
3352
  "assignment.clearAll": "Clear All",
3353
+ "assignment.binaryData.placeholder": "Name of binary input (or expression referencing it)",
3248
3354
  "templateSetup.title": "Set up '{name}' template",
3249
3355
  "templateSetup.instructions": "You need {0} account to setup this template",
3250
3356
  "templateSetup.skip": "Skip",
@@ -3374,11 +3480,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3374
3480
  "evaluations.setupWizard.moreInfo": "More info",
3375
3481
  "evaluations.setupWizard.stepHeader.optional": "Optional",
3376
3482
  "evaluations.setupWizard.step1.title": "Wire up a test dataset",
3377
- "evaluations.setupWizard.step1.item1": "Set up a Google Sheet with one input per row",
3483
+ "evaluations.setupWizard.step1.item1": "Create a Data table or Google Sheet with one input per row",
3378
3484
  "evaluations.setupWizard.step1.item2": "Add an evaluation trigger to your workflow and wire it up",
3379
3485
  "evaluations.setupWizard.step1.button": "Add evaluation trigger",
3380
3486
  "evaluations.setupWizard.step2.title": "Write workflow outputs back to dataset",
3381
- "evaluations.setupWizard.step2.item1": "Add a 'set outputs' operation to log each output back to Google Sheets",
3487
+ "evaluations.setupWizard.step2.item1": "Add a 'Set Outputs' operation to log each output back to your table",
3382
3488
  "evaluations.setupWizard.step2.button": "Add 'set outputs' node",
3383
3489
  "evaluations.setupWizard.step3.title": "Set up a quality score",
3384
3490
  "evaluations.setupWizard.step3.item1": "Calculate a score, e.g. by comparing expected and actual outputs",
@@ -3420,6 +3526,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3420
3526
  "insights.dashboard.table.title": "Breakdown by workflow",
3421
3527
  "insights.dashboard.table.estimate": "Estimate",
3422
3528
  "insights.dashboard.title": "Insights",
3529
+ "insights.dashboard.search.placeholder": "All projects",
3423
3530
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3424
3531
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3425
3532
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3451,6 +3558,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3451
3558
  "insights.upgradeModal.title": "Upgrade to Enterprise",
3452
3559
  "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
3453
3560
  "whatsNew.update": "Update",
3561
+ "whatsNew.updateNudgeTooltip": "Only owners can perform updates",
3454
3562
  "whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
3455
3563
  "whatsNew.updateAvailable.changelogLink": "in the full changelog",
3456
3564
  "workflowDiff.changes": "Changes",