]> BookStack Code Mirror - bookstack/blob - lang/de/activities.php
Updated readme attribution and fixed eslint issues
[bookstack] / 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'                 => 'erstellte Seite',
10     'page_create_notification'    => 'Seite erfolgreich erstellt',
11     'page_update'                 => 'aktualisierte Seite',
12     'page_update_notification'    => 'Seite erfolgreich aktualisiert',
13     'page_delete'                 => 'hat die Seite gelöscht',
14     'page_delete_notification'    => 'Seite erfolgreich gelöscht',
15     'page_restore'                => 'hat die Seite wiederhergestellt',
16     'page_restore_notification'   => 'Seite erfolgreich wiederhergestellt',
17     'page_move'                   => 'Seite verschoben',
18     'page_move_notification'      => 'Seite erfolgreich verschoben',
19
20     // Chapters
21     'chapter_create'              => 'erstellte Kapitel',
22     'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
23     'chapter_update'              => 'aktualisierte Kapitel',
24     'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
25     'chapter_delete'              => 'löschte Kapitel',
26     'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
27     'chapter_move'                => 'verschob Kapitel',
28     'chapter_move_notification' => 'Kapitel erfolgreich verschoben',
29
30     // Books
31     'book_create'                 => 'erstellte Buch',
32     'book_create_notification'    => 'Buch erfolgreich erstellt',
33     'book_create_from_chapter'              => 'konvertierte Kapitel zu Buch',
34     'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch konvertiert',
35     'book_update'                 => 'aktualisierte Buch',
36     'book_update_notification'    => 'Buch erfolgreich aktualisiert',
37     'book_delete'                 => 'löschte Buch',
38     'book_delete_notification'    => 'Buch erfolgreich gelöscht',
39     'book_sort'                   => 'sortierte Buch',
40     'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert',
41
42     // Bookshelves
43     'bookshelf_create'            => 'erstellte Regal',
44     'bookshelf_create_notification'    => 'Regal erfolgreich erstellt',
45     'bookshelf_create_from_book'    => 'konvertierte Buch zu Regal',
46     'bookshelf_create_from_book_notification'    => 'Buch erfolgreich in ein Regal konvertiert',
47     'bookshelf_update'                 => 'aktualisierte Regal',
48     'bookshelf_update_notification'    => 'Regal erfolgreich aktualisiert',
49     'bookshelf_delete'                 => 'löschte Regal',
50     'bookshelf_delete_notification'    => 'Regal erfolgreich gelöscht',
51
52     // Revisions
53     'revision_restore' => 'stellte Revision wieder her:',
54     'revision_delete' => 'löschte Revision',
55     'revision_delete_notification' => 'Revision erfolgreich gelöscht',
56
57     // Favourites
58     'favourite_add_notification' => '":name" wurde zu Ihren Favoriten hinzugefügt',
59     'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt',
60
61     // Auth
62     'auth_login' => 'hat sich eingeloggt',
63     'auth_register' => 'hat sich als neuer Benutzer registriert',
64     'auth_password_reset_request' => 'hat eine Rücksetzung des Benutzerpassworts beantragt',
65     'auth_password_reset_update' => 'hat Benutzerpasswort zurückgesetzt',
66     'mfa_setup_method' => 'hat MFA-Methode konfiguriert',
67     'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
68     'mfa_remove_method' => 'hat MFA-Methode entfernt',
69     'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
70
71     // Settings
72     'settings_update' => 'hat Einstellungen aktualisiert',
73     'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert',
74     'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt',
75
76     // Webhooks
77     'webhook_create' => 'erstellte Webhook',
78     'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet',
79     'webhook_update' => 'aktualisierte Webhook',
80     'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
81     'webhook_delete' => 'löschte Webhook',
82     'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
83
84     // Users
85     'user_create' => 'hat Benutzer erzeugt:',
86     'user_create_notification' => 'Benutzer erfolgreich erstellt',
87     'user_update' => 'hat Benutzer aktualisiert:',
88     'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
89     'user_delete' => 'hat Benutzer gelöscht: ',
90     'user_delete_notification' => 'Benutzer erfolgreich entfernt',
91
92     // API Tokens
93     'api_token_create' => 'hat API-Token erzeugt:',
94     'api_token_create_notification' => 'API-Token erfolgreich erstellt',
95     'api_token_update' => 'hat API-Token aktualisiert:',
96     'api_token_update_notification' => 'API-Token erfolgreich aktualisiert',
97     'api_token_delete' => 'hat API-Token gelöscht:',
98     'api_token_delete_notification' => 'API-Token erfolgreich gelöscht',
99
100     // Roles
101     'role_create' => 'hat Rolle erzeugt',
102     'role_create_notification' => 'Rolle erfolgreich angelegt',
103     'role_update' => 'hat Rolle aktualisiert',
104     'role_update_notification' => 'Rolle erfolgreich aktualisiert',
105     'role_delete' => 'hat Rolle gelöscht',
106     'role_delete_notification' => 'Rolle erfolgreich gelöscht',
107
108     // Recycle Bin
109     'recycle_bin_empty' => 'hat den Papierkorb geleert',
110     'recycle_bin_restore' => 'aus dem Papierkorb wiederhergestellt',
111     'recycle_bin_destroy' => 'aus dem Papierkorb gelöscht',
112
113     // Other
114     'commented_on'                => 'hat einen Kommentar hinzugefügt',
115     'permissions_update'          => 'hat die Berechtigungen aktualisiert',
116 ];