@n8n/i18n 1.13.0 → 1.13.1-exp.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +8 -1
- package/dist/types.d.ts +8 -1
- package/package.json +3 -3
package/dist/types.d.cts
CHANGED
|
@@ -2711,6 +2711,7 @@ var englishBaseText = {
|
|
|
2711
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2761,6 +2762,8 @@ var englishBaseText = {
|
|
|
2761
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2762
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2763
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2764
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2765
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2766
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2993,6 +2996,7 @@ var englishBaseText = {
|
|
|
2993
2996
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
2994
2997
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
2995
2998
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
2999
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
2996
3000
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
2997
3001
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
2998
3002
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3437,7 +3441,10 @@ var englishBaseText = {
|
|
|
3437
3441
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3438
3442
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3439
3443
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3440
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3444
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3445
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3446
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3447
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
3448
|
};
|
|
3442
3449
|
|
|
3443
3450
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -2711,6 +2711,7 @@ var englishBaseText = {
|
|
|
2711
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2761,6 +2762,8 @@ var englishBaseText = {
|
|
|
2761
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2762
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2763
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2764
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2765
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2766
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2993,6 +2996,7 @@ var englishBaseText = {
|
|
|
2993
2996
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
2994
2997
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
2995
2998
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
2999
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
2996
3000
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
2997
3001
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
2998
3002
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3437,7 +3441,10 @@ var englishBaseText = {
|
|
|
3437
3441
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3438
3442
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3439
3443
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3440
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3444
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3445
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3446
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3447
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
3448
|
};
|
|
3442
3449
|
|
|
3443
3450
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.0",
|
|
4
|
+
"version": "1.13.1-exp.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.js",
|