@n8n/i18n 1.24.0 → 1.24.2
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 +47 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +24 -1
- package/dist/index.d.ts +24 -1
- package/dist/index.js +47 -1
- package/dist/index.js.map +1 -1
- package/dist/{types-CvlTqtF_.d.cts → types-DACdyL-T.d.ts} +24 -1
- package/dist/{types-Gzyvgd4l.d.ts → types-eBu_kveP.d.cts} +24 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1964,6 +1964,26 @@ declare const _exports: {
|
|
|
1964
1964
|
"projectRoles.credential:move.tooltip": string;
|
|
1965
1965
|
"projectRoles.credential:delete": string;
|
|
1966
1966
|
"projectRoles.credential:delete.tooltip": string;
|
|
1967
|
+
"projectRoles.dataTable:read": string;
|
|
1968
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1969
|
+
"projectRoles.dataTable:update": string;
|
|
1970
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1971
|
+
"projectRoles.dataTable:create": string;
|
|
1972
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1973
|
+
"projectRoles.dataTable:delete": string;
|
|
1974
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:readRow": string;
|
|
1976
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1978
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1979
|
+
"projectRoles.projectVariable:read": string;
|
|
1980
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1981
|
+
"projectRoles.projectVariable:update": string;
|
|
1982
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1983
|
+
"projectRoles.projectVariable:create": string;
|
|
1984
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1985
|
+
"projectRoles.projectVariable:delete": string;
|
|
1986
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1967
1987
|
"projectRoles.sourceControl:pull": string;
|
|
1968
1988
|
"projectRoles.sourceControl:push": string;
|
|
1969
1989
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1991,6 +2011,8 @@ declare const _exports: {
|
|
|
1991
2011
|
"projectRoles.type.workflow": string;
|
|
1992
2012
|
"projectRoles.type.credential": string;
|
|
1993
2013
|
"projectRoles.type.sourceControl": string;
|
|
2014
|
+
"projectRoles.type.dataTable": string;
|
|
2015
|
+
"projectRoles.type.projectVariable": string;
|
|
1994
2016
|
"projectRoles.literal.system": string;
|
|
1995
2017
|
"projectRoles.literal.custom": string;
|
|
1996
2018
|
"projectRoles.action.cancel": string;
|
|
@@ -3166,6 +3188,7 @@ declare const _exports: {
|
|
|
3166
3188
|
"dataTable.dataTables": string;
|
|
3167
3189
|
"dataTable.empty.label": string;
|
|
3168
3190
|
"dataTable.empty.description": string;
|
|
3191
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3169
3192
|
"dataTable.card.size": string;
|
|
3170
3193
|
"dataTable.card.column.count": string;
|
|
3171
3194
|
"dataTable.add.title": string;
|
|
@@ -3893,4 +3916,4 @@ interface INodeTranslationHeaders {
|
|
|
3893
3916
|
}
|
|
3894
3917
|
//#endregion
|
|
3895
3918
|
export { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages };
|
|
3896
|
-
//# sourceMappingURL=types-
|
|
3919
|
+
//# sourceMappingURL=types-DACdyL-T.d.ts.map
|
|
@@ -1964,6 +1964,26 @@ declare const _exports: {
|
|
|
1964
1964
|
"projectRoles.credential:move.tooltip": string;
|
|
1965
1965
|
"projectRoles.credential:delete": string;
|
|
1966
1966
|
"projectRoles.credential:delete.tooltip": string;
|
|
1967
|
+
"projectRoles.dataTable:read": string;
|
|
1968
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1969
|
+
"projectRoles.dataTable:update": string;
|
|
1970
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1971
|
+
"projectRoles.dataTable:create": string;
|
|
1972
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1973
|
+
"projectRoles.dataTable:delete": string;
|
|
1974
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:readRow": string;
|
|
1976
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1978
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1979
|
+
"projectRoles.projectVariable:read": string;
|
|
1980
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1981
|
+
"projectRoles.projectVariable:update": string;
|
|
1982
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1983
|
+
"projectRoles.projectVariable:create": string;
|
|
1984
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1985
|
+
"projectRoles.projectVariable:delete": string;
|
|
1986
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1967
1987
|
"projectRoles.sourceControl:pull": string;
|
|
1968
1988
|
"projectRoles.sourceControl:push": string;
|
|
1969
1989
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1991,6 +2011,8 @@ declare const _exports: {
|
|
|
1991
2011
|
"projectRoles.type.workflow": string;
|
|
1992
2012
|
"projectRoles.type.credential": string;
|
|
1993
2013
|
"projectRoles.type.sourceControl": string;
|
|
2014
|
+
"projectRoles.type.dataTable": string;
|
|
2015
|
+
"projectRoles.type.projectVariable": string;
|
|
1994
2016
|
"projectRoles.literal.system": string;
|
|
1995
2017
|
"projectRoles.literal.custom": string;
|
|
1996
2018
|
"projectRoles.action.cancel": string;
|
|
@@ -3166,6 +3188,7 @@ declare const _exports: {
|
|
|
3166
3188
|
"dataTable.dataTables": string;
|
|
3167
3189
|
"dataTable.empty.label": string;
|
|
3168
3190
|
"dataTable.empty.description": string;
|
|
3191
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3169
3192
|
"dataTable.card.size": string;
|
|
3170
3193
|
"dataTable.card.column.count": string;
|
|
3171
3194
|
"dataTable.add.title": string;
|
|
@@ -3893,4 +3916,4 @@ interface INodeTranslationHeaders {
|
|
|
3893
3916
|
}
|
|
3894
3917
|
//#endregion
|
|
3895
3918
|
export { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages };
|
|
3896
|
-
//# sourceMappingURL=types-
|
|
3919
|
+
//# sourceMappingURL=types-eBu_kveP.d.cts.map
|
package/dist/types.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-eBu_kveP.cjs";
|
|
2
2
|
export { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages };
|
package/dist/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-DACdyL-T.js";
|
|
2
2
|
export { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.24.
|
|
4
|
+
"version": "1.24.2",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "1.117.
|
|
27
|
+
"n8n-workflow": "1.117.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|