mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-02 06:43:10 +08:00
Adding languages for the revision deletion.
This commit is contained in:
@ -256,4 +256,9 @@ return [
|
||||
'comment_updated_success' => 'Kommentar aktualisiert',
|
||||
'comment_delete_confirm' => 'Möchten Sie diesen Kommentar wirklich löschen?',
|
||||
'comment_in_reply_to' => 'Antwort auf :commentId',
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
'revision_delete_confirm' => 'Sind Sie sicher, dass Sie diese Revision löschen wollen?',
|
||||
];
|
||||
|
Reference in New Issue
Block a user