@@ -284,6 +284,22 @@ define({
284284 "LIVE_DEV_STYLES_QS_SELECTOR" : "Selector" ,
285285 "LIVE_DEV_STYLES_QS_ELEMENT_STYLE" : "element.style" ,
286286 "LIVE_DEV_STYLES_QS_SHOW_MORE" : "More properties" ,
287+ "LIVE_DEV_STYLES_TAB_QUICK" : "Quick Styles" ,
288+ "LIVE_DEV_STYLES_TAB_ADVANCED" : "Advanced Styles" ,
289+ "LIVE_DEV_STYLES_TAB_COMPUTED" : "Computed" ,
290+ "LIVE_DEV_STYLES_FILTER_ALL" : "All" ,
291+ "LIVE_DEV_STYLES_FILTER_LAYOUT" : "Layout" ,
292+ "LIVE_DEV_STYLES_FILTER_TYPOGRAPHY" : "Typography" ,
293+ "LIVE_DEV_STYLES_FILTER_COLOR" : "Color" ,
294+ "LIVE_DEV_STYLES_FILTER_EFFECTS" : "Effects" ,
295+ "LIVE_DEV_STYLES_FILTER_BOX_MODEL" : "Box Model" ,
296+ "LIVE_DEV_STYLES_COMPUTED_SEARCH" : "Filter properties\u2026" ,
297+ "LIVE_DEV_STYLES_COMPUTED_NO_RESULTS" : "No results found" ,
298+ "LIVE_DEV_STYLES_COMPUTED_USER_AGENT" : "User Agent" ,
299+ "LIVE_DEV_FORMAT_BOLD" : "Bold" ,
300+ "LIVE_DEV_FORMAT_ITALIC" : "Italic" ,
301+ "LIVE_DEV_FORMAT_UNDERLINE" : "Underline" ,
302+ "LIVE_DEV_FORMAT_STRIKETHROUGH" : "Strikethrough" ,
287303 "LIVE_DEV_TOAST_NOT_EDITABLE" : "Element not editable - generated by script" ,
288304 "LIVE_DEV_COPY_TOAST_MESSAGE" : "Element copied. Use 'Paste' to add it after the selected element" ,
289305 "LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED" : "Element doesn't scroll with page - edit boxes hidden" ,
0 commit comments