38 lines
537 B
PHP
38 lines
537 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Tạo mới :label',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Tạo :label',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'Tạo',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'Tạo & tạo thêm',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'Đã tạo',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|