feat: implement Company History module with CRUD functionality, localization support, and timeline display for enhanced user experience
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation_group' => 'Corporate',
|
||||
'title' => 'Company History',
|
||||
'navigation_label' => 'Company History',
|
||||
'model_label' => 'History Item',
|
||||
'plural_model_label' => 'Company History',
|
||||
|
||||
'create' => 'New History Item',
|
||||
'edit' => 'Edit History Item',
|
||||
'delete' => 'Delete',
|
||||
'restore' => 'Restore',
|
||||
'force_delete' => 'Force Delete',
|
||||
|
||||
'content_section' => 'Content',
|
||||
'settings_section' => 'Appearance & Settings',
|
||||
|
||||
'year_field' => 'Year',
|
||||
'title_field' => 'Title',
|
||||
'content_field' => 'Description',
|
||||
'color_field' => 'Color',
|
||||
'icon_field' => 'Icon',
|
||||
'position_field' => 'Position',
|
||||
'position_auto' => 'Automatic (by order)',
|
||||
'position_left' => 'Left',
|
||||
'position_right' => 'Right',
|
||||
'is_active_field' => 'Active',
|
||||
'sort_order_field' => 'Sort Order',
|
||||
|
||||
'table_year' => 'Year',
|
||||
'table_title' => 'Title',
|
||||
'table_is_active' => 'Active',
|
||||
'table_created_at' => 'Created',
|
||||
'table_updated_at' => 'Updated',
|
||||
|
||||
'created_successfully' => 'History item created successfully.',
|
||||
'updated_successfully' => 'History item updated successfully.',
|
||||
'deleted_successfully' => 'History item deleted successfully.',
|
||||
|
||||
'timeline_start' => 'START',
|
||||
'timeline_finish' => 'TODAY',
|
||||
'timeline_section_badge' => 'Our History',
|
||||
'timeline_section_title' => 'The Trunçgil Technology Journey',
|
||||
'timeline_section_subtitle' => 'Our steps in technology and innovation from 2014 to today',
|
||||
|
||||
'icon_building' => 'Foundation / Building',
|
||||
'icon_academic' => 'Academic / Education',
|
||||
'icon_globe' => 'Global / Export',
|
||||
'icon_users' => 'Users / Healthcare',
|
||||
'icon_trophy' => 'Award / Achievement',
|
||||
'icon_map' => 'Map / Location',
|
||||
'icon_light_bulb' => 'Innovation',
|
||||
'icon_rocket' => 'Growth',
|
||||
|
||||
'color_teal' => 'Teal',
|
||||
'color_orange' => 'Orange',
|
||||
'color_pink' => 'Pink',
|
||||
'color_navy' => 'Navy',
|
||||
'color_blue' => 'Blue',
|
||||
'color_green' => 'Green',
|
||||
];
|
||||
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation_group' => 'Kurumsal',
|
||||
'title' => 'Şirket Tarihçesi',
|
||||
'navigation_label' => 'Şirket Tarihçesi',
|
||||
'model_label' => 'Tarihçe Öğesi',
|
||||
'plural_model_label' => 'Şirket Tarihçesi',
|
||||
|
||||
'create' => 'Yeni Tarihçe Öğesi',
|
||||
'edit' => 'Tarihçe Öğesini Düzenle',
|
||||
'delete' => 'Sil',
|
||||
'restore' => 'Geri Yükle',
|
||||
'force_delete' => 'Kalıcı Olarak Sil',
|
||||
|
||||
'content_section' => 'İçerik',
|
||||
'settings_section' => 'Görünüm ve Ayarlar',
|
||||
|
||||
'year_field' => 'Yıl',
|
||||
'title_field' => 'Başlık',
|
||||
'content_field' => 'Açıklama',
|
||||
'color_field' => 'Renk',
|
||||
'icon_field' => 'İkon',
|
||||
'position_field' => 'Konum',
|
||||
'position_auto' => 'Otomatik (sıraya göre)',
|
||||
'position_left' => 'Sol',
|
||||
'position_right' => 'Sağ',
|
||||
'is_active_field' => 'Aktif',
|
||||
'sort_order_field' => 'Sıralama',
|
||||
|
||||
'table_year' => 'Yıl',
|
||||
'table_title' => 'Başlık',
|
||||
'table_is_active' => 'Aktif',
|
||||
'table_created_at' => 'Oluşturulma',
|
||||
'table_updated_at' => 'Güncellenme',
|
||||
|
||||
'created_successfully' => 'Tarihçe öğesi başarıyla oluşturuldu.',
|
||||
'updated_successfully' => 'Tarihçe öğesi başarıyla güncellendi.',
|
||||
'deleted_successfully' => 'Tarihçe öğesi başarıyla silindi.',
|
||||
|
||||
'timeline_start' => 'BAŞLANGIÇ',
|
||||
'timeline_finish' => 'BUGÜN',
|
||||
'timeline_section_badge' => 'Tarihçemiz',
|
||||
'timeline_section_title' => 'Trunçgil Teknoloji Yolculuğu',
|
||||
'timeline_section_subtitle' => '2014\'ten bugüne teknoloji ve inovasyon adımlarımız',
|
||||
|
||||
'icon_building' => 'Kuruluş / Bina',
|
||||
'icon_academic' => 'Akademi / Eğitim',
|
||||
'icon_globe' => 'Küresel / İhracat',
|
||||
'icon_users' => 'Kullanıcılar / Sağlık',
|
||||
'icon_trophy' => 'Ödül / Başarı',
|
||||
'icon_map' => 'Harita / Konum',
|
||||
'icon_light_bulb' => 'İnovasyon',
|
||||
'icon_rocket' => 'Büyüme',
|
||||
|
||||
'color_teal' => 'Turkuaz',
|
||||
'color_orange' => 'Turuncu',
|
||||
'color_pink' => 'Pembe',
|
||||
'color_navy' => 'Lacivert',
|
||||
'color_blue' => 'Mavi',
|
||||
'color_green' => 'Yeşil',
|
||||
];
|
||||
Reference in New Issue
Block a user