Skip to content

Commit 51ec8de

Browse files
devvaannshabose
authored andcommitted
feat: strings used in the styles panel
1 parent debe524 commit 51ec8de

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ define({
204204
"LIVE_DEV_IMAGE_GALLERY_LOADING_MORE": "Loading\u2026",
205205
"LIVE_DEV_IMAGE_GALLERY_NO_IMAGES": "No images found",
206206
"LIVE_DEV_IMAGE_GALLERY_LOAD_ERROR": "Failed to load images",
207-
"LIVE_DEV_IMAGE_GALLERY_CLOSE": "Close",
208207
"LIVE_DEV_IMAGE_GALLERY_SELECT_FROM_COMPUTER_TOOLTIP": "Select an image from your device",
209208
"LIVE_DEV_IMAGE_GALLERY_SELECT_FROM_COMPUTER": "Select from device",
210209
"LIVE_DEV_IMAGE_GALLERY_DIALOG_OVERLAY_MESSAGE": "Select image download location in the editor to continue",
@@ -224,6 +223,15 @@ define({
224223
"LIVE_DEV_IMAGE_GALLERY_ATTRIBUTION_ON": "on {0}",
225224
"LIVE_DEV_IMAGE_GALLERY_GET_PRO": "Get Pro",
226225
"LIVE_DEV_IMAGE_GALLERY_USAGE_THRESHOLD": "You've used {0}% of your free image searches ({1}/{2})",
226+
"LIVE_DEV_STYLES_PANEL_HEADER": "Style Editor",
227+
"LIVE_DEV_STYLES_EDIT_TOOLTIP": "Edit Styles",
228+
"LIVE_DEV_STYLES_PANEL_ADD": "+ Add",
229+
"LIVE_DEV_STYLES_PANEL_NO_RULES": "No CSS rules found",
230+
"LIVE_DEV_STYLES_PANEL_MATCHING_RULES": "Matching Rules ({0})",
231+
"LIVE_DEV_STYLES_PANEL_LOADING": "Loading styles\u2026",
232+
"LIVE_DEV_STYLES_PANEL_NO_STYLES": "No styles found",
233+
"LIVE_DEV_STYLES_PANEL_PROPERTY_PLACEHOLDER": "property",
234+
"LIVE_DEV_STYLES_PANEL_VALUE_PLACEHOLDER": "value",
227235
"LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script",
228236
"LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element",
229237
"LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED": "Element doesn't scroll with page - edit boxes hidden",

0 commit comments

Comments
 (0)