]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Update components.php
[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
21     // Chapters
22     'chapter_create'              => 'erstellt Kapitel',
23     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
24     'chapter_update'              => 'aktualisiert Kapitel',
25     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
26     'chapter_delete'              => 'löscht Kapitel',
27     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
28     'chapter_move'                => 'verschiebt Kapitel',
29
30     // Books
31     'book_create'                 => 'erstellt Buch',
32     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt.',
33     'book_update'                 => 'aktualisiert Buch',
34     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert.',
35     'book_delete'                 => 'löscht Buch',
36     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht.',
37     'book_sort'                   => 'sortiert Buch',
38     'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert.',
39
40     // Bookshelves
41     'bookshelf_create'                 => 'erstellt Bücherregal',
42     'bookshelf_create_notification'    => 'Das Bücherregal wurde erfolgreich erstellt',
43     'bookshelf_update'                 => 'aktualisiert Bücherregal',
44     'bookshelf_update_notification'    => 'Das Bücherregal wurde erfolgreich aktualisiert',
45     'bookshelf_delete'                 => 'löscht Bücherregal',
46     'bookshelf_delete_notification'    => 'Das Bücherregal wurde erfolgreich gelöscht',
47
48     // Other
49     'commented_on'                => 'kommentiert',
50 ];