]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de_informal/activities.php
New Crowdin updates (#3643)
[bookstack] / resources / lang / de_informal / activities.php
index cea04ecd73fa376dc3419c169b64aae15a504e2f..26f7c53a363454b3fa2a3a2e18abf4ac3e0ba0dd 100644 (file)
@@ -7,45 +7,45 @@ return [
 
     // Pages
     'page_create'                 => 'erstellt Seite',
-    'page_create_notification'    => 'Die Seite wurde erfolgreich erstellt',
+    'page_create_notification'    => 'Seite erfolgreich erstellt',
     'page_update'                 => 'aktualisiert Seite',
-    'page_update_notification'    => 'Die Seite wurde erfolgreich aktualisiert',
+    'page_update_notification'    => 'Seite erfolgreich aktualisiert',
     'page_delete'                 => 'löscht Seite',
-    'page_delete_notification'    => 'Die Seite wurde erfolgreich gelöscht',
+    'page_delete_notification'    => 'Seite erfolgreich gelöscht',
     'page_restore'                => 'stellt Seite wieder her',
-    'page_restore_notification'   => 'Die Seite wurde erfolgreich wiederhergestellt',
+    'page_restore_notification'   => 'Seite erfolgreich wiederhergestellt',
     'page_move'                   => 'verschiebt Seite',
 
     // Chapters
     'chapter_create'              => 'erstellt Kapitel',
-    'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt',
+    'chapter_create_notification' => 'Kapitel erfolgreich erstellt',
     'chapter_update'              => 'aktualisiert Kapitel',
-    'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert',
+    'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert',
     'chapter_delete'              => 'löscht Kapitel',
-    'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht',
+    'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
     'chapter_move'                => 'verschiebt Kapitel',
 
     // Books
     'book_create'                 => 'erstellt Buch',
-    '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_update'                 => 'aktualisiert Buch',
-    'book_update_notification'    => 'Das Buch wurde erfolgreich aktualisiert',
+    'book_update_notification'    => 'Buch erfolgreich aktualisiert',
     'book_delete'                 => 'löscht Buch',
-    'book_delete_notification'    => 'Das Buch wurde erfolgreich gelöscht',
+    'book_delete_notification'    => 'Buch erfolgreich gelöscht',
     'book_sort'                   => 'sortiert Buch',
-    'book_sort_notification'      => 'Das Buch wurde erfolgreich umsortiert',
+    'book_sort_notification'      => 'Buch 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'            => 'created shelf',
+    'bookshelf_create_notification'    => 'Shelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to shelf',
     'bookshelf_create_from_book_notification'    => 'Buch erfolgreich in ein Regal konvertiert',
-    'bookshelf_update'                 => 'aktualisiert Bücherregal',
-    'bookshelf_update_notification'    => 'Das Bücherregal wurde erfolgreich geändert',
-    'bookshelf_delete'                 => 'löscht Bücherregal',
-    'bookshelf_delete_notification'    => 'Das Bücherregal wurde erfolgreich gelöscht',
+    'bookshelf_update'                 => 'updated shelf',
+    'bookshelf_update_notification'    => 'Shelf successfully updated',
+    'bookshelf_delete'                 => 'deleted shelf',
+    'bookshelf_delete_notification'    => 'Shelf successfully deleted',
 
     // Favourites
     'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
@@ -57,11 +57,11 @@ return [
 
     // Webhooks
     'webhook_create' => 'erstellter Webhook',
-    'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet',
+    'webhook_create_notification' => 'Webhook erfolgreich eingerichtet',
     'webhook_update' => 'aktualisierter Webhook',
-    'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
+    'webhook_update_notification' => 'Webhook 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',