Skip to content

Commit 080cc2e

Browse files
devvaannshabose
authored andcommitted
feat: add strings for style removal and resetting in styles bar
1 parent cdb965b commit 080cc2e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,22 @@ define({
275275
"LIVE_DEV_STYLER_CURSOR_ZOOM_IN": "Zoom in",
276276
"LIVE_DEV_STYLER_CURSOR_ZOOM_OUT": "Zoom out",
277277
"LIVE_DEV_STYLER_REMOVE_BACKGROUND": "Remove background color",
278+
"LIVE_DEV_STYLER_REMOVE_PROPERTY": "Remove {0}",
279+
"LIVE_DEV_STYLER_RESET_DEFAULT": "Reset to browser default",
280+
"LIVE_DEV_STYLER_CTX_NOT_SET": "Not set on this element",
281+
"LIVE_DEV_STYLER_CTX_SHORTHAND_BLOCKED": "Set by a shorthand, use Reset instead",
282+
"LIVE_DEV_STYLER_AFFECTS_TITLE": "{0} affects {1} elements on this page",
283+
"LIVE_DEV_STYLER_CTX_AFFECTS": "affects {0} elements",
284+
"LIVE_DEV_STYLER_CTX_AFFECTS_ONE": "affects only this element",
285+
"LIVE_DEV_STYLER_CTX_FROM_RULE": "From {0}",
286+
"LIVE_DEV_STYLER_CTX_INLINE_STYLE": "this element's inline style",
287+
"LIVE_DEV_STYLER_CTX_ADDS_REVERT": "Adds {0} to this element",
288+
"LIVE_DEV_STYLER_CLEAR_IN_RULE": "{0} is set by {1}",
289+
"LIVE_DEV_STYLER_CLEAR_IN_INLINE": "{0} is set in {1}",
290+
"LIVE_DEV_STYLER_CLEAR_IN_SHORTHAND": "{0} is set by the {1} shorthand",
291+
"LIVE_DEV_STYLER_CLEAR_REMOVE_BTN": "Remove",
292+
"LIVE_DEV_STYLER_CLEAR_RESET_BTN": "Reset",
293+
"LIVE_DEV_STYLER_LEARN_MORE": "Learn more…",
278294
"LIVE_DEV_STYLER_RADIUS": "Radius",
279295
"LIVE_DEV_STYLER_WIDTH": "Width",
280296
"LIVE_DEV_STYLER_COLOR": "Color",

0 commit comments

Comments
 (0)