mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +08:00
New translations activities.php (German)
This commit is contained in:
parent
853162082b
commit
212f1f7639
|
@ -6,44 +6,44 @@
|
|||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'erstellte Seite',
|
||||
'page_create_notification' => 'Die Seite wurde erfolgreich erstellt.',
|
||||
'page_update' => 'aktualisierte Seite',
|
||||
'page_update_notification' => 'Die Seite wurde erfolgreich aktualisiert.',
|
||||
'page_delete' => 'gelöschte Seite',
|
||||
'page_delete_notification' => 'Die Seite wurde erfolgreich gelöscht.',
|
||||
'page_restore' => 'wiederhergestellte Seite',
|
||||
'page_restore_notification' => 'Die Seite wurde erfolgreich wiederhergestellt.',
|
||||
'page_move' => 'Seite verschoben',
|
||||
'page_create' => 'hat die Seite erstellt',
|
||||
'page_create_notification' => 'Die Seite wurde erfolgreich erstellt',
|
||||
'page_update' => 'hat die Seite aktualisiert',
|
||||
'page_update_notification' => 'Die Seite wurde erfolgreich aktualisiert',
|
||||
'page_delete' => 'hat die Seite gelöscht',
|
||||
'page_delete_notification' => 'Die Seite wurde erfolgreich gelöscht',
|
||||
'page_restore' => 'hat die Seite wiederhergestellt',
|
||||
'page_restore_notification' => 'Die Seite wurde erfolgreich wiederhergestellt',
|
||||
'page_move' => 'hat die Seite verschoben',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'erstellte Kapitel',
|
||||
'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt.',
|
||||
'chapter_update' => 'aktualisierte Kapitel',
|
||||
'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert.',
|
||||
'chapter_delete' => 'löschte Kapitel',
|
||||
'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht.',
|
||||
'chapter_move' => 'verschob Kapitel',
|
||||
'chapter_create' => 'hat das Kapitel erstellt',
|
||||
'chapter_create_notification' => 'Das Kapitel wurde erfolgreich erstellt',
|
||||
'chapter_update' => 'hat das Kapitel geändert',
|
||||
'chapter_update_notification' => 'Das Kapitel wurde erfolgreich aktualisiert',
|
||||
'chapter_delete' => 'hat das Kapitel gelöscht',
|
||||
'chapter_delete_notification' => 'Das Kapitel wurde erfolgreich gelöscht',
|
||||
'chapter_move' => 'hat das Kapitel verschoben',
|
||||
|
||||
// Books
|
||||
'book_create' => 'erstellte Buch',
|
||||
'book_create_notification' => 'Das Buch wurde erfolgreich erstellt.',
|
||||
'book_update' => 'aktualisierte Buch',
|
||||
'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert.',
|
||||
'book_delete' => 'löschte Buch',
|
||||
'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht.',
|
||||
'book_sort' => 'sortierte Buch',
|
||||
'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert.',
|
||||
'book_create' => 'hat das Buch erstellt',
|
||||
'book_create_notification' => 'Das Buch wurde erfolgreich erstellt',
|
||||
'book_update' => 'hat das Buch aktualisiert',
|
||||
'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert',
|
||||
'book_delete' => 'hat das Buch gelöscht',
|
||||
'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht',
|
||||
'book_sort' => 'hat die Buch-Sortierung geändert',
|
||||
'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'erstellt Bücherregal',
|
||||
'bookshelf_create' => 'hat das Bücherregal erstellt',
|
||||
'bookshelf_create_notification' => 'Das Bücherregal wurde erfolgreich erstellt',
|
||||
'bookshelf_update' => 'aktualisiert Bücherregal',
|
||||
'bookshelf_update_notification' => 'Das Bücherregal wurde erfolgreich aktualisiert',
|
||||
'bookshelf_delete' => 'löscht Bücherregal',
|
||||
'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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'kommentiert',
|
||||
'permissions_update' => 'aktualisierte Berechtigungen',
|
||||
'commented_on' => 'hat einen Kommentar hinzugefügt',
|
||||
'permissions_update' => 'hat die Berechtigungen aktualisiert',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user