BookStack/resources/lang/tr/activities.php
Dan Brown ee400eece6
New Crowdin updates (#2469)
* New translations settings.php (Turkish)

* New translations entities.php (Turkish)

* New translations settings.php (Turkish)

* New translations activities.php (Turkish)

* New translations validation.php (Turkish)
2021-01-10 23:28:33 +00:00

50 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Activity text strings.
* Is used for all the text within activity logs & notifications.
*/
return [
// Pages
'page_create' => 'sayfa oluşturdu',
'page_create_notification' => 'Sayfa Başarıyla Oluşturuldu',
'page_update' => 'sayfayı güncelledi',
'page_update_notification' => 'Sayfa Başarıyla Güncellendi',
'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 Eski Haline Getirildi',
'page_move' => 'sayfayı taşıdı',
// Chapters
'chapter_create' => 'bölüm oluşturdu',
'chapter_create_notification' => 'Bölüm Başarıyla Oluşturuldu',
'chapter_update' => 'bölümü güncelledi',
'chapter_update_notification' => 'Bölüm Başarıyla Güncellendi',
'chapter_delete' => 'bölümü sildi',
'chapter_delete_notification' => 'Bölüm Başarıyla Silindi',
'chapter_move' => 'bölümü taşıdı',
// Books
'book_create' => 'kitap oluşturdu',
'book_create_notification' => 'Kitap Başarıyla Oluşturuldu',
'book_update' => 'kitabı güncelledi',
'book_update_notification' => 'Kitap Başarıyla Güncellendi',
'book_delete' => 'kitabı sildi',
'book_delete_notification' => 'Kitap Başarıyla Silindi',
'book_sort' => 'kitabı sıraladı',
'book_sort_notification' => 'Kitap Başarıyla Yeniden Sıralandı',
// Bookshelves
'bookshelf_create' => 'kitaplık oluşturdu',
'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',
// Other
'commented_on' => 'yorum yaptı',
'permissions_update' => 'güncellenmiş izinler',
];