1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

New Crowdin updates (#3428)

This commit is contained in:
Dan Brown
2022-06-24 11:35:59 +01:00
committed by GitHub
parent f69af8933c
commit ed981cbab1
180 changed files with 2892 additions and 589 deletions

View File

@ -13,7 +13,7 @@ return [
'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 kurtarıldı',
'page_restore_notification' => 'Sayfa Başarıyla Eski Haline Getirildi',
'page_move' => 'sayfayı taşıdı',
// Chapters
@ -28,6 +28,8 @@ return [
// 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',
@ -38,6 +40,8 @@ return [
// Bookshelves
'bookshelf_create' => 'kitaplık oluşturuldu',
'bookshelf_create_notification' => 'Kitaplık başarıyla oluşturuldu',
'bookshelf_create_from_book' => 'converted book to bookshelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_update' => 'kitaplığı güncelledi',
'bookshelf_update_notification' => 'Kitaplık başarıyla güncellendi',
'bookshelf_delete' => 'kitaplığı sildi',