@n8n/design-system 2.1.1 → 2.2.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.
@@ -78,6 +78,16 @@ var en_default = {
78
78
  "promptInput.remainingCredits": "Remaining builder AI credits: <b>{count}</b>",
79
79
  "promptInput.monthlyCredits": "Monthly credits: <b>{count}</b> (1 credit = 1 message)",
80
80
  "promptInput.creditsRenew": "Credits renew on: <b>{date}</b>",
81
- "promptInput.creditsExpire": "Unused credits expire {date}"
81
+ "promptInput.creditsExpire": "Unused credits expire {date}",
82
+ "aiAssistant.textMessage.restoreVersion": "Restore version",
83
+ "aiAssistant.versionCard.restoreModal.title": "Restore to this version?",
84
+ "aiAssistant.versionCard.restoreModal.description": "This will replace your current version. Existing version will be saved for {pruneTime} in version history.",
85
+ "aiAssistant.versionCard.restoreModal.descriptionNoLimit": "This will replace your current version. Existing version will be saved in version history.",
86
+ "aiAssistant.versionCard.restoreModal.hour": "{count} hour",
87
+ "aiAssistant.versionCard.restoreModal.hours": "{count} hours",
88
+ "aiAssistant.versionCard.restoreModal.day": "{count} day",
89
+ "aiAssistant.versionCard.restoreModal.days": "{count} days",
90
+ "aiAssistant.versionCard.restoreModal.showVersion": "Show version",
91
+ "aiAssistant.versionCard.restoreModal.restore": "Restore"
82
92
  };
83
93
  export { en_default as t };
@@ -0,0 +1,2 @@
1
+ import { t as en_default } from "./en-D-D4Ol9N.js";
2
+ export { en_default as default };