|
6 | 6 | return [ |
7 | 7 |
|
8 | 8 | // Pages |
9 | | - 'page_create' => 'erstellt Seite', |
| 9 | + 'page_create' => 'erstellte Seite', |
10 | 10 | 'page_create_notification' => 'Seite erfolgreich erstellt', |
11 | | - 'page_update' => 'Seite aktualisiert', |
| 11 | + 'page_update' => 'aktualisierte Seite', |
12 | 12 | 'page_update_notification' => 'Seite erfolgreich aktualisiert', |
13 | | - 'page_delete' => 'Seite gelöscht', |
| 13 | + 'page_delete' => 'löschte Seite', |
14 | 14 | 'page_delete_notification' => 'Seite erfolgreich gelöscht', |
15 | | - 'page_restore' => 'Seite wiederhergestellt', |
| 15 | + 'page_restore' => 'stellte Seite wieder her', |
16 | 16 | 'page_restore_notification' => 'Seite erfolgreich wiederhergestellt', |
17 | | - 'page_move' => 'Seite verschoben', |
| 17 | + 'page_move' => 'verschob Seite', |
18 | 18 | 'page_move_notification' => 'Seite erfolgreich verschoben', |
19 | 19 |
|
20 | 20 | // Chapters |
21 | | - 'chapter_create' => 'Kapitel erstellt', |
| 21 | + 'chapter_create' => 'erstellte Kapitel', |
22 | 22 | 'chapter_create_notification' => 'Kapitel erfolgreich erstellt', |
23 | | - 'chapter_update' => 'Kapitel aktualisiert', |
| 23 | + 'chapter_update' => 'aktualisierte Kapitel', |
24 | 24 | 'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert', |
25 | | - 'chapter_delete' => 'Kapitel gelöscht', |
| 25 | + 'chapter_delete' => 'löschte Kapitel', |
26 | 26 | 'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht', |
27 | | - 'chapter_move' => 'Kapitel verschoben', |
| 27 | + 'chapter_move' => 'verschob Kapitel', |
28 | 28 | 'chapter_move_notification' => 'Kapitel erfolgreich verschoben', |
29 | 29 |
|
30 | 30 | // Books |
31 | | - 'book_create' => 'Buch erstellt', |
| 31 | + 'book_create' => 'erstellte Buch', |
32 | 32 | 'book_create_notification' => 'Buch erfolgreich erstellt', |
33 | | - 'book_create_from_chapter' => 'Kapitel zu Buch umgewandelt', |
| 33 | + 'book_create_from_chapter' => 'wandelte Kapitel zu Buch um', |
34 | 34 | 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt', |
35 | | - 'book_update' => 'Buch aktualisiert', |
| 35 | + 'book_update' => 'aktualisierte Buch', |
36 | 36 | 'book_update_notification' => 'Buch erfolgreich aktualisiert', |
37 | | - 'book_delete' => 'Buch gelöscht', |
| 37 | + 'book_delete' => 'löschte Buch', |
38 | 38 | 'book_delete_notification' => 'Buch erfolgreich gelöscht', |
39 | | - 'book_sort' => 'Buch sortiert', |
| 39 | + 'book_sort' => 'sortierte Buch', |
40 | 40 | 'book_sort_notification' => 'Buch erfolgreich umsortiert', |
41 | 41 |
|
42 | 42 | // Bookshelves |
43 | | - 'bookshelf_create' => 'Regal erstellt', |
| 43 | + 'bookshelf_create' => 'erstellte Regal', |
44 | 44 | 'bookshelf_create_notification' => 'Regal erfolgreich erstellt', |
45 | | - 'bookshelf_create_from_book' => 'Buch zu Regal umgewandelt', |
| 45 | + 'bookshelf_create_from_book' => 'wandelte Buch zu Regal um', |
46 | 46 | 'bookshelf_create_from_book_notification' => 'Buch erfolgreich zu einem Regal umgewandelt', |
47 | | - 'bookshelf_update' => 'Regal aktualisiert', |
| 47 | + 'bookshelf_update' => 'aktualisierte Regal', |
48 | 48 | 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert', |
49 | | - 'bookshelf_delete' => 'Regal gelöscht', |
| 49 | + 'bookshelf_delete' => 'löschte Regal', |
50 | 50 | 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht', |
51 | 51 |
|
52 | 52 | // Revisions |
53 | | - 'revision_restore' => 'Revision wiederhergestellt', |
| 53 | + 'revision_restore' => 'stellte Revision wieder her', |
54 | 54 | 'revision_delete' => 'Revision gelöscht', |
55 | 55 | 'revision_delete_notification' => 'Revision erfolgreich gelöscht', |
56 | 56 |
|
|
0 commit comments