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

62 lines
984 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' => 'Відокремлено',
],
],
],
];