]> BookStack Code Mirror - bookstack/blob - resources/lang/tr/activities.php
Fixes padding issues of the sidebar's items
[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'                 => 'sayfa oluşturdu',
10     'page_create_notification'    => 'Sayfa Başarıyla Oluşturuldu',
11     'page_update'                 => 'sayfayı güncelledi',
12     'page_update_notification'    => 'Sayfa Başarıyla Güncellendi',
13     'page_delete'                 => 'sayfayı sildi',
14     'page_delete_notification'    => 'Sayfa Başarıyla Silindi',
15     'page_restore'                => 'sayfayı eski haline getirdi',
16     'page_restore_notification'   => 'Sayfa Başarıyla Eski Haline Getirildi',
17     'page_move'                   => 'sayfayı taşıdı',
18
19     // Chapters
20     'chapter_create'              => 'bölüm oluşturdu',
21     'chapter_create_notification' => 'Bölüm Başarıyla Oluşturuldu',
22     'chapter_update'              => 'bölümü güncelledi',
23     'chapter_update_notification' => 'Bölüm Başarıyla Güncellendi',
24     'chapter_delete'              => 'bölümü sildi',
25     'chapter_delete_notification' => 'Bölüm Başarıyla Silindi',
26     'chapter_move'                => 'bölümü taşıdı',
27
28     // Books
29     'book_create'                 => 'kitap oluşturdu',
30     'book_create_notification'    => 'Kitap Başarıyla Oluşturuldu',
31     'book_update'                 => 'kitabı güncelledi',
32     'book_update_notification'    => 'Kitap Başarıyla Güncellendi',
33     'book_delete'                 => 'kitabı sildi',
34     'book_delete_notification'    => 'Kitap Başarıyla Silindi',
35     'book_sort'                   => 'kitabı sıraladı',
36     'book_sort_notification'      => 'Kitap Başarıyla Yeniden Sıralandı',
37
38     // Bookshelves
39     'bookshelf_create'            => 'kitaplık oluşturdu',
40     'bookshelf_create_notification'    => 'Kitaplık Başarıyla Oluşturuldu',
41     'bookshelf_update'                 => 'kitaplığı güncelledi',
42     'bookshelf_update_notification'    => 'Kitaplık Başarıyla Güncellendi',
43     'bookshelf_delete'                 => 'kitaplığı sildi',
44     'bookshelf_delete_notification'    => 'Kitaplık Başarıyla Silindi',
45
46     // Favourites
47     'favourite_add_notification' => '":name" favorilerinize eklendi',
48     'favourite_remove_notification' => '":name" favorilerinizden çıkarıldı',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
52     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
53
54     // Other
55     'commented_on'                => 'yorum yaptı',
56     'permissions_update'          => 'güncellenmiş izinler',
57 ];