@n8n/i18n 1.12.0 → 1.13.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 +29 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +29 -22
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +29 -22
- package/dist/types.d.ts +29 -22
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -86,6 +86,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
86
86
|
"generic.tryNow": string;
|
|
87
87
|
"generic.startNow": string;
|
|
88
88
|
"generic.dismiss": string;
|
|
89
|
+
"generic.saving": string;
|
|
89
90
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
90
91
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
91
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -694,7 +695,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
694
695
|
"credentials.noResults.withSearch.switchToShared.preamble": string;
|
|
695
696
|
"credentials.noResults.withSearch.switchToShared.link": string;
|
|
696
697
|
"credentials.create.personal.toast.title": string;
|
|
697
|
-
"credentials.create.personal.toast.text": string;
|
|
698
698
|
"credentials.create.project.toast.title": string;
|
|
699
699
|
"credentials.create.project.toast.text": string;
|
|
700
700
|
"dataDisplay.needHelp": string;
|
|
@@ -2742,7 +2742,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2742
2742
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
2743
2743
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
2744
2744
|
"workflows.create.personal.toast.title": string;
|
|
2745
|
-
"workflows.create.personal.toast.text": string;
|
|
2746
2745
|
"workflows.create.project.toast.title": string;
|
|
2747
2746
|
"workflows.create.folder.toast.title": string;
|
|
2748
2747
|
"workflows.create.project.toast.text": string;
|
|
@@ -2874,8 +2873,16 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2874
2873
|
"dataStore.addColumn.nameInput.placeholder": string;
|
|
2875
2874
|
"dataStore.addColumn.typeInput.label": string;
|
|
2876
2875
|
"dataStore.addColumn.error": string;
|
|
2876
|
+
"dataStore.moveColumn.error": string;
|
|
2877
|
+
"dataStore.deleteColumn.error": string;
|
|
2878
|
+
"dataStore.deleteColumn.confirm.title": string;
|
|
2879
|
+
"dataStore.deleteColumn.confirm.message": string;
|
|
2877
2880
|
"dataStore.addColumn.invalidName.error": string;
|
|
2878
2881
|
"dataStore.addColumn.invalidName.description": string;
|
|
2882
|
+
"dataStore.fetchContent.error": string;
|
|
2883
|
+
"dataStore.addRow.label": string;
|
|
2884
|
+
"dataStore.addRow.error": string;
|
|
2885
|
+
"dataStore.updateRow.error": string;
|
|
2879
2886
|
"settings.ldap": string;
|
|
2880
2887
|
"settings.ldap.note": string;
|
|
2881
2888
|
"settings.ldap.infoTip": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
86
86
|
"generic.tryNow": string;
|
|
87
87
|
"generic.startNow": string;
|
|
88
88
|
"generic.dismiss": string;
|
|
89
|
+
"generic.saving": string;
|
|
89
90
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
90
91
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
91
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -694,7 +695,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
694
695
|
"credentials.noResults.withSearch.switchToShared.preamble": string;
|
|
695
696
|
"credentials.noResults.withSearch.switchToShared.link": string;
|
|
696
697
|
"credentials.create.personal.toast.title": string;
|
|
697
|
-
"credentials.create.personal.toast.text": string;
|
|
698
698
|
"credentials.create.project.toast.title": string;
|
|
699
699
|
"credentials.create.project.toast.text": string;
|
|
700
700
|
"dataDisplay.needHelp": string;
|
|
@@ -2742,7 +2742,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2742
2742
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
2743
2743
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
2744
2744
|
"workflows.create.personal.toast.title": string;
|
|
2745
|
-
"workflows.create.personal.toast.text": string;
|
|
2746
2745
|
"workflows.create.project.toast.title": string;
|
|
2747
2746
|
"workflows.create.folder.toast.title": string;
|
|
2748
2747
|
"workflows.create.project.toast.text": string;
|
|
@@ -2874,8 +2873,16 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2874
2873
|
"dataStore.addColumn.nameInput.placeholder": string;
|
|
2875
2874
|
"dataStore.addColumn.typeInput.label": string;
|
|
2876
2875
|
"dataStore.addColumn.error": string;
|
|
2876
|
+
"dataStore.moveColumn.error": string;
|
|
2877
|
+
"dataStore.deleteColumn.error": string;
|
|
2878
|
+
"dataStore.deleteColumn.confirm.title": string;
|
|
2879
|
+
"dataStore.deleteColumn.confirm.message": string;
|
|
2877
2880
|
"dataStore.addColumn.invalidName.error": string;
|
|
2878
2881
|
"dataStore.addColumn.invalidName.description": string;
|
|
2882
|
+
"dataStore.fetchContent.error": string;
|
|
2883
|
+
"dataStore.addRow.label": string;
|
|
2884
|
+
"dataStore.addRow.error": string;
|
|
2885
|
+
"dataStore.updateRow.error": string;
|
|
2879
2886
|
"settings.ldap": string;
|
|
2880
2887
|
"settings.ldap.note": string;
|
|
2881
2888
|
"settings.ldap.infoTip": string;
|
package/dist/index.js
CHANGED
|
@@ -92,6 +92,7 @@ var en_default = {
|
|
|
92
92
|
"generic.tryNow": "Try now",
|
|
93
93
|
"generic.startNow": "Start now",
|
|
94
94
|
"generic.dismiss": "Dismiss",
|
|
95
|
+
"generic.saving": "Saving",
|
|
95
96
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
96
97
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
97
98
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -700,8 +701,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
700
701
|
"credentials.noResults": "No credentials found",
|
|
701
702
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
702
703
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
703
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
704
|
-
"credentials.create.personal.toast.text": "This credential has been created inside your personal space.",
|
|
704
|
+
"credentials.create.personal.toast.title": "Credential successfully created inside your personal space",
|
|
705
705
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
706
706
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
707
707
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -2748,8 +2748,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2748
2748
|
"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?',
|
|
2749
2749
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2750
2750
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2751
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2752
|
-
"workflows.create.personal.toast.text": "This workflow has been created inside your personal space.",
|
|
2751
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2753
2752
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2754
2753
|
"workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
|
|
2755
2754
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2848,10 +2847,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2848
2847
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2849
2848
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2850
2849
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2851
|
-
"dataStore.dataStores": "Data
|
|
2852
|
-
"dataStore.empty.label": "You don't have any data
|
|
2853
|
-
"dataStore.empty.description": "Once you create data
|
|
2854
|
-
"dataStore.empty.button.label": 'Create
|
|
2850
|
+
"dataStore.dataStores": "Data Tables",
|
|
2851
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2852
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2853
|
+
"dataStore.empty.button.label": 'Create Data Table in "{projectName}"',
|
|
2855
2854
|
"dataStore.card.size": "{size}MB",
|
|
2856
2855
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2857
2856
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2860,29 +2859,37 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2860
2859
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2861
2860
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2862
2861
|
"dataStore.search.placeholder": "Search",
|
|
2863
|
-
"dataStore.error.fetching": "Error loading data
|
|
2864
|
-
"dataStore.add.title": "Create data
|
|
2865
|
-
"dataStore.add.description": "Set up a new data
|
|
2866
|
-
"dataStore.add.button.label": "Create Data
|
|
2867
|
-
"dataStore.add.input.name.label": "Data
|
|
2868
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2869
|
-
"dataStore.add.error": "Error creating data
|
|
2870
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2871
|
-
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data
|
|
2872
|
-
"dataStore.delete.error": "Error deleting data
|
|
2873
|
-
"dataStore.rename.error": "Error renaming data
|
|
2874
|
-
"dataStore.getDetails.error": "Error fetching data
|
|
2875
|
-
"dataStore.notFound": "Data
|
|
2862
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2863
|
+
"dataStore.add.title": "Create new data table",
|
|
2864
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2865
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2866
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2867
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2868
|
+
"dataStore.add.error": "Error creating data table",
|
|
2869
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2870
|
+
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data table "{name}"? This action cannot be undone.',
|
|
2871
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2872
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2873
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2874
|
+
"dataStore.notFound": "Data table not found",
|
|
2876
2875
|
"dataStore.noColumns.heading": "No columns yet",
|
|
2877
|
-
"dataStore.noColumns.description": "Add columns to start storing data in this data
|
|
2876
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2878
2877
|
"dataStore.noColumns.button.label": "Add first column",
|
|
2879
2878
|
"dataStore.addColumn.label": "Add Column",
|
|
2880
2879
|
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2881
2880
|
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2882
2881
|
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2883
2882
|
"dataStore.addColumn.error": "Error adding column",
|
|
2883
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2884
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2885
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2886
|
+
"dataStore.deleteColumn.confirm.message": 'Are you sure you want to delete the column "{name}"? This action cannot be undone.',
|
|
2884
2887
|
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2885
2888
|
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2889
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2890
|
+
"dataStore.addRow.label": "Add Row",
|
|
2891
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2892
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2886
2893
|
"settings.ldap": "LDAP",
|
|
2887
2894
|
"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.",
|
|
2888
2895
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|