62 lines
1.2 KiB
PHP
62 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'ยกเลิกการเชื่อมโยง',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'ยกเลิกการเชื่อมโยง :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'ยกเลิกการเชื่อมโยง',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'บันทึกเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'ยกเลิกการเชื่อมโยงที่เลือก',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'ยกเลิกการเชื่อมโยง :label ที่เลือก',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'ยกเลิกการเชื่อมโยง',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'บันทึกเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|