@n8n/i18n 1.21.0 → 1.22.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 +3793 -7543
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +3794 -7544
- package/dist/index.js.map +1 -1
- package/dist/{types-BEthcX4W.d.cts → types-j8rdQ8e5.d.ts} +7 -2
- package/dist/{types-me2l4Lvz.d.ts → types-wNLLPlzG.d.cts} +7 -2
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/{utils-Ct4O795q.js → utils-h8Z6_NUG.js} +2 -2
- package/dist/{utils-Ct4O795q.js.map → utils-h8Z6_NUG.js.map} +1 -1
- package/dist/utils.js +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as LocaleMessages, n as GetBaseTextKey, r as INodeTranslationHeaders, t as BaseTextKey } from "./types-wNLLPlzG.cjs";
|
|
2
2
|
import * as vue_i18n0 from "vue-i18n";
|
|
3
3
|
import * as vue0 from "vue";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -132,6 +132,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
132
132
|
"generic.list.clearSelection": string;
|
|
133
133
|
"generic.list.selected": string;
|
|
134
134
|
"generic.project": string;
|
|
135
|
+
"generic.projects": string;
|
|
135
136
|
"generic.your": string;
|
|
136
137
|
"generic.apiKey": string;
|
|
137
138
|
"about.aboutN8n": string;
|
|
@@ -758,6 +759,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
758
759
|
"dataMapping.schemaView.disabled": string;
|
|
759
760
|
"dataMapping.schemaView.noMatches": string;
|
|
760
761
|
"dataMapping.schemaView.preview": string;
|
|
762
|
+
"dataMapping.schemaView.previewLastExecution": string;
|
|
763
|
+
"dataMapping.schemaView.previewLastExecution.executePreviousNodes": string;
|
|
764
|
+
"dataMapping.schemaView.preview.executeNode": string;
|
|
761
765
|
"dataMapping.schemaView.previewExtraFields": string;
|
|
762
766
|
"dataMapping.schemaView.previewNode": string;
|
|
763
767
|
"dataMapping.schemaView.variablesContextTitle": string;
|
|
@@ -2017,6 +2021,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2017
2021
|
"resourceMapper.staleDataWarning.notice": string;
|
|
2018
2022
|
"resourceMapper.attemptToConvertTypes.displayName": string;
|
|
2019
2023
|
"resourceMapper.attemptToConvertTypes.description": string;
|
|
2024
|
+
"runData.pinData.insertedExecutionData": string;
|
|
2020
2025
|
"runData.openSubExecutionSingle": string;
|
|
2021
2026
|
"runData.openSubExecutionWithId": string;
|
|
2022
2027
|
"runData.openParentExecution": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as LocaleMessages, n as GetBaseTextKey, r as INodeTranslationHeaders, t as BaseTextKey } from "./types-j8rdQ8e5.js";
|
|
2
2
|
import * as vue0 from "vue";
|
|
3
3
|
import * as vue_i18n0 from "vue-i18n";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -132,6 +132,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
132
132
|
"generic.list.clearSelection": string;
|
|
133
133
|
"generic.list.selected": string;
|
|
134
134
|
"generic.project": string;
|
|
135
|
+
"generic.projects": string;
|
|
135
136
|
"generic.your": string;
|
|
136
137
|
"generic.apiKey": string;
|
|
137
138
|
"about.aboutN8n": string;
|
|
@@ -758,6 +759,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
758
759
|
"dataMapping.schemaView.disabled": string;
|
|
759
760
|
"dataMapping.schemaView.noMatches": string;
|
|
760
761
|
"dataMapping.schemaView.preview": string;
|
|
762
|
+
"dataMapping.schemaView.previewLastExecution": string;
|
|
763
|
+
"dataMapping.schemaView.previewLastExecution.executePreviousNodes": string;
|
|
764
|
+
"dataMapping.schemaView.preview.executeNode": string;
|
|
761
765
|
"dataMapping.schemaView.previewExtraFields": string;
|
|
762
766
|
"dataMapping.schemaView.previewNode": string;
|
|
763
767
|
"dataMapping.schemaView.variablesContextTitle": string;
|
|
@@ -2017,6 +2021,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2017
2021
|
"resourceMapper.staleDataWarning.notice": string;
|
|
2018
2022
|
"resourceMapper.attemptToConvertTypes.displayName": string;
|
|
2019
2023
|
"resourceMapper.attemptToConvertTypes.description": string;
|
|
2024
|
+
"runData.pinData.insertedExecutionData": string;
|
|
2020
2025
|
"runData.openSubExecutionSingle": string;
|
|
2021
2026
|
"runData.openSubExecutionWithId": string;
|
|
2022
2027
|
"runData.openParentExecution": string;
|