1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

#47 - Added translations for other language files using Google translate.

This commit is contained in:
Abijeet
2017-06-10 15:21:28 +05:30
parent 218376a41c
commit 4efe3b41da
15 changed files with 184 additions and 7 deletions

View File

@@ -254,5 +254,7 @@ return [
'comment_updated' => 'Comment updated',
'comment_deleted' => 'Comment deleted',
'comment_updated_text' => 'Updated :updateDiff by',
'comment_delete_confirm' => 'This will remove the contents of the comment. Are you sure you want to delete this comment?'
'comment_delete_confirm' => 'This will remove the contents of the comment. Are you sure you want to delete this comment?',
'comment_create' => 'Created'
];