platform/plugins/text-editor-assets/lang/en.json

66 lines
1.8 KiB
JSON
Raw Normal View History

{
"string": {
"TableOfContents": "Table of contents",
"Suggested": "SUGGESTED",
"NoItems": "No items",
"EditorPlaceholder": "Start typing...",
2022-05-21 14:25:49 +03:00
"Edit": "Edit",
"Bold": "Bold",
"Italic": "Italic",
"Strikethrough": "Strikethrough",
"Link": "Link",
"Save": "Save",
2022-05-21 14:25:49 +03:00
"OrderedList": "Ordered list",
"BulletedList": "Bulleted list",
"Blockquote": "Blockquote",
"Code": "Code",
"CodeBlock": "Code block",
"Note": "Note",
"ConfigureNote": "Configure note",
"Set": "Set",
"Update": "Update",
"Remove": "Remove",
"NotePlaceholder": "Add a note...",
"SampleText": "Sample text",
"Send": "Send",
"Attach": "Attach",
"TextStyle": "Text style",
"Emoji": "Emoji",
"GIF": "GIF",
"Mention": "Mention",
"Underlined": "Underlined",
"AlignCenter": "Align center",
"AlignLeft": "Align left",
"AlignRight": "Align right",
"Download": "Download",
"ViewImage": "View image",
"ViewOriginal": "View original",
"MoreActions": "More actions",
"FullDescription": "Full description",
"NoFullDescription": "There are no detailed description",
"EnableDiffMode": "Diff mode",
"AddColumnBefore": "Add before",
"AddColumnAfter": "Add after",
"DeleteColumn": "Delete",
"AddRowBefore": "Add before",
"AddRowAfter": "Add after",
"DeleteRow": "Delete",
"DeleteTable": "Delete",
"Duplicate": "Duplicate",
"CategoryRow": "Rows",
"CategoryColumn": "Columns",
"Table": "Table",
"InsertTable": "Insert table",
"TableOptions": "Customize table",
"Width": "Width",
"Height": "Height",
"Unset": "Unset",
"Image": "Image",
"SeparatorLine": "Separator line",
"TodoList": "Action item",
"DrawingBoard": "Drawing board"
}
}