Skip to content

Commit 91c4ec3

Browse files
committed
feat: add strings for border and layout section
1 parent 6a07dc6 commit 91c4ec3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ define({
262262
"LIVE_DEV_STYLER_MARGIN": "Margin",
263263
"LIVE_DEV_STYLER_SIDES_LINKED": "Edit all sides together",
264264
"LIVE_DEV_STYLER_SIDES_INDEPENDENT": "Edit sides independently",
265+
"LIVE_DEV_STYLER_LINK_NONE": "Independent sides - each side has its own value",
266+
"LIVE_DEV_STYLER_LINK_PAIRED": "Paired - top & bottom linked, left & right linked",
267+
"LIVE_DEV_STYLER_LINK_ALL": "All sides linked - one value for every side",
268+
"LIVE_DEV_STYLER_LINK_CYCLE_HINT": "Click to change how sides are linked",
265269
"LIVE_DEV_STYLER_ALL_SIDES": "All",
266270
"LIVE_DEV_STYLER_TOP": "Top",
267271
"LIVE_DEV_STYLER_RIGHT": "Right",
@@ -308,6 +312,13 @@ define({
308312
"LIVE_DEV_STYLER_ADD_SELECTOR": "Add a new selector",
309313
"LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER": "e.g. .card or #hero",
310314
"LIVE_DEV_STYLER_HEIGHT": "Height",
315+
"LIVE_DEV_STYLER_SIZE_TAB": "Size",
316+
"LIVE_DEV_STYLER_MIN_WIDTH": "Min width",
317+
"LIVE_DEV_STYLER_MAX_WIDTH": "Max width",
318+
"LIVE_DEV_STYLER_MIN_HEIGHT": "Min height",
319+
"LIVE_DEV_STYLER_MAX_HEIGHT": "Max height",
320+
"LIVE_DEV_STYLER_LIMITS_SHOW": "Show min / max size limits",
321+
"LIVE_DEV_STYLER_LIMITS_HIDE": "Hide min / max size limits",
311322
"LIVE_DEV_STYLER_OPACITY": "Opacity",
312323
"LIVE_DEV_STYLER_CHANGE_UNIT": "Change unit - toggles between {0}",
313324
"LIVE_DEV_STYLER_INCREASE_VALUE": "Increase {0}",

0 commit comments

Comments
 (0)