Skip to content

Commit 71c0fd5

Browse files
committed
feat: add new insert element strings
1 parent 0966c2a commit 71c0fd5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@ define({
196196
"LIVE_DEV_MORE_OPTIONS_CUT": "Cut",
197197
"LIVE_DEV_MORE_OPTIONS_COPY": "Copy",
198198
"LIVE_DEV_MORE_OPTIONS_PASTE": "Paste",
199+
"LIVE_DEV_INSERT_ELEMENT": "Insert Element",
200+
"LIVE_DEV_INSERT_BEFORE": "Before",
201+
"LIVE_DEV_INSERT_AFTER": "After",
202+
"LIVE_DEV_INSERT_INSIDE": "Inside",
203+
"LIVE_DEV_INSERT_WRAP": "Wrap",
204+
"LIVE_DEV_INSERT_SEARCH_PLACEHOLDER": "Search elements\u2026",
205+
"LIVE_DEV_INSERT_COMMON": "Common",
206+
"LIVE_DEV_INSERT_NO_RESULTS": "No matching elements",
199207
"LIVE_DEV_IMAGE_GALLERY_USE_IMAGE": "Download image",
200208
"LIVE_DEV_IMAGE_GALLERY_SELECT_DOWNLOAD_FOLDER": "Choose image download folder",
201209
"LIVE_DEV_IMAGE_GALLERY_SEARCH_PLACEHOLDER": "Search images\u2026",

0 commit comments

Comments
 (0)