Files
hr/lang/vendor/filament-actions/tk/force-delete.php

74 lines
1.4 KiB
PHP

<?php
return [
'single' => [
'label' => 'Görkezmesiz poz',
'modal' => [
'heading' => ':label görkezmesiz poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
],
],
'multiple' => [
'label' => 'Saýlanany görkezmesiz poz',
'modal' => [
'heading' => 'Saýlanan :label görkezmesiz poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
'deleted_partial' => [
'title' => ':total-dan :count pozuldy',
'missing_authorization_failure_message' => ':count pozmak üçin ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
'deleted_none' => [
'title' => 'Pozmak şowsuz boldy',
'missing_authorization_failure_message' => ':count pozmak üçin ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
],
],
];