platform/packages/text-editor/lang/en.json
Andrey Sobolev 01a1a3fe6c
UBER-187: Inline attachments (#3264)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-05-27 22:49:14 +07:00

46 lines
1.2 KiB
JSON

{
"string": {
"Suggested": "SUGGESTED",
"NoItems": "No items",
"EditorPlaceholder": "Start typing...",
"Edit": "Edit",
"Bold": "Bold",
"Italic": "Italic",
"Strikethrough": "Strikethrough",
"Link": "Link",
"Save": "Save",
"OrderedList": "Ordered list",
"BulletedList": "Bulleted list",
"Blockquote": "Blockquote",
"Code": "Code",
"CodeBlock": "Code block",
"Send": "Send",
"Attach": "Attach",
"TextStyle": "Text style",
"Emoji": "Emoji",
"GIF": "GIF",
"Mention": "Mention",
"Underlined": "Underlined",
"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",
"CategoryRow": "Rows",
"CategoryColumn": "Columns",
"Table": "Table",
"InsertTable": "Insert table",
"TableOptions": "Customize table",
"Width": "Width",
"Height": "Height",
"Unset": "Unset"
}
}