]> BookStack Code Mirror - bookstack/blob - lang/de_informal/activities.php
Comments: Fixed pointer display, Fixed translation test
[bookstack] / 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'                 => 'Seite aktualisiert',
12     'page_update_notification'    => 'Seite erfolgreich aktualisiert',
13     'page_delete'                 => 'Seite gelöscht',
14     'page_delete_notification'    => 'Seite erfolgreich gelöscht',
15     'page_restore'                => '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'              => 'Kapitel erstellt',
22     'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
23     'chapter_update'              => 'Kapitel aktualisiert',
24     'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
25     'chapter_delete'              => 'Kapitel gelöscht',
26     'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
27     'chapter_move'                => 'Kapitel verschoben',
28     'chapter_move_notification' => 'Kapitel erfolgreich verschoben',
29
30     // Books
31     'book_create'                 => 'Buch erstellt',
32     'book_create_notification'    => 'Buch erfolgreich erstellt',
33     'book_create_from_chapter'              => 'Kapitel zu Buch umgewandelt',
34     'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
35     'book_update'                 => 'Buch aktualisiert',
36     'book_update_notification'    => 'Buch erfolgreich aktualisiert',
37     'book_delete'                 => 'Buch gelöscht',
38     'book_delete_notification'    => 'Buch erfolgreich gelöscht',
39     'book_sort'                   => 'Buch sortiert',
40     'book_sort_notification'      => 'Buch erfolgreich umsortiert',
41
42     // Bookshelves
43     'bookshelf_create'            => 'Regal erstellt',
44     'bookshelf_create_notification'    => 'Regal erfolgreich erstellt',
45     'bookshelf_create_from_book'    => 'Buch zu Regal umgewandelt',
46     'bookshelf_create_from_book_notification'    => 'Buch erfolgreich zu einem Regal umgewandelt',
47     'bookshelf_update'                 => 'Regal aktualisiert',
48     'bookshelf_update_notification'    => 'Regal erfolgreich aktualisiert',
49     'bookshelf_delete'                 => 'Regal gelöscht',
50     'bookshelf_delete_notification'    => 'Regal erfolgreich gelöscht',
51
52     // Revisions
53     'revision_restore' => 'Revision wiederhergestellt',
54     'revision_delete' => 'Revision gelöscht',
55     'revision_delete_notification' => 'Revision erfolgreich gelöscht',
56
57     // Favourites
58     'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
59     'favourite_remove_notification' => '":name" wurde aus deinen Favoriten entfernt',
60
61     // Watching
62     'watch_update_level_notification' => 'Beobachtungseinstellungen erfolgreich aktualisiert',
63
64     // Auth
65     'auth_login' => 'hat sich eingeloggt',
66     'auth_register' => 'hat sich als neuer Benutzer registriert',
67     'auth_password_reset_request' => 'hat eine Rücksetzung des Benutzerpassworts beantragt',
68     'auth_password_reset_update' => 'Benutzerpasswort zurückgesetzt',
69     'mfa_setup_method' => 'hat MFA-Methode konfiguriert',
70     'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
71     'mfa_remove_method' => 'hat MFA-Methode entfernt',
72     'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
73
74     // Settings
75     'settings_update' => 'hat Einstellungen aktualisiert',
76     'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert',
77     'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt',
78
79     // Webhooks
80     'webhook_create' => 'erstellter Webhook',
81     'webhook_create_notification' => 'Webhook erfolgreich eingerichtet',
82     'webhook_update' => 'aktualisierter Webhook',
83     'webhook_update_notification' => 'Webhook erfolgreich aktualisiert',
84     'webhook_delete' => 'gelöschter Webhook',
85     'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
86
87     // Imports
88     'import_create' => 'erstellter Import',
89     'import_create_notification' => 'Import erfolgreich hochgeladen',
90     'import_run' => 'aktualisierter Import',
91     'import_run_notification' => 'Inhalt erfolgreich importiert',
92     'import_delete' => 'gelöschter Import',
93     'import_delete_notification' => 'Import erfolgreich gelöscht',
94
95     // Users
96     'user_create' => 'hat Benutzer erzeugt:',
97     'user_create_notification' => 'Benutzer erfolgreich erstellt',
98     'user_update' => 'hat Benutzer aktualisiert:',
99     'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
100     'user_delete' => 'hat Benutzer gelöscht: ',
101     'user_delete_notification' => 'Benutzer erfolgreich entfernt',
102
103     // API Tokens
104     'api_token_create' => 'API Token wurde erstellt',
105     'api_token_create_notification' => 'API-Token erfolgreich erstellt',
106     'api_token_update' => 'API Token wurde aktualisiert',
107     'api_token_update_notification' => 'API-Token erfolgreich aktualisiert',
108     'api_token_delete' => 'API Token gelöscht',
109     'api_token_delete_notification' => 'API-Token erfolgreich gelöscht',
110
111     // Roles
112     'role_create' => 'hat Rolle erzeugt:',
113     'role_create_notification' => 'Rolle erfolgreich erstellt',
114     'role_update' => 'hat Rolle aktualisiert:',
115     'role_update_notification' => 'Rolle erfolgreich aktualisiert',
116     'role_delete' => 'hat Rolle gelöscht:',
117     'role_delete_notification' => 'Rolle erfolgreich gelöscht',
118
119     // Recycle Bin
120     'recycle_bin_empty' => 'hat den Papierkorb geleert',
121     'recycle_bin_restore' => 'aus dem Papierkorb wiederhergestellt',
122     'recycle_bin_destroy' => 'aus dem Papierkorb gelöscht',
123
124     // Comments
125     'commented_on'                => 'kommentiert',
126     'comment_create'              => 'Kommentar hinzugefügt',
127     'comment_update'              => 'Kommentar aktualisiert',
128     'comment_delete'              => 'Kommentar gelöscht',
129
130     // Sort Rules
131     'sort_rule_create' => 'Sortierregel erstellt',
132     'sort_rule_create_notification' => 'Sort rule successfully created',
133     'sort_rule_update' => 'updated sort rule',
134     'sort_rule_update_notification' => 'Sort rule successfully updated',
135     'sort_rule_delete' => 'deleted sort rule',
136     'sort_rule_delete_notification' => 'Sort rule successfully deleted',
137
138     // Other
139     'permissions_update'          => 'aktualisierte Berechtigungen',
140 ];