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

62 lines
895 B
PHP

<?php
return [
'single' => [
'label' => 'Lecsatolás',
'modal' => [
'heading' => ':label lecstolása',
'actions' => [
'dissociate' => [
'label' => 'Lecsatolás',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Lecsatolva',
],
],
],
'multiple' => [
'label' => 'Kijelöltek lecsatolása',
'modal' => [
'heading' => 'Kijelölt :label lecsatolása',
'actions' => [
'dissociate' => [
'label' => 'Kijelöltek lecsatolása',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Lecsatolva',
],
],
],
];