mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
New Crowdin updates (#3384)
This commit is contained in:
@ -27,8 +27,8 @@ return [
|
||||
'images' => 'Görseller',
|
||||
'my_recent_drafts' => 'Son Taslaklarım',
|
||||
'my_recently_viewed' => 'Son Görüntülediklerim',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'my_most_viewed_favourites' => 'En Çok Görüntülenen Favoriler',
|
||||
'my_favourites' => 'Favorilerim',
|
||||
'no_pages_viewed' => 'Herhangi bir sayfa görüntülemediniz',
|
||||
'no_pages_recently_created' => 'Yakın zamanda bir sayfa oluşturulmadı',
|
||||
'no_pages_recently_updated' => 'Yakın zamanda bir sayfa güncellenmedi',
|
||||
@ -143,8 +143,8 @@ return [
|
||||
'books_sort_chapters_last' => 'En Son Bölümler',
|
||||
'books_sort_show_other' => 'Diğer Kitapları Göster',
|
||||
'books_sort_save' => 'Yeni Düzeni Kaydet',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_copy' => 'Kitabı Kopyala',
|
||||
'books_copy_success' => 'Kitap başarıyla kopyalandı',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Bölüm',
|
||||
@ -163,8 +163,8 @@ return [
|
||||
'chapters_move' => 'Bölümü Taşı',
|
||||
'chapters_move_named' => ':chapterName Bölümünü Taşı',
|
||||
'chapter_move_success' => 'Bölüm, :bookName kitabına taşındı',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'Bölümü kopyala',
|
||||
'chapters_copy_success' => 'Bölüm başarıyla kopyalandı',
|
||||
'chapters_permissions' => 'Bölüm İzinleri',
|
||||
'chapters_empty' => 'Bu bölümde henüz bir sayfa bulunmuyor.',
|
||||
'chapters_permissions_active' => 'Bölüm İzinleri Aktif',
|
||||
@ -196,9 +196,19 @@ return [
|
||||
'pages_edit_draft_save_at' => 'Taslak kaydedildi ',
|
||||
'pages_edit_delete_draft' => 'Taslağı Sil',
|
||||
'pages_edit_discard_draft' => 'Taslağı Yoksay',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
|
||||
'pages_edit_set_changelog' => 'Değişim Günlüğünü Ayarla',
|
||||
'pages_edit_enter_changelog_desc' => 'Yaptığınız değişiklikler hakkında kısa bir açıklama girin',
|
||||
'pages_edit_enter_changelog' => 'Değişim Günlüğünü Yazın',
|
||||
'pages_editor_switch_title' => 'Switch Editor',
|
||||
'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
|
||||
'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
|
||||
'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
|
||||
'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
|
||||
'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
|
||||
'pages_save' => 'Sayfayı Kaydet',
|
||||
'pages_title' => 'Sayfa Başlığı',
|
||||
'pages_name' => 'Sayfa İsmi',
|
||||
@ -225,6 +235,7 @@ return [
|
||||
'pages_revisions_number' => '#',
|
||||
'pages_revisions_numbered' => 'Revizyon #:id',
|
||||
'pages_revisions_numbered_changes' => 'Revizyon #:id Değişiklikleri',
|
||||
'pages_revisions_editor' => 'Editor Type',
|
||||
'pages_revisions_changelog' => 'Değişim Günlüğü',
|
||||
'pages_revisions_changes' => 'Değişiklikler',
|
||||
'pages_revisions_current' => 'Şimdiki Sürüm',
|
||||
@ -268,10 +279,10 @@ return [
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'tags_all_values' => 'Tüm değerler',
|
||||
'tags_view_tags' => 'Etiketleri Göster',
|
||||
'tags_view_existing_tags' => 'Mevcut etiketleri göster',
|
||||
'tags_list_empty_hint' => 'Etiketleri sayfa editörü yan menüsünden veya kitap, bölüm veya rafları düzenlerken ekleyebilirsiniz.',
|
||||
'attachments' => 'Ekler',
|
||||
'attachments_explain' => 'Sayfanızda göstermek için dosyalar yükleyin veya bağlantılar ekleyin. Bunlar, sayfaya ait yan menüde gösterilecektir.',
|
||||
'attachments_explain_instant_save' => 'Burada yapılan değişiklikler anında kaydedilir.',
|
||||
@ -338,10 +349,10 @@ return [
|
||||
'revision_cannot_delete_latest' => 'Son revizyonu silemezsiniz.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'İçeriği kopyalarken aşağıdakileri hesaba katınız.',
|
||||
'copy_consider_permissions' => 'Özel izin ayarları kopyalanmayacak.',
|
||||
'copy_consider_owner' => 'Tüm kopyalanan içeriğin sahibi olacaksınız.',
|
||||
'copy_consider_images' => 'Sayfa resim dosyalarının ikinci bir kopyası oluşturulmayıp, resimlerin ilk yüklendiği sayfadaki bağlantısı tutulacaktır.',
|
||||
'copy_consider_attachments' => 'Sayfa ekleri kopyalanmayacak.',
|
||||
'copy_consider_access' => 'Konum, sahiplik veya izinlerde yapılan bir değişiklik önceden erişimi olmayanlara erişim hakkı kazandırabilir.',
|
||||
];
|
||||
|
Reference in New Issue
Block a user