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