@n8n/design-system 2.14.0 → 2.16.0

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.
@@ -1,4 +1,5 @@
1
- var en_default = {
1
+ //#region src/locale/lang/en.ts
2
+ var e = {
2
3
  "generic.retry": "Retry",
3
4
  "generic.cancel": "Cancel",
4
5
  "generic.ignore": "Ignore",
@@ -26,6 +27,7 @@ var en_default = {
26
27
  "codeDiff.replacing": "Replacing...",
27
28
  "codeDiff.undo": "Undo",
28
29
  "betaTag.beta": "beta",
30
+ "previewTag.preview": "Preview",
29
31
  "askAssistantButton.askAssistant": "n8n AI",
30
32
  "assistantChat.builder.name": "AI Builder",
31
33
  "assistantChat.builder.generatingFinalWorkflow": "Generating final workflow...",
@@ -35,6 +37,11 @@ var en_default = {
35
37
  "assistantChat.builder.feedbackPlaceholder": "Tell us about your experience",
36
38
  "assistantChat.builder.success": "Thanks for your feedback!",
37
39
  "assistantChat.builder.feedbackSubmit": "Submit feedback",
40
+ "assistantChat.rating.thumbsUp": "Helpful",
41
+ "assistantChat.rating.thumbsDown": "Not helpful",
42
+ "assistantChat.rating.feedbackPlaceholder": "Tell us about your experience",
43
+ "assistantChat.rating.success": "Thanks for your feedback!",
44
+ "assistantChat.rating.feedbackSubmit": "Submit feedback",
38
45
  "assistantChat.builder.workflowGenerated1": "Your workflow was created successfully!",
39
46
  "assistantChat.builder.workflowGenerated2": "Fix any missing credentials before testing it.",
40
47
  "assistantChat.builder.configuringNodes": "Configuring nodes...",
@@ -108,4 +115,5 @@ var en_default = {
108
115
  "aiAssistant.versionCard.restoreModal.showVersion": "Show version",
109
116
  "aiAssistant.versionCard.restoreModal.restore": "Restore"
110
117
  };
111
- export { en_default as t };
118
+ //#endregion
119
+ export { e as t };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./en-D3Ikf1yc.js";
2
+ export { e as default };