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

New Crowdin updates (#3643)

This commit is contained in:
Dan Brown
2022-09-05 13:17:10 +01:00
committed by GitHub
parent 2fe261e207
commit 50214d5fe6
170 changed files with 2724 additions and 893 deletions

View File

@ -23,6 +23,7 @@ return [
'meta_updated' => ':timeLength güncellendi',
'meta_updated_name' => ':user tarafından :timeLength güncellendi',
'meta_owned_name' => 'Owned by :user',
'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages',
'entity_select' => 'Öge Seçimi',
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
'images' => 'Görseller',
@ -77,7 +78,6 @@ return [
'shelf' => 'Kitaplık',
'shelves' => 'Kitaplıklar',
'x_shelves' => ':count Kitaplık|:count Kitaplık',
'shelves_long' => 'Kitaplıklar',
'shelves_empty' => 'Hiç kitaplık oluşturulmamış',
'shelves_create' => 'Yeni Kitaplık Oluştur',
'shelves_popular' => 'Popüler Kitaplıklar',
@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Drag books below to add them to this shelf',
'shelves_empty_contents' => 'Bu kitaplıkta hiç kitap bulunamadı',
'shelves_edit_and_assign' => 'Kitap eklemek için kitaplığı düzenleyin',
'shelves_edit_named' => ':name Kitaplığını Düzenle',
'shelves_edit' => 'Kitaplığı Düzenle',
'shelves_delete' => 'Kitaplığı Sil',
'shelves_delete_named' => ':name Kitaplığını Sil',
'shelves_delete_explain' => "Bu işlem ':name' kitaplığını silecektir ancak içerdiği kitaplara dokunulmayacaktır.",
'shelves_delete_confirmation' => 'Bu kitaplığı silmek istediğinize emin misiniz?',
'shelves_permissions' => 'Kitaplık İzinleri',
'shelves_permissions_updated' => 'Kitaplık İzinleri Güncellendi',
'shelves_permissions_active' => 'Kitaplık İzinleri Aktif',
'shelves_permissions_cascade_warning' => 'Permissions on bookshelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
'shelves_edit_named' => 'Edit Shelf :name',
'shelves_edit' => 'Edit Shelf',
'shelves_delete' => 'Delete Shelf',
'shelves_delete_named' => 'Delete Shelf :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
'shelves_permissions' => 'Shelf Permissions',
'shelves_permissions_updated' => 'Shelf Permissions Updated',
'shelves_permissions_active' => 'Shelf Permissions Active',
'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
'shelves_copy_permissions_to_books' => 'İzinleri Kitaplara Kopyala',
'shelves_copy_permissions' => 'İzinleri Kopyala',
'shelves_copy_permissions_explain' => 'Bu işlem sonucunda kitaplığınızın izinleri, içerdiği kitaplara da aynen uygulanır. Aktifleştirmeden önce bu kitaplığa ait izinleri kaydettiğinizden emin olun.',
'shelves_copy_permission_success' => 'Kitaplık izinleri :count adet kitaba kopyalandı',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
// Books
'book' => 'Kitap',
@ -248,6 +248,7 @@ return [
'pages_edit_content_link' => 'İçeriği Düzenle',
'pages_permissions_active' => 'Sayfa İzinleri Aktif',
'pages_initial_revision' => 'İlk yayın',
'pages_references_update_revision' => 'System auto-update of internal links',
'pages_initial_name' => 'Yeni Sayfa',
'pages_editing_draft_notification' => 'Şu anda en son :timeDiff tarihinde kaydedilmiş olan taslağı düzenliyorsunuz.',
'pages_draft_edited_notification' => 'Bu sayfa o zamandan bu zamana güncellenmiş, bu nedenle bu taslağı yok saymanız önerilir.',
@ -369,4 +370,9 @@ return [
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
'convert_chapter' => 'Convert Chapter',
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
// References
'references' => 'References',
'references_none' => 'There are no tracked references to this item.',
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
];