Files
data-collection-terminal/vendor/filament/actions/resources/lang/fi/delete.php

62 lines
826 B
PHP

<?php
return [
'single' => [
'label' => 'Poista',
'modal' => [
'heading' => 'Poista :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Poistettu',
],
],
],
'multiple' => [
'label' => 'Poista valitut',
'modal' => [
'heading' => 'Poista valitut :label',
'actions' => [
'delete' => [
'label' => 'Poista',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Poistettu',
],
],
],
];