38 lines
622 B
PHP
38 lines
622 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'ថ្មី។ :label',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'បង្កើត :label',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'បង្កើត',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'បង្កើត & បង្កើតឡើងវិញ',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'បានបង្កើត',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|