Files
biiproject-kit-v1/lang/vendor/filament-actions/km/create.php
T

38 lines
638 B
PHP

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