62 lines
837 B
PHP
62 lines
837 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'single' => [
|
||
|
||
'label' => 'Ayır',
|
||
|
||
'modal' => [
|
||
|
||
'heading' => ':label ayır',
|
||
|
||
'actions' => [
|
||
|
||
'detach' => [
|
||
'label' => 'Ayır',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'notifications' => [
|
||
|
||
'detached' => [
|
||
'title' => 'Ayrıldı',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'multiple' => [
|
||
|
||
'label' => 'Seçiliyi ayır',
|
||
|
||
'modal' => [
|
||
|
||
'heading' => ':label seçiliyi ayır ',
|
||
|
||
'actions' => [
|
||
|
||
'detach' => [
|
||
'label' => 'Seçiliyi ayır',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'notifications' => [
|
||
|
||
'detached' => [
|
||
'title' => 'Ayrıldı',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
];
|