tiptapify
Version:
Tiptap3 editor with Vuetify3 menu implementation
152 lines • 3.8 kB
JSON
{
"defaultValue": "Default value",
"content": {
"placeholder": "Write something here..."
},
"style": {
"paragraph": "Paragraph",
"heading": "Heading",
"headings": {
"h1": "Heading level 1",
"h2": "Heading level 2",
"h3": "Heading level 3",
"h4": "Heading level 4",
"h5": "Heading level 5",
"h6": "Heading level 6"
},
"fontFamily": "Font family",
"fontSize": "Font size",
"lineHeight": "Line height",
"color": {
"highlight": "Highlight color",
"text": "Text color",
"unset": "Unset color",
"custom": "Custom color"
}
},
"format": {
"bold": "Bold",
"italic": "Italic",
"strike": "Strikethrough",
"underline": "Underline",
"sup": "Superscript",
"sub": "Subscript",
"break": "Hard break",
"line": "Horizontal line",
"blockquote": "Cite",
"code": "Code",
"codeblock": "Code block",
"formatClear": "Format clear"
},
"media": {
"link": "External link",
"iframe": "iframe",
"image": "Image",
"emoji": {
"title": "Emoji",
"activities": "Activities",
"animals_and_nature": "Animals & nature",
"component": "Component",
"flags": "Flags",
"food_and_drink": "Food and drink",
"objects": "Objects",
"people_and_body": "People & body",
"smileys_and_emotion": "Smileys and emotion",
"symbols": "Symbols",
"travel_and_places": "Travel and places"
},
"tables": {
"table": "Table",
"insertTable": "Insert table",
"deleteTable": "Delete table",
"insertWithHeaderRow": "Insert table with header row",
"rows": "Rows",
"row": "Row",
"insertRowBefore": "Insert row before",
"insertRowAfter": "Insert row after",
"deleteRow": "Delete row",
"cols": "Columns",
"col": "Column",
"insertColBefore": "Insert column before",
"insertColAfter": "Insert column after",
"deleteCol": "Delete column",
"mergeCells": "Merge cells",
"splitCell": "Split cell"
},
"video": "Video"
},
"action": {
"undo": "Undo",
"redo": "Redo"
},
"alignment": "Alignment",
"alignments": {
"left": "Align left",
"center": "Align center",
"right": "Align right",
"justify": "Justify"
},
"list": "List",
"lists": {
"bullet": "Unordered list",
"numbered": "Ordered list",
"task": "Task list",
"indent": "List item indent",
"outdent": "List item outdent"
},
"dialog": {
"apply": "Apply",
"clear": "Clear",
"close": "Close",
"iframe": {
"dialog_title": "Add/edit iframe",
"src": "Source",
"name": "Name",
"title": "Title",
"width": "Width",
"height": "Height",
"frameborder": "iframe border",
"src_invalid": "The input is invalid URL"
},
"image": {
"title": "Add/edit image",
"src": "Source",
"alt": "Alt",
"width": "Width",
"height": "Height"
},
"link": {
"title": "Add/edit link",
"href": "Link address",
"href_error": "Invalid link address",
"target": "Open in...",
"target_blank": "New window",
"target_self": "Current window",
"rel": "Rel",
"class": "CSS class"
},
"preview": {
"title": "Preview"
},
"source": {
"title": "View source code",
"prettify": "Prettify"
},
"video": {
"title": "Add/edit video",
"src": "Source",
"width": "Width",
"height": "Height"
}
},
"misc": {
"fullscreen": "Fullscreen mode",
"preview": "Preview",
"source": "View source code",
"toggleInvisibleCharacters": "Show/hide invisible characters"
},
"footer": {
"words": "words",
"chars": "characters"
}
}