46 lines
752 B
PHP
46 lines
752 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'منسلک کریں',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':label منسلک کریں',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'ریکارڈ',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'منسلک کریں',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'منسلک کریں اور ایک اور کریں',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'منسلک ہو گیا',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|