File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/lang/en/kms/attributes/components.php
<?php
use App\Components\ComponentType\ComponentTypes;
return [
'availableTypes' => 'Available blocks',
'linkTo' => 'Link to',
'types' => [
ComponentTypes::DOUBLE_TEXT => 'Double text',
ComponentTypes::TEXT_IMAGE => 'Text and image',
ComponentTypes::VIDEO => 'Video',
ComponentTypes::TEXT => 'Text',
ComponentTypes::IMAGE => 'Image',
],
'confirm_copy_modal' => [
'header' => 'Are you sure?',
'message' => 'Are you sure that you want to copy the structure of this language?',
'confirm' => 'Yes',
'cancel' => 'No'
],
'copied' => 'Gekopieerd'
];