@n8n/i18n 1.13.0-exp.0 → 1.13.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 +2 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -6
- package/dist/index.d.ts +1 -6
- package/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +2 -7
- package/dist/types.d.ts +2 -7
- package/package.json +3 -3
package/dist/types.d.cts
CHANGED
|
@@ -2711,7 +2711,6 @@ 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",
|
|
2715
2714
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2716
2715
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2717
2716
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2762,8 +2761,6 @@ var englishBaseText = {
|
|
|
2762
2761
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2763
2762
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2764
2763
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
-
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
-
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2767
2764
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2768
2765
|
"importCurlModal.title": "Import cURL command",
|
|
2769
2766
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2996,6 +2993,7 @@ var englishBaseText = {
|
|
|
2996
2993
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
2997
2994
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
2998
2995
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
2996
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
2999
2997
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
3000
2998
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
3001
2999
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3440,10 +3438,7 @@ var englishBaseText = {
|
|
|
3440
3438
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3441
3439
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3442
3440
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3443
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3444
|
-
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3445
|
-
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3446
|
-
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3447
3442
|
};
|
|
3448
3443
|
|
|
3449
3444
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -2711,7 +2711,6 @@ 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",
|
|
2715
2714
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2716
2715
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2717
2716
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2762,8 +2761,6 @@ var englishBaseText = {
|
|
|
2762
2761
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2763
2762
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2764
2763
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
-
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
-
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2767
2764
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2768
2765
|
"importCurlModal.title": "Import cURL command",
|
|
2769
2766
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2996,6 +2993,7 @@ var englishBaseText = {
|
|
|
2996
2993
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
2997
2994
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
2998
2995
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
2996
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
2999
2997
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
3000
2998
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
3001
2999
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3440,10 +3438,7 @@ var englishBaseText = {
|
|
|
3440
3438
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3441
3439
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3442
3440
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3443
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3444
|
-
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3445
|
-
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3446
|
-
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3447
3442
|
};
|
|
3448
3443
|
|
|
3449
3444
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"vite": "^6.3.5",
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/eslint-config": "0.0.1",
|
|
43
42
|
"@n8n/typescript-config": "1.3.0",
|
|
44
|
-
"@n8n/vitest-config": "1.5.0"
|
|
43
|
+
"@n8n/vitest-config": "1.5.0",
|
|
44
|
+
"@n8n/eslint-config": "0.0.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|