62 lines
1.0 KiB
PHP
62 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'คืนค่า',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'คืนค่า :label',
|
|
|
|
'actions' => [
|
|
|
|
'restore' => [
|
|
'label' => 'คืนค่า',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'restored' => [
|
|
'title' => 'คืนค่าข้อมูลเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'คืนค่าที่เลือก',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'คืนค่า :label ที่เลือก',
|
|
|
|
'actions' => [
|
|
|
|
'restore' => [
|
|
'label' => 'คืนค่า',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'restored' => [
|
|
'title' => 'คืนค่าข้อมูลเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|