Files
biiproject-kit-v1/lang/vendor/filament-actions/sr_Cyrl/dissociate.php
T

62 lines
942 B
PHP

<?php
return [
'single' => [
'label' => 'Раздвоји',
'modal' => [
'heading' => 'Раздвоји :label',
'actions' => [
'dissociate' => [
'label' => 'Раздвоји',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Раздвојено',
],
],
],
'multiple' => [
'label' => 'Раздвоји изабрано',
'modal' => [
'heading' => 'Раздвоји изабрано :label',
'actions' => [
'dissociate' => [
'label' => 'Раздвоји',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Раздвојено',
],
],
],
];