Files
citrus/lang/tr/section-templates.php
T

43 lines
1.6 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
return [
// Navigation
'navigation_group' => 'Şablonlar',
'navigation_label' => 'Section Şablonları',
'model_label' => 'Section Şablonu',
'plural_model_label' => 'Section Şablonları',
// Sections
'section_general' => 'Genel Bilgiler',
'section_default_data' => 'Varsayılan Değerler',
'section_default_data_desc' => 'Template oluştururken placeholder\'lar için varsayılan değerleri girebilirsiniz. Bu değerler sayfalarda template seçildiğinde otomatik yüklenecektir.',
// Form Fields
'field_title' => 'Başlık',
'field_html_content' => 'HTML İçerik',
'field_html_content_help' => 'Placeholder format: {tip.alan_adi} örn: {text.title}, {richtext.content}, {image.banner}',
'field_is_active' => 'Aktif',
// Table Columns
'column_title' => 'Başlık',
'column_is_active' => 'Aktif',
'column_created_at' => 'Oluşturulma',
'column_updated_at' => 'Güncellenme',
'column_deleted_at' => 'Silinme',
// Actions
'action_preview' => 'Önizleme',
'create' => 'Yeni Section Şablonu',
'edit' => 'Section Şablonunu Düzenle',
'view' => 'Section Şablonunu Görüntüle',
'delete' => 'Sil',
'restore' => 'Geri Yükle',
'force_delete' => 'Kalıcı Sil',
// Messages
'created_successfully' => 'Section şablonu başarıyla oluşturuldu.',
'updated_successfully' => 'Section şablonu başarıyla güncellendi.',
'deleted_successfully' => 'Section şablonu başarıyla silindi.',
'restored_successfully' => 'Section şablonu başarıyla geri yüklendi.',
];