mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 23:28:34 -04:00
Feature/sequence diagram (#538)
This commit is contained in:
parent
119c9512e7
commit
63b24fa5bf
7 changed files with 59 additions and 5 deletions
|
@ -9,6 +9,9 @@
|
|||
},
|
||||
"mermaid": {
|
||||
"unknownError": "Unknown rendering error. Please check your browser console."
|
||||
},
|
||||
"sequence": {
|
||||
"deprecationWarning": "The use of 'sequence' as code block language is deprecated."
|
||||
}
|
||||
},
|
||||
"landing": {
|
||||
|
@ -278,8 +281,7 @@
|
|||
},
|
||||
"export": {
|
||||
"rawHtml": "Raw HTML",
|
||||
"pdf": "PDF export is unavailable.",
|
||||
"why": "Why?"
|
||||
"pdf": "PDF export is unavailable."
|
||||
},
|
||||
"import": {
|
||||
"clipboard": "Clipboard"
|
||||
|
@ -352,7 +354,8 @@
|
|||
"save": "Save",
|
||||
"or": "or",
|
||||
"and": "and",
|
||||
"avatarOf": "avatar of '{{name}}'"
|
||||
"avatarOf": "avatar of '{{name}}'",
|
||||
"why": "Why?"
|
||||
},
|
||||
"login": {
|
||||
"chooseMethod": "Choose method",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue