File "attach.php"
Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/bs/attach.php
File size: 691 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'single' => [
'label' => 'Priložite',
'modal' => [
'heading' => 'Priložite :label',
'fields' => [
'record_id' => [
'label' => 'Zapis',
],
],
'actions' => [
'attach' => [
'label' => 'Priložite',
],
'attach_another' => [
'label' => 'Priložite i priložite još jedan',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Priloženo',
],
],
],
];