1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

ZIP Imports: Added listing, show view, delete, activity

This commit is contained in:
Dan Brown
2024-11-03 14:13:05 +00:00
parent 8ea3855e02
commit c6109c7087
11 changed files with 193 additions and 6 deletions

View File

@@ -84,6 +84,14 @@ return [
'webhook_delete' => 'deleted webhook',
'webhook_delete_notification' => 'Webhook successfully deleted',
// Imports
'import_create' => 'created import',
'import_create_notification' => 'Import successfully uploaded',
'import_run' => 'updated import',
'import_run_notification' => 'Content successfully imported',
'import_delete' => 'deleted import',
'import_delete_notification' => 'Import successfully deleted',
// Users
'user_create' => 'created user',
'user_create_notification' => 'User successfully created',