|
1499 | 1499 | "LIVE_DEV_ELEMENT_PROPS_ID": "ID", |
1500 | 1500 | "LIVE_DEV_ELEMENT_PROPS_LOADING": "Loading", |
1501 | 1501 | "LIVE_DEV_ELEMENT_PROPS_NO_ATTRIBUTES": "No attributes", |
| 1502 | + "LIVE_DEV_ELEMENT_PROPS_NO_CLASSES": "No classes", |
1502 | 1503 | "LIVE_DEV_ELEMENT_PROPS_RESETTING": "Resetting", |
1503 | | - "LIVE_DEV_ELEMENT_PROPS_SEARCH_TAGS": "Search tags…", |
| 1504 | + "LIVE_DEV_ELEMENT_PROPS_SEARCH_TAGS": "Tag Suggestions", |
1504 | 1505 | "LIVE_DEV_ELEMENT_PROPS_SIZE": "Size", |
1505 | 1506 | "LIVE_DEV_ELEMENT_PROPS_TAG": "Tag", |
1506 | 1507 | "LIVE_DEV_ELEMENT_PROPS_TITLE": "Element Properties", |
1507 | 1508 | "LIVE_DEV_ELEMENT_PROPS_USE_CUSTOM": "Use “{0}”", |
| 1509 | + "LIVE_DEV_ELEMENT_PROPS_VOID_ERROR": "<{0}> is self-closing and cannot have content", |
1508 | 1510 | "LIVE_DEV_FORMAT_BOLD": "Bold", |
1509 | 1511 | "LIVE_DEV_FORMAT_CODE": "Code", |
1510 | 1512 | "LIVE_DEV_FORMAT_HIGHLIGHT": "Highlight", |
|
1516 | 1518 | "LIVE_DEV_FORMAT_SUPERSCRIPT": "Superscript", |
1517 | 1519 | "LIVE_DEV_FORMAT_UNDERLINE": "Underline", |
1518 | 1520 | "LIVE_DEV_HB_ABBREVIATION": "Abbreviation", |
| 1521 | + "LIVE_DEV_HB_ADDRESS": "Address", |
1519 | 1522 | "LIVE_DEV_HB_ARTICLE": "Article", |
1520 | 1523 | "LIVE_DEV_HB_AUDIO": "Audio", |
1521 | 1524 | "LIVE_DEV_HB_BLOCKQUOTE": "Blockquote", |
|
1587 | 1590 | "LIVE_DEV_HB_SCRIPT": "Script", |
1588 | 1591 | "LIVE_DEV_HB_SEARCH_INPUT": "Search Input", |
1589 | 1592 | "LIVE_DEV_HB_SECTION": "Section", |
1590 | | - "LIVE_DEV_HB_SIDEBAR": "Sidebar", |
| 1593 | + "LIVE_DEV_HB_SIDEBAR": "Aside", |
1591 | 1594 | "LIVE_DEV_HB_SLOT": "Slot", |
1592 | 1595 | "LIVE_DEV_HB_SMALL": "Small", |
1593 | 1596 | "LIVE_DEV_HB_SOURCE": "Source", |
|
1691 | 1694 | "LIVE_DEV_SETTINGS_FRAMEWORK_CUSTOM": "Custom", |
1692 | 1695 | "LIVE_DEV_SETTINGS_FRAMEWORK_PREFERENCES": "Server Framework, currently supports only docusaurus", |
1693 | 1696 | "LIVE_DEV_SETTINGS_HOT_RELOAD_PREFERENCE": "true if the server supports hot reload and disable Live Preview reload on save", |
1694 | | - "LIVE_DEV_SETTINGS_LINK_EDITOR_AND_PREVIEW_PREFERENCE": "Link editor cursor with live preview element highlighting. When enabled, moving the cursor in the editor highlights the corresponding element in the live preview, and clicking an element in the live preview jumps the cursor to its source code. Defaults to 'true'", |
1695 | 1697 | "LIVE_DEV_SETTINGS_RELOAD": "Server supports hot reload", |
1696 | 1698 | "LIVE_DEV_SETTINGS_RELOAD_HELP": "Some servers support hot reload where code changes are pushed to page without a full page reload.\nEnable this feature if you do not want {APP_NAME} to reload the page on every save.", |
1697 | 1699 | "LIVE_DEV_SETTINGS_SERVER_INBUILT": "Eg. http://localhost:8000/php - Currently using built-in Server.", |
|
1735 | 1737 | "LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script", |
1736 | 1738 | "LIVE_DEV_TOGGLE_LIVE_HIGHLIGHT": "Toggle Live Preview Highlights", |
1737 | 1739 | "LIVE_DEV_TOOLBOX_DELETE": "Delete", |
| 1740 | + "LIVE_DEV_TOOLBOX_DOUBLE_CLICK_HINT": "Double-click", |
1738 | 1741 | "LIVE_DEV_TOOLBOX_DUPLICATE": "Duplicate", |
| 1742 | + "LIVE_DEV_TOOLBOX_EDIT_ELEMENT_PROPS": "Edit Element Properties", |
1739 | 1743 | "LIVE_DEV_TOOLBOX_EDIT_HYPERLINK": "Edit Hyperlink", |
1740 | 1744 | "LIVE_DEV_TOOLBOX_EDIT_TEXT": "Edit Text", |
1741 | 1745 | "LIVE_DEV_TOOLBOX_IMAGE_GALLERY": "Image Gallery", |
|
1746 | 1750 | "LIVE_PREVIEW_CUSTOM_SERVER_BANNER": "Getting preview from your custom server {0}", |
1747 | 1751 | "LIVE_PREVIEW_EDIT_HIGHLIGHT_ON": "Inspect Element on Hover", |
1748 | 1752 | "LIVE_PREVIEW_HIDE_OVERLAY": "Hide this message", |
1749 | | - "LIVE_PREVIEW_LINK_EDITOR_AND_PREVIEW": "Link Editor and Preview", |
1750 | 1753 | "LIVE_PREVIEW_MODE_EDIT": "Edit Mode", |
1751 | 1754 | "LIVE_PREVIEW_MODE_HIGHLIGHT": "Highlight Mode", |
1752 | 1755 | "LIVE_PREVIEW_MODE_PREFERENCE": "'{0}' shows only the webpage, '{1}' connects the webpage to your code - click on elements to jump to their code and vice versa, '{2}' provides highlighting along with advanced element manipulation", |
|
0 commit comments