]> BookStack Code Mirror - bookstack/blob - resources/lang/nl/activities.php
Update dutch translations
[bookstack] / resources / lang / nl / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => 'maakte pagina',
12     'page_create_notification'    => 'Pagina Succesvol Aangemaakt',
13     'page_update'                 => 'veranderde pagina',
14     'page_update_notification'    => 'Pagina Succesvol Bijgewerkt',
15     'page_delete'                 => 'verwijderde pagina',
16     'page_delete_notification'    => 'Pagina Succesvol Verwijderd',
17     'page_restore'                => 'herstelde pagina',
18     'page_restore_notification'   => 'Pagina Succesvol Hersteld',
19     'page_move'                   => 'verplaatste pagina',
20
21     // Chapters
22     'chapter_create'              => 'maakte hoofdstuk',
23     'chapter_create_notification' => 'Hoofdstuk Succesvol Aangemaakt',
24     'chapter_update'              => 'veranderde hoofdstuk',
25     'chapter_update_notification' => 'Hoofdstuk Succesvol Bijgewerkt',
26     'chapter_delete'              => 'verwijderde hoofdstuk',
27     'chapter_delete_notification' => 'Hoofdstuk Succesvol Verwijderd',
28     'chapter_move'                => 'verplaatste hoofdstuk',
29
30     // Books
31     'book_create'                 => 'maakte boek',
32     'book_create_notification'    => 'Boek Succesvol Aangemaakt',
33     'book_update'                 => 'veranderde boek',
34     'book_update_notification'    => 'Boek Succesvol Bijgewerkt',
35     'book_delete'                 => 'verwijderde boek',
36     'book_delete_notification'    => 'Boek Succesvol Verwijderd',
37     'book_sort'                   => 'sorteerde boek',
38     'book_sort_notification'      => 'Boek Succesvol Gesorteerd',
39
40     // Other
41     'commented_on'                => 'reactie op',                                                                                              
42 ];