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

45 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' => 'Footer Şablonları',
'model_label' => 'Footer Şablonu',
'plural_model_label' => 'Footer Ş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.copyright}, {richtext.links}, {email.contact}',
'field_is_active' => 'Aktif',
// Table Columns
'column_title' => 'Başlık',
'column_is_active' => 'Aktif',
'column_pages_count' => 'Sayfa Sayısı',
'column_created_at' => 'Oluşturulma',
'column_updated_at' => 'Güncellenme',
'column_deleted_at' => 'Silinme',
// Actions
'action_preview' => 'Önizleme',
'create' => 'Yeni Footer Şablonu',
'edit' => 'Footer Şablonunu Düzenle',
'view' => 'Footer Şablonunu Görüntüle',
'delete' => 'Sil',
'restore' => 'Geri Yükle',
'force_delete' => 'Kalıcı Sil',
// Messages
'created_successfully' => 'Footer şablonu başarıyla oluşturuldu.',
'updated_successfully' => 'Footer şablonu başarıyla güncellendi.',
'deleted_successfully' => 'Footer şablonu başarıyla silindi.',
'restored_successfully' => 'Footer şablonu başarıyla geri yüklendi.',
];