BookStack/lang/tr/activities.php

79 lines
3.7 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' => 'sayfa taşındı',
// 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_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',
'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şturuldu',
'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',
'favourite_remove_notification' => '":name" favorilerinizden çıkarıldı',
// MFA
'mfa_setup_method_notification' => 'Çok aşamalı kimlik doğrulama yöntemi başarıyla yapılandırıldı',
'mfa_remove_method_notification' => 'Çok aşamalı kimlik doğrulama yöntemi başarıyla kaldırıldı',
// Webhooks
'webhook_create' => 'web kancası oluşturuldu',
'webhook_create_notification' => 'Web kancası başarıyla oluşturuldu',
'webhook_update' => 'web kancası güncellendi',
'webhook_update_notification' => 'Web kancası başarıyla güncellendi',
'webhook_delete' => 'web kancası silindi',
'webhook_delete_notification' => 'Web kancası başarıyla silindi',
// Users
'user_update_notification' => 'Kullanıcı başarıyla güncellendi',
'user_delete_notification' => 'Kullanıcı başarıyla silindi',
// Roles
'role_create_notification' => 'Role successfully created',
'role_update_notification' => 'Role successfully updated',
'role_delete_notification' => 'Role successfully deleted',
// Other
'commented_on' => 'yorum yaptı',
'permissions_update' => 'güncellenmiş izinler',
];