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

62 lines
848 B
PHP

<?php
return [
'single' => [
'label' => 'Atvienot',
'modal' => [
'heading' => 'Atvienot :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
'multiple' => [
'label' => 'Atvienot izvēlētos',
'modal' => [
'heading' => 'Atvienot izvēlētos :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
];