Files
data-collection-terminal/vendor/filament/actions/resources/lang/el/dissociate.php

62 lines
872 B
PHP

<?php
return [
'single' => [
'label' => 'Dissociate',
'modal' => [
'heading' => 'Dissociate :label',
'actions' => [
'dissociate' => [
'label' => 'Dissociate',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociated',
],
],
],
'multiple' => [
'label' => 'Dissociate selected',
'modal' => [
'heading' => 'Dissociate selected :label',
'actions' => [
'dissociate' => [
'label' => 'Dissociate',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociated',
],
],
],
];