Files
citrus/lang/tr/products.php
T
2026-01-01 16:25:27 +03:00

34 lines
880 B
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_group' => 'Ürün ve Hizmetler',
'menu_label' => 'Ürün ve Hizmet Listesi',
'model_label' => 'Ürün/Hizmet',
'plural_model_label' => 'Ürün ve Hizmetler',
// Form
'general_section' => 'Genel Bilgiler',
'slug' => 'Slug (Bağlantı Yolu)',
'type' => 'Tür',
'product' => 'Ürün',
'service' => 'Hizmet',
'category' => 'Kategori',
'hero_image' => 'Kapak Görseli',
'view_template' => 'Özel Görünüm Yolu',
'view_template_placeholder' => 'örn: front.products.ozel-sayfa',
'view_template_helper' => 'Varsayılan şablonu kullanmak için boş bırakın.',
'sort_order' => 'Sıralama',
'is_active' => 'Aktif',
'translations_section' => 'Çeviriler',
'content' => 'İçerik',
// Table
'title' => 'Başlık',
'created_at' => 'Oluşturulma Tarihi',
];