@n8n/design-system 2.15.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.
- package/.turbo/turbo-build.log +21 -13
- package/dist/compact-Q0gG5s1Q.js +4 -0
- package/dist/design-system.css +1 -1
- package/dist/{en-B345TTEb.js → en-D3Ikf1yc.js} +9 -2
- package/dist/en-DxGRlcjW.js +2 -0
- package/dist/n8n-design-system.es.js +27492 -27053
- package/dist/n8n-design-system.umd.js +35 -35
- package/package.json +1 -1
- package/tsconfig.json +1 -1
- package/dist/compact-CWM3h4JV.js +0 -2
- package/dist/en-DFyULyVD.js +0 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
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",
|
|
@@ -36,6 +37,11 @@ var en_default = {
|
|
|
36
37
|
"assistantChat.builder.feedbackPlaceholder": "Tell us about your experience",
|
|
37
38
|
"assistantChat.builder.success": "Thanks for your feedback!",
|
|
38
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",
|
|
39
45
|
"assistantChat.builder.workflowGenerated1": "Your workflow was created successfully!",
|
|
40
46
|
"assistantChat.builder.workflowGenerated2": "Fix any missing credentials before testing it.",
|
|
41
47
|
"assistantChat.builder.configuringNodes": "Configuring nodes...",
|
|
@@ -109,4 +115,5 @@ var en_default = {
|
|
|
109
115
|
"aiAssistant.versionCard.restoreModal.showVersion": "Show version",
|
|
110
116
|
"aiAssistant.versionCard.restoreModal.restore": "Restore"
|
|
111
117
|
};
|
|
112
|
-
|
|
118
|
+
//#endregion
|
|
119
|
+
export { e as t };
|