@n8n/i18n 2.38.0 → 2.38.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 +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +8 -0
- package/dist/types2.d.mts +8 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1907,6 +1907,7 @@ var en_default = {
|
|
|
1907
1907
|
"mainSidebar.credentials": "Credentials",
|
|
1908
1908
|
"mainSidebar.variables": "Variables",
|
|
1909
1909
|
"mainSidebar.help": "Help",
|
|
1910
|
+
"mainSidebar.helpMenuItems.contactSupport": "Contact Support",
|
|
1910
1911
|
"mainSidebar.helpMenuItems.course": "Course",
|
|
1911
1912
|
"mainSidebar.helpMenuItems.documentation": "Documentation",
|
|
1912
1913
|
"mainSidebar.helpMenuItems.forum": "Forum",
|
|
@@ -3087,6 +3088,8 @@ var en_default = {
|
|
|
3087
3088
|
"roles.instance.assignments.fetch.error": "Error loading members",
|
|
3088
3089
|
"roles.fetch.error": "Error loading roles",
|
|
3089
3090
|
"projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
|
|
3091
|
+
"projectRoles.assignments.restrictedEmptyState": "This role is assigned in {count} project you don't have access to. | This role is assigned in {count} projects you don't have access to.",
|
|
3092
|
+
"projectRoles.assignments.restrictedNotice": "Showing {count} of {total} projects. Projects you're not a member of are hidden.",
|
|
3090
3093
|
"projectRoles.assignments.projectColumn": "Project",
|
|
3091
3094
|
"projectRoles.assignments.membersColumn": "Members assigned",
|
|
3092
3095
|
"projectRoles.assignments.lastAssignedColumn": "Last assigned",
|
|
@@ -7006,6 +7009,11 @@ var en_default = {
|
|
|
7006
7009
|
"instanceAi.confirmation.alwaysAllowSuffix": "during this session",
|
|
7007
7010
|
"instanceAi.confirmation.allowPrompt": "Allow AI Assistant to {action}?",
|
|
7008
7011
|
"instanceAi.confirmation.deny": "Deny",
|
|
7012
|
+
"instanceAi.confirmation.credentialDestination.title": "Send credential data to {origin}?",
|
|
7013
|
+
"instanceAi.confirmation.credentialDestination.description": "The '{nodeName}' node will send credentials here for tests and executions.",
|
|
7014
|
+
"instanceAi.confirmation.credentialDestination.descriptionMultiple": "These nodes will send credentials here for tests and executions: {nodeNames}.",
|
|
7015
|
+
"instanceAi.confirmation.credentialDestination.approve": "Use destination",
|
|
7016
|
+
"instanceAi.confirmation.credentialDestination.deny": "Don't use destination",
|
|
7009
7017
|
"instanceAi.confirmation.approved": "Allowed",
|
|
7010
7018
|
"instanceAi.confirmation.denied": "Denied",
|
|
7011
7019
|
"instanceAi.confirmation.deferred": "Skipped",
|