]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Merge branch 'master' into patch-5
[bookstack] / resources / lang / de / 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'                 => 'erstellt Seite',
12     'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt.',
13     'page_update'                 => 'aktualisiert Seite',
14     'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert.',
15     'page_delete'                 => 'löscht Seite',
16     'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht.',
17     'page_restore'                => 'stellt Seite wieder her',
18     'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergestellt.',
19     'page_move'                   => 'verschiebt Seite',
20     'page_move_notification'      => 'Die Seite wurde erfolgreich verschoben.',
21
22     // Chapters
23     'chapter_create'              => 'erstellt Kapitel',
24     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
25     'chapter_update'              => 'aktualisiert Kapitel',
26     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
27     'chapter_delete'              => 'löscht Kapitel',
28     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
29     'chapter_move'                => 'verschiebt Kapitel',
30
31     // Books
32     'book_create'                 => 'erstellt Buch',
33     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt.',
34     'book_update'                 => 'aktualisiert Buch',
35     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert.',
36     'book_delete'                 => 'löscht Buch',
37     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht.',
38     'book_sort'                   => 'sortiert Buch',
39     'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert.',
40
41     // Bookshelves
42     'bookshelf_create'                 => 'erstellt Bücherregal',
43     'bookshelf_create_notification'    => 'Das Bücherregal wurde erfolgreich erstellt',
44     'bookshelf_update'                 => 'aktualisiert Bücherregal',
45     'bookshelf_update_notification'    => 'Das Bücherregal wurde erfolgreich aktualisiert',
46     'bookshelf_delete'                 => 'löscht Bücherregal',
47     'bookshelf_delete_notification'    => 'Das Bücherregal wurde erfolgreich gelöscht',
48
49     // Other
50     'commented_on'                => 'kommentiert',
51 ];