]> BookStack Code Mirror - bookstack/blob - resources/lang/de/activities.php
Started work on details/summary blocks
[bookstack] / resources / lang / de / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'hat die Seite erstellt',
10     'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt',
11     'page_update'                 => 'hat die Seite aktualisiert',
12     'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert',
13     'page_delete'                 => 'hat die Seite gelöscht',
14     'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht',
15     'page_restore'                => 'hat die Seite wiederhergestellt',
16     'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergestellt',
17     'page_move'                   => 'hat die Seite verschoben',
18
19     // Chapters
20     'chapter_create'              => 'hat das Kapitel erstellt',
21     'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt',
22     'chapter_update'              => 'hat das Kapitel geändert',
23     'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert',
24     'chapter_delete'              => 'hat das Kapitel gelöscht',
25     'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht',
26     'chapter_move'                => 'hat das Kapitel verschoben',
27
28     // Books
29     'book_create'                 => 'hat das Buch erstellt',
30     'book_create_notification'    => 'Das Buch wurde erfolgreich erstellt',
31     'book_update'                 => 'hat das Buch aktualisiert',
32     'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert',
33     'book_delete'                 => 'hat das Buch gelöscht',
34     'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht',
35     'book_sort'                   => 'hat die Buch-Sortierung geändert',
36     'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert',
37
38     // Bookshelves
39     'bookshelf_create'            => 'erstelltes Bücherregal',
40     'bookshelf_create_notification'    => 'Das Bücherregal wurde erfolgreich erstellt',
41     'bookshelf_update'                 => 'hat das Bücherregal geändert',
42     'bookshelf_update_notification'    => 'Das Bücherregal wurde erfolgreich geändert',
43     'bookshelf_delete'                 => 'hat das Bücherregal gelöscht',
44     'bookshelf_delete_notification'    => 'Das Bücherregal wurde erfolgreich gelöscht',
45
46     // Favourites
47     'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
48     'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
52     'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
53
54     // Webhooks
55     'webhook_create' => 'erstellter Webhook',
56     'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet',
57     'webhook_update' => 'aktualisierter Webhook',
58     'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
59     'webhook_delete' => 'gelöschter Webhook',
60     'webhook_delete_notification' => 'Webhook wurde erfolgreich gelöscht',
61
62     // Other
63     'commented_on'                => 'hat einen Kommentar hinzugefügt',
64     'permissions_update'          => 'hat die Berechtigungen aktualisiert',
65 ];