photogeodata/lang/vendor/filament-actions/sl/dissociate.php
2026-05-12 20:43:17 +02:00

61 lines
832 B
PHP

<?php
return [
'single' => [
'label' => 'Loči',
'modal' => [
'heading' => 'Loči :label',
'actions' => [
'dissociate' => [
'label' => 'Loči',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ločeno',
],
],
],
'multiple' => [
'label' => 'Loči izbrane',
'modal' => [
'heading' => 'Loči izbrane :label',
'actions' => [
'dissociate' => [
'label' => 'Loči',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ločeno',
],
],
],
];