+ );
+};
+
+export default SupaDemoDisplay;
diff --git a/client/packages/lowcoder/src/i18n/locales/en.ts b/client/packages/lowcoder/src/i18n/locales/en.ts
index ffccf2aca..7b6da7f8e 100644
--- a/client/packages/lowcoder/src/i18n/locales/en.ts
+++ b/client/packages/lowcoder/src/i18n/locales/en.ts
@@ -759,7 +759,7 @@ export const en = {
"filterRule": "Filter Rule",
"updateList": "Update List",
"updateListTooltip": "Values updated as they exist can be overridden by the same insertion list values",
- "sqlMode": "SQL Mode",
+ "sqlMode": "SQL Mode",
"guiMode": "GUI Mode",
"operation": "Operation",
"insert": "Insert",
@@ -858,7 +858,7 @@ export const en = {
"dashboards": "Dashboards & Reporting",
"layout": "Layout & Navigation",
"forms": "Data Collection & Forms",
- "collaboration": "Meeting & Collaboration",
+ "collaboration": "Meeting & Collaboration",
"projectmanagement": "Project Management",
"scheduling": "Calendar & Scheduling",
"documents": "Document & File Management",
@@ -2438,7 +2438,7 @@ export const en = {
},
"temporaryState": {
"value": "Init Value",
- "valueTooltip": "The Initial Value Stored in the Temporary State Can Be Any Valid JSON Value.",
+ "valueTooltip": "The Initial Value Stored in the Temporary State Can Be a boolean, string, number or Any Valid JSON Value.",
"docLink": "Read More About Temporary States...",
"pathTypeError": "Path Must Be Either a String or an Array of Values",
"unStructuredError": "Unstructured Data {prev} Can't Be Updated by {path}",
@@ -2943,7 +2943,23 @@ export const en = {
"canvasContent": "Build your apps on the Canvas with a 'What You See Is What You Get' approach. Simply drag and drop components to design your layout, and use keyboard shortcuts for quick editing like delete, copy, and paste. Once a component is selected, you can fine-tune every detail—from styling and layout to data binding and logical behavior. Plus, enjoy the added benefit of responsive design, ensuring your apps look great on any device.",
"queryData": "Query Data",
"queryDataContent": "You can create Data Queries Here and Connect to Your MySQL, MongoDB, Redis, Airtable, and many Other Data Sources. After Configuring the Query, Click 'Run' to Obtain the Data and continue the Tutorial.",
- "compProperties": "Component Properties"
+ "compProperties": "Component Properties",
+ "interactiveDemo": "Interactive Demo",
+ "interactiveDemoToolTip": "Click to Start an Interactive Demo of this Feature",
+ },
+ "supademos": {
+ "transformer" : "https://app.supademo.com/embed/clyohuj2r0sluy805bs0e8mru?embed_v=2",
+ "dataresponder" : "https://app.supademo.com/embed/clypwukfr19ury805vzrt2otg?embed_v=2",
+ "temporarystate" : "https://app.supademo.com/embed/clyikd4yd03wbphh054on5hh2?embed_v=2",
+ "dataquery2table" : "https://app.supademo.com/embed/clxri6p3d4ctht2oemjdxz12f?embed_v=2",
+ "restApiQuery": "https://app.supademo.com/embed/clxu32uj50d3012o2mnh4ulpw?embed_v=2",
+ "jsQuery": "",
+ "streamApiQuery": "",
+ "mongodbQuery": "",
+ "libraryQuery": "",
+ "googleSheets": "",
+ "graphqlQuery": "",
+ "snowflakeQuery": "",
},
"homeTutorials": {
"createAppContent": "Welcome! Click 'App' and Start to Create Your First Application.",