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

Adding languages for the revision deletion.

This commit is contained in:
Abijeet
2018-09-15 15:16:04 +05:30
parent 714c7bbd3a
commit f0add69b61
15 changed files with 76 additions and 0 deletions

View File

@@ -259,4 +259,9 @@ return [
'comment_updated_success' => 'Reactie bijgewerkt',
'comment_delete_confirm' => 'Zeker reactie verwijderen?',
'comment_in_reply_to' => 'Antwoord op :commentId',
/**
* Revision
*/
'revision_delete_confirm' => 'Weet u zeker dat u deze revisie wilt verwijderen?',
];