46 lines
795 B
PHP
46 lines
795 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'ភ្ជាប់',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'ភ្ជាប់ :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'កំណត់ត្រា',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'ភ្ជាប់',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'ភ្ជាប់ & ភ្ជាប់ឡើងវិញ',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'បានភ្ជាប់ជោគជ័យ',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|