Files
biiproject-kit-v1/lang/vendor/filament-actions/th/dissociate.php
T

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' => 'บันทึกเรียบร้อย',
],
],
],
];