Skip to content

Commit da854dd

Browse files
committed
feat: add info inline editing strings
1 parent 9cb678a commit da854dd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,15 @@ define({
255255
"LIVE_DEV_FORMAT_ITALIC": "Italic",
256256
"LIVE_DEV_FORMAT_UNDERLINE": "Underline",
257257
"LIVE_DEV_FORMAT_STRIKETHROUGH": "Strikethrough",
258+
"LIVE_DEV_ELEMENT_PROPS_TITLE": "Element Properties",
259+
"LIVE_DEV_ELEMENT_PROPS_TAG": "Tag",
260+
"LIVE_DEV_ELEMENT_PROPS_SIZE": "Size",
261+
"LIVE_DEV_ELEMENT_PROPS_CLASS": "Class",
262+
"LIVE_DEV_ELEMENT_PROPS_ID": "ID",
263+
"LIVE_DEV_ELEMENT_PROPS_ADD_CLASS": "+ add class",
264+
"LIVE_DEV_ELEMENT_PROPS_SEARCH_TAGS": "Search tags\u2026",
265+
"LIVE_DEV_ELEMENT_PROPS_COMPUTED": "Computed:",
266+
"LIVE_DEV_ELEMENT_PROPS_USE_CUSTOM": "Use \u201c{0}\u201d",
258267
"LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script",
259268
"LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element",
260269
"LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED": "Element doesn't scroll with page - edit boxes hidden",

0 commit comments

Comments
 (0)