46 lines
710 B
PHP
46 lines
710 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'إرفاق',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'إرفاق :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'سجل',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'إرفاق',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'إرفاق وبدء إرفاق المزيد',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'تم الإرفاق',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|