X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8e2d75014c89c9e345c3f940ec8743bd158df67..refs/pull/3918/head:/resources/lang/nb/activities.php diff --git a/resources/lang/nb/activities.php b/resources/lang/nb/activities.php index bf23393ab..ca99ff8ff 100644 --- a/resources/lang/nb/activities.php +++ b/resources/lang/nb/activities.php @@ -29,20 +29,44 @@ return [ // Books 'book_create' => 'opprettet bok', 'book_create_notification' => 'Boken ble opprettet', + 'book_create_from_chapter' => 'konverterte kapittelet til bok', + 'book_create_from_chapter_notification' => 'Kapittelet ble konvertert til en bok', 'book_update' => 'oppdaterte bok', 'book_update_notification' => 'Boken ble oppdatert', 'book_delete' => 'slettet bok', 'book_delete_notification' => 'Boken ble slettet', 'book_sort' => 'sorterte bok', - 'book_sort_notification' => 'Boken ble omsortert', + 'book_sort_notification' => 'Boken ble gjenopprettet', // Bookshelves - 'bookshelf_create' => 'opprettet bokhylle', - 'bookshelf_create_notification' => 'Bokhyllen ble opprettet', - 'bookshelf_update' => 'oppdaterte bokhylle', - 'bookshelf_update_notification' => 'Bokhyllen ble oppdatert', - 'bookshelf_delete' => 'slettet bokhylle', - 'bookshelf_delete_notification' => 'Bokhyllen ble slettet', + 'bookshelf_create' => 'created shelf', + 'bookshelf_create_notification' => 'Shelf successfully created', + 'bookshelf_create_from_book' => 'converted book to shelf', + 'bookshelf_create_from_book_notification' => 'Boken ble konvertert til en bokhylle', + 'bookshelf_update' => 'updated shelf', + 'bookshelf_update_notification' => 'Shelf successfully updated', + 'bookshelf_delete' => 'deleted shelf', + 'bookshelf_delete_notification' => 'Shelf successfully deleted', + + // Favourites + 'favourite_add_notification' => '«:name» ble lagt til i dine favoritter', + 'favourite_remove_notification' => '«:name» ble fjernet fra dine favoritter', + + // MFA + 'mfa_setup_method_notification' => 'Flerfaktor-metoden ble konfigurert', + 'mfa_remove_method_notification' => 'Flerfaktor-metoden ble fjernet', + + // Webhooks + 'webhook_create' => 'created webhook', + 'webhook_create_notification' => 'Webhook successfully created', + 'webhook_update' => 'updated webhook', + 'webhook_update_notification' => 'Webhook successfully updated', + 'webhook_delete' => 'deleted webhook', + 'webhook_delete_notification' => 'Webhook successfully deleted', + + // Users + 'user_update_notification' => 'User successfully updated', + 'user_delete_notification' => 'User successfully removed', // Other 'commented_on' => 'kommenterte på',