@n8n/i18n 2.31.0 → 2.31.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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -6175,6 +6175,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6175
6175
|
"instanceAi.agentTree.error": string;
|
|
6176
6176
|
"instanceAi.error.title": string;
|
|
6177
6177
|
"instanceAi.error.technicalDetails": string;
|
|
6178
|
+
"instanceAi.error.outOfCredits.title": string;
|
|
6179
|
+
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6178
6180
|
"instanceAi.artifactsPanel.title": string;
|
|
6179
6181
|
"instanceAi.artifactsPanel.showPreview": string;
|
|
6180
6182
|
"instanceAi.artifactsPanel.hidePreview": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -6175,6 +6175,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
6175
6175
|
"instanceAi.agentTree.error": string;
|
|
6176
6176
|
"instanceAi.error.title": string;
|
|
6177
6177
|
"instanceAi.error.technicalDetails": string;
|
|
6178
|
+
"instanceAi.error.outOfCredits.title": string;
|
|
6179
|
+
"instanceAi.error.outOfCredits.upgrade": string;
|
|
6178
6180
|
"instanceAi.artifactsPanel.title": string;
|
|
6179
6181
|
"instanceAi.artifactsPanel.showPreview": string;
|
|
6180
6182
|
"instanceAi.artifactsPanel.hidePreview": string;
|
package/dist/index.mjs
CHANGED
|
@@ -6171,6 +6171,8 @@ var en_default = {
|
|
|
6171
6171
|
"instanceAi.agentTree.error": "Error",
|
|
6172
6172
|
"instanceAi.error.title": "Something went wrong",
|
|
6173
6173
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
6174
|
+
"instanceAi.error.outOfCredits.title": "You've run out of AI credits",
|
|
6175
|
+
"instanceAi.error.outOfCredits.upgrade": "Upgrade plan",
|
|
6174
6176
|
"instanceAi.artifactsPanel.title": "Artifacts",
|
|
6175
6177
|
"instanceAi.artifactsPanel.showPreview": "Show artifacts preview",
|
|
6176
6178
|
"instanceAi.artifactsPanel.hidePreview": "Hide artifacts preview",
|