@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/types.d.ts CHANGED
@@ -19,7 +19,13 @@ var _reusableBaseText = {
19
19
  user: "User",
20
20
  enabled: "Enabled",
21
21
  disabled: "Disabled",
22
- type: "Type"
22
+ type: "Type",
23
+ role: "Role",
24
+ roles: {
25
+ admin: "Admin",
26
+ editor: "Editor",
27
+ viewer: "Viewer"
28
+ }
23
29
  };
24
30
  var _reusableDynamicText = {
25
31
  readMore: "Read more",
@@ -74,7 +80,7 @@ var englishBaseText = {
74
80
  "generic.clickToCopy": "Click to copy",
75
81
  "generic.copiedToClipboard": "Copied to clipboard",
76
82
  "generic.beta": "beta",
77
- "generic.betaProper": "beta",
83
+ "generic.betaProper": "Beta",
78
84
  "generic.yes": "Yes",
79
85
  "generic.no": "No",
80
86
  "generic.rating": "Rating",
@@ -89,12 +95,14 @@ var englishBaseText = {
89
95
  "generic.startNow": "Start now",
90
96
  "generic.dismiss": "Dismiss",
91
97
  "generic.saving": "Saving",
98
+ "generic.name": "Name",
92
99
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
93
100
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
94
101
  "generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
95
102
  "generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
96
103
  "generic.upgrade": "Upgrade",
97
104
  "generic.upgradeNow": "Upgrade now",
105
+ "generic.update": "Update",
98
106
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
99
107
  "generic.credentials": "Credentials",
100
108
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
@@ -120,6 +128,9 @@ var englishBaseText = {
120
128
  "generic.never": "Never",
121
129
  "generic.list.clearSelection": "Clear selection",
122
130
  "generic.list.selected": "{count} row selected | {count} rows selected",
131
+ "generic.project": "Project",
132
+ "generic.your": "Your",
133
+ "generic.apiKey": "API Key",
123
134
  "about.aboutN8n": "About n8n",
124
135
  "about.close": "Close",
125
136
  "about.license": "License",
@@ -162,6 +173,9 @@ var englishBaseText = {
162
173
  "auth.changePassword.passwordsMustMatchError": "Passwords must match",
163
174
  "auth.changePassword.reenterNewPassword": "Re-enter new password",
164
175
  "auth.changePassword.tokenValidationError": "Invalid password-reset token",
176
+ "auth.confirmPassword": "Confirm password",
177
+ "auth.confirmPassword.currentPassword": "Current password",
178
+ "auth.confirmPassword.confirmPasswordToChangeEmail": "Please confirm your password in order to change your email address.",
165
179
  "auth.defaultPasswordRequirements": "8+ characters, at least 1 number and 1 capital letter",
166
180
  "auth.validation.missingParameters": "Missing token or user id",
167
181
  "auth.email": "Email",
@@ -172,7 +186,7 @@ var englishBaseText = {
172
186
  "auth.role": "Role",
173
187
  "auth.roles.default": "Default",
174
188
  "auth.roles.member": "Member",
175
- "auth.roles.admin": "Admin",
189
+ "auth.roles.admin": "@:_reusableBaseText.roles.admin",
176
190
  "auth.roles.owner": "Owner",
177
191
  "auth.agreement.label": "I want to receive security and product updates",
178
192
  "auth.setup.next": "Next",
@@ -189,16 +203,18 @@ var englishBaseText = {
189
203
  "auth.signup.tokenValidationError": "Issue validating invite token",
190
204
  "aiAssistant.name": "Assistant",
191
205
  "aiAssistant.n8nAi": "n8n AI",
192
- "aiAssistant.builder.name": "Builder",
206
+ "aiAssistant.tabs.ask": "Ask",
207
+ "aiAssistant.tabs.build": "Build",
193
208
  "aiAssistant.builder.mode": "AI Builder",
194
209
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
210
+ "aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
211
+ "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
195
212
  "aiAssistant.builder.generateNew": "Generate new workflow",
196
213
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
197
214
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
198
215
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
199
216
  "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
200
217
  "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
201
- "aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
202
218
  "aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
203
219
  "aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
204
220
  "aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
@@ -207,6 +223,16 @@ var englishBaseText = {
207
223
  "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
208
224
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
209
225
  "aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
226
+ "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow:",
227
+ "aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
228
+ "aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
229
+ "aiAssistant.builder.executeMessage.execute": "Execute and refine",
230
+ "aiAssistant.builder.executeMessage.noExecutionData": "Workflow execution could not be started. Please try again.",
231
+ "aiAssistant.builder.executeMessage.executionSuccess": "Workflow executed successfully.",
232
+ "aiAssistant.builder.executeMessage.executionFailedOnNode": "Workflow execution failed on node \"{nodeName}\": {errorMessage}",
233
+ "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
234
+ "aiAssistant.builder.toast.title": "Send chat message to start the execution",
235
+ "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
210
236
  "aiAssistant.assistant": "AI Assistant",
211
237
  "aiAssistant.newSessionModal.title.part1": "Start new",
212
238
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -579,6 +605,9 @@ var englishBaseText = {
579
605
  "codeNodeEditor.defaultsTo": "Defaults to {default}.",
580
606
  "collectionParameter.choose": "Choose...",
581
607
  "collectionParameter.noProperties": "No properties",
608
+ "communityNodeFooter.legacy": "Legacy",
609
+ "communityNodeFooter.manage": "Manage",
610
+ "communityNodeFooter.reportIssue": "Report issue",
582
611
  "credentialEdit.credentialConfig.accountConnected": "Account connected",
583
612
  "credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
584
613
  "credentialEdit.credentialConfig.connectionTestedSuccessfully": "Connection tested successfully",
@@ -741,6 +770,12 @@ var englishBaseText = {
741
770
  "duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
742
771
  "duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
743
772
  "editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
773
+ "experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
774
+ "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
775
+ "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
776
+ "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
777
+ "experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
778
+ "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
744
779
  error: error,
745
780
  "error.goBack": "Go back",
746
781
  "error.pageNotFound": "Oops, couldn’t find that",
@@ -1194,6 +1229,7 @@ var englishBaseText = {
1194
1229
  "ndv.output.branch": "Branch",
1195
1230
  "ndv.output.executing": "Executing node...",
1196
1231
  "ndv.output.items": "{count} item | {count} items",
1232
+ "ndv.output.itemsTotal": "{count} item total | {count} items total",
1197
1233
  "ndv.output.andSubExecutions": ", {count} sub-execution | , {count} sub-executions",
1198
1234
  "ndv.output.noOutputData.message": "n8n stops executing the workflow when a node has no output data. You can change this default behaviour via",
1199
1235
  "ndv.output.noOutputData.message.settings": "Settings",
@@ -1829,6 +1865,7 @@ var englishBaseText = {
1829
1865
  "resourceLocator.mode.list.placeholder": "Choose...",
1830
1866
  "resourceLocator.mode.list.searchRequired": "Enter a search term to show results",
1831
1867
  "resourceLocator.mode.list.addNewResource.vectorStoreInMemory": "Create key '{resourceName}'",
1868
+ "resourceLocator.dataTable.createNew": "Create new data table",
1832
1869
  "resourceLocator.modeSelector.placeholder": "Mode...",
1833
1870
  "resourceLocator.openSpecificResource": "Open {entity} in {appName}",
1834
1871
  "resourceLocator.openResource": "Open in {appName}",
@@ -1927,8 +1964,6 @@ var englishBaseText = {
1927
1964
  "runData.aiContentBlock.tokens": "{count} Tokens",
1928
1965
  "runData.aiContentBlock.tokens.prompt": "Prompt:",
1929
1966
  "runData.aiContentBlock.tokens.completion": "Completion:",
1930
- "runData.trimmedData.title": "No data yet",
1931
- "runData.trimmedData.message": "Data will be available here once the execution has finished.",
1932
1967
  "runData.trimmedData.loading": "Loading data",
1933
1968
  "runData.panel.actions.collapse": "Collapse panel",
1934
1969
  "runData.panel.actions.open": "Open panel",
@@ -1986,6 +2021,22 @@ var englishBaseText = {
1986
2021
  "settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
1987
2022
  "settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
1988
2023
  "settings.communityNodes.confirmModal.cancel": "Cancel",
2024
+ "settings.mcp": "MCP Access",
2025
+ "settings.mcp.toggle.label": "Enable MCP",
2026
+ "settings.mcp.toggle.description": "Enable MCP access to this n8n instance",
2027
+ "settings.mcp.available.workflows.heading": "Available Workflows",
2028
+ "settings.mcp.connection.info.heading": "How to connect",
2029
+ "settings.mcp.workflows.table.action.removeMCPAccess": "Remove MCP Access",
2030
+ "settings.mcp.empty.title": "No workflows available for MCP",
2031
+ "settings.mcp.empty.description": "Enable MCP access in each workflow's settings to see them here.",
2032
+ "settings.mcp.toggle.disabled.tooltip": "Only the instance owner can change this",
2033
+ "settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
2034
+ "settings.mcp.instructions.serverUrl": "Server URL",
2035
+ "settings.mcp.instructions.apiKey.part1": "Create an",
2036
+ "settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
2037
+ "settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
2038
+ "settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
2039
+ "settings.mcp.instructions.docs.part2": "our docs",
1989
2040
  "settings.goBack": "Go back",
1990
2041
  "settings.personal": "Personal",
1991
2042
  "settings.personal.basicInformation": "Basic Information",
@@ -2240,6 +2291,8 @@ var englishBaseText = {
2240
2291
  "settings.sourceControl.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository. {link}",
2241
2292
  "settings.sourceControl.description.link": "More info",
2242
2293
  "settings.sourceControl.gitConfig": "Git configuration",
2294
+ "settings.sourceControl.connectionType": "Connection Type",
2295
+ "settings.sourceControl.enterValidHttpsUrl": "Please enter a valid HTTPS URL",
2243
2296
  "settings.sourceControl.repoUrl": "Git repository URL (SSH)",
2244
2297
  "settings.sourceControl.repoUrlPlaceholder": "e.g. git{'@'}github.com:my-team/my-repository",
2245
2298
  "settings.sourceControl.repoUrlInvalid": "The Git repository URL is not valid",
@@ -2335,6 +2388,19 @@ var englishBaseText = {
2335
2388
  "settings.sourceControl.docs.using.pushPull.url": "https://docs.n8n.io/source-control-environments/using/push-pull",
2336
2389
  "settings.sourceControl.error.not.connected.title": "Environments have not been enabled",
2337
2390
  "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.",
2391
+ "settings.sourceControl.saved.error": "Error setting branch",
2392
+ "settings.sourceControl.sshRepoUrl": "SSH Repository URL",
2393
+ "settings.sourceControl.httpsRepoUrl": "HTTPS Repository URL",
2394
+ "settings.sourceControl.sshRepoUrlPlaceholder": "git{'@'}github.com:user/repository.git",
2395
+ "settings.sourceControl.httpsRepoUrlPlaceholder": "https://github.com/user/repository.git",
2396
+ "settings.sourceControl.sshFormatNotice": "Use SSH format: git{'@'}github.com:user/repository.git",
2397
+ "settings.sourceControl.httpsFormatNotice": "Use HTTPS format: https://github.com/user/repository.git",
2398
+ "settings.sourceControl.httpsUsername": "Username",
2399
+ "settings.sourceControl.httpsUsernamePlaceholder": "Enter your GitHub username",
2400
+ "settings.sourceControl.httpsPersonalAccessToken": "Personal Access Token",
2401
+ "settings.sourceControl.httpsPersonalAccessTokenPlaceholder": "Enter your Personal Access Token (PAT)",
2402
+ "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.",
2403
+ "settings.sourceControl.httpsWarningNotice.strong": "Personal Access Token required:",
2338
2404
  "showMessage.cancel": "@:_reusableBaseText.cancel",
2339
2405
  "showMessage.ok": "OK",
2340
2406
  "showMessage.showDetails": "Show Details",
@@ -2461,6 +2527,7 @@ var englishBaseText = {
2461
2527
  "ndv.search.placeholder.output": "Search output",
2462
2528
  "ndv.search.placeholder.input": "Search selected node",
2463
2529
  "ndv.search.placeholder.input.schema": "Search previous nodes' fields",
2530
+ "ndv.search.placeholder.shortcutHint": "Search ({shortcut})",
2464
2531
  "ndv.search.noMatch.title": "No matching items",
2465
2532
  "ndv.search.noNodeMatch.title": "No matching fields",
2466
2533
  "ndv.search.noMatch.description": "Try changing or {link} the filter to see more",
@@ -2629,6 +2696,10 @@ var englishBaseText = {
2629
2696
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
2630
2697
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
2631
2698
  "workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
2699
+ "workflowSettings.availableInMCP": "Available in MCP",
2700
+ "workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
2701
+ "workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
2702
+ "workflowSettings.toggleMCP.notFoundError": "Workflow not found",
2632
2703
  "workflowHistory.title": "Version History",
2633
2704
  "workflowHistory.content.title": "Version",
2634
2705
  "workflowHistory.content.editedBy": "Edited by",
@@ -2676,6 +2747,9 @@ var englishBaseText = {
2676
2747
  "workflows.item.created": "Created",
2677
2748
  "workflows.item.readonly": "Read only",
2678
2749
  "workflows.item.archived": "Archived",
2750
+ "workflows.item.availableInMCP": "Available in MCP",
2751
+ "workflows.item.enableMCPAccess": "Enable MCP access",
2752
+ "workflows.item.disableMCPAccess": "Remove MCP access",
2679
2753
  "workflows.itemSuggestion.try": "Try template",
2680
2754
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
2681
2755
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
@@ -2744,8 +2818,8 @@ var englishBaseText = {
2744
2818
  "workflows.shareModal.info.sharee.fallback": "the owner",
2745
2819
  "workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
2746
2820
  "workflows.shareModal.info.members.number": "{number} member | {number} members",
2747
- "workflows.shareModal.role.editor": "Editor",
2748
- "workflows.roles.editor": "Editor",
2821
+ "workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
2822
+ "workflows.roles.editor": "@:_reusableBaseText.roles.editor",
2749
2823
  "workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
2750
2824
  "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?",
2751
2825
  "workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
@@ -2901,6 +2975,17 @@ var englishBaseText = {
2901
2975
  "dataStore.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
2902
2976
  "dataStore.error.tableNotInitialized": "Table not initialized",
2903
2977
  "dataStore.noRows": "No rows",
2978
+ "dataStore.filters.isNull": "Is null",
2979
+ "dataStore.filters.isNotNull": "Is not null",
2980
+ "dataStore.filters.isEmpty": "Is empty",
2981
+ "dataStore.filters.isNotEmpty": "Is not empty",
2982
+ "dataStore.filters.between": "Between",
2983
+ "dataStore.filters.true": "True",
2984
+ "dataStore.filters.false": "False",
2985
+ "dataStore.filters.greaterThan": "Greater than",
2986
+ "dataStore.filters.greaterThanOrEqual": "Greater than or equal",
2987
+ "dataStore.filters.lessThan": "Less than",
2988
+ "dataStore.filters.lessThanOrEqual": "Less than or equal",
2904
2989
  "settings.ldap": "LDAP",
2905
2990
  "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.",
2906
2991
  "settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
@@ -3004,6 +3089,11 @@ var englishBaseText = {
3004
3089
  "settings.sso.settings.ips.url.invalid": "The Identity Provider Metadata URL is not valid",
3005
3090
  "settings.sso.settings.ips.options.url": "Metadata URL",
3006
3091
  "settings.sso.settings.ips.options.xml": "XML",
3092
+ "settings.sso.settings.oidc.prompt.none": "None (Silent authentication)",
3093
+ "settings.sso.settings.oidc.prompt.login": "Login (Force the user to log in)",
3094
+ "settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
3095
+ "settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
3096
+ "settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
3007
3097
  "settings.sso.settings.test": "Test settings",
3008
3098
  "settings.sso.settings.save": "Save settings",
3009
3099
  "settings.sso.settings.save.activate.title": "Test and activate SAML SSO",
@@ -3041,10 +3131,11 @@ var englishBaseText = {
3041
3131
  "projects.menu.personal": "Personal",
3042
3132
  "projects.menu.addFirstProject": "Add project",
3043
3133
  "projects.settings": "Project settings",
3134
+ "projects.settings.info": "Project info",
3044
3135
  "projects.settings.newProjectName": "My project",
3045
3136
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
3046
- "projects.settings.name": "Project icon and name",
3047
- "projects.settings.description": "Project description",
3137
+ "projects.settings.name": "Icon and name",
3138
+ "projects.settings.description": "Description",
3048
3139
  "projects.settings.projectMembers": "Project members",
3049
3140
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
3050
3141
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
@@ -3053,15 +3144,15 @@ var englishBaseText = {
3053
3144
  "projects.settings.button.save": "@:_reusableBaseText.save",
3054
3145
  "projects.settings.button.cancel": "@:_reusableBaseText.cancel",
3055
3146
  "projects.settings.button.deleteProject": "Delete project",
3056
- "projects.settings.role.admin": "Admin",
3057
- "projects.settings.role.editor": "Editor",
3058
- "projects.settings.role.viewer": "Viewer",
3147
+ "projects.settings.role.admin": "@:_reusableBaseText.roles.admin",
3148
+ "projects.settings.role.editor": "@:_reusableBaseText.roles.editor",
3149
+ "projects.settings.role.viewer": "@:_reusableBaseText.roles.viewer",
3059
3150
  "projects.settings.delete.title": "Delete \"{projectName}\" Project?",
3060
3151
  "projects.settings.delete.message": "What should we do with the project data?",
3061
- "projects.settings.delete.message.empty": "There are no workflows or credentials in this project.",
3062
- "projects.settings.delete.question.transfer.label": "Transfer its workflows and credentials to another project or user",
3152
+ "projects.settings.delete.message.empty": "There are no workflows, credentials or data tables in this project.",
3153
+ "projects.settings.delete.question.transfer.label": "Transfer its workflows, credentials and data tables to another project or user",
3063
3154
  "projects.settings.delete.question.transfer.title": "Project or user to transfer to",
3064
- "projects.settings.delete.question.wipe.label": "Delete its workflows and credentials",
3155
+ "projects.settings.delete.question.wipe.label": "Delete its workflows, credentials and data tables",
3065
3156
  "projects.settings.delete.question.wipe.title": "Type \"delete all data\" to confirm",
3066
3157
  "projects.settings.delete.question.wipe.placeholder": "delete all data",
3067
3158
  "projects.settings.delete.confirm": "Yes, I am sure",
@@ -3073,6 +3164,19 @@ var englishBaseText = {
3073
3164
  "projects.settings.save.error.title": "An error occurred while saving the project",
3074
3165
  "projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
3075
3166
  "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.",
3167
+ "projects.settings.table.header.user": "@:_reusableBaseText.user",
3168
+ "projects.settings.table.header.role": "@:_reusableBaseText.role",
3169
+ "projects.settings.table.row.removeUser": "Remove user",
3170
+ "projects.settings.role.admin.description": "Can edit workflows, credentials, and project settings",
3171
+ "projects.settings.role.editor.description": "Can edit workflows and credentials",
3172
+ "projects.settings.role.viewer.description": "Can view workflows and executions",
3173
+ "projects.settings.role.personalOwner": "Owner",
3174
+ "projects.settings.members.search.placeholder": "Search members...",
3175
+ "projects.settings.memberRole.updated.title": "Member role updated successfully",
3176
+ "projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
3177
+ "projects.settings.member.removed.title": "Member removed successfully",
3178
+ "projects.settings.member.remove.error.title": "An error occurred while removing member",
3179
+ "projects.settings.member.added.title": "Member added successfully",
3076
3180
  "projects.sharing.noMatchingProjects": "There are no available projects",
3077
3181
  "projects.sharing.noMatchingUsers": "No matching users or projects",
3078
3182
  "projects.sharing.select.placeholder": "Select project or user",
@@ -3192,6 +3296,7 @@ var englishBaseText = {
3192
3296
  "type.boolean": "Boolean",
3193
3297
  "type.array": "Array",
3194
3298
  "type.object": "Object",
3299
+ "type.binary": "Binary Data",
3195
3300
  "filter.operator.equals": "is equal to",
3196
3301
  "filter.operator.notEquals": "is not equal to",
3197
3302
  "filter.operator.contains": "contains",
@@ -3238,6 +3343,7 @@ var englishBaseText = {
3238
3343
  "assignment.add": "Add Field",
3239
3344
  "assignment.addAll": "Add All",
3240
3345
  "assignment.clearAll": "Clear All",
3346
+ "assignment.binaryData.placeholder": "Name of binary input (or expression referencing it)",
3241
3347
  "templateSetup.title": "Set up '{name}' template",
3242
3348
  "templateSetup.instructions": "You need {0} account to setup this template",
3243
3349
  "templateSetup.skip": "Skip",
@@ -3367,11 +3473,11 @@ var englishBaseText = {
3367
3473
  "evaluations.setupWizard.moreInfo": "More info",
3368
3474
  "evaluations.setupWizard.stepHeader.optional": "Optional",
3369
3475
  "evaluations.setupWizard.step1.title": "Wire up a test dataset",
3370
- "evaluations.setupWizard.step1.item1": "Set up a Google Sheet with one input per row",
3476
+ "evaluations.setupWizard.step1.item1": "Create a Data table or Google Sheet with one input per row",
3371
3477
  "evaluations.setupWizard.step1.item2": "Add an evaluation trigger to your workflow and wire it up",
3372
3478
  "evaluations.setupWizard.step1.button": "Add evaluation trigger",
3373
3479
  "evaluations.setupWizard.step2.title": "Write workflow outputs back to dataset",
3374
- "evaluations.setupWizard.step2.item1": "Add a 'set outputs' operation to log each output back to Google Sheets",
3480
+ "evaluations.setupWizard.step2.item1": "Add a 'Set Outputs' operation to log each output back to your table",
3375
3481
  "evaluations.setupWizard.step2.button": "Add 'set outputs' node",
3376
3482
  "evaluations.setupWizard.step3.title": "Set up a quality score",
3377
3483
  "evaluations.setupWizard.step3.item1": "Calculate a score, e.g. by comparing expected and actual outputs",
@@ -3413,6 +3519,7 @@ var englishBaseText = {
3413
3519
  "insights.dashboard.table.title": "Breakdown by workflow",
3414
3520
  "insights.dashboard.table.estimate": "Estimate",
3415
3521
  "insights.dashboard.title": "Insights",
3522
+ "insights.dashboard.search.placeholder": "All projects",
3416
3523
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3417
3524
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3418
3525
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3444,6 +3551,7 @@ var englishBaseText = {
3444
3551
  "insights.upgradeModal.title": "Upgrade to Enterprise",
3445
3552
  "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
3446
3553
  "whatsNew.update": "Update",
3554
+ "whatsNew.updateNudgeTooltip": "Only owners can perform updates",
3447
3555
  "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",
3448
3556
  "whatsNew.updateAvailable.changelogLink": "in the full changelog",
3449
3557
  "workflowDiff.changes": "Changes",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.16.1",
4
+ "version": "1.18.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.109.0"
27
+ "n8n-workflow": "1.111.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",