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

42 lines
1.3 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' => 'Header Şablonları',
'model_label' => 'Header Şablonu',
'plural_model_label' => 'Header Şablonları',
// Sections
'section_general' => 'Genel Bilgiler',
// Form Fields
'field_title' => 'Başlık',
'field_html_content' => 'HTML İçerik',
'field_html_content_help' => 'Placeholder format: {tip.alan_adi} örn: {text.company_name}, {image.logo}, {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
'create' => 'Yeni Header Şablonu',
'edit' => 'Header Şablonunu Düzenle',
'view' => 'Header Şablonunu Görüntüle',
'delete' => 'Sil',
'restore' => 'Geri Yükle',
'force_delete' => 'Kalıcı Sil',
// Messages
'created_successfully' => 'Header şablonu başarıyla oluşturuldu.',
'updated_successfully' => 'Header şablonu başarıyla güncellendi.',
'deleted_successfully' => 'Header şablonu başarıyla silindi.',
'restored_successfully' => 'Header şablonu başarıyla geri yüklendi.',
];