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

62 lines
878 B
PHP

<?php
return [
'single' => [
'label' => 'Ջնջել',
'modal' => [
'heading' => 'Ջնջել :label',
'actions' => [
'delete' => [
'label' => 'Ջնջել',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ջնջվել է',
],
],
],
'multiple' => [
'label' => 'Ջնջել ընտրվածը',
'modal' => [
'heading' => 'Ջնջել ընտրված :label',
'actions' => [
'delete' => [
'label' => 'Ջնջել',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ջնջվել է',
],
],
],
];