]> BookStack Code Mirror - bookstack/blob - resources/lang/tr/activities.php
Added Turkish translations.
[bookstack] / resources / lang / tr / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'saya oluşturuldu',
10     'page_create_notification'    => 'Sayfa Başarıyla Oluşturuldu',
11     'page_update'                 => 'sayfa güncellendi',
12     'page_update_notification'    => 'Sayfa Başarıyla Güncellendi',
13     'page_delete'                 => 'sayfa silindi',
14     'page_delete_notification'    => 'Sayfa Başarıyla Silindi',
15     'page_restore'                => 'sayfa kurtarıldı',
16     'page_restore_notification'   => 'Sayfa Başarıyla Kurtarıldı',
17     'page_move'                   => 'sayfa taşındı',
18
19     // Chapters
20     'chapter_create'              => 'bölüm oluşturuldu',
21     'chapter_create_notification' => 'Bölüm Başarıyla Oluşturuldu',
22     'chapter_update'              => 'bölüm güncellendi',
23     'chapter_update_notification' => 'Bölüm Başarıyla Güncellendi',
24     'chapter_delete'              => 'bölüm silindi',
25     'chapter_delete_notification' => 'Bölüm Başarıyla Silindi',
26     'chapter_move'                => 'bölüm taşındı',
27
28     // Books
29     'book_create'                 => 'kitap oluşturuldu',
30     'book_create_notification'    => 'Kitap Başarıyla Oluşturuldu',
31     'book_update'                 => 'kitap güncellendi',
32     'book_update_notification'    => 'Kitap Başarıyla Güncellendi',
33     'book_delete'                 => 'kitap silindi',
34     'book_delete_notification'    => 'Kitap Başarıyla Silindi',
35     'book_sort'                   => 'kitap düzenlendi',
36     'book_sort_notification'      => 'Kitap Başarıyla Yeniden Sıralandı',
37
38     // Bookshelves
39     'bookshelf_create'            => 'kitaplık oluşturuldu',
40     'bookshelf_create_notification'    => 'Kitaplık Başarıyla Oluşturuldu',
41     'bookshelf_update'                 => 'kitaplık güncellendi',
42     'bookshelf_update_notification'    => 'Kitaplık Başarıyla Güncellendi',
43     'bookshelf_delete'                 => 'kitaplık silindi',
44     'bookshelf_delete_notification'    => 'Kitaplık Başarıyla Silindi',
45
46     // Other
47     'commented_on'                => 'yorum yaptı',
48 ];