mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 00:48:51 -04:00
feat(frontend): delete revision
Signed-off-by: Avinash <avinash.kumar.cs92@gmail.com>
This commit is contained in:
parent
354a51fd72
commit
a948493410
8 changed files with 296 additions and 48 deletions
|
@ -381,6 +381,13 @@
|
|||
"download": "Download selected revision",
|
||||
"guestCount": "Anonymous authors or guests"
|
||||
},
|
||||
"deleteRevision": {
|
||||
"title": "Delete Revisions for current note",
|
||||
"question": "Do you really want to remove all the previous revisions except the current of this note?",
|
||||
"warning": "All the previous revisions except the current will be deleted for this note. This process is irreversible.",
|
||||
"error": "An error occurred while deleting revisions of this note.",
|
||||
"button": "Delete Revisions"
|
||||
},
|
||||
"clipboardImport": {
|
||||
"title": "Import from clipboard",
|
||||
"insertMarkdown": "Paste your markdown or webpage here…"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue