1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added loading icons, Added comment activity

This commit is contained in:
Dan Brown
2017-09-09 17:06:30 +01:00
parent 41f56e659d
commit 0275d2ad58
10 changed files with 116 additions and 69 deletions

View File

@ -245,6 +245,8 @@ return [
'comment_placeholder' => 'Leave a comment here',
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
'comment_save' => 'Save Comment',
'comment_saving' => 'Saving comment...',
'comment_deleting' => 'Deleting comment...',
'comment_new' => 'New Comment',
'comment_created' => 'commented :createDiff',
'comment_updated' => 'Updated :updateDiff by :username',