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

62 lines
861 B
PHP

<?php
return [
'single' => [
'label' => 'Odłącz',
'modal' => [
'heading' => 'Odłącz :label',
'actions' => [
'detach' => [
'label' => 'Odłącz',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odłączono',
],
],
],
'multiple' => [
'label' => 'Odłącz zaznaczone',
'modal' => [
'heading' => 'Odłącz zaznaczone :label',
'actions' => [
'detach' => [
'label' => 'Odłącz zaznaczone',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odłączono',
],
],
],
];