Add theme for 'notes'

This commit is contained in:
Pieter Vander Vennet 2022-01-08 04:22:50 +01:00
parent 677a07e3d2
commit a58ce564c2
20 changed files with 678 additions and 314 deletions

View file

@ -425,7 +425,12 @@
},
"notes": {
"isClosed": "This note is resolved",
"closeNote":
"Close this note"
"addCommentPlaceholder": "Add a comment...",
"addComment": "Add comment",
"addCommentAndClose": "Add comment and close",
"closeNote": "Close note",
"reopenNote": "Reopen note",
"reopenNoteAndComment": "Reopen note and comment",
"anonymous": "Anonymous user"
}
}