34 lines
493 B
PHP
34 lines
493 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'แก้ไข',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'แก้ไข:label',
|
|
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
'label' => 'บันทึก',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
'title' => 'บันทึกข้อมูลเรียบร้อย',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|