]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/activities.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / resources / lang / de_informal / 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'                 => 'erstellt Seite',
10     'page_create_notification'    => 'Seite erfolgreich erstellt',
11     'page_update'                 => 'aktualisiert Seite',
12     'page_update_notification'    => 'Seite erfolgreich aktualisiert',
13     'page_delete'                 => 'löscht Seite',
14     'page_delete_notification'    => 'Seite erfolgreich gelöscht',
15     'page_restore'                => 'stellt Seite wieder her',
16     'page_restore_notification'   => 'Seite erfolgreich wiederhergestellt',
17     'page_move'                   => 'verschiebt Seite',
18
19     // Chapters
20     'chapter_create'              => 'erstellt Kapitel',
21     'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
22     'chapter_update'              => 'aktualisiert Kapitel',
23     'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
24     'chapter_delete'              => 'löscht Kapitel',
25     'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
26     'chapter_move'                => 'verschiebt Kapitel',
27
28     // Books
29     'book_create'                 => 'erstellt Buch',
30     'book_create_notification'    => 'Buch erfolgreich erstellt',
31     'book_create_from_chapter'              => 'Kapitel zu Buch umgewandelt',
32     'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
33     'book_update'                 => 'aktualisiert Buch',
34     'book_update_notification'    => 'Buch erfolgreich aktualisiert',
35     'book_delete'                 => 'löscht Buch',
36     'book_delete_notification'    => 'Buch erfolgreich gelöscht',
37     'book_sort'                   => 'sortiert Buch',
38     'book_sort_notification'      => 'Buch erfolgreich umsortiert',
39
40     // Bookshelves
41     'bookshelf_create'            => 'Regal erstellt',
42     'bookshelf_create_notification'    => 'Regal erfolgreich erstellt',
43     'bookshelf_create_from_book'    => 'Buch zu Regal umgewandelt',
44     'bookshelf_create_from_book_notification'    => 'Buch erfolgreich zu einem Regal umgewandelt',
45     'bookshelf_update'                 => 'Regal aktualisiert',
46     'bookshelf_update_notification'    => 'Regal erfolgreich aktualisiert',
47     'bookshelf_delete'                 => 'Regal gelöscht',
48     'bookshelf_delete_notification'    => 'Regal erfolgreich gelöscht',
49
50     // Favourites
51     'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
52     'favourite_remove_notification' => '":name" wurde aus deinen Favoriten entfernt',
53
54     // MFA
55     'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
56     'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
57
58     // Webhooks
59     'webhook_create' => 'erstellter Webhook',
60     'webhook_create_notification' => 'Webhook erfolgreich eingerichtet',
61     'webhook_update' => 'aktualisierter Webhook',
62     'webhook_update_notification' => 'Webhook erfolgreich aktualisiert',
63     'webhook_delete' => 'gelöschter Webhook',
64     'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
65
66     // Users
67     'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
68     'user_delete_notification' => 'Benutzer erfolgreich entfernt',
69
70     // Other
71     'commented_on'                => 'kommentiert',
72     'permissions_update'          => 'aktualisierte Berechtigungen',
73 ];