@@ -254,6 +254,10 @@ define({
254254 "LIVE_DEV_STYLER_DASHED" : "Dashed" ,
255255 "LIVE_DEV_STYLER_DOTTED" : "Dotted" ,
256256 "LIVE_DEV_STYLER_DOUBLE" : "Double" ,
257+ "LIVE_DEV_STYLER_OUTLINE" : "Outline" ,
258+ "LIVE_DEV_STYLER_OFFSET" : "Offset" ,
259+ "LIVE_DEV_STYLER_BORDER_AND_OUTLINE" : "Border & Outline" ,
260+ "LIVE_DEV_STYLER_SIDE" : "Side" ,
257261 "LIVE_DEV_STYLER_PADDING" : "Padding" ,
258262 "LIVE_DEV_STYLER_MARGIN" : "Margin" ,
259263 "LIVE_DEV_STYLER_SIDES_LINKED" : "Edit all sides together" ,
@@ -305,7 +309,12 @@ define({
305309 "LIVE_DEV_STYLER_SELECTOR_PLACEHOLDER" : "e.g. .card or #hero" ,
306310 "LIVE_DEV_STYLER_HEIGHT" : "Height" ,
307311 "LIVE_DEV_STYLER_OPACITY" : "Opacity" ,
308- "LIVE_DEV_STYLER_CHANGE_UNIT" : "Change unit" ,
312+ "LIVE_DEV_STYLER_CHANGE_UNIT" : "Change unit - toggles between {0}" ,
313+ "LIVE_DEV_STYLER_INCREASE_VALUE" : "Increase {0}" ,
314+ "LIVE_DEV_STYLER_DECREASE_VALUE" : "Decrease {0}" ,
315+ "LIVE_DEV_STYLER_INCREASE" : "Increase value" ,
316+ "LIVE_DEV_STYLER_DECREASE" : "Decrease value" ,
317+ "LIVE_DEV_STYLER_STEP_HINT" : "Shift + Click: x10\nAlt + Click: x0.1" ,
309318 "LIVE_DEV_STYLER_EYEDROPPER" : "Pick color from page" ,
310319 "LIVE_DEV_MORE_OPTIONS_CUT" : "Cut" ,
311320 "LIVE_DEV_MORE_OPTIONS_COPY" : "Copy" ,
0 commit comments