platform/packages/text-editor/lang/en.json
Andrey Sobolev b756b4a035
Collaboration editor diff (#2356)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-11-08 19:45:19 +06:00

29 lines
771 B
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",
"GettingWorkDone": "Getting work done",
"Smileys": "Smileys",
"Nature": "Nature",
"Symbols": "Symbols",
"TravelAndPlaces": "Travel & Places",
"Objects": "Objects",
"Food": "Food",
"FullDescription": "Full description",
"NoFullDescription": "There are no detailed description",
"EnableDiffMode": "Diff mode"
}
}