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

62 lines
828 B
PHP

<?php
return [
'single' => [
'label' => 'Detach',
'modal' => [
'heading' => 'Detach :label',
'actions' => [
'detach' => [
'label' => 'Detach',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detached',
],
],
],
'multiple' => [
'label' => 'Detach selected',
'modal' => [
'heading' => 'Detach selected :label',
'actions' => [
'detach' => [
'label' => 'Detach',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detached',
],
],
],
];