62 lines
856 B
PHP
62 lines
856 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'O\'chirish',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':labelni o\'chirish',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'O\'chirish',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'O\'chirildi',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Tanlanganlarni o\'chirish',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':labelni o\'chirish',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'O\'chirish',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'O\'chirish',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|