@n8n/i18n 2.35.0 → 2.35.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 CHANGED
@@ -379,6 +379,8 @@ var en_default = {
379
379
  "aiAssistant.builder.creditBanner.text": "{remaining}/{total} monthly credits left",
380
380
  "aiAssistant.builder.creditBanner.trialText": "{remaining}/{total} credits left in your free trial",
381
381
  "aiAssistant.builder.creditBanner.getMore": "Get more",
382
+ "aiAssistant.builder.creditBanner.limitReachedText": "Your free trial included credits to build and run your first workflow in production. Upgrade to continue using the AI Assistant.",
383
+ "aiAssistant.builder.creditBanner.upgrade": "Upgrade plan",
382
384
  "aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
383
385
  "aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
384
386
  "aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
@@ -6729,6 +6731,7 @@ var en_default = {
6729
6731
  "instanceAi.error.title": "Something went wrong",
6730
6732
  "instanceAi.error.technicalDetails": "Technical details",
6731
6733
  "instanceAi.error.outOfCredits.title": "You've run out of AI credits",
6734
+ "instanceAi.error.outOfCredits.trialTitle": "Your free trial included credits to build and run your first workflow in production. Upgrade to continue using the AI Assistant.",
6732
6735
  "instanceAi.error.outOfCredits.upgrade": "Upgrade plan",
6733
6736
  "instanceAi.artifactsPanel.title": "Artifacts",
6734
6737
  "instanceAi.artifactsPanel.showPreview": "Show artifacts preview",