@innovastudio/contentbox 1.6.171 → 1.6.173
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/index.d.ts +6 -0
- package/package.json +3 -2
- package/public/contentbox/contentbox.esm.js +19516 -29792
- package/public/contentbox/contentbox.min.js +15 -15
- package/public/contentbox/lang/en.js +41 -0
|
@@ -583,6 +583,47 @@ _txt["JSON Submission"] = "JSON Submission";
|
|
|
583
583
|
_txt["Standard Form Submission"] = "Standard Form Submission";
|
|
584
584
|
_txt["reCAPTCHA Site Key (v2):"] = "reCAPTCHA Site Key (v2):";
|
|
585
585
|
|
|
586
|
+
/* Code Chat */
|
|
587
|
+
_txt["Code Chat"] = "Code Chat";
|
|
588
|
+
_txt["Describe what you want to build or ask questions"] = "Describe what you want to build or ask questions";
|
|
589
|
+
_txt["Close chat panel"] = "Close chat panel";
|
|
590
|
+
_txt["Open settings"] = "Open settings";
|
|
591
|
+
_txt["Message input"] = "Message input";
|
|
592
|
+
_txt["e.g., Create a landing page for handmade wooden pieces"] = "e.g., Create a landing page for handmade wooden pieces";
|
|
593
|
+
_txt["e.g., Create a landing page and explain best practices for hero sections"] = "e.g., Create a landing page and explain best practices for hero sections";
|
|
594
|
+
_txt["Type your message"] = "Type your message";
|
|
595
|
+
_txt["Send message"] = "Send message";
|
|
596
|
+
_txt["Chat Settings"] = "Chat Settings";
|
|
597
|
+
_txt["Code Generation Model"] = "Code Generation Model";
|
|
598
|
+
_txt["Select the AI model used for generating and modifying HTML code"] = "Select the AI model used for generating and modifying HTML code";
|
|
599
|
+
_txt["Chat Model"] = "Chat Model";
|
|
600
|
+
_txt["Select the AI model used for conversations and answering questions"] = "Select the AI model used for conversations and answering questions";
|
|
601
|
+
_txt["Image Model"] = "Image Model";
|
|
602
|
+
_txt["Select the AI model used for image generation"] = "Select the AI model used for image generation";
|
|
603
|
+
_txt["Cancel and close settings"] = "Cancel and close settings";
|
|
604
|
+
_txt["Settings saved successfully"] = "Settings saved successfully";
|
|
605
|
+
_txt["Settings dialog opened"] = "Settings dialog opened";
|
|
606
|
+
_txt["Settings dialog closed"] = "Settings dialog closed";
|
|
607
|
+
_txt["Analyzing your request..."] = "Analyzing your request...";
|
|
608
|
+
_txt["Sorry, this request is outside the scope of what I can help with. I can help you build and design webpages with HTML, CSS, and images."] = "Sorry, this request is outside the scope of what I can help with. I can help you build and design webpages with HTML, CSS, and images.";
|
|
609
|
+
_txt["Task failed"] = "Task failed";
|
|
610
|
+
_txt["Generated Images"] = "Generated Images";
|
|
611
|
+
_txt["Copy message"] = "Copy message";
|
|
612
|
+
_txt["Copied!"] = "Copied!";
|
|
613
|
+
_txt["Failed to copy:"] = "Failed to copy:";
|
|
614
|
+
_txt["Stream cancelled"] = "Stream cancelled";
|
|
615
|
+
_txt["Thinking..."] = "Thinking...";
|
|
616
|
+
_txt["Completed"] = "Completed";
|
|
617
|
+
_txt["tasks"] = "tasks";
|
|
618
|
+
_txt["code modification(s)"] = "code modification(s)";
|
|
619
|
+
_txt["explanation(s) provided"] = "explanation(s) provided";
|
|
620
|
+
_txt["Processing..."] = "Processing...";
|
|
621
|
+
_txt["Error"] = "Error";
|
|
622
|
+
_txt["You"] = "You";
|
|
623
|
+
_txt["Assistant"] = "Assistant";
|
|
624
|
+
_txt["Chat panel opened"] = "Chat panel opened";
|
|
625
|
+
_txt["Chat panel closed"] = "Chat panel closed";
|
|
626
|
+
|
|
586
627
|
/* Form Builder */
|
|
587
628
|
_txt["Add input field"] = "Add input field";
|
|
588
629
|
_txt["Add Element"] = "Add Element";
|