38 lines
541 B
PHP
38 lines
541 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'single' => [
|
||
|
||
'label' => ':label Yarat',
|
||
|
||
'modal' => [
|
||
|
||
'heading' => ':label yarat',
|
||
|
||
'actions' => [
|
||
|
||
'create' => [
|
||
'label' => 'Yarat',
|
||
],
|
||
|
||
'create_another' => [
|
||
'label' => 'Yarat və başqasını yarat',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'notifications' => [
|
||
|
||
'created' => [
|
||
'title' => 'Yaradıldı',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
];
|