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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3436,6 +3436,11 @@ export const en = {
3436
3436
},
3437
3437
"responsiveLayout": {
3438
3438
"column": "Columns",
3439
+
"addColumn": "Add Column",
3440
+
"columnDefinition": "Column Definition",
3441
+
"rowDefinition": "Row Definition",
3442
+
"columnGap": "Column Gap",
3443
+
"rowGap": "Row Gap",
3439
3444
"atLeastOneColumnError": "Responsive Layout Keeps at Least One Column",
3440
3445
"columnsPerRow": "Columns per Row",
3441
3446
"columnsSpacing": "Columns Spacing (px)",
@@ -3450,8 +3455,11 @@ export const en = {
3450
3455
"rowBreak": "Row Break",
3451
3456
"matchColumnsHeight": "Match Columns Height",
3452
3457
"rowLayout": "Row Layout",
3453
-
"columnsLayout": "Columns Layout"
3458
+
"columnsLayout": "Columns Layout",
3459
+
"columnsDefinitionTooltip": "Columns can be defined freely based on the CSS columns properties. For example, 'auto auto' will create two columns with equal width. Read more here: https://css-tricks.com/almanac/properties/g/grid-template-columns",
3460
+
"rowsDefinitionTooltip": "Rows can be defined freely based on the CSS rows properties. For example, 'auto auto' will create two rows with equal height. Read more here: https://css-tricks.com/almanac/properties/g/grid-template-rows",
0 commit comments