You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+49-45Lines changed: 49 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -974,6 +974,7 @@ export const en = {
974
974
"code": "Code of your Custom Component",
975
975
},
976
976
"tree": {
977
+
"placeholder": "Please Select",
977
978
"selectType": "Select Type",
978
979
"noSelect": "No Select",
979
980
"singleSelect": "Single Select",
@@ -1893,6 +1894,8 @@ export const en = {
1893
1894
},
1894
1895
"module": {
1895
1896
"emptyText": "No Data",
1897
+
"docLink": "Read More About Modules...",
1898
+
"documentationText" : "Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications. You can insert a module into an app or other modules (referred to as external apps in the rest of this document) and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
1896
1899
"circularReference": "Circular Reference, Current Module/Application Cannot Be Used!",
1897
1900
"emptyTestInput": "The Current Module Has No Input to Test",
1898
1901
"emptyTestMethod": "The Current Module Has No Method to Test",
"preview": "Preview (please mind, that your Editor-Layout/Logic Mode is active here too. You can set it to 'Both' in the App Editor to see all properties here too)",
2564
2524
"property": "Properties",
2565
2525
"console": "Visual Script Console",
2566
2526
"executeMethods": "Execute Methods",
@@ -2740,7 +2700,51 @@ export const en = {
2740
2700
"widthTooltip": "Pixel or Percentage, e.g. 520, 60%",
0 commit comments