mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-31 23:27:32 +08:00
New translations entities.php (Turkish)
This commit is contained in:
parent
1568f953b6
commit
5ab6ad0526
|
@ -176,7 +176,7 @@ return [
|
|||
'pages_delete_confirm' => 'Bu sayfayı silmek istediğinizden emin misiniz?',
|
||||
'pages_delete_draft_confirm' => 'Bu taslak sayfayı silmek istediğinizden emin misiniz?',
|
||||
'pages_editing_named' => ':pageName Sayfası Düzenleniyor',
|
||||
'pages_edit_draft_options' => 'Draft Options',
|
||||
'pages_edit_draft_options' => 'Taslak Seçenekleri',
|
||||
'pages_edit_save_draft' => 'Taslağı Kaydet',
|
||||
'pages_edit_draft' => 'Taslak Sayfasını Düzenle',
|
||||
'pages_editing_draft' => 'Taslak Düzenleniyor',
|
||||
|
@ -234,7 +234,7 @@ return [
|
|||
],
|
||||
'pages_draft_discarded' => 'Taslak yok sayıldı, editör mevcut sayfa içeriği ile güncellendi',
|
||||
'pages_specific' => 'Özel Sayfa',
|
||||
'pages_is_template' => 'Page Template',
|
||||
'pages_is_template' => 'Sayfa Şablonu',
|
||||
|
||||
// Editor Sidebar
|
||||
'page_tags' => 'Sayfa Etiketleri',
|
||||
|
@ -243,11 +243,11 @@ return [
|
|||
'shelf_tags' => 'Kitaplık Etiketleri',
|
||||
'tag' => 'Etiket',
|
||||
'tags' => 'Etiketler',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_name' => 'Etiket İsmi',
|
||||
'tag_value' => 'Etiket İçeriği (Opsiyonel)',
|
||||
'tags_explain' => "İçeriğini daha iyi kategorize etmek için bazı etiketler ekle. Etiketlere değer atayarak daha derin bir organizasyon yapısına sahip olabilirsin.",
|
||||
'tags_add' => 'Başka etiket ekle',
|
||||
'tags_remove' => 'Remove this tag',
|
||||
'tags_remove' => 'Bu Etiketi Sil',
|
||||
'attachments' => 'Ekler',
|
||||
'attachments_explain' => 'Sayfanızda göstermek için bazı dosyalar yükleyin veya bazı bağlantılar ekleyin. Bunlar sayfanın sidebarında görülebilir.',
|
||||
'attachments_explain_instant_save' => 'Burada yapılan değişiklikler anında kaydedilir.',
|
||||
|
@ -273,12 +273,12 @@ return [
|
|||
'attachments_file_uploaded' => 'Dosya başarıyla yüklendi',
|
||||
'attachments_file_updated' => 'Dosya başarıyla güncellendi',
|
||||
'attachments_link_attached' => 'Link sayfaya başarıyla eklendi',
|
||||
'templates' => 'Templates',
|
||||
'templates_set_as_template' => 'Page is a template',
|
||||
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
|
||||
'templates_replace_content' => 'Replace page content',
|
||||
'templates_append_content' => 'Append to page content',
|
||||
'templates_prepend_content' => 'Prepend to page content',
|
||||
'templates' => 'Şablonlar',
|
||||
'templates_set_as_template' => 'Sayfa bir şablondur',
|
||||
'templates_explain_set_as_template' => 'Bu sayfayı şablon olarak seçebilirsiniz. Böylece taslağın içeriği diğer sayfaları oluştururken düzenlenebilir. Eğer yetkileri varsa diğer kullanıcılar da bu sayfayı görüntülerken bu şablonu kullanabilirler.',
|
||||
'templates_replace_content' => 'Sayfa içeriğini değiştir',
|
||||
'templates_append_content' => 'Sayfa içeriğine ekle',
|
||||
'templates_prepend_content' => 'Sayfa içeriğinin başına ekle',
|
||||
|
||||
// Profile View
|
||||
'profile_user_for_x' => 'Kullanıcı :time',
|
||||
|
|
Loading…
Reference in New Issue
Block a user