X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ee24635e06a8c01d751f80caba47c57f76e8989d..refs/pull/3918/head:/resources/lang/de/activities.php diff --git a/resources/lang/de/activities.php b/resources/lang/de/activities.php index b21788161..0d3f337b7 100644 --- a/resources/lang/de/activities.php +++ b/resources/lang/de/activities.php @@ -18,37 +18,37 @@ return [ // Chapters 'chapter_create' => 'erstellte Kapitel', - 'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt', + 'chapter_create_notification' => 'Kapitel erfolgreich erstellt', 'chapter_update' => 'hat das Kapitel geändert', - 'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert', + 'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert', 'chapter_delete' => 'hat das Kapitel gelöscht', - 'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht', + 'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht', 'chapter_move' => 'hat das Kapitel verschoben', // Books 'book_create' => 'hat das Buch erstellt', - 'book_create_notification' => 'Das Buch wurde erfolgreich erstellt', + 'book_create_notification' => 'Buch erfolgreich erstellt', 'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch', - 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch konvertiert', + 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt', 'book_update' => 'hat das Buch aktualisiert', - 'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert', + 'book_update_notification' => 'Buch erfolgreich aktualisiert', 'book_delete' => 'hat das Buch gelöscht', - 'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht', + 'book_delete_notification' => 'Buch erfolgreich gelöscht', 'book_sort' => 'hat die Buch-Sortierung geändert', 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert', // Bookshelves - 'bookshelf_create' => 'erstelltes Bücherregal', - 'bookshelf_create_notification' => 'Das Bücherregal wurde erfolgreich erstellt', - 'bookshelf_create_from_book' => 'umgewandeltes Buch zum Regal', + 'bookshelf_create' => 'erstelltes Regal', + 'bookshelf_create_notification' => 'Regal erfolgreich erstellt', + 'bookshelf_create_from_book' => 'zu Regal konvertiertes Buch', 'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert', - 'bookshelf_update' => 'hat das Bücherregal geändert', - 'bookshelf_update_notification' => 'Das Bücherregal wurde erfolgreich geändert', - 'bookshelf_delete' => 'hat das Bücherregal gelöscht', - 'bookshelf_delete_notification' => 'Das Bücherregal wurde erfolgreich gelöscht', + 'bookshelf_update' => 'aktualisiertes Regal', + 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert', + 'bookshelf_delete' => 'gelöschtes Regal', + 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht', // Favourites - 'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt', + 'favourite_add_notification' => '":name" wurde zu Ihren Favoriten hinzugefügt', 'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt', // MFA @@ -61,7 +61,7 @@ return [ 'webhook_update' => 'aktualisierter Webhook', 'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert', 'webhook_delete' => 'gelöschter Webhook', - 'webhook_delete_notification' => 'Webhook wurde erfolgreich gelöscht', + 'webhook_delete_notification' => 'Webhook erfolgreich gelöscht', // Users 'user_update_notification' => 'Benutzer erfolgreich aktualisiert',