|
8 | 8 | // Pages |
9 | 9 | 'page_create' => 'erstellte Seite', |
10 | 10 | 'page_create_notification' => 'Seite erfolgreich erstellt', |
11 | | - 'page_update' => 'hat die Seite aktualisiert', |
| 11 | + 'page_update' => 'aktualisierte Seite', |
12 | 12 | 'page_update_notification' => 'Seite erfolgreich aktualisiert', |
13 | 13 | 'page_delete' => 'gelöschte Seite', |
14 | 14 | 'page_delete_notification' => 'Seite erfolgreich gelöscht', |
|
19 | 19 | // Chapters |
20 | 20 | 'chapter_create' => 'erstellte Kapitel', |
21 | 21 | 'chapter_create_notification' => 'Kapitel erfolgreich erstellt', |
22 | | - 'chapter_update' => 'hat das Kapitel geändert', |
| 22 | + 'chapter_update' => 'aktualisierte Kapitel', |
23 | 23 | 'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert', |
24 | | - 'chapter_delete' => 'hat das Kapitel gelöscht', |
| 24 | + 'chapter_delete' => 'löschte Kapitel', |
25 | 25 | 'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht', |
26 | | - 'chapter_move' => 'hat das Kapitel verschoben', |
| 26 | + 'chapter_move' => 'verschob Kapitel', |
27 | 27 |
|
28 | 28 | // Books |
29 | | - 'book_create' => 'hat das Buch erstellt', |
| 29 | + 'book_create' => 'erstellte Buch', |
30 | 30 | 'book_create_notification' => 'Buch erfolgreich erstellt', |
31 | | - 'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch', |
32 | | - 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt', |
33 | | - 'book_update' => 'hat das Buch aktualisiert', |
| 31 | + 'book_create_from_chapter' => 'konvertierte Kapitel zu Buch', |
| 32 | + 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch konvertiert', |
| 33 | + 'book_update' => 'aktualisierte Buch', |
34 | 34 | 'book_update_notification' => 'Buch erfolgreich aktualisiert', |
35 | | - 'book_delete' => 'hat das Buch gelöscht', |
| 35 | + 'book_delete' => 'löschte Buch', |
36 | 36 | 'book_delete_notification' => 'Buch erfolgreich gelöscht', |
37 | | - 'book_sort' => 'hat die Buch-Sortierung geändert', |
| 37 | + 'book_sort' => 'sortierte Buch', |
38 | 38 | 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert', |
39 | 39 |
|
40 | 40 | // Bookshelves |
41 | | - 'bookshelf_create' => 'erstelltes Regal', |
| 41 | + 'bookshelf_create' => 'erstellte Regal', |
42 | 42 | 'bookshelf_create_notification' => 'Regal erfolgreich erstellt', |
43 | | - 'bookshelf_create_from_book' => 'zu Regal konvertiertes Buch', |
| 43 | + 'bookshelf_create_from_book' => 'konvertierte Buch zu Regal', |
44 | 44 | 'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert', |
45 | | - 'bookshelf_update' => 'aktualisiertes Regal', |
| 45 | + 'bookshelf_update' => 'aktualisierte Regal', |
46 | 46 | 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert', |
47 | | - 'bookshelf_delete' => 'gelöschtes Regal', |
| 47 | + 'bookshelf_delete' => 'löschte Regal', |
48 | 48 | 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht', |
49 | 49 |
|
50 | 50 | // Favourites |
|
0 commit comments