@n8n/i18n 1.14.0 → 1.15.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 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +8 -6
- package/dist/types.d.ts +8 -6
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -3005,6 +3005,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3005
3005
|
"settings.sso.settings.save.activate.cancel": string;
|
|
3006
3006
|
"settings.sso.settings.save.activate.test": string;
|
|
3007
3007
|
"settings.sso.settings.save.error": string;
|
|
3008
|
+
"settings.sso.settings.save.error_oidc": string;
|
|
3008
3009
|
"settings.sso.settings.footer.hint": string;
|
|
3009
3010
|
"settings.sso.actionBox.title": string;
|
|
3010
3011
|
"settings.sso.actionBox.description": string;
|
|
@@ -3442,6 +3443,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3442
3443
|
"workflowDiff.changes": string;
|
|
3443
3444
|
"workflowDiff.nodes": string;
|
|
3444
3445
|
"workflowDiff.connectors": string;
|
|
3446
|
+
"workflowDiff.compare": string;
|
|
3445
3447
|
"workflowDiff.settings": string;
|
|
3446
3448
|
"workflowDiff.local": string;
|
|
3447
3449
|
"workflowDiff.remote": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3005,6 +3005,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3005
3005
|
"settings.sso.settings.save.activate.cancel": string;
|
|
3006
3006
|
"settings.sso.settings.save.activate.test": string;
|
|
3007
3007
|
"settings.sso.settings.save.error": string;
|
|
3008
|
+
"settings.sso.settings.save.error_oidc": string;
|
|
3008
3009
|
"settings.sso.settings.footer.hint": string;
|
|
3009
3010
|
"settings.sso.actionBox.title": string;
|
|
3010
3011
|
"settings.sso.actionBox.description": string;
|
|
@@ -3442,6 +3443,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3442
3443
|
"workflowDiff.changes": string;
|
|
3443
3444
|
"workflowDiff.nodes": string;
|
|
3444
3445
|
"workflowDiff.connectors": string;
|
|
3446
|
+
"workflowDiff.compare": string;
|
|
3445
3447
|
"workflowDiff.settings": string;
|
|
3446
3448
|
"workflowDiff.local": string;
|
|
3447
3449
|
"workflowDiff.remote": string;
|
package/dist/index.js
CHANGED
|
@@ -2857,7 +2857,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2857
2857
|
"dataStore.dataStores": "Data tables",
|
|
2858
2858
|
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2859
2859
|
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2860
|
-
"dataStore.empty.button.label": 'Create Data
|
|
2860
|
+
"dataStore.empty.button.label": 'Create Data table in "{projectName}"',
|
|
2861
2861
|
"dataStore.card.size": "{size}MB",
|
|
2862
2862
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2863
2863
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2867,13 +2867,13 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2867
2867
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2868
2868
|
"dataStore.search.placeholder": "Search",
|
|
2869
2869
|
"dataStore.error.fetching": "Error loading data tables",
|
|
2870
|
-
"dataStore.add.title": "Create new
|
|
2870
|
+
"dataStore.add.title": "Create new Data table",
|
|
2871
2871
|
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2872
|
-
"dataStore.add.button.label": "Create Data
|
|
2873
|
-
"dataStore.add.input.name.label": "Data
|
|
2872
|
+
"dataStore.add.button.label": "Create Data table",
|
|
2873
|
+
"dataStore.add.input.name.label": "Data table name",
|
|
2874
2874
|
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2875
2875
|
"dataStore.add.error": "Error creating data table",
|
|
2876
|
-
"dataStore.delete.confirm.title": "Delete
|
|
2876
|
+
"dataStore.delete.confirm.title": "Delete Data table",
|
|
2877
2877
|
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data table "{name}"? This action cannot be undone.',
|
|
2878
2878
|
"dataStore.delete.error": "Error deleting data table",
|
|
2879
2879
|
"dataStore.rename.error": "Error renaming data table",
|
|
@@ -2892,7 +2892,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2892
2892
|
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2893
2893
|
"dataStore.deleteColumn.confirm.message": 'Are you sure you want to delete the column "{name}"? This action cannot be undone.',
|
|
2894
2894
|
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2895
|
-
"dataStore.addColumn.invalidName.description": "
|
|
2895
|
+
"dataStore.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
|
|
2896
2896
|
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2897
2897
|
"dataStore.addRow.label": "Add Row",
|
|
2898
2898
|
"dataStore.addRow.error": "Error adding row",
|
|
@@ -3011,6 +3011,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3011
3011
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
3012
3012
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
3013
3013
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
3014
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
3014
3015
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
3015
3016
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
3016
3017
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3448,6 +3449,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3448
3449
|
"workflowDiff.changes": "Changes",
|
|
3449
3450
|
"workflowDiff.nodes": "Nodes",
|
|
3450
3451
|
"workflowDiff.connectors": "Connectors",
|
|
3452
|
+
"workflowDiff.compare": "Compare versions",
|
|
3451
3453
|
"workflowDiff.settings": "Settings",
|
|
3452
3454
|
"workflowDiff.local": "Local",
|
|
3453
3455
|
"workflowDiff.remote": "Remote ({branchName})",
|