46 lines
691 B
PHP
46 lines
691 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'single' => [
|
||
|
||
'label' => 'İlişdir',
|
||
|
||
'modal' => [
|
||
|
||
'heading' => ':label ilişdir',
|
||
|
||
'fields' => [
|
||
|
||
'record_id' => [
|
||
'label' => 'Məlumat',
|
||
],
|
||
|
||
],
|
||
|
||
'actions' => [
|
||
|
||
'attach' => [
|
||
'label' => 'İlişdir',
|
||
],
|
||
|
||
'attach_another' => [
|
||
'label' => 'İlişdir və başqasına başla',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'notifications' => [
|
||
|
||
'attached' => [
|
||
'title' => 'İlişdirildi',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
];
|