38 lines
541 B
PHP
38 lines
541 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => ':label döret',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':label döret',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'Döret',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'Döret we täzesini döret',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'Döredildi',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|