File: D:/HostingSpaces/SBogers95/rentman.io/resources/lang/en/kms/attributes/components.php
<?php
use App\Komma\Dynamic\ComponentType\ComponentTypes;
return [
'availableTypes' => 'Available blocks',
'linkTo' => 'Link to',
'types' => [
ComponentTypes::DOUBLE_TEXT => 'Double text',
ComponentTypes::TEXT_IMAGE => 'Text and image',
ComponentTypes::QUOTE => 'Quote',
ComponentTypes::VIDEO => 'Video',
ComponentTypes::CARDS => 'Cards',
ComponentTypes::CARDSSLIDER => 'Cards Slider',
ComponentTypes::HEADING => 'Heading',
ComponentTypes::ACCORDION_FIXED_IMAGE => 'Accordion with <br/>fixed image',
ComponentTypes::CAPTERRA => 'Capterra rating',
ComponentTypes::DATA_SECURITY => 'Data Security',
ComponentTypes::TEXT => 'Text',
ComponentTypes::IMAGE => 'Image',
ComponentTypes::PRODUCT_TABLE => 'Product Table',
ComponentTypes::CUSTOMER_STORY_TABS => 'Customer Stories tabs',
ComponentTypes::ACCORDION_TEXTAREA => 'Accordion with <br/>with textarea',
ComponentTypes::IMAGE_TEXT_STEPS => 'Steps with <br/>Text and image',
ComponentTypes::SEPARATOR => 'Separator',
ComponentTypes::USP => 'Usp',
ComponentTypes::CUSTOMER_STORY_SLIDER => 'Customer story slider',
ComponentTypes::STORY_SLIDER => 'Story slider',
ComponentTypes::CUSTOMER_LOGOS => 'Customer logos',
ComponentTypes::CUSTOMER_LOGOS_BY_COUNTRY => 'Customer logos <br/>by country',
ComponentTypes::CAROUSEL_IMAGES => 'Carousel Images',
ComponentTypes::HEADING_CONTENT => 'Heading content',
ComponentTypes::CAREERS_JOB_DESCRIPTION => 'Careers Job - Description',
ComponentTypes::CAREERS_JOB_REQUIREMENTS => 'Careers Job - Requirement',
ComponentTypes::INTEGRATIONS => 'Integrations',
ComponentTypes::TEXT_IMAGE_TABS => 'Text and image tabs',
ComponentTypes::AWARD_BADGES => 'Award badges',
ComponentTypes::TABLE => 'Table',
ComponentTypes::TILES => 'Tiles',
ComponentTypes::FAQ => 'FAQ section',
ComponentTypes::ARTICLE_BUTTONS => 'Article navigation',
ComponentTypes::SIDENAV_SLIDER => 'Dynamic features',
ComponentTypes::TOPNAV_SLIDER => 'Dynamic introduction',
],
'data_table' => [
'add_row' => 'Add row',
'empty' => 'No rows added',
'placeholder' => 'Add value here',
],
];