]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/tr/activities.php
Guest create page: name field autofocus
[bookstack] / resources / lang / tr / activities.php
index ee11a89bfbff0c369069e755aa78601ffa502074..dddd111a7f3408bc5f68190b43d9523ac8805641 100644 (file)
@@ -13,8 +13,8 @@ return [
     'page_delete'                 => 'sayfayı sildi',
     'page_delete_notification'    => 'Sayfa başarıyla silindi',
     'page_restore'                => 'sayfayı eski haline getirdi',
-    'page_restore_notification'   => 'Sayfa başarıyla kurtarıldı',
-    'page_move'                   => 'sayfayı taşıdı',
+    'page_restore_notification'   => 'Sayfa Başarıyla Eski Haline Getirildi',
+    'page_move'                   => 'sayfa taşındı',
 
     // Chapters
     'chapter_create'              => 'bölüm oluşturdu',
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'kitap oluşturdu',
     'book_create_notification'    => 'Kitap başarıyla oluşturuldu',
+    'book_create_from_chapter'              => 'converted chapter to book',
+    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
     'book_update'                 => 'kitabı güncelledi',
     'book_update_notification'    => 'Kitap başarıyla güncellendi',
     'book_delete'                 => 'kitabı sildi',
@@ -37,11 +39,13 @@ return [
 
     // Bookshelves
     'bookshelf_create'            => 'kitaplık oluşturuldu',
-    'bookshelf_create_notification'    => 'Kitaplık başarıyla oluşturuldu',
-    'bookshelf_update'                 => 'kitaplığı güncelledi',
-    'bookshelf_update_notification'    => 'Kitaplık başarıyla güncellendi',
-    'bookshelf_delete'                 => 'kitaplığı sildi',
-    'bookshelf_delete_notification'    => 'Kitaplık başarıyla silindi',
+    'bookshelf_create_notification'    => 'Shelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to shelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
+    '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" favorilerinize eklendi',