@@ -0,0 +1,165 @@
|
||||
{
|
||||
"action-previews": {
|
||||
"text": "This is a text without a title.\nBoth the title and the text\ncan be highlighted in bold, italic, color,\nstrikethrough, and underline.",
|
||||
"text-with-head": "This is a text with a title.\nBoth the title and the text\ncan be highlighted in bold, italic, color,\nstrikethrough, and underline.",
|
||||
"heading": "Title"
|
||||
},
|
||||
"bundle": {
|
||||
"error-title": "Error in markdown editor",
|
||||
"settings_wysiwyg": "Visual editor (wysiwyg)",
|
||||
"settings_markup": "Markdown markup",
|
||||
"markup_placeholder": "Enter markdown markup..."
|
||||
},
|
||||
"codeblock": {
|
||||
"remove": "Remove",
|
||||
"empty_option": "No matches found"
|
||||
},
|
||||
"common": {
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"toolbar_action_disabled": "Incompatible markup element"
|
||||
},
|
||||
"forms": {
|
||||
"common_action_cancel": "Cancel",
|
||||
"common_action_submit": "Submit",
|
||||
"common_action_upload": "Select",
|
||||
"common_tab_attach": "Add from device",
|
||||
"common_tab_link": "Add by link",
|
||||
"common_link": "Link",
|
||||
"common_sizes": "Size, px",
|
||||
"image_name": "Title",
|
||||
"image_link_href": "Image link",
|
||||
"image_link_href_help": "Adress the image link leads to.",
|
||||
"image_alt": "Alt text",
|
||||
"image_alt_help": "Alt text is displayed if the image cannot be loaded.",
|
||||
"image_upload_help": "JPEG, GIF or PNG image no larger than 1 MB.",
|
||||
"image_upload_failed": "Failed to add image",
|
||||
"image_size_width": "Width",
|
||||
"image_size_height": "Height",
|
||||
"link_url_help": "Address the link leads to.",
|
||||
"link_text": "Link text",
|
||||
"link_text_help": "Text displayed as a link.",
|
||||
"link_open_help": "Open the link in a new tab"
|
||||
},
|
||||
"md-hints": {
|
||||
"header_title": "Header",
|
||||
"header_hint": "# Your text",
|
||||
"italic_title": "Italic",
|
||||
"italic_hint": "_Your text_",
|
||||
"bold_title": "Bold",
|
||||
"bold_hint": "**Your text**",
|
||||
"strikethrough_title": "Strikethrough",
|
||||
"strikethrough_hint": "~~Your text~~",
|
||||
"blockquote_title": "Blockquote",
|
||||
"blockquote_hint": "> Your text",
|
||||
"code_title": "Code",
|
||||
"code_hint": "```Your text```",
|
||||
"link_title": "Link",
|
||||
"link_hint": "[Your text](url)",
|
||||
"image_title": "Image",
|
||||
"image_hint": "",
|
||||
"list_title": "List item",
|
||||
"list_hint": "- Your text",
|
||||
"numbered-list_title": "Numbered list",
|
||||
"numbered-list_hint": "1. Your text",
|
||||
"documentation": "Documentation",
|
||||
"documentation_link": " https://diplodoc.com/docs/en/syntax/"
|
||||
},
|
||||
"menubar": {
|
||||
"bold": "Bold",
|
||||
"code": "Code",
|
||||
"code_inline": "Inline code",
|
||||
"codeblock": "Code block",
|
||||
"colorify": "Text color",
|
||||
"colorify__color_blue": "Blue",
|
||||
"colorify__color_default": "Default",
|
||||
"colorify__color_gray": "Gray",
|
||||
"colorify__color_green": "Green",
|
||||
"colorify__color_orange": "Orange",
|
||||
"colorify__color_red": "Red",
|
||||
"colorify__color_violet": "Violet",
|
||||
"colorify__color_yellow": "Yellow",
|
||||
"colorify__group_text": "Text",
|
||||
"cut": "Cut",
|
||||
"emoji": "Emoji",
|
||||
"emoji__hint": "Emojis can be added in WYSIWYG or manually with markup",
|
||||
"heading": "Heading",
|
||||
"heading1": "Heading 1",
|
||||
"heading2": "Heading 2",
|
||||
"heading3": "Heading 3",
|
||||
"heading4": "Heading 4",
|
||||
"heading5": "Heading 5",
|
||||
"heading6": "Heading 6",
|
||||
"hrule": "Separator",
|
||||
"image": "Image",
|
||||
"italic": "Italic",
|
||||
"link": "Link",
|
||||
"list": "List",
|
||||
"list__action_lift": "Lift item",
|
||||
"list__action_sink": "Sink item",
|
||||
"list_action_disabled": "Contradicts logic of the list",
|
||||
"mark": "Marked",
|
||||
"mono": "Monospace",
|
||||
"more_action": "More action",
|
||||
"note": "Note",
|
||||
"olist": "Ordered list",
|
||||
"quote": "Quote",
|
||||
"redo": "Redo",
|
||||
"strike": "Strikethrough",
|
||||
"table": "Table",
|
||||
"text": "Text",
|
||||
"ulist": "Bullet list",
|
||||
"underline": "Underline",
|
||||
"undo": "Undo"
|
||||
},
|
||||
"placeholder": {
|
||||
"doc_empty": "Type / to use slash commands...",
|
||||
"checkbox": "Enter task description...",
|
||||
"deflist_term": "Term",
|
||||
"deflist_desc": "Definition description",
|
||||
"heading": "Heading",
|
||||
"cut_title": "Title",
|
||||
"cut_content": "Content to be displayed on click",
|
||||
"note_title": "Title",
|
||||
"note_content": "Note content",
|
||||
"table_cell": "Cell content",
|
||||
"select_filter": "Search languages..."
|
||||
},
|
||||
"search": {
|
||||
"label_case-sensitive": "Case sensitive",
|
||||
"label_whole-word": "Whole word",
|
||||
"title": "Search in code"
|
||||
},
|
||||
"suggest": {
|
||||
"empty-msg": "Not found"
|
||||
},
|
||||
"widgets": {
|
||||
"image": "Add image",
|
||||
"link": "Add link"
|
||||
},
|
||||
"yfm-note": {
|
||||
"info": "Note",
|
||||
"tip": "Tip",
|
||||
"warning": "Warning",
|
||||
"alert": "Alert",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"yfm-table": {
|
||||
"column.add.before": "Add column before",
|
||||
"column.add.after": "Add column after",
|
||||
"column.remove": "Remove column",
|
||||
"row.add.before": "Add row before",
|
||||
"row.add.after": "Add row after",
|
||||
"row.remove": "Remove row",
|
||||
"table.remove": "Remove table",
|
||||
"table.menu.cell.align.left": "Align cell content to the left",
|
||||
"table.menu.cell.align.right": "Align cell content to the right",
|
||||
"table.menu.cell.align.center": "Align cell content to the center",
|
||||
"table.menu.row.add": "Add row after",
|
||||
"table.menu.row.remove": "Remove row",
|
||||
"table.menu.column.add": "Add column after",
|
||||
"table.menu.column.remove": "Remove column",
|
||||
"table.menu.convert.yfm": "Convert to YFM table",
|
||||
"table.menu.table.remove": "Remove table"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user