X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ddb7f33868ea499ab8f48a7062f145e8c0fbe02f..refs/pull/2515/head:/resources/lang/tr/activities.php diff --git a/resources/lang/tr/activities.php b/resources/lang/tr/activities.php index ccc55e172..67f9653f4 100644 --- a/resources/lang/tr/activities.php +++ b/resources/lang/tr/activities.php @@ -6,43 +6,44 @@ return [ // Pages - 'page_create' => 'saya oluşturuldu', + 'page_create' => 'sayfa oluşturdu', 'page_create_notification' => 'Sayfa Başarıyla Oluşturuldu', - 'page_update' => 'sayfa güncellendi', + 'page_update' => 'sayfayı güncelledi', 'page_update_notification' => 'Sayfa Başarıyla Güncellendi', - 'page_delete' => 'sayfa silindi', + 'page_delete' => 'sayfayı sildi', 'page_delete_notification' => 'Sayfa Başarıyla Silindi', - 'page_restore' => 'sayfa kurtarıldı', - 'page_restore_notification' => 'Sayfa Başarıyla Kurtarıldı', - 'page_move' => 'sayfa taşındı', + 'page_restore' => 'sayfayı eski haline getirdi', + 'page_restore_notification' => 'Sayfa Başarıyla Eski Haline Getirildi', + 'page_move' => 'sayfayı taşıdı', // Chapters - 'chapter_create' => 'bölüm oluşturuldu', + 'chapter_create' => 'bölüm oluşturdu', 'chapter_create_notification' => 'Bölüm Başarıyla Oluşturuldu', - 'chapter_update' => 'bölüm güncellendi', + 'chapter_update' => 'bölümü güncelledi', 'chapter_update_notification' => 'Bölüm Başarıyla Güncellendi', - 'chapter_delete' => 'bölüm silindi', + 'chapter_delete' => 'bölümü sildi', 'chapter_delete_notification' => 'Bölüm Başarıyla Silindi', - 'chapter_move' => 'bölüm taşındı', + 'chapter_move' => 'bölümü taşıdı', // Books - 'book_create' => 'kitap oluşturuldu', + 'book_create' => 'kitap oluşturdu', 'book_create_notification' => 'Kitap Başarıyla Oluşturuldu', - 'book_update' => 'kitap güncellendi', + 'book_update' => 'kitabı güncelledi', 'book_update_notification' => 'Kitap Başarıyla Güncellendi', - 'book_delete' => 'kitap silindi', + 'book_delete' => 'kitabı sildi', 'book_delete_notification' => 'Kitap Başarıyla Silindi', - 'book_sort' => 'kitap düzenlendi', + 'book_sort' => 'kitabı sıraladı', 'book_sort_notification' => 'Kitap Başarıyla Yeniden Sıralandı', // Bookshelves - 'bookshelf_create' => 'kitaplık oluşturuldu', + 'bookshelf_create' => 'kitaplık oluşturdu', 'bookshelf_create_notification' => 'Kitaplık Başarıyla Oluşturuldu', - 'bookshelf_update' => 'kitaplık güncellendi', + 'bookshelf_update' => 'kitaplığı güncelledi', 'bookshelf_update_notification' => 'Kitaplık Başarıyla Güncellendi', - 'bookshelf_delete' => 'kitaplık silindi', + 'bookshelf_delete' => 'kitaplığı sildi', 'bookshelf_delete_notification' => 'Kitaplık Başarıyla Silindi', // Other 'commented_on' => 'yorum yaptı', + 'permissions_update' => 'güncellenmiş izinler', ];