install
This commit is contained in:
73
lang/vendor/filament-actions/tk/force-delete.php
vendored
Normal file
73
lang/vendor/filament-actions/tk/force-delete.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Güýç bilen poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label güýç bilen poz',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozuldy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Saýlananlary güýç bilen poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Saýlanan :label güýç bilen poz',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozuldy',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => ':total-dan :count pozuldy',
|
||||
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
|
||||
'missing_processing_failure_message' => ':count pozup bolmady.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'Pozmak başartmady',
|
||||
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
|
||||
'missing_processing_failure_message' => ':count pozup bolmady.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user