'page_restore' => 'atjaunoja lapu',
'page_restore_notification' => 'Lapa veiksmīgi atjaunota',
'page_move' => 'pārvietoja lapu',
+ 'page_move_notification' => 'Lapa veiksmīgi pārvietota',
// Chapters
'chapter_create' => 'izveidoja nodaļu',
'chapter_delete' => 'izdzēsa nodaļu',
'chapter_delete_notification' => 'Nodaļa veiksmīgi dzēsta',
'chapter_move' => 'pārvietoja nodaļu',
+ 'chapter_move_notification' => 'Nodaļa veiksmīgi pārvietota',
// Books
'book_create' => 'izveidoja grāmatu',
'book_create_notification' => 'Grāmata veiksmīgi izveidota',
- 'book_create_from_chapter' => 'converted chapter to book',
- 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
+ 'book_create_from_chapter' => 'pārveidojā nodaļu par grāmatu',
+ 'book_create_from_chapter_notification' => 'Nodaļa veiksmīgi pārveidota par grāmatu',
'book_update' => 'atjaunoja grāmatu',
'book_update_notification' => 'Grāmata veiksmīgi atjaunināta',
'book_delete' => 'izdzēsa grāmatu',
'book_sort_notification' => 'Grāmata veiksmīgi pārkārtota',
// Bookshelves
- 'bookshelf_create' => 'created shelf',
- 'bookshelf_create_notification' => 'Shelf successfully created',
- 'bookshelf_create_from_book' => 'converted book to shelf',
- 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
- 'bookshelf_update' => 'updated shelf',
- 'bookshelf_update_notification' => 'Shelf successfully updated',
- 'bookshelf_delete' => 'deleted shelf',
- 'bookshelf_delete_notification' => 'Shelf successfully deleted',
+ 'bookshelf_create' => 'izveidoja plauktu',
+ 'bookshelf_create_notification' => 'Plaukts veiksmīgi izveidots',
+ 'bookshelf_create_from_book' => 'pārveidoja grāmatu par plauktu',
+ 'bookshelf_create_from_book_notification' => 'Grāmata veiksmīgi pārveidota par plauktu',
+ 'bookshelf_update' => 'atjaunoja plauktu',
+ 'bookshelf_update_notification' => 'Plaukts veiksmīgi atjaunināts',
+ 'bookshelf_delete' => 'izdzēsa plauktu',
+ 'bookshelf_delete_notification' => 'Plaukts veiksmīgi dzēsts',
+
+ // Revisions
+ 'revision_restore' => 'versija atjaunota',
+ 'revision_delete' => 'versija dzēsta',
+ 'revision_delete_notification' => 'Versija veiksmīgi dzēsta',
// Favourites
'favourite_add_notification' => '":name" ir pievienots jūsu favorītiem',
'favourite_remove_notification' => '":name" ir izņemts no jūsu favorītiem',
- // MFA
+ // Watching
+ 'watch_update_level_notification' => 'Watch preferences successfully updated',
+
+ // Auth
+ 'auth_login' => 'logged in',
+ 'auth_register' => 'registered as new user',
+ 'auth_password_reset_request' => 'requested user password reset',
+ 'auth_password_reset_update' => 'reset user password',
+ 'mfa_setup_method' => 'configured MFA method',
'mfa_setup_method_notification' => '2FA funkcija aktivizēta',
+ 'mfa_remove_method' => 'removed MFA method',
'mfa_remove_method_notification' => '2FA funkcija noņemta',
+ // Settings
+ 'settings_update' => 'updated settings',
+ 'settings_update_notification' => 'Settings successfully updated',
+ 'maintenance_action_run' => 'ran maintenance action',
+
// Webhooks
'webhook_create' => 'izveidoja webhook',
'webhook_create_notification' => 'Webhook veiksmīgi izveidots',
'webhook_delete_notification' => 'Webhook veiksmīgi izdzēsts',
// Users
+ 'user_create' => 'created user',
+ 'user_create_notification' => 'User successfully created',
+ 'user_update' => 'updated user',
'user_update_notification' => 'Lietotājs veiksmīgi atjaunināts',
+ 'user_delete' => 'deleted user',
'user_delete_notification' => 'Lietotājs veiksmīgi dzēsts',
+ // API Tokens
+ 'api_token_create' => 'created api token',
+ 'api_token_create_notification' => 'API token successfully created',
+ 'api_token_update' => 'updated api token',
+ 'api_token_update_notification' => 'API token successfully updated',
+ 'api_token_delete' => 'deleted api token',
+ 'api_token_delete_notification' => 'API token successfully deleted',
+
// Roles
- 'role_create_notification' => 'Role successfully created',
- 'role_update_notification' => 'Role successfully updated',
- 'role_delete_notification' => 'Role successfully deleted',
+ 'role_create' => 'created role',
+ 'role_create_notification' => 'Loma veiksmīgi izveidota',
+ 'role_update' => 'updated role',
+ 'role_update_notification' => 'Loma veiksmīgi atjaunināta',
+ 'role_delete' => 'deleted role',
+ 'role_delete_notification' => 'Loma veiksmīgi dzēsta',
- // Other
+ // Recycle Bin
+ 'recycle_bin_empty' => 'emptied recycle bin',
+ 'recycle_bin_restore' => 'restored from recycle bin',
+ 'recycle_bin_destroy' => 'removed from recycle bin',
+
+ // Comments
'commented_on' => 'komentēts',
+ 'comment_create' => 'added comment',
+ 'comment_update' => 'updated comment',
+ 'comment_delete' => 'deleted comment',
+
+ // Other
'permissions_update' => 'atjaunoja atļaujas',
];