73 lines
2.5 KiB
PHP
73 lines
2.5 KiB
PHP
<?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.',
|
||
'external_url' => 'Harici URL',
|
||
'external_url_helper' => 'Eğer dolu ise, menüde bu linke yeni sekmede gidilir.',
|
||
'sort_order' => 'Sıralama',
|
||
'is_active' => 'Aktif',
|
||
'translations_section' => 'Çeviriler',
|
||
'content' => 'İçerik',
|
||
|
||
// Table
|
||
'title' => 'Başlık',
|
||
'created_at' => 'Oluşturulma Tarihi',
|
||
|
||
// Landing Page
|
||
'landing_page_section' => 'Landing Page Şablonu',
|
||
'hero_section' => 'Hero Bölümü',
|
||
'hero_slogan' => 'Ana Slogan',
|
||
'hero_sub_slogan' => 'Alt Slogan',
|
||
'app_store_link' => 'App Store Linki',
|
||
'google_play_link' => 'Google Play Linki',
|
||
'hero_featured_image' => 'Öne Çıkan Görsel',
|
||
'hero_background_image' => 'Hero Arka Plan Görseli',
|
||
'hero_background_image_helper' => 'Hero section için kullanılacak arka plan görselini seçin',
|
||
'select_background' => 'Arka plan seçin...',
|
||
'app_features_section' => 'Uygulama Özellikleri',
|
||
'features' => 'Özellikler',
|
||
'add_feature' => 'Özellik Ekle',
|
||
'feature' => 'Özellik',
|
||
'feature_icon' => 'İkon',
|
||
'feature_title' => 'Özellik Başlığı',
|
||
'feature_description' => 'Özellik Açıklaması',
|
||
'how_it_works_section' => 'Nasıl Çalışır',
|
||
'how_it_works_image' => 'Görsel',
|
||
'download_form_label' => 'Download Form Etiketi',
|
||
'download_form_label_placeholder' => 'Download the app',
|
||
'steps' => 'Adımlar',
|
||
'step' => 'Adım',
|
||
'step_number' => 'Adım Numarası',
|
||
'step_title' => 'Adım Başlığı',
|
||
'step_description' => 'Adım Açıklaması',
|
||
'video_section' => 'Video',
|
||
'youtube_video_id' => 'YouTube Video ID',
|
||
'youtube_video_id_helper' => 'YouTube video URL\'sindeki ID (örn: 165101721)',
|
||
'faq_section' => 'Sık Sorulan Sorular',
|
||
'faqs' => 'SSS',
|
||
'add_faq' => 'SSS Ekle',
|
||
'faq' => 'SSS',
|
||
'faq_question' => 'Soru',
|
||
'faq_answer' => 'Cevap',
|
||
];
|
||
|
||
|
||
|
||
|
||
|