mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 14:55:27 -04:00
finished history toolbar buttons (#117)
* added history toolbar functionality * export now adds a version number * renamed OldHistoryEntry to V0HistoryEntry Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
d7fdb73814
commit
0d8ca681f8
6 changed files with 197 additions and 33 deletions
|
@ -33,6 +33,12 @@
|
|||
"title": "Delete history",
|
||||
"question": "Do you want to clear the history?",
|
||||
"disclaimer": "This won't delete any notes."
|
||||
},
|
||||
"importHistoryError": {
|
||||
"title": "An error occurred",
|
||||
"textWithFile": "While trying to import history from '{{fileName}}' an error occurred.",
|
||||
"textWithoutFile": "You did not provide any files to upload the history from.",
|
||||
"tooNewVersion": "The file '{{fileName}}' comes from a newer client and can't be imported."
|
||||
}
|
||||
},
|
||||
"tableHeader": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue