Files
biiproject-kit-v1/lang/vendor/filament-actions/nb/associate.php
T

46 lines
691 B
PHP

<?php
return [
'single' => [
'label' => 'Koble til',
'modal' => [
'heading' => 'Koble til :label',
'fields' => [
'record_id' => [
'label' => 'Post',
],
],
'actions' => [
'associate' => [
'label' => 'Koble til',
],
'associate_another' => [
'label' => 'Koble til & koble til en annen',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Koblet til',
],
],
],
];