Files
citrus/lang/en/company_history.php
T

79 lines
2.7 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_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',
'quarter_field' => 'Quarter',
'quarter_q1' => 'Q1 (Jan Mar)',
'quarter_q2' => 'Q2 (Apr Jun)',
'quarter_q3' => 'Q3 (Jul Sep)',
'quarter_q4' => 'Q4 (Oct Dec)',
'quarter_label_q1' => 'Quarter 1',
'quarter_label_q2' => 'Quarter 2',
'quarter_label_q3' => 'Quarter 3',
'quarter_label_q4' => 'Quarter 4',
'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.',
'hero_title_before' => 'Your ',
'hero_highlight' => 'trusted',
'hero_title_after' => ' technology partner since 2014',
'hero_subtitle' => 'At Trunçgil Technology, we deliver quality-focused, long-term solutions in software, e-commerce, health tech, and education.',
'hero_cta' => 'Explore Our History',
'hero_illustration_alt' => 'Trunçgil Technology — digital solutions illustration',
'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',
];