@n8n/i18n 1.1.0 → 1.1.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 +3198 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3197 -11
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +9 -9
- package/dist/types.d.ts +9 -9
- package/dist/utils.cjs +0 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.js +0 -1
- package/package.json +5 -5
- package/dist/chunk-QKQ47GQZ.js +0 -10
- package/dist/chunk-QKQ47GQZ.js.map +0 -1
- package/dist/chunk-RS3BJEPE.js +0 -9525
- package/dist/chunk-RS3BJEPE.js.map +0 -1
- package/dist/chunk-WMF2ZDRE.cjs +0 -10
- package/dist/chunk-WMF2ZDRE.cjs.map +0 -1
- package/dist/chunk-WXKSP4YQ.cjs +0 -9525
- package/dist/chunk-WXKSP4YQ.cjs.map +0 -1
- package/dist/en-NYQRJQJM.js +0 -6334
- package/dist/en-NYQRJQJM.js.map +0 -1
- package/dist/en-P7OJZKXB.cjs +0 -6334
- package/dist/en-P7OJZKXB.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as vue_i18n from 'vue-i18n';
|
|
2
2
|
import { INodeProperties, INodePropertyOptions, INodePropertyCollection } from 'n8n-workflow';
|
|
3
3
|
import { BaseTextKey, INodeTranslationHeaders } from './types.cjs';
|
|
4
|
-
export {
|
|
4
|
+
export { GetBaseTextKey } from './types.cjs';
|
|
5
5
|
|
|
6
6
|
declare const i18nInstance: vue_i18n.I18n<{
|
|
7
7
|
en: {
|
|
@@ -984,10 +984,12 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
984
984
|
"folders.move.modal.message.usedCredentials.warning": string;
|
|
985
985
|
"folders.move.success.title": string;
|
|
986
986
|
"folders.move.success.message": string;
|
|
987
|
+
"folders.move.success.messageNoAccess": string;
|
|
987
988
|
"folders.move.error.title": string;
|
|
988
989
|
"folders.move.workflow.error.title": string;
|
|
989
990
|
"folders.move.workflow.success.title": string;
|
|
990
991
|
"folders.move.workflow.success.message": string;
|
|
992
|
+
"folders.move.workflow.success.messageNoAccess": string;
|
|
991
993
|
"folders.move.project.root.name": string;
|
|
992
994
|
"folders.open.error.title": string;
|
|
993
995
|
"folders.create.error.title": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as vue_i18n from 'vue-i18n';
|
|
2
2
|
import { INodeProperties, INodePropertyOptions, INodePropertyCollection } from 'n8n-workflow';
|
|
3
3
|
import { BaseTextKey, INodeTranslationHeaders } from './types.js';
|
|
4
|
-
export {
|
|
4
|
+
export { GetBaseTextKey } from './types.js';
|
|
5
5
|
|
|
6
6
|
declare const i18nInstance: vue_i18n.I18n<{
|
|
7
7
|
en: {
|
|
@@ -984,10 +984,12 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
984
984
|
"folders.move.modal.message.usedCredentials.warning": string;
|
|
985
985
|
"folders.move.success.title": string;
|
|
986
986
|
"folders.move.success.message": string;
|
|
987
|
+
"folders.move.success.messageNoAccess": string;
|
|
987
988
|
"folders.move.error.title": string;
|
|
988
989
|
"folders.move.workflow.error.title": string;
|
|
989
990
|
"folders.move.workflow.success.title": string;
|
|
990
991
|
"folders.move.workflow.success.message": string;
|
|
992
|
+
"folders.move.workflow.success.messageNoAccess": string;
|
|
991
993
|
"folders.move.project.root.name": string;
|
|
992
994
|
"folders.open.error.title": string;
|
|
993
995
|
"folders.create.error.title": string;
|