62 lines
859 B
PHP
62 lines
859 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Ajratish',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':labelni ajratish',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Ajratish',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Ajratilgan',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Tanlanganlarni ajratish',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':labelni ajratish',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Ajratish',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Ajratilgan',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|