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

62 lines
824 B
PHP

<?php
return [
'single' => [
'label' => 'Fshi',
'modal' => [
'heading' => 'Fshi :label',
'actions' => [
'delete' => [
'label' => 'Fshi',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'U fshi',
],
],
],
'multiple' => [
'label' => 'Fshi të selektuarin',
'modal' => [
'heading' => 'Fshi të selektuarin :label',
'actions' => [
'delete' => [
'label' => 'Fshi',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'U fshi',
],
],
],
];